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
  • 50 Comments
Joined 4 months ago
cake
Cake day: June 4th, 2024

help-circle


  • The last thing I messed around with choked on some wide characters that weren’t in the current locale, so I guess picture the top half of the burger bun, about two thirds of the top part of the patty, a small pile of raw ingredients off to the side and some inexplicable six-inch nails through the raw meat, maybe.

    Most of the rest of the stuff I do could be compared to those nouvelle cuisine jokes that have been running since the 1980s. Large plate, inexplicably small serving of something allegedly gourmet but is probably a cube of the cheapest pâté from the closest supermarket that was flash frozen and then stylishly drizzled in jus de menthe or something.

    Bon appetit


  • 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.




  • “Just a heads up that we’ll be shipping your machine to the client, since it’s the only machine on Earth known to support the software. You’re getting the spare machine out of the basement. Super fast Cyrix processor. Looks like it boots to Windows 11 release 3, but they’ve written it 3.11 for some reason.”



  • 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.)



  • If Python has anything like Perl’s source code filters, then anything’s up for grabs, but Perl is kind of weird in a way that Python was specifically designed not to be. Or at least Python 1 was. Things may have changed in the intervening couple of decades.

    If it’s just plain overloading, then whitespace is probably off the table. Spaces, even required spaces, aren’t so much syntax as they are structure. You could argue that the curly braces of some other languages are more syntactic than Python’s whitespace, because it’s actually Python’s magic colon and the first unindented line (lack of whitespace!) that serve that specific syntactic purpose.

    Examples of Perl’s source code filters range from turning a program into binary representation of the syntax tree and still having it be executable, to new syntax, to writing programs entirely in Latin or something that looks almost but not entirely unlike it, anyway.



  • 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.


  • It isn’t just JavaScript (or Java which uses the “Hashmap” name).

    There are, of course, languages that don’t have an equivalent structure, but for those that are sufficiently popular, it’s almost certain that someone has written a library that emulates associative arrays and then fairly certain that that library, in turn, has been used in production somewhere.

    File this under “If it’s stupid but it works…”




  • 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.