HN user

astrea

663 karma
Posts8
Comments372
View on HN

I like that this article paints VSCode as bogged down by too much AI tooling and the first thing I see on the Zed website is how create it is with Sonnet 4.5 and there’s a subscription plan for AI features.

Well that makes sense when you consider the game has been translated into an (I'm assuming monotonically increasing) alphanumeric representation. So, just like language, you're given an ordered list of tokens and you need to find the next token that provides the highest confidence.

Actually glad you said that. One of my recent shower thoughts that I was sure no one would understand. I distinctly remember growing up, people being "slow" or "different" or "<something now consider offensive>". Gender identity and mental health issues have been around forever, they're just now actually getting brought to the forefront.

I’m so confused. So I ping rlimit, then if I’m limited I don’t proceed with a request I’d normally make next to my real API? Do “while” or “for” loops not exist? Sleep (5)?

Similarly, I had an interviewer (same place) who just oozed “I despise being here”. Dismissed everything I said and gave me only the last 2 minutes to solve the problem he was supposed go give me. Didn’t bother to check back in with the recruiter after that.

Sure. If you’re going through the trouble of containerizing your program and then compiling it into an executable, then you might as well just compile your program to an executable directly to begin with. Also, a system-specific executable is literally the antithesis of containerization. I know that over the years the programming landscape has evolved to the point that Docker has become yet another commonplace tool that newer devs don’t think much about and just see as a means of distributing code, and to be fair not a lot of people really groked it in the early days either, but this is truly unnecessary.