Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
duped
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
duped
3d ago
So stop building it
2.
▲
by
duped
8d ago
That's a very sad way to look at this
3.
▲
by
duped
9d ago
I meant alternatives to connecting your TV directly to the internet. As in "why would you ever connect your TV to the internet?" is a stupid question - "because I want to watch things on the internet." And it's not
4.
▲
by
duped
9d ago
The alternative is inconvenient and more expensive. And most people simply don't care.
5.
▲
by
duped
10d ago
> You and the AI agree on an outline or other high level representation, then the LLM expands it into a document. This is just noise generation. If anyone is meant to actually read the document it should be written by you.
6.
▲
by
duped
13d ago
This is why solfege aka "movable/relative do" is better than chromatic naming for theory. Because "a fifth of what?" is trivial - its the fifth named pitch relative to another named pitch. And almost all modern musi
7.
▲
by
duped
13d ago
> fighting piano keyboard Interestingly this is a strong thing to fight because there are pieces of music that are physically inaccessible to many players, particularly people with hands not wide enough for the intervals. No amount of pr
8.
▲
by
duped
15d ago
There are more kinds of art than just music.
9.
▲
by
duped
17d ago
This is a gripe of mine, and I will admit it is weak. Changing a segfault to a panic with a stack trace is an improvement in developer experience. It does not make better software. The advantage of automatic strategies to mitigate memory sa
10.
▲
by
duped
17d ago
What are some examples of things you "always" need that require unsafe Rust?
11.
▲
by
duped
17d ago
Classic latency vs throughput problem. 10s of GB/s of disk bandwidth doesn't help when my problem is serialized durable writes.
12.
▲
by
duped
20d ago
For stuff like niche value optimization sure. For practical arithmetic code, nah. Like with this bug, all that changed is that garbage data in gives the user an error that they tried to process garbage data. Adding a new type doesn't m
13.
▲
by
duped
20d ago
> It is unreasonable to expect every instruction to a highly capable, autonomous system to contain a complete enumeration of allowed and disallowed behavior. This is literally our job as software developers. If this expectation is unreas
14.
▲
by
duped
21d ago
Where in the United States do you see space within existing urban areas that people live/work today, where there is empty space for high density housing, transit, retail, etc, which does not abut or live on top of low density SFH subur
15.
▲
by
duped
25d ago
> it defines companies as legal persons with all the same rights It absolutely does not but people keep repeating this on social media
16.
▲
by
duped
26d ago
I don't think statistically driven prediction implies reasoning or intelligence.
17.
▲
by
duped
27d ago
I mean, a lot of us have paid GitHub a lot of money for CI on private repos. And when GitHub themselves encourages the insane behavior of vibe coders and agents instead of just charging or rate limiting access of bots, it's hard to giv
18.
▲
by
duped
27d ago
Something that frustrates me about that discourse is that people argue about the mere existence of dependencies but all 'supply chain' (1) attacks are issues over when dependencies change . Dynamic systems are harder to reason
19.
▲
by
duped
27d ago
A human being is not capable of being a passive question answering oracle. All humans have free will, intent, and bias in what questions they answer and how they answer it. Again, if your analogy requires me to treat a human being and a mac
20.
▲
by
duped
28d ago
I don't disagree that the loader and the libc should be decoupled, but it's not as simple a split as you're making it out to be. The reason they're tightly coupled is because there needs to be a bridge between Sys-V ELF
21.
▲
by
duped
28d ago
Any analogy that requires me to treat a machine as I would a conscious human is immediately invalid. The machine is not a person and has no intent or free will, like a human does.
22.
▲
by
duped
28d ago
I'm saying it's mental illness.
23.
▲
by
duped
28d ago
I don't think a firm of people whose minds are weak to coercion experiencing shared psychosis caused by their text predictor models is AI "taking over" that firm.
24.
▲
by
duped
28d ago
Unless you use musl-gcc which is a proper GCC frontend with musl libc sysroot. The compiler is indeed (too) tightly coupled to its sysroot but linux is not special here. If anything interacts with the CRT it needs to know which CRT to use.
25.
▲
by
duped
28d ago
Why? If you compile your program against an older glibc it will run on newer glibc. glibc is the loader.
26.
▲
by
duped
29d ago
That's what I'm saying though, glibc-linked binaries are forwards (but not backwards) compatible.
27.
▲
by
duped
29d ago
The interpreter/loader is glibc and a key part of bootstrapping an executable built against glibc is loading libc itself before continuing on to load the program. Versioning is a problem when distributing binaries linked against a ne
28.
▲
by
duped
29d ago
> all shared libraries depend on the specific glibc version to load them Not really, though. glibc uses symbol versions that are forward but not backward compatible. If you got an error that said "this program was built for a newer
29.
▲
by
duped
29d ago
I'm curious what the limiting factor is for "years not months" when building these fabs. DRAM is a commodity, there are only threeish major manufacturers, all have huge amounts of capital, multiple nations bend over backwards
30.
▲
by
duped
29d ago
Data centers directly led to my rates increasing over the last ~6 months where several came online locally without supply increasing. Natural gas prices also impacted it, but the data center buildout over the last year has not helped. That
More ›