HN user

pennomi

486 karma
Posts0
Comments223
View on HN
No posts found.

I think the criticism is not “we need to have better hardware that will shrink over time”, it’s “our algorithms are hilariously inefficient, and nature shows that a better way must exist”.

Maybe there’s also a hardware component to it, but there’s very little point in trying to optimize the hardware to work with a poor algorithm. Once we discover an efficient way to train and infer, then it will be worth hyper-engineering the hardware.

Picture an LLM as a stack of books. Each book is a layer of basic computational units known as neurons, with each neuron in one layer passing information to the neurons in the layers above. The books at the bottom of the stack are the input layers, which process the text coming into the model. The books at the top are the output layers, which prepare the text that the model is about to produce.

How about instead we picture an LLM as a stack of pancakes? This would have been an equally useful analogy, because the author doesn’t even use any relatable features of a book.

Which is really sad, because actually working from first principles is a valid methodology to build efficient products that bypass layers of unnecessary abstraction.

The term itself seems to have lost its real meaning however.

Humans make memories constantly, but they also forget things that are no longer relevant. Until Claude can do that, it means the LLM will have an ever-increasing, ever more fragmented context.

And LLMs are NOT intelligent enough to survive even mild context poisoning.

Claude Sonnet 5 22 days ago

Trying to censor nudity in image generation models caused all kinds of problems with anatomy in image models. I’m sure these models will have similar issues with security.

Resin printers like this use UV pixels to cure the material instead of extrusion nozzles to trace the perimeter. Voxels are the natural format for resin.

I’d guess that large games have an even higher percentage of pre-existing mechanics than small games do. It’s much easier to do something experimental if you don’t have to wrangle investors and entire teams of writers, artists, and developers.

Perhaps, unless there is a way for users to donate compute to training, folding@home style. I don’t see how that could be practical though.

Code locality has some advantages and some disadvantages.

A “perfect” website has things cleanly separated out between style, logic, and DOM, but that does cause cases where you might have to edit three files every time you change a single widget of your website. Neglecting to do that can leave dead or incorrect code just because the issues do not inherently present themselves to you.

Yes, a perfectly principled programmer would do it right… but have you worked with other people before? They’re not necessarily very reliable.

By strict definition it obviously is social media. “Interactive forms of media that allow users to interact with and publish to each other, generally by means of the Internet.”

People don’t want to admit it’s social media because that delegitimizes their argument “all social media bad!” and instead of refining their argument they just double down. It’s a very human behavior.

What Is a Dickover? 2 months ago

I don’t know if there’s a personal solution to this but the societal solution is to penalize dickovers at the SEO level.

Ubuntu 26.04 3 months ago

Snap is TERRIBLE for non-technical people. Imagine installing an image editor via Snap, and then the default sandboxing making it unable to access the images on your media drive. No errors, it just silently fails.

This has been a problem I’ve dealt with on nearly every single Snap I’ve installed. If you’re a file editor, you must let me edit my damn files!