… only for you to google: "burger restaurant near "
R*dd*t refugee
Fuck /u/Spez
… only for you to google: "burger restaurant near "
Never knew I needed Kaylee in a Star Trek mini dress, but here we are.
Actually even further than that, even back in the 80s it was apparently used in certain subcultures to distinguish (drug) “addicts” from “normal people”.
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”.
The real power of tmux, though, is that it manages the session you created.
So, one use case would be saving your current terminal setup. Instead of exiting the terminal and navigating to the project and setting up the environment again next time, you can simply detach and re-attach.
systemd
: Oh yeah? Hold my beer
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:
localhost:8080
is foo:80
and localhost:8081
is bar:80
For me it’s simple: no sync, no reddit.
I’m never going to use their app.
I settled on two.
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.
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.