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

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

help-circle
  • I didn’t say it wasn’t a British stereotype, only that that particular British stereotype is not one that says “innit”.

    There’s a stereotype of stereotypes that there are only two English accents: “aristocratic” and “cockney”. The film Mary Poppins may have a lot more to do with this than it ought to.

    Anyway, the Countryball’s appearance is associated with the aristocratic. “Innit” is cockney. (This is overly general to the point of being wrong, but for the sake of this argument, it’s close enough.)



  • I see at least a couple of problems here. The main one is that it assumes that the computer only has one user. This is often true, but not always.

    Yes, I know it's a joke, but if you really must, read on...

    If this script is run by a child on a shared computer, and that child chooses not to lie, the child and all adults with access to the machine lose access to /sbin/doas. Likewise if one adult chooses to lie that they’re a child, they’ll lock themselves and everyone else out, child or not, which is an opportunity for malicious behaviour

    It also means that something else would need to be done with regard to /etc/enviroment. Even on a one user, two roles machine, that entry really ought to be under /etc/environment.d, but the more robust, multi-age, multi-user solution would need something entirely different to be implemented. /etc/profile would be the wrong place, and editing each user’s .profile (or equivalent) and then making it read-only seems like a bad plan too.


  • By comparative linguistics, “Twix” is clearly Germanic in origin, and the singular ought to be Onx.

    “Unix” is from the parallel Latinate sequence. Unfortunately, the parallel term to “Twix”, and the successor of “Unix”, ought to be Bix, which does exist, but is only found in Commonwealth English in the compound Weet(a)bix.

    Triscuits may seem to be relevant at this point, but are a part of neither sequence on account of actually being an abbreviation of “Electricity Biscuit”

    Dubious etymology is fun.


  • I saw that post about Firefox. If you’d said it was browser games causing issues, I might have linked it. (Or I might have failed and not done that. What ifs are tricky.).

    If you want kind of funny, someone posted CSS Quake a while back and that browser game has WASD keybindings and Ctrl bound to movedown / crouch. And if you crouch and move forward, it closes the browser window. And there’s no way to fix that.



  • Sorry, I never meant to imply you were stupid. Only that you didn’t seem to be of a high enough technical level - right now - to be able to solve your PC problems.

    As for (non-committal) further advice: Backups, backups, backups. And then a tool like WinDirStat to track down what’s using all your space. There are YouTube videos that show you how to use it.


  • I believe they are exhibiting denial that YouTube could possibly be old enough to have videos uploaded 18 years ago.

    This denial is being done mostly in jest to cover the true, creeping, dripping, existential despair that so much time has passed, but at the same time to commiserate and laugh with others who are similarly affected. Drip, drip, tick, tick, tick.

    Also, the video turns 19 in a couple of months. yaaaaay


  • Given your apparent technical level, I think you need to get your PC to someone who can work on it in person.

    If you had space and better technical skills, there are tools you could install to help you track down where all the space is in use, but I don’t feel confident that things would go well talking you through that on an Internet forum.








  • mutt wasn’t a thing on the system where I learned pine. The first version existed out in the world, but the sysadmin probably thought it too new to install if they’d heard of it at all. We had three choices: mailx, elm and pine. pine granted access to newsgroups - the system had an NNTP server - as well as e-mail so it was a no-brainer for most of us.




  • What about it? I admit that I don’t know a great deal about systemd and all its subcommands - it took me a while to figure out how to disable that service properly, for example - but the manual seems to suggest that systemd-analyze is for startup processes, not shutdown.

    I’ll gladly take pointers on how to get it to say why a particular service hung on shutdown.


  • This actually got me to go track down the systemd service that has been responsible for being unresponsive and causing a 90-second shutdown delay way more often than it should.

    Do you really want technical details?

    In my case it’s the MPRIS service that’s supposed to provide playback control on media players and related software.

    … and so now it’s disabled to see what, if anything, breaks without it. So far, none of the media apps I regularly use seem to be affected (browsers, a computer emulator, DOSBox, VLC).

    It looks to be Bluetooth-associated based on the package it’s installed with, and I don’t need Bluetooth 99.9%+ of the time, so it might be a while, if ever, before I notice anything wrong.