HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xxxxxxxx

no profile record

comments

xxxxxxxx
·27 วันที่ผ่านมา·discuss
I built a website to organise my images and videos from a recent trip to Egypt. https://deepspaceplace.com/egypt/ It's a must visit destination if you get the chance.
xxxxxxxx
·3 เดือนที่ผ่านมา·discuss
I don't use containers. I just use systemd / systemctl to run the go apps. I manually update Debian on a schedule I keep. For logs I just ship them to my own app I developed that send messages to a discord server - but I might switch that over to something better one day but it's okay for now. I pay a little extra for Linode backups and have had to use it once, any anything important I backup to S3 and/or locally. I also forgot to say I also use SQLC - so I never have any issues with SQL being wrong or out of sync with the data model.
xxxxxxxx
·3 เดือนที่ผ่านมา·discuss
This is interesting. I just fixed a Github issue where the code did not handle Em-Dash correctly. Ran some queries to check the stats there. No surprises: https://deepspaceplace.com/emdash
xxxxxxxx
·3 เดือนที่ผ่านมา·discuss
This is similar to what I do. Linode, Debian, Go, HTMX, SQLite (with modernc.org/SQLite so I have no CGO dependency) and Caddy. If I have apps that need a lot of storage, I just add an S3 bucket.