Some middle-aged guy on the Internet. Seen a lot of it, occasionally regurgitating it, trying to be amusing and informative.

Lurked Digg until v4. Commented on Reddit (same username) until it went full Musk.

Was on kbin.social (dying/dead) and kbin.run (mysteriously vanished). Now here on fedia.io.

Really hoping he hasn’t brought the jinx with him.

Other Adjectives: Neurodivergent; Nerd; Broken; British; Ally; Leftish

  • 2 Posts
  • 2.01K Comments
Joined 2 years ago
cake
Cake day: August 13th, 2024

help-circle
  • I’m not sure that’s K&R style. In various places you have things where the thing that follows a for, while or if isn’t indented, and as far as I’m aware, K&R indents religiously. K&R omits braces on single statements, sure, but that statement is nonetheless indented from the parent keyword.

    e.g. you have things like:

    while (condition)
    statement;
    

    and

    for(x;y;z) {
    if (condition) {
        statement1;
        statement2;
    }
    }
    

    Which I’m pretty sure should be:

    while (condition)
        statement;
    

    and

    for(x;y;z) {
        if (condition) {
            statement1;
            statement2;
        }
    }
    

    respectively. The idea is that you can theoretically trace the keyword down to its closing brace, assuming there is one.




  • Rebooting is a good idea from time to time to ensure any new updates have taken fully and that old system drivers haven’t lasted and continued to run.

    For example, one time I installed an XOrg update but didn’t reboot because my distro’s updater didn’t recommend it. And so I was very confused when I actually did reboot and graphics were borked. It took me a while to track down that the update - which I’d forgotten about - hadn’t been compatible with my graphics driver and I’d been using the previous working version until then.

    It’s supposedly possible to restart / reload all software without rebooting, but it’s a royal pain in the [proverbial] when it’s deep in the system, and it’s far easier to just reboot.

    And if you’re gonna reboot anyway, you could time that nicely for before you’d be about to stop using the computer for a while. Let it reboot first to make sure everything seems OK with any updates that might have been applied. When that works, you’re at a fresh slate with no programs open, so you can then turn it off.

    (And if it hasn’t worked, you can roll back with something like Timeshift or whatever your distro provides, check that works and save the investigation for when you have time.)





  • The day they codify in law that public services should not make a profit, the lawsuits will begin. Those to reclassify all and sundry that we think of as public services as not being public services.

    A necessity argument would result. Do people need electricity, gas and municipal water treatment? No. They can live off-grid. Therefore these are not public services.

    Do people need public transport? No. They can walk or buy rent a car. Therefore public transport is not a public service.

    Do people need police, fire, medical? No. Most people can go months, years without needing any of those. Therefore they can’t be public services either.

    etc. etc.

    I’m not saying I agree with any of that, but the expensive lawyers will be arguing these points and they’ll continue to argue them as long as there’s a profit to be made.





  • That’s not even hard to prove. On one of my accounts, they’ve been popping up little notifications oh-so-innocently asking the user if they’re having problems. They contain a link telling the user to turn off their ad-blocker or whatever other browser add-ons might be interfering with Google’s ad delivery platform. I paraphrase slightly, but it’s what they mean.

    But to answer the question, while remaining somewhat vague: I know of someone who is said to have died of a specific ailment, but they’d hit very hard times and were of a religion where taking one’s own life is, or was, considered incredibly taboo. My lurking suspicion is that they might have done the unthinkable and it was covered up for the sake of appearances.

    That’s not something I think I’d ever be able to prove and trying would cause more harm than good.