I’m curious why your listed options are all software that runs on the internet as opposed to a piece of hardware that you connect to your devices.
Is that just because this is the self hosting community?
*NIX enthusiast, Metal Head, MUDder, ex-WoW head, and Anon radio fan.
I’m curious why your listed options are all software that runs on the internet as opposed to a piece of hardware that you connect to your devices.
Is that just because this is the self hosting community?
Why not a piece of hardware instead of self hosting, cloud hosting, etc?
You’re absolutely right. For what it’s worth, it’s just the first part that’s important.
When you pick up a new concept from a “resource” such as a tutorial, take a minute to explore the concept and understand the semantics of what you’re doing. In the name of illustrating a concept tutorials can often be misleading in subtle ways.
An explanation of my “useless use of cat” example:
The command line has a concept called “piping”. This lets one command send output to a second command. It’s very handy. There is usually also a “cat” command, which will read a file and send the contents where you tell it. This is often your screen, or through a “pipe” to a second command. There is also a “grep” command that lets you search data for certain words.
Many “linux newbie” tutorials combine these tools to show how “piping” lets you send data from one command to another. “cat” some text file, then “pipe” the output to “grep” to search for your words. It usually looks something like cat ./my_address_book.txt | grep Giles
to find lines in “./my_address_book.txt” that contain the word “Giles”. The thing is that “grep” can take a file name as an argument. You can just do grep Giles ./my_address_book.txt
, and cat is for concatenating files into one. If you want to simply read a file there are more appropriate tools such as “less”. This by the way is the “useless use of cat”
When you’re a newbie though, it may be the first time you’re seeing either “grep” or “cat”. The tutorial is just trying to show you “pipes”. Along the way you’re picking up these “bad habits”. I’ve met professional sysadmins who didn’t know grep took a filename as an argument. It was always “cat blah | grep my_search”. I will see people type “cat /some/file | less” instead of “less /some/file”. It shows a lack of understanding of what these tools actually do, and IMO it just comes down to regurgitating tutorial actions without bothering to understand the semantics of what you’re being shown.
Don’t follow tutorials, understand them. I’m so tired of seeing useless uses of cat because some asshole writing a tutorial 20 years ago decided to illustrate how pipes work with a good ol cat file | grep string
as if grep didn’t take a file name as an argument.
The more time I spend being mad about this the more I notice people using horrible practices in tutorials because they’re too lazy to setup a legit use case.
A new user sees this and thinks this is how grep works.
Loops are another common one. People going around not knowing you can pass a glob to a shell for loop. Because the tutorial they read was lazily written and they didn’t bother to understand the bits of what they were being shown, only how to reproduce/mangle the command until they manage to get close enough to what they want out of it.
Configuration management and build automation are definitely worth the time and effort of learning. It doesn’t have to be ansible, find which tool suits your needs.
I also have a small domain that is relatively low traffic. A lot of the “all in one” software on the list you linked looks pretty cool, I can’t deny.
What I found is that I make very few changes. I used to add mailbox aliases fairly often, but the fact is there are only two users and enabling the “+” syntax in addresses put a stop to me needing to make new aliases when I wanted a new address.
I just don’t feel like I need a management interface. Because of this I’ve just sort of frankensteined my own setup together and I love it. It operates how I expect it to, and enforces the standards I care about to the extent that I desire (e.g. which SPF result codes am I ok accepting?).
Bonus tip: Many distros make this info available on the cli by including a “hier” man page that you can read using the command “man hier”.
Bouncing around between two for the most part.
I’m mostly playing Guild Wars 2, enjoying saving the world from demonic invasion in what has so far been a pretty great expansion IMO and I am a bit of a hoor for some of the new cosmetics.
When I need a break from the rough grind, I jump into a super duper rough grind by firing up ol Leaf Blower Revolution. Idle game my ass, I’m clicking more than 5 cookie clicker players combined! There are still leaves everywhere!
At this point my taste buds are even burnt out on good IPAs (for those who accept such a premise as possible).
I’m lucky enough to see some good reds/stouts/etc come through a few times a year, but the ratio of IPA:Not is just ridiculous IMO.
Right now I’m waiting on the new PoE league as well as the GW2 expansion. For now it’s either a MUD, The first Skyrim save I’ve kept long enough to complete the main quest, or Yakuza: Like a dragon.
It really just depends on mood and if anyone else is active on the MUD.
I’m glad to have finally found a Skyrim build I enjoy. I’ve always appreciated the game but never managed to stick with it. This Illusion/Thief/Assassin combo is a great time. Calm + backstab for life.
Yakuza is a delight. It’s a lot like FfXIV in that it’s a pretty fun movie that is sometimes interrupted by RPG game play elements. Loving the humor.
I’m very surprised at how web centric some of these answers are. I have so many passwords that have nothing to do with a web site.
“Google Chrome” is not gonna type in the bitlocker password on a dual boot system everytime there’s a kernel update :p.
Get yourself a mooltipass :D
Far too casual of a player to bother tracking a change log for this sort of game. Heck I wasn’t even able to articulate why I prefer Darktide in this comment. The best I can do is direct you to my other comment in this thread.
I am far too casual to care to keep a running list of issues and their status. What I can say is:
They said they don’t really play Minecraft anymore ;p
On that note I’d recommend Darktide. Why? I dunno, I just like it better than Vermintide.
Minecraft is often a good time and can run well on low end machines.
Text based and RPGs you say? Maybe it’s time to explore some MUDs?
For the King is also a nice chill game with a great system reqs:fun ratio. Currently on sale too.
I must have been way out of it late last night. I totally missed that you were asking why people do it and not looking for recommendations. Sorry for the spammy nonsense response to your OP.
To the latter question, I’ve seen devices that do OTP and FIDO in addition to basically storing arbitrary strings (e.g. your cc number).
I get harassment scolding me for using Lemmy to advertise when I mention any of the products by name, despite having no affiliation with any of them outside of being a user, but they’re not hard to find if you look.