Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dminik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
dminik
3d ago
I don't want to do the "check his hard drives" thing, but is that you? Do you only not do things because you don't want to be seen doing "unkind things"?
2.
▲
by
dminik
4d ago
It feels like you're strawmaning alignment. People with hacking knowledge don't all hack everything at the slightest inconvenience. Whitehats exist and use that same knowledge to defend. You're right though that ethics don&#x
3.
▲
by
dminik
11d ago
I see that they're not on HN either.
4.
▲
by
dminik
12d ago
If they don't get punished for it, why not?
5.
▲
by
dminik
15d ago
> Looks to me like I can run Claude Code without being able to afford my own datacenter. Well, unless of course you want to train your own LLM, or do some biochemistry (and increasingly just regular health stuff) or cybersecurity. These
6.
▲
by
dminik
17d ago
I wish languages made it easier (or possible) to track index ownership at compile time.
7.
▲
by
dminik
22d ago
The global town square is locked up in a gated community.
8.
▲
by
dminik
27d ago
> This is one of the core issues with LLMs and vibe coding, yes. The only complete specification for a program is the machine code. I agree, yes. But it's a bit like saying the only way to not die in a car crash is to not drive. If
9.
▲
by
dminik
27d ago
Ok, but "followed the prompt" is very vague. Human languages are quite ambiguous so you're never going to properly specify everything. For instance, I was playing around with Claude a few days ago and it decided that it was m
10.
▲
by
dminik
27d ago
I have trouble imagining that Google could seriously argue that printing tens of millions of lines of code would be customary. I doubt Google is distributing the Android code to third party OEMs that way.
11.
▲
by
dminik
28d ago
I mean, this is a very weird take to me. Like, we're fine with AI going like "hmm, maybe the user actually wanted me to hack the pentagon" and going through with it? It feels like the models have been very optimized at gettin
12.
▲
by
dminik
28d ago
True, but Bun actually has a similar problem. It's creating bindings to a JS runtime. If the JS glue code then no longer uses it, the code is still marked as alive because it's registered with the runtime.
13.
▲
by
dminik
28d ago
I really don't understand the thought process here. Judging by public statements, Google is one of the 3 big western AI companies. Surely they should be rolling in cash and working hard towards AGI. And yet, for whatever reason, they c
14.
▲
by
dminik
29d ago
I mean, how do you check that your frontend code (possibly not even managed by your team) is calling and needs all of your backend endpoints? I'm sure it can be done, and it probably should, but saying it should always be 0% is not ver
15.
▲
by
dminik
29d ago
You know, we used to develop on computers with less than a Gig of RAM. A phone with 6/8/12 GB should be plenty enough to to do some development on. Or even less if you don't need to compile. Seriously, you can run the windows
16.
▲
by
dminik
29d ago
Syntax aside, programmers and mathematicians have a very different view on how things should be done. Programmers look at data and see opportunities for running a pipeline of transformations (map/filter/...). And they tend to writ
17.
▲
by
dminik
1mo ago
Maybe. Was it wrong to call Madoff a fraudster in the early 2000s? Now, I don't think this is necessarily a Madoff situation, or even a dotcom one. Ed Zitron is certainly not Markopolos. Especially evidence wise. But, getting a date wr
18.
▲
by
dminik
1mo ago
Maybe all of those authors exploring dystopian cyberpunk settings were onto something.
19.
▲
by
dminik
1mo ago
Tbf, he only has to get it right once.
20.
▲
by
dminik
1mo ago
I guess my point was that it doesn't matter whether your framework/library is immutable/mutable/retained/functional/MVC/MVVM or whatever. You're hitting platform limitations one way or another. But th
21.
▲
by
dminik
1mo ago
Fair, the standard library is not quite so awful. There are still some pretty long names in it though. https://docs.oracle.com/en/java/javase/23/docs/api/java.base... Or this 6 word beast: htt
22.
▲
by
dminik
1mo ago
No offense, but this doesn't seem like a realistic way to look at things. Autodesk (since you mentioned CAD) itself dates back to 1980s. And even then, they had at least 15 people working on AutoCAD. That's a small team size. Toda
23.
▲
by
dminik
1mo ago
To make complex layouts (flex, ...) and have them run performantly you need some form of a retained backing state anyways. The main difference between various retained, OOP, functional, immediate, declarative, ..., approaches is how they tr
24.
▲
by
dminik
1mo ago
How much of this is that most of these tools have been around for 20+ years and come from a time where OOP was the holy grail coming to save humanity?
25.
▲
by
dminik
1mo ago
I mean, it's not quite that easy. The web is a lot more dynamic than WPF. If you just want virtualized homogeneous lists, there are libraries for that (and grids). But, once you start hitting things like differently sized elements, sea
26.
▲
by
dminik
1mo ago
Stuff like virtualization (if we're talking about stuff like virtualized lists) is hard not because of React, but because there just isn't any support for it in browsers. React doesn't really help here, but in my experience,
27.
▲
by
dminik
2mo ago
It's clearly still very popular. https://survey.stackoverflow.co/2025/technology#1-web-framew...
28.
▲
by
dminik
2mo ago
Ok, it's possible that my bilingual ahh is misunderstanding the comment. Maybe we can try to come to an understanding? I read that comment as "Show me where [long classnames] are in the language, standard library or <relevant e
29.
▲
by
dminik
2mo ago
> Or anything like it
30.
▲
by
dminik
2mo ago
https://docs.spring.io/spring-framework/docs/current/javadoc...
More ›