☑️

  • 0 Posts
  • 55 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle
  • It was done in Australia quite a few years back and widely mocked. There was a bit of a bump in “XBox babies”, but it was mostly from the kind of people who don’t understand that a one-off cash bonus spent on a bigger TV doesn’t cover the costs of raising a kid.

    That is Trump’s demographic, but he’s being very optimistic if he thinks these kids will be going to the polls while he’s still alive.






  • I haven’t tried Bazzite yet, but I feel the same about the other ublue flavours.

    I’m the most productive I’ve ever been. Tweaking everything was fun for a few years, but now I just need a distro I can trust, that comes with the tools to do anything.

    I see rebases to Bazzite DX are available now. I might give that a go today.









  • At my last job we had a lot of old code, and our supposedly smartest framework people couldn’t be bothered learning front end properly. So there was a mix of methods for passing values to the front end, but nobody seemed to think of just passing JSON and parsing it into a single source of truth. There was so much digging for data in hidden columns of nested HTML tables, and you never knew if booleans would be “true”, “TRUE”, “1”, or “Y” strings.

    Never mind having to unformat currency strings to check the value then format them back to strings after updating values.

    I fixed this stuff when I could, but it was half baked into the custom framework.


  • I had a look at the Smite roster, and yeah it’s cool to see some Celtic and Polynesian representation there.

    I would personally love to see indigenous Australian mythology represented much at all in media. It would be challenging because you’re dealing with hundreds of individual nations, most of which had their culture taken from them before it could be well documented, but there are a few recurring themes to draw from.

    The closest thing to a god entity would be the rainbow serpent, which you could argue is related to common global themes of flying serpents. Similarly, the yowie has almost spiritual status in some places, but is similar to yetis and sasquatch. I recently learned about the Seven Sisters myth being another one.






  • As most have said, doubling up compression won’t usually get you much.

    However, video compression is usually designed to facilitate performance of sequential reads because videos are typically played beginning to end, so theoretically there may be ways to compress them more if you’re willing to make sacrifices there.

    I doubt RAR is the way to do it, though. It just hasn’t been designed for this kind of data.

    Maybe there’s a video compression format out there designed specifically for archival storage, but I’m not aware of it.

    ISO won’t get you any further compression, that’s for sure.

    You could certainly test this out yourself and let us know if you get any space savings.