☑️

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

help-circle
rss
  • 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.



  • I’m still waiting for the day I see UML in a professional context. My undergrad teachers were all about it.

    Similarly, I don’t design software using design patterns, and I’ve had to discourage juniors from forcing them into projects where they don’t add any value. But that’s not to say design patterns aren’t useful. They do exactly what you say, allowing your brain to recognise a pattern so you can remember or communicate it without having to go into details. Most of the time it won’t be an exact fit for the ideal pattern implementation, but it’s still easier to remember the variation.

    I wish they were taught more as communication and cognitive tools than silver bullets for good software design.

    In the real world there aren’t even that many patterns. On a very large project you’re likely to see the same patterns repeated throughout the system, because a good architecture doesn’t add variation and complexity unless there’s a lot of value to gain. You learn the default way, and then the diffs.







  • AuDHD here, and I think you’re spot on, but I wouldn’t discount that union issue mentioned also being a factor. If they’re doing anything wrong then they definitely won’t give an honest answer and being put in that position will frustrate them even more (even though it’s possibly their own fault).

    I’ve lost count of how many times I thought I was doing the right thing by seeking clarification so I can properly adjust for some bending of the rules (not necessarily opposing anything) but got blowback because I acknowledged the thing everyone else was conveniently ignoring.


  • Honestly, I’ve been around long enough that I associate suits with dishonesty. Car sales, real estate agents, lawyers, finance, politicians,… is there a pattern here, or no?

    I started my professional career suited up, but transitioned away as I realised all our technical people who knew their shit, rolled up their sleeves and got it done didn’t wear them. The suits were managers making unrealistic schedules, and sales teams promising the world just to secure the next bonus.

    Someone like Trump has never experienced real work. So let the con man wear his costume. It suits him.