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

help-circle

  • I’m fairly certain Biden would have done the same if not worse considering his lower popularity that resulted in Democrats switching to Harris.

    Had they planned this out and done a primary, there’d probably be a new candidate who would have done better and possibly won.

    Of course that would involve letting people decide their candidate which is a big no no and too expensive to rig and risk losing anyway just like Hillary’s campaign.


  • Someone joke bet $500 Michigan will be blue with a +4% lead so I think I’ll joke bet $500 it will just be a repeat of 2016-2020 except 1.5x worse and then by next election maybe the DNC will learn to run a normal primary again and promote a popular candidate who actually promises to meet constituents’ demands instead of ignoring them.

    Also someone on this community asked what everyone would do if Trump won and I said I’d probably make a collage of a years worth of my comments telling people ignoring genocide would cost Democrats the election.

    So I guess I might go do that now and say “I told you so” to everyone who told me I was wrong.


  • mlg@lemmy.worldtolinuxmemes@lemmy.worldTerminating a process
    link
    fedilink
    English
    arrow-up
    47
    arrow-down
    1
    ·
    9 days ago

    Actually no, it’s just that the programs on Linux usually accept SIGINT, SIGTERM, etc pretty gracefully. Some are even smart enough to handle it on a thread hang. SIGKILL is last resort.

    Lots of Windows applications like to ignore the close request because Windows doesn’t have signals and instead you can only pass a window name to request exit which is the same as clicking the close button.

    So any hung software won’t respond and you have to terminate it.



  • mlg@lemmy.worldtolinuxmemes@lemmy.world`systemd` is all you need
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    11 days ago

    Systemd ignored my calendar override for the builtin raid scanner, so every week my server would chug to a halt to scan the entire array.

    In true systemd fashion, the documentation could not explain this behavior, so I had to make a full copy override instead of a merge override because reasons.







  • mlg@lemmy.worldtolinuxmemes@lemmy.worldNewbies never listen...
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    1 month ago

    Our crappy vendor software will only function if IPv6 is disabled network wide. Even if one machine has it enabled, the whole thing breaks

    Lol our former crappy vendor solution required to be run directly from AD Administrator. Pure luck the entire business didn’t collapse before we replaced it.

    A thread I read a long time ago on r/sysadmin








  • In a different article, he said he had issues with the ext4 maintainer who was acting high and mighty about C despite being responsible for a number of huge CVEs from code that he wrote.

    That being said, I don’t really see the benefit of rewriting modules in Rust.

    Technically, it’s still not a 1:1 replacement because Rust will many times not generate the exact same machine code as C, which does result in a small loss of speed (and in some small cases, vice versa).

    It’s acceptable for anything new, but unless there’s a notoriously painful part of the kernel, there’s no pont in redoing existing parts and even core userspace binaries.

    C quite literally makes you manipulate memory like a caveman holding a machine gun, but that’s important because it’s exactly what the machine is doing, which is required when you need to maximize efficiency. In Rust, you’d have to abstract some of that to the compiler to handle your logic which doesn’t match what a machine is doing. There is no such thing as “borrowing” and “ownership” in machine code.


  • I’ve been accused of being a Trump supporter multiple times because of comments on Gaza… as I read top comment of a dumbass calling people who denounce Harris as confirmed Trump supporters…

    Anyways it’s the same in practically any niche technology, you just tend to see more leftists because they happen to be the ones creating and using said technology.

    There’s still a large portion of Republicans who use cable/satellite TV, but don’t have internet besides their cellphone plan. They’d only come if lemmy became a popular de facto social platform like Facebook.