Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TS
Posts
2
Comments
13
Joined
2 yr. ago

  • Accidentally hitting reply-to-all on a company wide email and more or less stating that I wanted to be transferred to another team.

    There was a new team forming elsewhere, and in fairness, it was a great opportunity in a lot of ways. But... I didn't get the transfer until another batch of jobs opened a few months later.

    That... was a long few months.

  • I'd get in the car and start driving. I'd go and have the conversation I've been afraid to have for years

    ... or I'd be paralyzed with fear like I've been for the rest of my life.

    ... or if I'm being honest, I'd most likely grab a bottle of tequila, fall off the wagon, and find out what I actually want to do that way.

  • About 15 years on, I'm still so happy I got good coursework marks for the route-finding equivalent of a bogosort. Picked a bunch of random routes and pick the fastest. Sure, that guy who set up a neural net to figure it out did well, but mine didn't take days of training, and still did about as well in the same sort of execution time.

  • Programming @programming.dev

    Tools for monitoring changes in a Git repo

  • Had something along these lines - a mail server that ended up used almost exclusively for sending automated internal emails. We'd migrated to a third party for email sending because managing DNS etc for clients got pretty painful. Mail server got removed by the tech lead and repointed to our third party mail provider without telling anyone, and 3 days into the months we'd hit our billing limit, on the lead's day off. Turns out that one service had been sending an order of magnitude more email than all of our other services put together, as someone had been using email as a logging method.

    That was a... fun day.

  • Is this a surprise? User retention is hard, and I'd expect this to hit even harder as time goes by. It'll keep going up until the point where user growth matches attrition and I'd guess in the early days of a social platform, it's going to take a while for background growth to increase that much and attrition will be pretty high given the lack of attachment.

  • Glad someone made this point. My next printer will definitely be a tank printer. It's basically flipping the business proposal back to "pay for the printer up front" instead of "pay for the printer whenever you buy ink". My current printer was cheap enough that I basically spend enough on ink to buy a new printer every few years, given degradation of cartridges when they're left after opening.

  • Selfhosted @lemmy.world

    Web Controllable HiFi - Any suggestions?

  • Up until now I've been using docker and mostly manually configuring by dumping docker compose files in /opt/whatever and calling it a day. Portainer is running, but I mainly use it for monitoring and occasionally admin tasks. Yesterday though, I spun up machine number 3 and I'm strongly considering setting up something better for provisioning/config. After it's all set up right, it's never been a big problem, but there are a couple of bits of initial with that are a bit of a pain (mostly hooking up wireguard, which I use as a tunnel for remote admin and off-site reverse proxying.

    Salt is probably the strongest contender for me, though that's just because I've got a bit of experience with it.