HackerTrans
TopNewTrendsCommentsPastAskShowJobs

strickjb9

no profile record

comments

strickjb9
·3 mesi fa·discuss
First NanoBanana came for the artists, and I did not speak out— Because I was not an artist.

Then Claude came for the designers with Claude Design, and I did not speak out— Because I was not a designer.

...
strickjb9
·4 mesi fa·discuss
MinIO is a drop in replacement for S3. I plan on switching to this as soon as I can. For now, I just pinned localstack to 4.14.0
strickjb9
·4 mesi fa·discuss
The non-answer is anything you want.

For me, it's my diet and workout buddy. It knows my goals, keeps me on track, does meal planning for me, gives me grocery lists, logs what I eat, when I exercise... anything I want so I don't slack off.

I've enhanced Nanoclaw quite a bit. Moved it to Apple containers (shipped with this Skill already). Then I wrote an API for Nanoclaw to use (food log, workouts, etc), then implemented long-term memory using LanceDB (because I was tired of repeating myself!).
strickjb9
·4 mesi fa·discuss
This reminds me of this post from 2013 -- https://mikehadlow.blogspot.com/2013/12/are-your-programmers...

Essentially, there are two parallel teams, one is seen constantly huddling together, working late, fixing their (broken) service. The other team is quiet, leaves on time, their service never has serious issues. Which do you think looks better from the outside?
strickjb9
·6 mesi fa·discuss
Real question - are you not worried about access to /mnt/c ?
strickjb9
·7 mesi fa·discuss
Adding to this: it's not just that the apprenticeship ladder is gone—it's that nobody wants to deal with juniors who spit out AI code they don't really understand.

In the past, a junior would write bad code and you'd work with them to make it better. Now I just assume they're taking my feedback and feeding it right back to the LLM. Ends up taking more of my time than if I'd done it myself. The whole mentorship thing breaks down when you're basically collaborating with a model through a proxy.

I think highly motivated juniors who actually want to learn are still valuable. But it's hard to get past "why bother mentoring when I could just use AI directly?"

I don't have answers here. Just thinking maybe we're not seeing the end of software engineering for those of us already in it—but the door might be closing for anyone trying to come up behind us.
strickjb9
·8 mesi fa·discuss
I know this is besides the point but translation libraries are perfect for this even if you aren't creating a multilingual site. You define your singular/plural forms in one place.
strickjb9
·9 mesi fa·discuss
I hung onto a Blackberry way longer than I should have simply because I wanted physical keys. I'm trying to hang onto cars with physical controls as well. It seems like automakers are finally get the hint that people want physical controls again.
strickjb9
·9 mesi fa·discuss
Great analysis - though I can't help but notice that 2009 is right when smartphones really took off (iPhone in 2007, Android in 2008, then mass adoption). The data showing accidents getting more deadly rather than more frequent actually makes sense if you combine two factors: phones causing more distracted driving incidents, plus our bigger American vehicles turning what would be injuries elsewhere into deaths. That could explain why it's US-specific - other countries probably have the same phone distraction problem, but their smaller cars mean less fatal outcomes. The distraction data might be weak simply because people don't admit they were on their phone after killing someone, but sometimes the obvious answer deserves more weight than we give it.
strickjb9
·10 mesi fa·discuss
US East - it's down here
strickjb9
·10 mesi fa·discuss
Completely agree. Nuxt is intuitive - convention-over-configuration and auto-imports remove a ton of boilerplate. The key is treating it as an app framework, not a backend solution - within that scope, it handles modern SSR/SPA complexity.