• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: August 3rd, 2023

help-circle
  • I’d believe it’s real. In 2016 I was at a company trying to migrate off an old IBM mainframe and green screens. It wasn’t like an airline with complex or critical code; it was just a barely functional ERP for a warehouse. Source control was the furthest thing from their minds. Some companies and IT departments are very reluctant to change, regardless of how much time and money it save.




  • I used to write extensively with C++, but it has been a long time since speed mattered that much to one of my applications. I still marvel at the cache-level optimizations some people come up with, but I’m in the same mindset as you now.

    My workload split of Data Movement vs Data Transformation is like 95:5 these days, which means almost all the optimizations I do are changing batch/cache/page/filter settings. I can do that in any language with http bindings, so I choose those that are faster to write.


  • It felt like the wild west for a while because there were so many open problems and each implementation seemed to be focusing on a subset of them. Git handles all of them with decent enough speed that there isn’t much incentive to go against the grain.

    I think Git is good enough and so ubiquitous that we won’t see a competitor until coding itself drastically changes shape. Who knows what that will look like, but if it’s not collections of relatively flat files then Git may someday be replaced.




  • I have no advice, but I have a similar issue. Firefox on Windows 10 with just uBlock Origin.

    YouTube works fine at first, but if I watch a lot of videos in a row then after an hour or so it starts to load slowly. Then it stutters, then finally I get audio and a single frame for the whole video. Shorts seem to accelerate the descent. I haven’t tried live streams yet, but I bet I’d get the same result.

    Completely closing all Firefox instances and reopening fixes it for an hour. It acts like a memory leak, but I’m not even close to maxing out my RAM when it crashes. My fans get loud which makes me wonder if it’s botching the hardware acceleration.

    Sadly I can’t help beyond telling you you’re not crazy.