• 1 Post
  • 68 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle



  • Cool. At the time, it was one of the best. Although, I also liked sun-os.

    I also worked with VMS a lot after uni. Hated using it. But had to respect the ideals behind it.

    But watching the growth of Linux has been fantastic. In 2024. It does seem to have out evolved all the others. ( Evolved, defined as developed the ability to survive by becoming so freaking useful. )

    I am starting to think it is time for a micro kernel version, though.



  • Late 1990s my uni had unix workstations HPUX.

    So all projects etc were expected to be done on those. Linux at the time was the easy way to do it from home.

    By the time I left uni in 98. I was so used to it windows was a pain in the butt.

    For most of the time since I have been almost 100% linux. With just a dual boot to sort some hardware/firmware crap.

    Ham radio to this day. Many products can only do updates with windows.







  • Just of the top of my head discovered today.

    Not a GUI as one exists. But a more configurable one as it is crap for visually impaired.

    Rpi-imager gui dose not take theme indications for font size etc. Worse it has no configuration to change such thing.

    Making it pretty much unsuable for anyone with poor vision.

    Also it varies for each visually impaired indevidual. But dark mode is essential for some of ua.

    So if your looking for small projects. Youd at least make me happy;)



  • Humans do something very Elephant.

    Of course, it’s a bit of a petty detail. And is equally valid both ways.

    But really goes to show how humanity has got so much wrong. We again and again discover animals doing things we have classed as uniquely human.

    In every way, we decide humans are unique amongst animal spices. Seems to fail if we wait long enough.

    And before any vegans use this to make some argument. Your choices are yours. But I am yet to see any other animal spices shame members for the diet they evolved eating. So maybe that will be the unique way to measure humanity that lasts. Because eating meat. Or even treating it with cruelty, ain’t one. if you doubt it, look at the insects that breed inside living animals. Many imprisoning the creature as their children grow, then eat it alive.

    As much as I’d rather humanity be caring. This is not your argument against meat eaters.


  • Yep pretty much but on a larger scale.

    1st please do not believe the bull that there was no problem. Many folks like me were paid to fix it before it was an issue. So other than a few companies, few saw the result, not because it did not exist. But because we were warned. People make jokes about the over panic. But if that had not happened, it would hav been years to fix, not days. Because without the panic, most corporations would have ignored it. Honestly, the panic scared shareholders. So boards of directors had to get experts to confirm the systems were compliant. And so much dependent crap was found running it was insane.

    But the exaggerations of planes falling out of the sky etc. Was also bull. Most systems would have failed but BSOD would be rare, but code would crash and some works with errors shutting it down cleanly, some undiscovered until a short while later. As accounting or other errors showed up.

    As other have said. The issue was that since the 1960s, computers were set up to treat years as 2 digits. So had no expectation to handle 2000 other than assume it was 1900. While from the early 90s most systems were built with ways to adapt to it. Not all were, as many were only developing top layer stuff. And many libraries etc had not been checked for this issue. Huge amounts of the infra of the world’s IT ran on legacy systems. Especially in the financial sector where I worked at the time.

    The internet was a fairly new thing. So often stuff had been running for decades with no one needing to change it. Or having any real knowledge of how it was coded. So folks like me were forced to hunt through code or often replace systems that were badly documented or more often not at all.

    A lot of modern software development practices grew out of discovering what a fucking mess can grow if people accept an “if it ain’t broke, don’t touch it” mentality.