• 1 post
  • 176 comments
Joined 3 years ago
Cake day: June 16th, 2023
  • Knoppix might be dead? That sucks. It was my first exposure to Linux. A family member who never participated in holiday gift-giving and almost never visited suddenly visited one day when I was young. I don’t remember much of the visit, but he left me with a Linux or Knoppix “for dummies” book with a Knoppix live bootable CD in it, and a burned disc of a more up to date version. He knew I was into tech, and this was pre-Steam days. Internet then was not what it is now, so it was a seriously nice gift for a growing nerdling.

    He’s slightly more present now that I’m an adult, and he swears he has no memory of this. Or of Knoppix. But he daily drove Ubuntu as of a few years ago, and he’s the only family member even remotely techy and old enough for it to have been.

    Maybe I was blessed by Tux himself?

    Might have also been one of my Dad’s coworkers, as he got one of them to backlight mod my GBA back before the SP came out. But it would be very weird if I confused an actual visit. Maybe there was no visit and my dad just handed me the stuff and told me who it was from?

    It’s a bit of a mystery, with significant impact to my life trajectory.

  • I think you’ve severely underestimated just how critical Linux is to the tech industry, and just how hard it would be for companies to move off of it.

    If companies were afraid they’d have to face that kind of work, they would push back on our behalf.

    Or they would make their own forks, we’d end up with a painful unmaintainable mess, and then they’d push back on our behalf.

    You manage upwards against people unwilling to listen or comprehend by forcing them to experience the pain of their own poor decisions that they were already warned of. You don’t accomplish anything by proactively capitulating to bad requests.

  • Fair enough, still seems silly as hell to me. Windows is perfectly functional for corporate, and even software development use as long as the team managing the image and standard settings at your workplace is competent.

    Yeah, being able to customize everything to meet your preferred workflow etc with Linux is preferable.

  • I’m remembering a very not fun discussion my team had about “the monitoring system not sending any alerts doesn’t inherently mean everything is ok” after an outage that was missed by our monitoring system.

    You need to make sure you’re monitoring connectivity as well as specific problem states. No data is a problem state often overlooked, and it’s not always considered for every resource type in these systems out of the box.

    And you probably want a heartbeat notification. Yes, it’s noise, but if you don’t see anything from monitoring you need to question if monitoring is the thing that broke. It sending out a notification every so often going “yes I am online” is useful.

  • Way off target man. If it helps, I’m not a blahaj user, and I am male. I’m not offended by the joke at the expense of delusional AI bros, or by your comment about blahaj users.

    There’s definite misandry out on the net, but I’ve not seen blahaj to be particularly strong in it. I also tend to block users early and often. Lemmy’s small enough that it has a noticable effect on the quality of what I encounter.

  • I’ve fooled around with Processing a lot, and have used it and later (iirc) a C++ or C# library many years ago to do “programmatic” edits to images and photos I had taken.

    Stuff like:

    • What if I treat the pixels in an image as one long strip and instead of placing them in left to right strips top to bottom, I lay them down in a spiral? Or in vertical strips despite the original image not being square?
    • What if I interleaved a copy of the image upside down every other row of pixels?
    • Let’s just apply random fucking math to the different color values!
    • Let’s select random rectangular sections of the image and paste them over the original at a random location, rinse and repeat 100 times.
    • What if I broke the image down into a grid of equally sized rectangles and shuffled their location?
    • What if I averaged the color of each rectangle and added that to the existing color value of those pixels?
    • etc etc.

    I’d come up with different ways to select portions of the image, different ways to place that back in, and different ways to combine the “pasted” section with original. I tossed together something like 30 different “formulas”, then would do like 10 runs of each one that had random elements, spit out the results into a folder of what ultimately was something like 300 “result” images, and then decide the five or so I liked the best.

    Add in the fact that I really don’t have any clue how color math works so I wasn’t basing my ideas off anything but whimsy, and some occasional pre and post processing with both paint.net plugins and audacity (you can sometimes open images as raw binary, avoid the file header, apply audio effects, and save it as raw binary to still have an image but it often just makes a corrupt file).

    Had a decent “glitch art” hobby going to keep me occupied in my free time.

    I desperately need to find that old code again. I miss tinkering with it.

    Unfortunately, the existing results are tied to a flikr account with connections to my real name, so I’d have to find the code and make more to share.

  • Depends on the program. I’ve got a handful of that old on CDs that still install fine. Checked when I was backing them up to ISO. There’s little bits of weirdness and unintended behavior while running them now, but they still install and run to a fairly acceptable degree.

    That experience varies wildly though. Wine tends to handle things better and more consistently.