Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
duped
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
31.
▲
by
duped
1mo 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
32.
▲
by
duped
1mo 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
33.
▲
by
duped
1mo 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.
34.
▲
by
duped
1mo ago
I'm saying it's mental illness.
35.
▲
by
duped
1mo 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.
36.
▲
by
duped
1mo 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.
37.
▲
by
duped
1mo ago
Why? If you compile your program against an older glibc it will run on newer glibc. glibc is the loader.
38.
▲
by
duped
1mo ago
That's what I'm saying though, glibc-linked binaries are forwards (but not backwards) compatible.
39.
▲
by
duped
1mo 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
40.
▲
by
duped
1mo 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
41.
▲
by
duped
1mo 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
42.
▲
by
duped
1mo 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
43.
▲
by
duped
1mo ago
The Chinese and Russians didn't double my electricity rates this year.
44.
▲
by
duped
1mo ago
How much more value did those commits create than in 2025? But that discards my point, which is that you should probably have been prevented from pushing all those to github unless you were paying them for it, but you weren't because t
45.
▲
by
duped
1mo ago
Microsoft executives have an incentive to pretend that AI is great and scaling it has no problems
46.
▲
by
duped
2mo ago
Rust binaries are not static by default, they _statically link other crates_ by default. Subtle but important distinction.
47.
▲
by
duped
2mo ago
The police cruiser's primary role is deterrence not investigation or data collection. A better comparison would be stasi informants.
48.
▲
by
duped
2mo ago
This isn't an IDE, words do mean things
49.
▲
by
duped
2mo ago
I mean I get that novice programmers might get tripped up on floating point representation but if you don't know "f32 can't represent 0.1 exactly" then you shouldn't yet be worried about the nuance of relaxing IEEE
50.
▲
by
duped
2mo ago
> C/C++ compilers give you a way out of this with the -fast-math People should really use the individual optimization flags they want (no signed zeros, no trapping math, associative math, reciprocal math) and not -ffast-math because
51.
▲
by
duped
2mo ago
The text of the bill is here: https://ilga.gov/Legislation/BillStatus/FullText?GAID=18&Doc... . There's about 3.5 pages of text defining this. The relevant text doesn't call it an "algorithmic fe
52.
▲
by
duped
2mo ago
The medical field is filled with charlatans and quacks. Elizabeth Holmes went to jail because she defrauded the wrong people.
53.
▲
by
duped
2mo ago
What bothers me about the D'Addario thing is that it never crossed the mind of that employee or the company what they're doing was wrong. Their customers are musicians. They want to hear what the strings sound like in a demo. What
54.
▲
by
duped
2mo ago
The one thing that falls over is that the webhooks are actually self modifying code since you have an 'on commit' webhook that bootstraps the actions logic from the workflow.yaml file(s) (which are not really config files, they ha
55.
▲
by
duped
2mo ago
I'm not sure that it's that mind boggling. The entire complexity and value of GHA is not in the runners but the scheduler that the GH frontend hooks into and runners subscribe to jobs from. It's the most likely thing to fall
56.
▲
by
duped
2mo ago
The point I'm making is they're not entitled to scale a business if they can't scale responsibly
57.
▲
by
duped
2mo ago
But they couldn't possibly do it at that the scale they're operating at. They couldn't hire enough people in the countries they operate, or know the language, or trust that who they do hire aren't corrupt or working agai
58.
▲
by
duped
2mo ago
Just because it's by design doesn't mean it's good
59.
▲
by
duped
2mo ago
Or their app was configured to let other LE agencies access it without their knowledge in violation of state law (1). Only linked one case but afaik it happened in a number of CA cities. (1) https://www.malwarebytes.com/blog
60.
▲
by
duped
2mo ago
> The result is that software that can be personalized doesn’t need a plugin system or a config file. Yes, please make me rebuild my software to change an API endpoint or port number. It's a wonderful use of time and electricity t
More ›