are harebrained thoughts the norm for you?
are harebrained thoughts the norm for you?
The box that is labeled XP should be labeled 2000.


do you mean “psych” like we said in the 80s/90s?


When you pay there is no advertising, except the damn “creators” putting their own midroll ads and merch/subscription begging in - which infuriates me.


or if it required the appropriately complex sexy dance with pronounced hip thrusts?


it will probably require lots of tokens though
Why would you reserve ram for swap???
You’re hindering the OS’s ability to manage memory.
Put swap on disk. Aim for it to rarely be touched - but it needs to be there so the OS can move idle memory data out if it wants to.
Don’t hard-allocate a memory partition for postgres. Let it allocate and free as it sees fit.
Then the OS will naturally use all possible RAM for cache, with the freedom to use more or less for the server process as demand requires.
Monitor queries to ensure you’re not seeing table scans due to missing indexes. Make sure VACUUM is happening either automatically or manually.


Looks like an F# pipeline


A common feature of all these lanterns



For sure, and Ocaml is a dream


F# is “beautiful” and “pretty well supported”, making it a good ramp-up.


surely you mean Algol style languages?


“the west”? huge tell there regarding OP. That wording doesn’t appear in the paper.
Confirms something I’ve strongly suspected about you.


Check out “densly packed decimal” encoding,


OP is a “C guy”


A systems language, one of the oldest but still in use and modeled after, used to build expensive research toys, which compiles itself via its interpreter…. is in some 4d space this plane doesn’t slice through.
FORTH also out in space somewhere


Except for the thousands of lines of boilerplate 🤷♂️


and Scala
Full unix mode is probably easier than working up some kind of sandboxing mechanism that accepts arbitrary scripts/binaries.
As far as nice to the eye, you can spin up a python FastAPI site and frontend in about 10 minutes with Claude Code