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

  • 1 Post
  • 511 Comments
Joined 6 months ago
cake
Cake day: August 13th, 2024

help-circle


  • There’s that bit in an episode of Red Dwarf, that may or may not have been a collective hallucinated memory of the crew, where they talk about a series of mechanoids (servant androids) that were “too human” looking and which unnerved customers.

    The result of that was that they made their next series of mechanoids look like Kryten, with the low-poly heads on a similarly angular body.

    Even if it was a false memory, the logic is absolutely sound. You want your 'bots to be at the other side of the uncanny valley, not at the bottom, creeping all horror-show-like up the side towards us.



  • Instead of compiling a kernel, try to make do with what your distro provides whenever there’s an update. Yes, there’s compilation, but it’s all done automatically. Then come to realise that the last two updates have had a subtle problem that caused the graphics driver to have a debilitating stroke whenever you try to watch a video in VLC, and have the whole system to go unresponsive as a result. Everything else works fine. YouTube. Games. But a cat video downloaded from Discord because (foreshadowing) the video won’t play in-browser for some reason? Too far, man. How dare.

    Booting with another of those kernels is when you find out that’s also broken despite having used it for a while previously. Learn that, by sheer luck, one still-good kernel is still installed.

    Hope that someone with more brains and energy with a similar setup will be able to report the problem properly to wherever that needs to be reported so that the next update doesn’t have the same problem. Things like this have been magically fixed before. You wait.

    (Search the error message from the logs online. No close matches. Learn a bit, but the only advice was “try a different kernel”. You already thought of that)

    In the meantime, remove the problem kernels and update GRUB with boot USB on standby in case you hose the system. Manage not to need it.








  • The Wikipedia article I got the info from basically says that mid-month was considered a good time for religious celebrations. With St. Nick being a literal religious entity, that’s probably why his “birthday” was put there.

    The mid-month habit goes a lot further back than St. Nick too. For similar reasons to St. Nick’s birthday, Julius Caesar’s assassination is/was said to have been on that date (aka the ides of March). It might even have been. There’s no way to be sure.




  • If you go look at the HUD for even older games like Doom and Quake, you can see where that idea might have come from. Usually those “inventory slots” were for fixed items, namely ammo for the various guns, but having different things on different number keys was definitely in use back then. The new part, of course, was making a game mechanic out of changing the things under the number keys.

    Have later games stolen it directly from Minecraft? Sure, but it’s such an obvious concept that someone else would have eventually invented it. In fact I’m not sure if Notch didn’t borrow it from something else that had that extra mechanic first.

    And now it’s become a de facto standard like the positions of the clutch, brake and accelerator in a car. (And if you drive an automatic, the brake is still always to the left.)


  • palordrolap@fedia.iotolinuxmemes@lemmy.worldIdc
    link
    fedilink
    arrow-up
    19
    ·
    8 days ago

    macOS is a derivative of BSD Unix. Linux was a from-scratch Unix-alike. The fundamental core, including the literal kernel, are different even if they act the same in many ways.

    If you’re using “kernel” in a non-standard sense to mean “share some common tools, mindset and behaviour” then maybe, but that’s stretching the definition a long way from what technical people would expect.




  • You want to read literature? Try the man pages available from a shell / terminal. Don’t know where to start? man hier, man proc, man 5 sysfs for three. Those are where Linux puts important things or rather, in the case of the latter two, where the Linux kernel likes to pretend they are for easy access. The ‘SEE ALSO’ section of at least one of those suggests other interesting reading, and on and on.

    If that’s not a direction you want to go but still want to know about something that you think might be in the Linux manual pages, try man -k keyword or apropos keyword. Replace keyword with what you want to know about and it will list all the manual pages that have the keyword in their name or description.