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.
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.
Depends on the person — when the pandemic hit I was a grad student, we didn’t have kids, and our living situation was nice (tiny studio but it had a wonderful, if small, outdoor space). Scary times for sure, but life — at least the day to day — was…pretty good!
Now we have kids, and my god, I can’t imagine.
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.
Yeah, without being a policy junkie I think a reasonable step would be to have Prop 13 only apply to primary residence — investment real estate would be subject to a “wealth tax,” but folks wouldn’t get priced out of their primary home due to gentrification.
Right, that’s a huge downside for sure.
Property tax is on the one hand a wealth tax, which sounds like a great idea; but on the other hand, it’s a wealth tax that disproportionately affects people with the bulk of their assets tied up in real estate — which often means middle class homeowners.
So while you can certainly look at prop 13 as “good” in that folks don’t get priced out of their existing homes, it of course gets used to the advantage of rent seekers, etc.
It’s…complicated.
California disagrees: https://en.m.wikipedia.org/wiki/1978_California_Proposition_13
Property tax is assessed when there’s a sale, and otherwise changes very slowly. It’s a controversial measure.
I can only remember this because I initially didn’t learn about xargs
— so any time I need to loop over something I tend to use for var in $(cmd)
instead of cmd | xargs
. It’s more verbose but somewhat more flexible IMHO.
So I run loops a lot on the command line, not just in shell scripts.
Seriously, it is the lowest-latency and highest-bandwidth communication method we have, when used appropriately.
I think mplayer
has an ASCII output mode (VLC, too?), and I believe youtube-dl
can output to stdout.
The rest is, as they say, left as an exercise to the reader.
Ah, good point!
Dell XPS 13 Snapdragon seems like it’s trying to compete with the Air.
I’m not mad at the huge amount I pay in taxes. I’m mad about what I get in return.
You can turn it off, at least for ext4: https://lwn.net/Articles/784041/
Although you can use case insensitive filesystems with Linux, and case sensitive filesystems with macOS. I believe the case sensitivity is a function of the specific filesystem — but yeah, practically, the root for Linux is always case sensitive, and APFS ain’t is only if you ask it to be ( https://support.apple.com/lv-lv/guide/disk-utility/dsku19ed921c/mac ).
And over twice the GDP.
“Wow you signed the document in blood, you must be really hardcore.”
“No I’m just cheap.”
That’s…pretty believable.
The amount of money you save (and invest) isn’t accurately depicted with this though. Living expenses don’t necessarily grow with take home, if you keep lifestyle creep to a minimum.
So what this means is that if you make $100k and save $10k/year, if you start making $200k you can save the same $10k/year, plus the entire additional $100k after taxes (let’s just say that’s $50k+). So you doubled your salary but your savings went up 6x+.
Not sure why you’re saying Python forces everything to be object oriented…?
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.