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

help-circle
  • dragontamer@lemmy.worldtoRPGMemes @ttrpg.networkBoobplate (Ironlily)
    link
    fedilink
    English
    arrow-up
    41
    ·
    edit-2
    13 days ago

    That’s just called 1600s era half plate.

    As halberds and other armor penetrating weapons became normal (and Guns), the focus of armorers was on deflection rather than outright stopping blows.

    Also, iron became cheaper and thus mass produced. So in some sense armor got worse, but far more people were wearing armor. The small bits (gloves, legs, etc etc) couldn’t be custom made per person anymore because of mass production templates. But armor was well on its way out by then anyway as guns were obviously the future.


  • dragontamer@lemmy.worldtoRPGMemes @ttrpg.networkBoobplate (Ironlily)
    link
    fedilink
    English
    arrow-up
    96
    ·
    edit-2
    13 days ago

    True. But it keeps happening.

    Be it two thousand years ago or 500 years ago. Sexy armor proves that humans haven’t really changed.


    Kings and generals don’t really find themselves alone on the front lines. The armor is nearly ceremonial, no one is supposed to take a shot at the king. Even if the king were expected to visit the front lines.

    As such, kings, princes and other nobles never had practical armor. It’s all armor-fashion and status symbols (including sexualization, when said sexualization was in fashion).




  • Only after the Delaware court forced him to.

    Elon is a jackass who runs over all normal senses of decency while repeatedly getting away with it. And he will continue to do so as long as his legion of asshole internet followers continue to worship him on a wide scale, giving him large benefits in our cultural zeitgeist.

    I am happy that people are finally understanding how much of an asshole Elon is today. But he’s been pulling this shit since the dawn of Tesla, as the Tesla takeover court cases proved in the 00s.




  • dragontamer@lemmy.worldtoMemes@lemmy.mlLost my F-35 in my couch
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    4
    ·
    edit-2
    1 year ago

    Because putting a beacon on a stealth aircraft is like installing a flashlight onto an invisible car.

    Even if people can’t see the rest of the invisible car, they’ll see the flashlight and track that instead. At a minimum, such a feature would be ‘default off’, and never default on.

    A stealth aircrafts literal design is to be invisible to enemy radio waves. The last thing you wanna do is you know… Emit a radio beacon.






  • Honestly, Docker is solving the problems in a lot of practice.

    Its kinda stupid that so many dependencies need to be kept track of that its easier to spin up a (vm-like) environment to run Linux binaries more properly. But… it does work. With a bit more spit-shine / polish, Docker is probably the way to move forward on this issue.

    But Docker is just not there yet. Because Linux is Open Source, there’s no license-penalties to just carrying an entire Linux-distro with your binaries all over the place. And who cares if a binary is like 4GB? Does it work? Yes. Does it work across many versions of Linux? Yes (for… the right versions of Linux with the right compilation versions of Docker, but yes!! It works).

    Get those Dockers a bit more long-term stability and compatibility, and I think we’re going somewhere with that. Hard Drives these days are $150 for 12TB and SSDs are $80 for 2TB, we can afford to store those fat binaries, as inefficient as it all feels.


    I did have a throw-away line with MUSL problems, but honestly, we’ve already to incredibly fat dockers laying around everywhere. Why are the OSS guys trying to save like 100MB here and there when no one actually cares? Just run glibc, stop adding incompatibilities for honestly, tiny amounts of space savings.


  • Because it isn’t inferior.

    Ubuntu barely can run programs from 5 years ago, backwards compatibility is terrible. Red Hat was doing good but it just shit the bed. To have any degree of consistenty, you need to wrap all apps inside of a Docker and carry with you all the dependencies (but this leads you to obscure musl bugs in practice, because musl has different bugs than glibc).

    For better or worse, Windows programs with dependency on kernel32.dll (at the C++ level) have remained consistently deployed since the early 1990s and rarely break. C# programs have had good measures of stability. DirectX9, DirectX10, DirectX11, and DirectX12 all had major changes to how the hardware works and yet all the hardware automatically functions on Windows. You can play Starcraft from 1998 without any problems despite it being a DirectX6 game.

    Switch back over to Ubuntu land, and Wayland is… maybe working? Eventually? Good luck reaching back to programs using X.org dependencies or systemd.


    Windows is definitely a better experience than Ubuntu. I think Red Hat has the right idea but IBM is seemingly killing all good will built up to Red Hat and CentOS. SUSE linux is probably our best bet moving forward as a platform that cares about binary stability.

    Windows networking stack is also far superior for organizations. SAMBA on Linux works best if you have… a Windows Server instance holding the group-policies and ACLs on a centralized server. Yes, $1000 software works better than $0 software. Windows Server is expensive but its what organizations need to handle ~50 to ~1000 computers inside of a typical office building.

    Good luck deploying basic security measures in an IT department with Linux. The only hope, in my experience, is to buy Windows Server, and then run SAMBA (and deal with SAMBA bugs as appropriate). I’m not sure if I ever got a Linux-as-Windows-server ever working well. Its not like Linux development community understands what an ACL is in practice.