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/)PK
Posts
1
Comments
106
Joined
2 yr. ago

  • Yeah, this is about as good as you’ll ever find:

    A man turned himself into investigators on Sunday after fatally striking a bicyclist on a highway, then leaving the scene

    Most places would just say that there was an auto accident involving a truck and a bicycle.

  • There’s a paper from like 30 years ago about how you can never verify an executable because you don’t know that your compiler isn’t doing something nefarious. And if you do know that somehow, you don’t know it about it’s compiler, and so on. Scary a stuff.

  • Yeah, I mean, I'm not telling anyone what they should do. If gaming is more important to you than privacy, game away, and don't let anyone make you feel bad about it. Personally, it's an easy call for me, mostly because so many games are playable now. There's a few than I can't run on Linux, and that's fine, I just don't play those. If no games ever worked... maybe that's a harder call.

  • Tangent here for sure, but have you considered running QuickBooks in a VM? I've got a couple Windows-only apps myself, but I keep them wrapped in a VM that I only spin up when needed.

    I suppose, though, if you need to run them 9-5, there's not much point.

  • Huh, it's the anti-Fedora Silverblue; swapping out Systemd, Flatpaks and Gnome. Absolutely has it's place, even if I'll never use it. Fedora has made some pretty amazing software over the years.

    No mention anywhere about how the immutability is manged.

  • I like to mock up dependencies with Docker Compose, then run all the tests against that. Keep the compose file in the repo, of course. I don’t tend to build a lot of real unit tests unless I’m doing something very novel and self contained. When you’re just assembling a service out of REST libraries and databases, integration testing is mostly what you want.