R*dd*t refugee

Fuck /u/Spez

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

help-circle

  • I settled on two.

    1. Arch for my desktop, because there I like having an always up-to-date system with the latest drivers and libraries so that I can always try the latest versions of whatever it is I want to play with next. Pacman is also a pretty good package manager, and almost any piece of software that is not in the default repos can be found in the AUR. For the rest, I also like that Arch just gets out of your way and lets you configure your system how you want.

    2. Debian for anything that runs unattended, like all my homelab services. It’s well tested, offers feature stability, has long-enough support, and doesn’t do weird things every other release like forcing snaps or netplan or cloud-init on you. Those “boring” qualities make it the perfect base to run something for a long time that doesn’t scream for attention all the time.







  • The original meaning of the word as I first heard it back in the late 1990s was to refer to the vast majority of “normal” people who don’t have an interest in or deep understanding of technology and internet culture.

    I don’t think it was originally meant as an insult, but more as an acknowledgement and reminder to ourselves that the things we were into and cared about were a niche thing and not exactly the norm.

    Nowadays, I’ve heard it applied to just about any niche interest or hobby, for example: people who are not into mechanical keyboards would also be “normies”, and worse it’s being thrown around as a direct insult to people, in the same vein as calling someone “basic”.




  • That goes for any unexploded ordnance, we are still cleaning up regular unexploded shells from World War 1 more than 100 years after the fact and every now and then it still claims a victim.

    It sucks, but you have to offset that against the benefit. The longer the Russians occupy parts of Ukraine, the more atrocities they are able to commit against civilians (cf. Bucha, Irpin, Izium, Kherson,…). Also when people talk about the civilian casualties, they always forget that the bulk of the Ukrainian soldiers were civilians just over a year ago, and they would love nothing more than to return to a peaceful civilian life. Their lives are valuable as well and should be protected too.

    If cluster munitions helps them to get rid of the Russians faster and with a lot less casualties, it is a trade off we should make.


  • In a technical sense, they’re not similar at all.

    ATACMS is a ground launched ballistic missile, so it follows a straight-forward parabolic trajectory: it climbs very high, goes very fast and then comes down on top of programmed GPS coordinates. Storm Shadow is a stealthy air launched cruise missile, it flies low at subsonic speeds and can manoeuver following a pre-progammed path (for example, to go around known air defense locations) and had advanced optics to locate the target.

    Technologically Storm Shadow is way more advanced and it has a higher payload too. It also costs 4 times as much per missile, there are less of them and they can’t carry a cluster bomb warhead because in Europe we decided not to make those weapons anymore.

    Both would be very useful for Ukraine.







  • ssh tunneling can be very useful for testing or one-shot things where you quickly need access to a service that’s not directly reachable, but I wouldn’t use it as a permanent solution for anything. You quickly run into problems like:

    • TLS certificates don’t work, so you get into the habit of clicking through security warnings or turning of TLS validation altogether.
    • Virtual hosts don’t work
    • Port conflicts when you want to access the same type of service on different remote machines, so you have to remap them and remember things like: localhost:8080 is foo:80 and localhost:8081 is bar:80
    • If it’s not your infrastructure (i.e. you are an employee in a larger company), you are probably bypassing all kinds of security rules by exposing a service and your security guys will not be too happy about it if they find out.