So stop building it
That's a very sad way to look at this
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 like…
The alternative is inconvenient and more expensive. And most people simply don't care.
> 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…
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 music is…
> 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…
There are more kinds of art than just music.
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…
What are some examples of things you "always" need that require unsafe Rust?
Classic latency vs throughput problem. 10s of GB/s of disk bandwidth doesn't help when my problem is serialized durable writes.
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…
> 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…
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…
> it defines companies as legal persons with all the same rights It absolutely does not but people keep repeating this on social media
I don't think statistically driven prediction implies reasoning or intelligence.
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,…
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…
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…
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…
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.
I'm saying it's mental illness.
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.
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…
Why? If you compile your program against an older glibc it will run on newer glibc. glibc is the loader.
So stop building it
That's a very sad way to look at this
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 like…
The alternative is inconvenient and more expensive. And most people simply don't care.
> 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…
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 music is…
> 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…
There are more kinds of art than just music.
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…
What are some examples of things you "always" need that require unsafe Rust?
Classic latency vs throughput problem. 10s of GB/s of disk bandwidth doesn't help when my problem is serialized durable writes.
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…
> 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…
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…
> it defines companies as legal persons with all the same rights It absolutely does not but people keep repeating this on social media
I don't think statistically driven prediction implies reasoning or intelligence.
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,…
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…
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…
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…
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.
I'm saying it's mental illness.
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.
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…
Why? If you compile your program against an older glibc it will run on newer glibc. glibc is the loader.