• 0 Posts
  • 85 Comments
Joined 2 years ago
cake
Cake day: June 23rd, 2024

help-circle

  • I’d pirate it but I find the story just not interesting or worth my time.

    I read Philosopher’s Stone about 25 years ago as a teenager and wasn’t impressed. Didn’t read any other because that one already felt like wasted time. Went to a movie in 2007 (no clue which one that was) and again forgettable. Not bad, in fact I still remember Die Hard 4 that I also watched back then because it was so bad. That HP movie? No idea about plot or anything. Another one? Thanks, I’m good.

    Even if Rowling wasn’t a disgusting person, I feel like what I’ve seen of her work is just not great. It’s not terrible, but I don’t care for it at all.

    But also, she can get fucked.

    comic making fun of her dumb tweets









  • Fish is really a pleasant shell, nothing groundbreaking but it’s just nice.

    That said, I wouldn’t speak of “bash compatibility” just because another symbol/ operator from bash can now be used in fish (this happens sometimes), but this isn’t for compatibility but rather so that you don’t need to learn the fish equivalent. Fish has a different syntax from bash (e.g. command substitution doesn’t use $, no do in for loops…) so they’ll never be compatible. There are bash compatible shells out there (I guess zsh, dash and probably oil?), but fish isn’t and doesn’t try to be.








  • Well I sit kind of between these

    Like I’m not getting a dedicated router and have no server room in my apartment, and my consumer router only supports two VLANs (main and guest). But I’d say the rest is rather sophisticated with all machines defined in my NixOS config, including automated generation of firewall and reverse proxy rules for which I wrote custom modules.

    Media server isn’t super full but connected to jellyseer and the rest of the stack, accessible over TLS (Let’s Encrypt certificates) only, with the option to have users managed via IDM.

    However, I only have devices on my network that I somewhat trust, with an Android TV box being the worst offender. The smart TV was never connected to my network.

    Would be cool to isolate my work PCs somewhat (I work from home with company provided equipment) but it’s just not worth the trouble in my opinion. Not switching out a low power device that does most for two different devices that both use more power (since you usually need a router and a modem).




  • How would a new format be backwards-compatible? At least JPEG-XL can losslessly compress standard jpg for a bit of space savings, and servers can choose to deliver the decompressed jpg to clients that don’t support JPEG-XL.

    Also from Wikipedia:

    Computationally efficient encoding and decoding without requiring specialized hardware: JPEG XL is about as fast to encode and decode as old JPEG using libjpeg-turbo

    Being a JPEG superset, JXL provides efficient lossless recompression options for images in the traditional/legacy JPEG format that can represent JPEG data in a more space-efficient way (~20% size reduction due to the better entropy coder) and can easily be reversed, e.g. on the fly. Wrapped inside a JPEG XL file/stream, it can be combined with additional elements, e.g. an alpha channel.