

Blender has entered he chat (unless things have changed since I used it last).
Blender has entered he chat (unless things have changed since I used it last).
And many folks have headless setups — raspberry pis, home servers, VPSs, etc. It’s kinda overkill to install a desktop environment on a headless box if the only reason you need it is so you can VNC into it for a simple task that could be done over ssh.
For some (most?) of us, we don’t have ssh access open to the world, so everything is over a VPN. So I can just use NFS over WireGuard which afaik is fairly secure, if you trust your endpoints, and works great over the Internet.
On linux you can"t install or uninstall anything if you are not root
That’s not true at all. You generally can’t use your distribution’s package manager to install or uninstall without elevated privileges. But you can download packages, or executables with their own installer, and unpack/install under your home directory. Or, you can compile from source, and if you ./configure
’d it properly make install
will put it under your home.
Standard Linux distributions don’t place restrictions on what you can and cannot execute; if it needs permissions for device access of course you’ll need to sort that out.
I prefer the phrase “testicular manifold.”
We had kids — we wanted to make friends in our 30s, so we just made the friends. Problem solved.
(In all seriousness, your friend — or at least, acquaintance — group explodes when you have daycare/kid activities.)
Some bulk food stores let you bring your own. You put a sticker on them with the bulk item # and also the dry weight, so it’s a little more work, but then you can put your jars to use!
I thought it was just “Slashdotted.”
Newer macOS is not Unix certified.
It’s UNIX 03 compliant https://en.m.wikipedia.org/wiki/Single_UNIX_Specification
One or two Linux distros were (are?) UNIX certified, though.
Haha yeah that was the counter example I was thinking of. I agree completely — you could make a Gentoo from source beginner distro, and I think you could make it reasonably “idiot proof,” but it would still be a bad user experience most likely (too much time spent compiling).
If your distro can’t be forked into a “beginner distro” then it’s fundamentally flawed IMHO.
To be clear, I’ve used Arch as my daily drivers for a while, and while it’s not the best fit for my needs (I use Debian mostly), there’s nothing that I experienced that was incompatible with a “beginner” distro.
That character is from the 20s: https://en.m.wikipedia.org/wiki/Reddy_Kilowatt
You can also drop cache for debugging by running something like echo 3 | sudo tee /proc/sys/vm/drop-caches
But remember that the kernel knows best — this RAM will automatically be freed up when needed and you should never run this except for debugging (or maybe benchmarking).
I’ve been super happy with it. Knock on wood it’s been super reliable. I have a single ZFS drive, take snapshots with various retention policies, nothing fancy.
Another fun thing is to set up a reverse proxy on it as an endpoint for services on your local (home) network which can only be accessed by VPN. For example, my Jellyfin service isn’t public facing, but I didn’t want e.g. my parents to need to set up WireGuard. So instead they can point their TV to a raspberry pi on their network to access the service — even a first gen RPI can handle Jellyfin reverse proxy over WireGuard for moderate bitrates!
WireGuard, and an external HDD. Run at a remote location for off-site backup.
I do this with a raspberry pi 3 at the in-laws. I copied the data over locally before setting it up, and after that it’s just nightly incremental rsync, which is fine even over my slow (35Mbps) upload.
In undergrad I took a class on sleep, and it really stuck with me. I previously had some FOMO-esque aversion to going to bed early, but after that class if I was done with the day and I was tired, I just went to sleep.
It’s been a good mentality for us now that we have a small kid, too. No shame in going to bed at 8…
While neat, this is not self-sustaining — it’s taking more energy to power it than you’re getting out of it. (You can build a fusion device on your garage if you’re so inclined, though obviously this is much neater than that!)
One viewpoint is that we’ll never get clean energy from these devices, not because they won’t work, but because you get a lot of neutrons out of these devices. And what do we do with neutrons? We either bash them into lead and heat stuff up (boring and not a lot of energy), or we use them to breed fissile material, which is a lot more energetically favorable. So basically, the economically sound thing to do is to use your fusion reactor to power your relatively conventional fission reactor. Which is still way better than fossil fuels IMHO, so that’s something.
“Chain migration” is how many people — myself included — get jobs.
I went to a very good school, and while I like to think the quality of education is what makes a school “good,” let’s be honest — the value is largely in your connections. Friend lands a good job, recommends you when there’s an opening, and bam, you’re already at the top of the pile of the CVs (better yet, they’re the hiring manager).
Friends from school — peers and mentors alike — are a great place to start, if you can. Ask to grab a coffee and chat about their career, and be clear that you’re in the market. Most people are happy to chat (at the very least, it’s flattering).
It’s the way the world works…
With Windows, there is 1 current version of Windows (11), 1 “almost current” (10), 1 “outdated but you’ll maybe see it” (8.x) and only a few “you’ll probably only see this in obscure situations” versions. Linux has as many “parent” distros/package management systems (apt, rpm, pacman, etc.). This definitely complicates things, as each distro family does things slightly differently.
And we haven’t even touched the window manager/DE choices, of which there are a ton (as opposed to Windows). “Combinatorical explosion” maybe isn’t the right phrase, but you get the idea — Debian with i3wm is wildly different from Fedora Plasma.
This is all a good thing though, as Linux users tend to like the choice and flexibility — but it does mean that the “right way” to do something on Linux is very dependent on your particular setup, which isn’t the case with Windows.
(I have used Linux for the last 20+ years, and it’s definitely my preferred setup, and am lucky enough that I rarely use Windows for work, and never for personal use.)