HN user

pton_xd

1,970 karma
Posts1
Comments434
View on HN

"More importantly, when this loop matters enough for me to care about a 5x speedup, I want the vectorization to be explicit and predictable. I don't want an unrelated code change or compiler update to quietly turn it back into a scalar loop."

Only tangentially related but this is by far the most painful part about optimizing code for JIT compilers like V8. Even changing a constant from 1 to 1.0 somewhere else can change the optimizations performed and lead to an unexpected performance decrease.

"Last May, EFF reported that a sheriff’s office in Texas searched data from more than 83,000 automated license plate reader (ALPR) cameras to track down a woman suspected of self-managing an abortion."

These people really have nothing better to do?

"I wrote this series as a learning exercise, in collaboration with AI (Claude Opus 4.8). It's me thinking out loud with a model to understand the stack end to end, not an authoritative reference. Take it with a grain of salt, and double-check anything you plan to rely on."

The author admits as much. It's basically him prompting, "Hey Claude write a long series about LLM tech." Waste of time.

Also I just realized, the information might be subtly wrong or misleading because Anthropic makes Claude dumber when trying to reverse engineer LLMs, which is hilarious. And the author is basically saying hey, I don't know if any of this is correct but, like, enjoy reading it! Hah.

This is going to create some kind of maladaptive social issues with heavy users, just like sexual dysfunction from pornography addiction. These people won't be able to bond with regular people, or maybe even their own family, after a while.

A novel is a bunch of words

What's valuable in a novel (or a poem) is in the words.

Even if the words are a lie? Misleading? False?

I'm not even talking about LLMs. What if it's propaganda designed to influence your thinking, possibly against your own interests; are those still valuable words that you'd cherish reading?

My point is that the source matters, intent matters, and authenticity matters. To me, anyway.

Curious if this can be combined with AI-generated videos that "maximally drive a targeted brain region" (another post on the front page of HN today).

These poor kids don't stand a chance... to not learn something!

Product and service reviews are completely useless now too, and have been for a while. Restaurant ratings are pure noise, everything is 4 stars and there is absolutely no correlation to the quality of food or service. None of it is real.

It's bleak out there, on the internet.

Those newspaper tech job ads have been going on for at least the last... 20 years. When you see those, the company already has the role filled, they just need a justification for the visa. "We tried to find a US worker but failed!" Which honestly may or may not be true, I think the ad is just standard procedure at this point.

LMGTFY was rude. You'd never send that to a coworker, unless you were close friends and wanted to rib them a bit for having a brain fart.

This is completely off topic now but, "it's worth being precise about ..." is a much stronger AI-ism than the usage of the word genuine.

I can’t help but read the logic as not being too far off from: “libfoo switched to being developed using emacs instead of vim so we can’t trust it anymore”

So let's say they up the ante and set up a cron job to rewrite the entire codebase in a new language on the first Monday of every month: from Rust to C++ to Go to Swift and back again.

For customers using the product, that's basically the same as a maintainer switching editors? Irrelevant detail?

how many problems that you work on have many existing free solutions but you neglected to use that code and decided to spend days doing it yourself?

Only when the existing free solutions are licensed with something like GPL. Now I can just say, write me a C webserver library similar to mongoose and I get the functionality without the license burden.

We'll just move to a higher level of abstraction; thinking will be like efficiently coding in assembly, no longer necessary in today's world.