Some middle-aged guy on the Internet. Seen a lot of it, occasionally regurgitates 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 but created this profile on kbin.run during the first week-long outage.

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

  • 0 Posts
  • 45 Comments
Joined 5 months ago
cake
Cake day: June 4th, 2024

help-circle
  • Check system settings for a keyboard entry / applet. I’m on LMDE Cinnamon and have no idea what the equivalents are on Kubuntu, but over here it’s definitely possible to change/remove the default keyboard assignments and set up custom ones instead.

    For example, I have Shift+WWW (the multimedia key that starts a web browser by default) set to start the browser with an alternate profile. I could just as easily set plain old WWW to, say, start a terminal instead, or run that custom command.

    The hardest part is knowing what custom command to run to get the desired effect.


  • Deleting snapshots shouldn’t destroy the system as far as I know. It might confuse Timeshift later down the line if that deletion was done outside of Timeshift’s interface, but they’re supposed to be entirely separate.

    Timeshift creates a directory called “timeshift” in the root of whatever partition it’s configured to use. It should create at least one copy of every file, but it does then create hard links to save space between snapshots where files would otherwise be identical. Those links shouldn’t be to (or from) live system files though.

    Now, if someone was to bypass Timeshift and manually move files of the timeshift directory back into a live system or manually link live system locations into a snapshot, that might lead to the problem you experienced. Not sure if that’s what’s happened.

    It’s worth noting that I have Timeshift set to create its directory in a separate partition on a different physical drive, so if it was broken in some way, it would struggle to mess up. Hard links across partition boundaries are a lot harder to achieve if not impossible, so it would stop someone (or something) trying to bypass Timeshift, or at the very least give them pause for thought. And it would provide some protection against Timeshift doing something silly as well.

    Another way I suspect this could happen is if Timeshift’s own copy as well as all hard links to it in all snapshots were manually deleted before a restore was attempted. Can’t restore from what doesn’t exist, and so the system would remain broken.




  • Haven’t seen this in the other comments: Coolness factor. If you’re a successfully popular teacher, i.e. “cool”, then your students will likely want to participate in whatever it is you suggest.

    However, if they don’t see you as cool, you might have difficulty, and might even put them off the platform. This is not something that can be fixed easily, and trying to be cool is about as uncool as you can get.

    (Making it mandatory will work, of course, but how you go about that could determine whether they choose to stay on the platform once you’re done. This was kind of covered by OP talking about Matrix in another comment here.)




  • Do you mean the Aether mod that recently got updated or something else?

    Installing mods to Java Minecraft can be a chore regardless of the ecosystem. And usually it’s a third party mod loader that adds a new version to the default launcher config, not something provided by Mojang.

    That said, Aether is a Forge mod and I haven’t used Forge in a few years at this point, so maybe things are different now, or I’m only remembering the way that the rival Fabric ecosystem works instead.


  • It was (and may still be) possible to make an older version of Pocket Edition run on Linux through unofficial shenanigans, but the official launcher says “Not playable on this device”.

    minecraft.net also explicitly says: “Minecraft: Java Edition runs on Windows, Mac, and Linux; Minecraft: Bedrock Edition runs on Windows. Deluxe Collection content only runs on Minecraft: Bedrock Edition on Windows.”

    Other unofficial shenanigans that may or may not work include but are not limited to: Running under a VM, running under something like Wine.

    So, yes, technically it runs, but Microsoft are pretty clear that it’s not supposed to.


  • I’d suggest “Spicious Linux”, but it’s a 5/10 pun at best, and too similar to “specious” which means “sounds legit but isn’t”; not necessarily a good look.

    “Opus” borrows letters and sounds good, but speaking of sounds, it’s the name of a sound codec, so maybe not a good choice.

    “Abstruse” has similar problems to “specious”…

    “ChameleOS” is the name of a dragon in a game.

    I figure if I run through all the bad ideas here, only good ones will be left… but that might well be specious.



  • Coming back to this with thoughts. What you’re describing sounds a lot like a menu tree.

    “Press 1 to do this, 2 to do that, 3 to go to submenu A, 4 for B,” etc. 1

    “You have pressed 1. Do you want to turn on option ABC? [Y / n]” Y

    “Do you want option QWERTY47? [Y/n]” N

    “Are you sure you want to run notthebees --abc --no-qwerty47? [Y/n]” N

    “Aborted.”

    It sounds like a standards problem waiting to happen because no two menus will be alike, but hey, things like this can and do exist, and setting one up isn’t that hard, only time consuming.



  • Win7. I use LMDE+Cinnamon now and I have it looking suspiciously like how I had Win7. Old habits and all that.

    Though you didn’t ask, Win2K was the probably the best Windows, IMO. Then came the bloat and the ugly UIs. (I’ve kind of got used to bloat these days. Storage is cheaper than it was, and LMDE isn’t exactly the slimmest distro.)

    Maybe I would have liked Win10. Similar to how it was with the old Star Trek movies, it seems like every other version of Windows is terrible, and if that remains true, maybe 12 will be better than 11. Probably not going back to find out though.



  • xbiff was usually watching a file - your mailbox - on the mainframe, which would have been updated by the mail server daemon. Heck, it could be set to watch any file to see when it updated.

    Basically, you could still use xbiff if you emulate that setup using your own local mail server as a proxy. (And you’re using a GUI that supports it. No idea if Wayland does.)


  • Worth mentioning that apt generally asks if you want to continue after listing what it’s going to remove so this ought to be safe to do, because you can always say no.

    Caveat: It’s vaguely possible ultra-rare configurations might blast through without asking. If in any doubt, backup or take a Timeshift snapshot, or whatever your system does, before adding or removing software. Overkill? Maybe. It’d only really need to be the first time before you know what your local apt does.




  • anaemic* (Sorry, that bothered me for some reason.)

    As for capture groups, you’ll have to find another way. Perversely, perhaps BusyBox continues to be included on certain systems because they know that the extra space is required for the code that works around BB’s shortcomings. That sounds asinine until you realise that “solving the problem properly” most likely leads to that one XKCD comic about the proliferation of competing standards.

    At worst, multiple sizes of BusyBox itself.