• 0 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle
  • android auto

    First I heard of this, but since it seems to be just some software that runs on the hardware of car manufacturers it seems rather unlikely. But very theoretically possible, if the car manufacturer was using default process scheduling in a CPU constrained machine and now switches to real-time scheduling in an update. But that was possible for years before this news, the code has just been mainlined to the default kernel now. If the car manufacturer cared about that they would probably have done it already with a patched kernel.


  • Muehe@lemmy.mlto196@lemmy.blahaj.zoneAI Rule
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    I’ll have you know that this is famous sci-fi author Charles David George Stross posting an excerpt from his seminal novel Don’t Create The Torment Nexus. The warning is right in the title, I’m sure nobody will be dumb enough to ignore it!


  • Muehe@lemmy.mlto196@lemmy.blahaj.zoneRule
    link
    fedilink
    arrow-up
    3
    ·
    2 months ago

    Depends on the kind of colour blindness you have I guess. I think I have the congenital red-green blindness common among men, and saturate Just Works™ for me. Plus I don’t have to fiddle with setting a rotation degree there.








  • I think the problem might be your PostUp/PostDown lines have an in-interface (-i) but are missing an out-interface (-o) for the forwarding. Try this:

    PostUp   = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE
    


  • Muehe@lemmy.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    8 months ago

    So WINE was just imagined into existence? Or maybe it was a wizard with a magic spell?

    GP is simply wrong on this one. While it is an open source project with a lot of volunteer involvement, there are companies like CodeWeavers and Valve which directly or indirectly contribute to development. You can get support from CodeWeavers AFAIK, but that means paying them.

    Why do people get so uppity when I simply ask questions? I never claimed that anyone owed me anything. I never asked for anything.

    Well you did ask for something, which is replies to your questions. And your reaction to those replies, whether intended or not, comes off as “uppity” as well. Hence the downvotes and hostility (not to say that I support that from either side of the conversation).

    I am unwilling to learn.

    Then why are you wasting peoples time with asking questions?

    I’ve wasted hundreds of hours trying to learn to use Linux for basic tasks after everyone assured me it was “so easy” and not gotten anywhere. I’m done trying to learn.

    Running software on an OS it wasn’t made for is anything but a basic task. Try running various Linux software on Windows and you will see. If you want to run software made for Windows easily the way to do that is using the version of Windows it was created for.

    What people mean by “basic tasks” is usually browsing and office, and there is Linux-native software for that.

    Someone posted Zorin OS elsewhere, which appears to be exactly that.

    Not really. It has deeper integration of Wine into the system by default, but it is still a Linux OS running a compatibility layer for Windows software. This will not save you if you are unwilling to learn, there will still be various problems. Some software will simply not work, or only partially work, or require additional configuration to work.

    In summary, if your definition of “basic tasks” is running arbitrary Windows software then doing it on Windows is the way to go.


  • Muehe@lemmy.mlto196@lemmy.blahaj.zoneRule
    link
    fedilink
    arrow-up
    9
    ·
    9 months ago

    https://knowyourmeme.com/memes/loss

    TL;DR: Somebody made a really weird episode of a web comic and the configuration of the figures in the panel has become a meme named “Loss” after the name of that episode. Pic related:

    pic related

    The joke here is that evolution gave you pattern recognition to avoid predators, but now you are using it for useless things like recognising this comic is spatially organised in the same way the Loss comic is.


  • Muehe@lemmy.mltoLinux@lemmy.mlThoughts on this?
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    edit-2
    10 months ago

    Do you mean not initially designed to support? Because at least for displays and networking (in the sense of being able to send X events over the network) that seems wrong, a network capable display server is basically X’s entire purpose? And for keyboards and mice there are extensions now, so x.org as a standard now very much supports those by design. Actually to my knowledge Wayland basically just forked their keyboard standard, the X Keyboard Extension.