you have to pay 8 bucks to get the memory leaks closed
@caseynewton Obviously it's not using that much RAM (probably!) and not that much swap space (I hope!) But MacOS has given the application enough rope to hang itself by and it has done so. 📿
This is a hopefully unusual message that the OS is unable or unwilling to build any more Virtual Memory swap on permanent storage.
Yeah, they removed all those "batched RPC calls"!
What are the odds Elmo slipped in a DogeCoin miner?
@caseynewton Holy crap that's bigger than my "definitely not porn" folder*.
*it is not bigger than my "definitely not porn" folder and this statement is made entirely for the purpose of entertainment
@caseynewton Twitter now finally using the best allocator ever, `muskmalloc`:
`void * muskmalloc(size_t sz) {`
` // EM: this kicks ass, simple and clean
return mmap(0, sz, (PROT_READ | PROT_WRITE), MAP_PRIVATE | MAP_ANON, -1, 0);
}
void muskfree(void * ptr) {
// EM: No free for you, pedo freeloader
}`