Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
IceDane
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
IceDane
6d ago
Lots of really silly people love to compare LLMs to compilers. "You don't look at the compiled code either" and "Back in the day, people also had negative reactions to compilers and wanted to keep writing assembly by han
2.
▲
by
IceDane
6d ago
Yes.. this happened recently. I basically always use auto mode, and when I asked it why it kept editing code with python, it explained that this is part of its prompt when auto mode is turned on. I can only assume that's because their
3.
▲
by
IceDane
6d ago
I was just talking about this the other day. When would I want autonomous driving? For longer trips. Where do those happen? On the motorway where driving is mostly straight and simple. When on the motorway, my Tesla's lane assist gives
4.
▲
by
IceDane
7d ago
The developer is great. The game isn't.
5.
▲
by
IceDane
7d ago
I just chose to use an editor whose very architecture doesn't require nonsense like this so the editor doesn't freeze on me.
6.
▲
by
IceDane
7d ago
That sounds cool, but it's either a handcrafted world (if NMS has those) or pure luck. If it's the latter, then it can't have any depth. At best it can have some procedurally generated content that's going to be somethin
7.
▲
by
IceDane
7d ago
It's been years since I last played it, but when I did I finally did so for a while until I finally found myself at a space station with other players and whatnot. And some random dude just gives me something like tens and tens of mill
8.
▲
by
IceDane
7d ago
I've not had disputes worth that much in nearly 40 years on this earth. Makes me wonder whether this is just some exaggerated nonsense. The article is certainly written by an LLM.
9.
▲
by
IceDane
11d ago
I was forced to work with IBM closely for years. That has led me to believe it's the single most institutionally incompetent company in the world. If they ever do anything well it's pure coincidence and most likely due to some sin
10.
▲
by
IceDane
25d ago
I don't see how this can be so difficult to understand. If the second word in my first sentence were misspelled, does that make every other word or letter that comes after wrong?
11.
▲
by
IceDane
2mo ago
Sure. And I'm sure that their users will take kindly to being banned with prejudice and without recourse. By adopting this policy they are committing to policing it and acting as judges. And at some point someone will be banned that sh
12.
▲
by
IceDane
2mo ago
Well, that's their prerogative, I guess. But the burden of proof will be on them, of course. They can't expect users to prove a negative. There are simple tells that would reveal a lot of projects. Claude Code's moronic defau
13.
▲
by
IceDane
2mo ago
I think if you're suggesting that Steve Yegge somehow invented having agents collaborate, you're way off base. People started talking about agents collaborating very, very early on, and people have been doing experiments like this
14.
▲
by
IceDane
2mo ago
Also famously terrible. If not for the walled garden and the fact that anthropic can take away our ability to use custom harnesses any day, I would not be using CC. Given some of the features they add I've also started to suspect that
15.
▲
by
IceDane
2mo ago
Everything Steve yegge has done has been trash. That's why nobody is talking about beads or gas town. It was clear even in the beginning that it was a borderline AI-psychosis-fueled trash fire.
16.
▲
by
IceDane
2mo ago
There's a good way and a bad way to use tools. My suggestions were based on my extensive usage of the tools in question.
17.
▲
by
IceDane
2mo ago
It has to be both. You can lay things out in memory so they are tightly packed together and thus ostensibly cache efficient but that doesn't help you if you index into that data structure in such a way that every new index loads a new
18.
▲
by
IceDane
2mo ago
Stop using compaction. Stop treating sessions as something you keep alive for weeks. Set up a proper workflow for handing off work and start handing off well before maximum context is hit. It's less efficient, slower and more costly to
19.
▲
by
IceDane
2mo ago
But push is not for use in production? It's for development. You generate a single custom migration that sets strict, apply it, and then you can use push as you want (during development, not for deploying actual changes to your databas
20.
▲
by
IceDane
2mo ago
It's really weird to me how the SQLite author is clearly a very smart guy and talented developer and then his argument against type safety effectively just boils down to > But I do not recall a single instance where the bugs might
21.
▲
by
IceDane
2mo ago
But only just. It doesn't really replace graph databases. It's mostly a slightly more convenient ways to write certain kinds of queries, but it doesn't come with anything else you might expect from a graph database.
22.
▲
by
IceDane
2mo ago
Unfortunately AGE is very immature and optimized even simple traversal queries rather poorly.
23.
▲
by
IceDane
2mo ago
You can output assembly with any toolchain, yes. But there's no runtime, at least if you mean in the sense that the code is executed by a runtime.
24.
▲
by
IceDane
2mo ago
Why not just do like.. actual engineering, and stay in control of what the LLM builds?
25.
▲
by
IceDane
2mo ago
Why on earth would you deliberately choose to do whatever the fuck it is you did with the scroll and the animations for each paper when scrolling through the landing page? What are those animations supposed to be? I use firefox but I also v
26.
▲
by
IceDane
2mo ago
Slowly but surely dynamic programming proponents discover the value of statically verifiable correctness. Who'd have thought?
27.
▲
by
IceDane
2mo ago
Martine just straight up sucks. Vendoring your components gives you the best of both worlds. You get a full component library but retain the ability to modify them as you want. Your AI agent claim doesn't make any sense either. When up
28.
▲
by
IceDane
3mo ago
But Kubernetes isn't postgres or ruby or containers. It's the orchestration service. Your comparison doesn't make sense.
29.
▲
by
IceDane
3mo ago
This example is not only wrong for what you intend to demonstrate but even if it wasn't, it's not problematic. In typescript the proper way to do this is using branded types and exporting only the safe constructor, making anyone w
30.
▲
by
IceDane
3mo ago
If the goal is to convince me not to use this: mission accomplished. This looks awful on mobile.
More ›