And as always, there’s an XKCD comic about it https://xkcd.com/806/
she/they
Bit of a mess, kinda depressed, and going through a gender identity crisis :3
(Ongoing issues, brain pls fix)
And as always, there’s an XKCD comic about it https://xkcd.com/806/
Well, flexbox and grid have different purposes in my opinion/experience. Personally I use grid for “top level” layouts like the layout of the whole site, while I tend to prefer flexbox for layouts inside the grid. Of course that’s just a rule of thumb, there are absolutely cases where this isn’t the best option.
I know you meant this sarcastically, but yes, flex is a good option for centering something. Either that or setting the left and right margins of the element to auto, which is generally even easier.
Basically, if you’re in a flex container use flex, if you’re in a grid use grid, and if neither of those apply set the left and right margins to auto.
That site is lovely, thank you!
As I mentioned in the post, my money budget is around 1000€ as a target, but it extends both up and down. I can stretch if needed, but if that’s comically overkill then I’d be happy to go lower. Time budget… not too high, but also not super low. I can certainly spend a day or two setting everything up. Electricity costs are certainly a factor, power prices here were some of the highest globally, even before the extreme increases lately.
Also thanks for the tip of the S3 backup, it’s probably a good idea to have an extra copy of important data off-site, yeah.
The original meme template, to my knowledge, was something along the lines of “People be like “Subway sucks”. Bro, you made the sandwich.” and then it was tweaked a little, tweaked a little more, tweaked a little more and we ended up with this and even more absurd versions.
About NixOS specifically, I actually made a post on !linux@lemmy.ml and overall the feedback seemed to be that Nix is a mixed bag, and that unless you want to duplicate your system a bunch of times, it’s probably smarter to stick to Arch, and a few people said I should use immutable Fedora for some reason despite that not being the question.
I’m quite excited but also mildly worried about Arch. I am currently on EndeavourOS, so I’m used to day-to-day usage of an Arch-based system, but I do worry about not following some best practices that screw me over in the long run during the install or forgetting some crucial security things. I do believe 95% of what I could mess up is going to be covered in the install guide, but who knows what I’ll overlook. And I know Archinstall exists, but I might as well stay on EOS if I was gonna use that, as I primarily intend this to be a learning opportunity. We’ll see how things go!
I see. I suppose figuring out which things to get rid of takes some getting used to, but thank you for the advice!
maintaining a clean package tree
What do you mean by that, specifically? I looked that up online and maybe I’m a bit dumb, but I didn’t find anything that made much sense
I haven’t personally tried them, but I’ve heard good things about Sock Dreams: https://sockdreams.com/
You mean Manjaro?
I was considering the VPN option, but as you mentioned for game servers that’s not reasonable, and for some of the collaborative tools I’d prefer being able to give people I don’t trust that much access, for instance people at work/university, to work together with them on whatever would be needed.
If I just decided to make the home server a home-only server, that would ease a lot of my worries. I guess I could get a personal one, with sensitive info but only home network access, and just rent a second one? It’s not like they’re that expensive if you’re just doing small-scale things and find a decent provider
Wine Is Not an Emulator
I get that, but any extensive cheat sheet would just wrap around to being an inefficient man page
-help
is the quick sheet, man
is the extensive guide
Cheat sheets are man pages and the -help option on most commands
Those exist already
Any reason not to just use yay
? That’s an alias for yay -Syu
, which in and of itself, at least if I understood it correctly, is basically just pacman -Syu
and from what I’ve read on the arch wiki -Sy
is heavily discouraged.
It’s likely a difference of emotion compared to logic. Emotionally they’d think “Damn it, now we need to check for such a weird specific edge-case, this is so annoying” while logically knowing it’s better the tester caught it.