I’m beautiful and tough like a diamond…or beef jerky in a ball gown.

  • 57 Posts
  • 353 Comments
Joined 9 months ago
cake
Cake day: July 15th, 2025

help-circle







  • I get that it isn’t the same but when all you have is a garbage version of a memory, I’m not sure or really matters whether the representation is the original garbage or something that makes you feel less regret over not having something better.

    In my experience, the worse the photograph the better my memory of it. Probably because my mind is already used to filling in the blanks in the garbage version, so it’s constantly refreshing the memory in my mind to keep it vivid. YMMV obviously. I’m also not much of a shutterbug and prefer to commit moments to memory than try to fight with my phone to snap a photo I’ll probably never look at.

















  • OpenLDAP. Have been running that as the backend of several of my services since 2015.

    I use it for authentication/authorization, either directly or via Authelia, as well as the backend storage for my DNS, DHCP, Kerberos, email servers, and a few internal / self-built applications. I even registered an official IANA PEN so my custom LDAP schema are properly implemented. It’s setup with a 4-way multi-master replication strategy and highly available via two load balancers in different data centers (plus one locally).

    Runner up is Nginx as I’ve been running it for just as long or a bit longer, and it also underpins most of my services in some way (at least as the frontend proxy/WAF).