Profile avatar
dansult.bsky.social
Former SF sniper turned software developer danielms.site
91 posts 38 followers 98 following
Regular Contributor
Active Commenter
comment in response to post
Gotta look into Astro sometime. Thank you
comment in response to post
Ah, yeah thats true. I guess if I were to do it id just have to monkey around with the html so it matches the jsx from the rest of the app. But doable! Im very bullish on PB - another positive going for it
comment in response to post
This is good food for thought about adding a blog or articles page to an existing PB project. I guess the negative is it wont be statically rendered when done this way (using react), if my mental model is correct.
comment in response to post
PocketBase is a great tool for building out sqlite Go backends Auth, S3, client libraries, rate limiting and more all built in IMO its THE best go tool for prototyping or even building out full fledged system such as Beszel
comment in response to post
When it comes to naming nothing will be top this terrible, cutesy, bordering on unprofessional kubernetes release name. So it could be worse, try saying this! kubernetes.io/blog/2024/04...
comment in response to post
I really dislike "code names" for services or functions. Be descriptive. I have enough cognitive load already!
comment in response to post
Magical knowledge contained in the docs, and tutorials though
comment in response to post
Its meant to represent the Zettelkasten method but in reality it should probably just be called "notes". My zet CLI allows me to search through old zets which is what zettelkasten is all about. I write these slips for my own future reference and its proven to be really helpful
comment in response to post
Most of my entries are rants haha. I havent tried turso yet but maybe I should. Someone dropped a video about turso with pocketbase recently too.
comment in response to post
My zets danielms.site/zet/ Wrote a go app that will fetch all the zets from their github repo, and then builds a page per zet.
comment in response to post
I like this idea. I write "zet" notes using a CLI I wrote which eventually via GH actions gets appended to a log on my hugo blog. It works decently but has a few moving parts Linkding stores links I want to keep but maybe I should be putting them on my blog too. Might 'tee' them to both. Love it
comment in response to post
I agree but I since learnt that the what I would consider odd layout aligns with 1234567 representing month, day, hour, minute, second year, timezone Hardest part is remember that its US and month comes first (bizzare)
comment in response to post
Also, echo your point that coolify is overwhelming at first. I watched this Syntax video and after that it took me probably 30mins to get fairly comfortable with it. Not fully migrated yet by loving it so far! syntax.fm/videos/cj-sy...
comment in response to post
Very similar circumstances. Im migrating from caprover. FWIW over several years running a PG instance on CR I never had issues. Though I never exercised any disaster recovery TBH - side projects My rookie error that was the catalyst for switching danielms.site/zet/2025/mig...
comment in response to post
What was it in Coolify that caused issues? Ive just migrated over to it
comment in response to post
Thats where I feel sometimes I stop the search to early - worrying about billing time. Though sometimes it might just be me blocking myself needlessly
comment in response to post
You skating or playing hockey? Ive done this during a warm up before the game much to the oppositions amusement! Thankfully only my ego was bruised (benefits of youth)
comment in response to post
My thoughts exactly. Its basically just IDE helpers. Yes mypy but its not a complier error - can be ignore/omitted and is another requirements to import. One of the reasons I still opt for Go whenever possible
comment in response to post
Your talking to me here. I am going to Claude my vimrc - never occurred to me to try this. These are the things AI is so useful for
comment in response to post
TanStack anything is high class. Router and query are non negotiables imo
comment in response to post
Betteralign is in there with golines and golangci-lint as a tool thats included in every project of mine. Thank you!
comment in response to post
"What framework should I use" - straight to reddit jail
comment in response to post
So far the hardest thing is me trying to fumble my way through TS after not working on an frontend code recently So far, created initial models, registered a new non admin user, logged in. Now playing with creating and listing records with relations and setting access controls on the data
comment in response to post
A django app too. Old post so maybe the stack has evolved but this was a really pivotal read for me - one guy making a brilliant product using DO and Django. Opened up a lot of ideas for me www.listennotes.com/blog/the-bor...