• 0 Posts
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • Quite a few unexpected results here…

    1. I’m surprised the C binary is not the smallest, and it’s outdone by Pascal, of all languages.
    2. The speed/energy difference between Java and C# (almost a factor of 2 in favor of Java).
    3. The relatively good performance of JavaScript compared to other loosely typed multi-paradigm scripting languages.
    4. The difference between C# and F#. That’s actually a good reason to question the accuracy of these tests and results.

  • I upgrade as soon as new versions come out, I like living on the edge :) if something goes wrong, there are backups.

    As for musl, I haven’t mentioned it since OP wants to run containers - and in that case, musl doesn’t matter. And for running programs natively, many are available as packages (with any musl incompatibilities already resolved). But yeah, if you venture outside these limits, you can definitely run into issues with musl.


  • Everybody is so quick to suggest Debian (and it’s a fine choice), but Alpine is great for such things, as well. It’s blazing fast, frequently updated, has most packages you could ever want in a server environment (not that it matters if you’re planning on using containers). I’ve been using Alpine for years as my docker host, and not once have I thought “man, I wish it was debian instead”.







  • Not sure what Linux ISOs are, but it’s pretty rare that something is only available with Dolby Vision and not HDR10. Have you verified that HDR10 gives you trouble? 4K HDR is also usually HDR10, unless specifically marked as DV, in my experience.

    Anyway, another option, if you don’t care for HDR, is to transcode/tonemap everything in the background. This way, you don’t have to worry about performance during playback.


  • Exactly. The issue is with the source of electricity, not with the AC itself. Not to mention that leading by example is nice, but it’s not always the best course of action. An individual avoiding AC is a drop in the water, and not going to save the planet, while suffering immensely. Hell, even if every single individual stopped using AC at home (which isn’t even close to reality), that wouldn’t have a significant effect, compared to what corporations, factories, etc. are doing.



  • That’s a really nice setup! I run most of my things on a docker swarm (the docker hosts are VMs running on Proxmox hosts), though that was an overkill in retrospect, and causes more problems with no practical advantages.

    The range of services I run is similar to yours, but I also have a bunch of services for personal finance (beancont/fava, as well as automatic importers and such), a more extensive media setup (with qBitTorrent and *arr apps), a gitea server, and a vaultwarden instance.