HN user

kensanata

6 karma

[ my public key: https://keybase.io/kensanata; my proof: https://keybase.io/kensanata/sigs/G4R9f0zRagdXSEEBC8QF6hsUDwqkkCm9CQqUlAa2_K0 ]

Posts0
Comments8
View on HN
No posts found.

As the "Administration" tag for my blog will attest, the sysadmin side does take a lot of work. Every now and then something is down, something needs defending (like the current HN users all clicking on the site which is running without any caches…), and on and on. In my experience, it's not so much cybercriminals that keep me busy but bad programmers that write spiders that treat every website in the world like corporate infrastructure. Stuff like git, cgit, radicale, a bunch of web apps, a netnews server, an IRC server, those things aren't tricky. But of course I also decided not to host mail, matrix, Next Cloud and so on. You need to pick your battles, too.

For some long term perspective, I liked Kris' blog post "On cache problems, and what they mean for the future" ending with the following passage:

"That challenges the fundamental abstraction of Unix, though, because in Unix everything is a file, which is a linear array of bytes, and is being accessed through a file handle. Now, with Optane persistent data may be no longer behind a file handle, but a special kind of memory, and data does not have to be crystallized into serialized structures before persistence. In fact, the memory may be so fast that we might not have time to do that. We require a different compute abstraction instead. Which means, when we have it, the result will finally, after five decades, not really Unix any more." http://blog.koehntopp.info/index.php/1960-on-cache-problems-...