Spyke

Replies

memes

Comment on

The DiCaprio approach

Reply in thread

Because I'm bored and never read celebrity crap, I decided to look this up. No evidence of this anywhere, and it seems they were both struggling with their marriage for a while from pieced together interviews.

Comment on

An image taken moment before disaster

Reply in thread

But you also get that with shared memory in zswap, with all the other advantages. I'd really recommend reading the "Architectural differences" in the linked article from Chris Down, as he's way deeper into the kernel code than me, but the biggest problem in a setup like a small memory server is:

  • If you have a ZRAM device, and it fills up, more recently needed pages end up on the backup disk swap, because ZRAM has no way to move between swaps

  • Where zswap is built into the kernel memory management layer, so it can automatically decide which pages are cold and put them on disk, while keeping fresh ones in compressed RAM.

I.E. in your use case, zswap is better, not even taking into account all the other details from Chris' article.

Comment on

Claude-powered AI coding agent deletes entire company database in 9 seconds — backups zapped, after Cursor tool powered by Anthropic's Claude goes rogue

This guy.

The PocketOS boss puts greater blame on Railway’s architecture than on the deranged AI agent for the database’s irretrievable destruction. Briefly, the cloud provider's API allows for destructive action without confirmation, it stores backups on the same volume as the source data, and “wiping a volume deletes all backups.” Crane also points out that CLI tokens have blanket permissions across environments.

Oh look, they have project level tokens: https://docs.railway.com/integrations/api#project-token

They chose to give it full account access, including to production. But ohhhh nooooo it's not MYYYY fault!