oats are commonly used for feed too
Did not know that, but it stands to reason.
oats are commonly used for feed too
Did not know that, but it stands to reason.
Yes I knew all that (except the bit about corn rotation). But presumably nobody is feeding oats to cattle, so there’s less risk that you’ll be inadvertently funding deforestation when you buy them.
So, how to know for sure that your culinary soybean didn’t come from the Amazon, given that soy seems to be a tropical crop?
Good to know.
Useful. I hate shorts and portrait-format video in general.
NB for those who don’t know: a server is not needed to make Youtube RSS feeds, they exist natively: https://www.youtube.com/feeds/videos.xml?channel_id=UCxxxxxxxxxx
. You just have to find the channel_id
buried in the page source, which admittedly is a bit of a PITA. But no native way to exclude shorts, though.
And so what? Why are you so bothered by it? I’m a Linux user of 20 years and I couldn’t give a fig that someone is running a forum called LinuxSucks which, unsurprisingly, contains little “positivity or praise” for Linux.
So: you posted a serious contribution in an unserious community, and got treated unseriously. It’s not very newsworthy.
As for that community’s existence, why is that even up for discussion? As a Linux user I’m happy for people to say what they like about Linux. If the jokes are funny, all the better.
I use Ubuntu btw and it doesn’t suck. Well, not that much.
This is the best answer. Most of the others jump straight in at the deep end. The entirely predictable outcome of asking this question to a bunch of earnest geeks.
Model and price is unimportant. But if metal’s too expensive and they can’t do a fake chrome finish that doesn’t wear off in 5 minutes then then they should just stick to white or black.
My laptop, similar Taiwanese brand, is fairly new and already beginning to look like this. I don’t know why they have to be such cheapskates with the crappy fake metal finish. Somehow we can find enough aluminum to make disposable Coke cans out of it but it’s too expensive for a laptop casing.
Good question. No, but at a small cost in security. The key I generated using sha512sum
using a very solid memorized passphrase. This means I can regenerate the key in the scenario you describe.
Here’s one that probably nobody else here is doing. The backup goes on my mobile device. Yes, the thing in my pocket.
rsync
the files acrossThe backup is incremental but the container file never changes size, no matter what’s in it. Your data is in two places and always under your physical control. But the key is never stored on the remote device, so you could also do this with a VPS.
Highly recommended.
Why would you want to toggle air plane mode with Termux? That’s doesn’t make sense.
You would think of some reasons if you tried very hard. The point is that it’s my device and I shouldn’t have to beg permission.
This conversation was about doing things with Termux
Then your device must be powered by magic, or more likely it’s not a recent Android version. That the toggle is there does not mean it works: it doesn’t work without root.
Incorrect. Wifi only without root.
But who decides what I need? For instance, I want to toggle airplane mode. Without root: not allowed.
Giving full admin privileges over device? Doubt it.
Interesting. Possibly useful to some. I have also discovered that the simplest, most privacy-friendly way to update location is just to do it manually when you change location.
I have a simple script that does this by querying OpenStreetMap’s Nominatim server with the city name. It feeds the resulting coordinates thru a Python library that deduces the timezone, and sets the system time to this.