• 0 Posts
  • 132 Comments
Joined 6 months ago
cake
Cake day: February 16th, 2026

help-circle





  • Yeah that’s a bit aspirational to my taste. Sure a script is just a list of instructions but when you start adding complex data and network hops and async work there are definitely “non-deterministic” behaviors that will emerge. Ultimately yes everything is ones and zeroes and there is probably an explanation but it will be something stupid and contrived.

    As a developer you lay out a plan for what should generally happen but there’s no way you can anticipate all the micro variations that happen in production. It’s like any kind of real life plan, really.


  • I think there’s a categorical issue in how this whole story is framed, at least for the examples that have been cited by the booksellers themselves. These books are “rare” because they are low-print and have basically no demand, think obsolete technical books from the 60s or university theses printed at 100 copies. This kind of books are routinely destroyed by booksellers, and even publishers, because keeping inventory is expensive and nobody is buying or reading them. That’s how AI companies are able to buy them for pennies on the dollar, and whatever they don’t buy is probably eligible for recycling or burning by the seller/publisher anyway.

    It’s basically a way to slurp up a few billion tokens for cheap. They’re destroying the copies by chopping off the spine and feeding the loose pages into page-fed scanners, which is way less expensive than those non-destructive scanning robots, but this doesn’t work on really old books from previous centuries as the paper is different and fragile and will jam your scanner constantly.

    What they’re looking for is industrially-produced books with low circulation, not because they are culturally valuable but because they contain prose that hasn’t yet been digitized and that’s what they need for pre-training.










  • I feel GUIs complicate everything. You need graphics drivers and a display server and a compositor and a window manager etc… it’s a pain and in the end you still have to open a console to type in commands for your actual self hosting. Not worth the effort in my opinion, and it’s better to bite the bullet and get used to the terminal and ssh early.

    I recommend using something like tmux or screen, so you still have basic comforts like tabs and multi task. Once you get used to it you can configure it and add themes and plugins if you like. A modern tmux setup really feels like a desktop except everything is faster and it barely consumes any resources.