HackerTrans
TopNewTrendsCommentsPastAskShowJobs

nicksergeant

no profile record

Submissions

Apple Prepares Second-Generation iPhone Air for Spring 2027

bloomberg.com
3 points·by nicksergeant·23 дня назад·0 comments

Nixpkgs Cooldowns

determinate.systems
2 points·by nicksergeant·24 дня назад·0 comments

Dependencies Are Someone Else's Attack Surface

quodeq.ai
1 points·by nicksergeant·3 месяца назад·0 comments

ArrowJS – The first UI framework for the agentic era

arrow-js.com
3 points·by nicksergeant·4 месяца назад·2 comments

OpenAI bets big on audio as Silicon Valley declares war on screens

techcrunch.com
3 points·by nicksergeant·6 месяцев назад·0 comments

No More User Interface?

uxtigers.com
1 points·by nicksergeant·10 месяцев назад·0 comments

comments

nicksergeant
·12 дней назад·discuss
I suppose that's also a good point!
nicksergeant
·12 дней назад·discuss
Interestingly LLMs are extremely bad at chess position _images_. I have to imagine if you give it positions in text it'd be pretty great but when I was learning chess and pasting images of positions in for analysis I couldn't believe how wrong it was. I actually thought it was looking at the board in reverse but even when pointing out problems it seemed completely incapable of understanding what it was missing (of course... it doesn't really "understand" anything).

LLMs truly are marvels with text but anything spatial seems to really mess it up, somehow.
nicksergeant
·3 месяца назад·discuss
I'm coming back to Django after a decade of experience with it post-0.96 and having moved to Next.js a few years ago. Going from 1,700 dependencies to 65 total with Django + Wagtail + HTMX.
nicksergeant
·3 месяца назад·discuss
If you build a house from scratch but you didn't mill the lumber, did you build it from scratch?

If you make a pizza from scratch but you used canned sauce was it from scratch? What if you used store bought dough? What if you made the sauce and the dough but you didn't grow the tomato?
nicksergeant
·3 месяца назад·discuss
Agree with pretty much everything you wrote here, I guess with the addendum that LLMs can be a part of the learning experience you're describing. It's as easy as telling the LLM "don't write a single line of code nor command, I want to do everything, your goal is to help me understand what we're doing here."

There are always going to be people who just want the end result. The only difference now is that LLM tools allow them to get much closer to the end result than they previously were able to. And on the other side, there are always going to be people who want to _understand_ what's happening, and LLMs can help accelerate that. I use LLMs as a personalized guide to learning new things.
nicksergeant
·3 месяца назад·discuss
"I mostly don't look at the crap coming out."

This is pretty much my point. I use LLMs to code _and_ to learn. I read everything that comes out. Half of it is wrong or incomplete. The other half saved me a bunch of time and taught me things.
nicksergeant
·3 месяца назад·discuss
The latter.
nicksergeant
·3 месяца назад·discuss
I feel I've upskilled in so many directions (not just "ability to prompt LLMs") since going all in on LLM coding. So many tools, techniques, systems, and new areas of research I'd never have had the time to fully learn in the past.

I have a hard time believing any tenured developer is not actually learning things when using LLMs to build. They make interesting choices that are repeatable (new CLIs I didn't even know existed, writing scripts to churn through tricky data, using specific languages for specific tasks like Go for concurrently working through large numerous tasks, etc.)

Anyone not learning things via LLM coding right now either doesn't care at all about the underlying code/systems, or they had no foundational knowledge or interest in programming to begin with (which is also a valid way to use these tools, but they don't work very well without guidance for too long [yet]).
nicksergeant
·4 месяца назад·discuss
Ah, thanks! Looks like that was long enough ago that my submission didn't auto-redirect me to the existing conversation (which was what I was trying to do, haha).
nicksergeant
·5 месяцев назад·discuss
You should definitely watch Maniac: https://en.wikipedia.org/wiki/Maniac_(miniseries)
nicksergeant
·5 месяцев назад·discuss
I wouldn't let an LLM touch my business's books with a 10 foot pole.
nicksergeant
·6 месяцев назад·discuss
s/haptics/feel
nicksergeant
·6 месяцев назад·discuss
Yeah I think I have the original, and reading this again seems like these new ones are more "touch sensitive". It's a neat idea if they can nail the haptics.
nicksergeant
·6 месяцев назад·discuss
Pretty neat. I have the Clicks keyboard and I just wish the keys weren't so stiff. Too hard to type on, sadly.
nicksergeant
·7 месяцев назад·discuss
I don't know. I would argue that driving experience and reliability are still very much going to be things in the electric car market. I'm an EV9 owner and we have issues w/ the suspension making it feel sloppy over some bumps. There's going to be a ton of nuance in terms of how all of these different electric vehicles drive, ride, and are experienced. And those are all going to come down to the vehicle manufacturers themselves, not just the technology partner for screens.
nicksergeant
·7 месяцев назад·discuss
Yep. I certainly wanted an R1S, but ended up in an EV9 due to CarPlay plus huge lease incentives. No regrets, and will probably get another after this lease is up.
nicksergeant
·7 месяцев назад·discuss
Meanwhile, the only thing people really want from Rivian is CarPlay / Android Auto support, lol.
nicksergeant
·8 месяцев назад·discuss
It's funny you mention that because the first thing I thought when viewing this page was "is this a loading state? why is everything grey?".
nicksergeant
·9 месяцев назад·discuss
Oh I just pipe the diff into the Claude prompt, so it's only the one call.
nicksergeant
·9 месяцев назад·discuss
Neat project. If you're looking for something simpler just to use w/ Claude Code, a simple call to "claude -p" can work: https://github.com/nicksergeant/dotfiles/blob/master/zshrc#L...