Viewing profile — stratts
stratts
HN member- Joined
- Sat, Mar 19, 2022, 4:55 AM UTC
- HN karma
- 112
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About stratts
hn (at) stratts.au
Recent public activity
-
comment
Comment #49163027
Codex does this too, I've noticed. LLMs seem to love documenting irrelevant implementation details in what should be user-facing text. I guess because the context is overwhelmingly…
-
comment
Comment #48579045
Except on that page there's immediately a claim that isn't backed up by any of the citations, eg: "The hunting-safety effect has been substantial. The non-fatal hunting accident ra…
-
comment
Comment #47918980
OP here. I thought this was quite interesting as it's built around the RP2040, using GPIO to communicate with the DS - the firmware is completely open source and reprogrammable via…
- story
-
comment
Comment #47804601
This is an awesome idea and really resonates with me. I did something similar for my site: https://stratts.au/_editor/?preview=%2F&file=_site%2Fcontent... You can edit and rebuild …
-
comment
Comment #47801373
Daily isn't the only option - you can still get monthly lenses.
-
comment
Comment #47788714
The idea of writing a draft on paper, or cutting out squares to prototype layouts on a table, sounds like a nightmare to me. But I never did like pen and paper much and have lived …
- comment
-
comment
Comment #47763545
I think this is a risk with anything that promotes itself as "unlimited", or otherwise doesn't specify concrete limits. I'm always sceptical of services like this as it feels like …
-
comment
Comment #47760512
It was always possible to write large amounts of crappy code if you were motivated or clueless enough (see https://github.com/radian-software/TerrariaClone ). It's now just easier,…
-
comment
Comment #47757474
Not only that, but so many people are reluctant to pay for anything so your average installation is chock full of freemium plugins. I've worked on plenty of sites whose admin page …
-
comment
Comment #47748546
It is, but OP said you need both a NAS and a mini PC
-
comment
Comment #47748147
You don't need a NAS, really. My setup is a second-hand i5-7300U fanless mini-PC I got for $90, 2 x second-hand 4TB HDDs, and 2 x USB 3.5" enclosures. It's messy but it works... I …
-
comment
Comment #47747700
Both my wife and I are reluctant to upload our entire photo collection spanning 20+ years to the cloud. Immich has been working really well for us, the experience for her is just a…
-
comment
Comment #47746046
It's a spectrum, isn't it? From targeted edits that you approve manually - which I think you can reasonably take credit for - all the way to full blown vibe-coded apps where you're…
- comment
-
comment
Comment #47716364
> Ubuntu in 2026 is pretty much the same as Ubuntu from 2006. Well, Ubuntu MATE perhaps :) Windows LTSC I find comes pretty close to the less intrusive Windows I remember from the …
-
comment
Comment #47709589
Beyond the pricing part of it, just having media that isn't dependent on an external device is so nice. But for TV series in particular, watching on disc is quite clunky after a de…
-
comment
Comment #47703359
Making homebrew for the Nintendo DS was how I got into programming in the first place. Devkitpro was too confusing for me back then, so I used something called PALib, essentially a…
- story
-
comment
Comment #47670783
But there was (and still is) a flood of amazing indie games. Due to the lower barrier of entry it was just naturally accompanied by a deluge of crap.
-
comment
Comment #46065703
GitHub seems to be the worst of both worlds - partially rendered on the server, but then the frontend inexplicably pulls in additional data like... commit messages?? It's a double …
- comment
-
comment
Comment #45744212
Android already has this strict oversight, in theory, in the form of the Play Store. And yet. Personally I feel much more safe and secure downloading a random app from F-Droid, tha…
-
comment
Comment #44463132
My understanding is that the current plans are to implement async in userspace, as part of a broader IO overhaul. This would involve removing async/await as keywords from the langu…