HackerLangs
トップ新着トレンドコメント過去質問紹介求人

nicksergeant

no profile record

投稿

Apple Prepares Second-Generation iPhone Air for Spring 2027

bloomberg.com
3 ポイント·投稿者 nicksergeant·23 日前·0 コメント

Nixpkgs Cooldowns

determinate.systems
2 ポイント·投稿者 nicksergeant·24 日前·0 コメント

Dependencies Are Someone Else's Attack Surface

quodeq.ai
1 ポイント·投稿者 nicksergeant·3 か月前·0 コメント

ArrowJS – The first UI framework for the agentic era

arrow-js.com
3 ポイント·投稿者 nicksergeant·4 か月前·2 コメント

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

techcrunch.com
3 ポイント·投稿者 nicksergeant·6 か月前·0 コメント

No More User Interface?

uxtigers.com
1 ポイント·投稿者 nicksergeant·10 か月前·0 コメント

コメント

nicksergeant
·12 日前·議論
I suppose that's also a good point!
nicksergeant
·12 日前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
"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 か月前·議論
The latter.
nicksergeant
·3 か月前·議論
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 か月前·議論
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 か月前·議論
You should definitely watch Maniac: https://en.wikipedia.org/wiki/Maniac_(miniseries)
nicksergeant
·5 か月前·議論
I wouldn't let an LLM touch my business's books with a 10 foot pole.
nicksergeant
·6 か月前·議論
s/haptics/feel
nicksergeant
·6 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
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 か月前·議論
Meanwhile, the only thing people really want from Rivian is CarPlay / Android Auto support, lol.
nicksergeant
·8 か月前·議論
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 か月前·議論
Oh I just pipe the diff into the Claude prompt, so it's only the one call.
nicksergeant
·9 か月前·議論
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...