I take my shitposts very seriously.

  • 7 Posts
  • 461 Comments
Joined 2 years ago
cake
Cake day: June 24th, 2023

help-circle
  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldAny more?
    link
    fedilink
    arrow-up
    6
    ·
    22 hours ago

    Technically it fits inside the highest class-A subnet… but I’ve seen so many people (especially teachers) who think that class-A and /8 subnets are equivalent that I firmly believe that the idea of classful networking should be removed from technical literature altogether.







  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldDirty Talk
    link
    fedilink
    arrow-up
    2
    ·
    13 days ago

    The reason is that we want it to fail. My original comment was more emotive than descriptive. The system is horribly designed and a fucking menace on the best day, so short of direct sabotage, we’re doing what we can to force the bossmang to replace it.


  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldDirty Talk
    link
    fedilink
    arrow-up
    2
    ·
    13 days ago

    It’s surprisingly easy to get from the main hall to the server room. There are two doors between the entry hall and the server room, one can be bypassed by yanking it real hard, and that gives access to the breaker box for the electromagnets among others. The building is not particularly well-designed.


  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldDirty Talk
    link
    fedilink
    arrow-up
    27
    ·
    edit-2
    15 days ago

    One of our servers is a rotting carcass being kept alive by our collective prayers. It runs Windows 7 and custom software whose developer is dead and the source is missing, nothing has been updated for over a decade, and it has its own independent UPS because once it goes down, it has an extremely slim chance of recovering, and we’re afraid to test it. It controls the card entry system into the building, including the server room. Boss doesn’t want to replace it because we’d have to replace all of the terminals and controllers too, and it hasn’t catastrophically failed yet.

    You’re right. It’s not a pet. It’s like one of the Saw movies: if it dies, we’re all fucked.






  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldNever go full cringe
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    26 days ago

    I’ve been learning Rust by going through The Book… there’s some wack-ass syntax in that language. I’ve mostly used C# and Python so most of it just looks weird… I can more or less understand what while let Some((_, top)) = iter.next() { ... } is doing, but .for_each(|((_, _, t), (_, _, b))| { ... } just looks like an abomination. And I mean the syntax in general, not this code in particular.



  • rtxn@lemmy.worldMtolinuxmemes@lemmy.worldThe end is near
    link
    fedilink
    arrow-up
    23
    arrow-down
    2
    ·
    27 days ago

    I’ll just copy my comment from the other day.


    Some people think it handles too many low-level systems. It’s a valid concern because if systemd itself were to become compromised (like Xz Utils was) or a serious bug was introduced, all of the userland processes would be affected. People who are stuck in the 90s and think that the Unix philosophy is still relevant will also point out that it’s a needlessly complex software suite and we should all go back to writing initscripts in bash. The truth is, it’s complex because it needs to solve a complex problem.

    Red Hat, the owner of systemd, has also had its fair share of controversies. It’s a company that many distrust.

    Ultimately, those whose opinion mattered the most decided that systemd’s benefits outweigh the risks and drawbacks. Debian held a vote to determine the project’s future regarding init systems. Arch Linux replaced initscripts because systemd was simply better, and replicating and maintaining its features (like starting services once their dependencies are running) with initscripts would’ve been unjustifiably complicated.


  • Some people think it handles too many low-level systems. It’s a valid concern because if systemd itself were to become compromised (like Xz Utils was) or a serious bug was introduced, all of the userland processes would be affected. People who are stuck in the 90s and think that the Unix philosophy is still relevant will also point out that it’s a needlessly complex software suite and we should all go back to writing initscripts in bash.

    Red Hat, the owner of systemd, has also had its fair share of controversies. It’s a company that many distrust.

    Ultimately, those whose opinion mattered the most decided that systemd’s benefits outweigh the risks and drawbacks. Debian held a vote to determine the project’s future regarding init systems. Arch Linux replaced initscripts because systemd was simply better, and replicating and maintaining its features (like starting services once their dependencies are running) with initscripts would’ve been unjustifiably complicated.