While I don’t agree with your first point from my experience, the second one is very true. Especially for memory consumption, your typical Java app easily occupies five times as much as something more bare metal.
While I don’t agree with your first point from my experience, the second one is very true. Especially for memory consumption, your typical Java app easily occupies five times as much as something more bare metal.
There aren’t many distro with a base system as tiny as Arch. It’s not a bad choice at all. It’s on my server since many years, working perfectly reliable. Everything except the base system is inside Podman containers. Why not?
I think that’s for LGPL. For GLP any form of linking requires the code to be licensed under GPL, too. The dynamic linking except isn’t that bad of you think about it. It gives you the freedom to update or replace the library at any time. For security critical libs (TLS, GPG, …) that’s a big plus.
I second this. People usually recommend Ubuntu for beginners which I can somewhat understand because it’s super easy to get started. But the downside is that you’ll most likely stay a beginner and don’t understand the absolute basics of a Linux based OS because, well, most of the time you don’t have to. Then you make a beginner’s mistake once and there you go.
Which indexer is that if I may ask (for a friend)? 😁
There’s OsmAnd and Organic Maps (and probably more). Both are open-source apps, use Openstreemap data, and work offline. You can get OsmAnd+ for free on F-Droid. If you want support the devs you can buy it in the Play Store. There’s also a free but limited version there.
German content is mostly on Sharehosters or One-Click-Hosters or whatever you call them. I really don’t know why because they are expensive and worse than the other options. I know BitTorrent is not popular in Germany because of the law but the Usenet could be the better option if it was more popular.
I think there’s sauce on your screen.
Just because it’s not possible on a Turing Machine doesn’t mean it’s impossible on a PC with finite memory. You just have to track all the memory that is available to the algorithm and once you detect a state you’ve seen already, you know it’s not halting ever. The detection algorithm will need an insane amount of memory though.
Edit: think about the amount of memory that would need. It’s crazy but theoretically possible. In real world use cases only if the algorithm you’re watching has access to a tiny amount of memory.
It always depends on which existing tools you have access to. Go back some more years and there is no GPS. Detecting the bird will be the easier problem then.
Just keep in mind that after update support ends, it’s a ticking time bomb. And there’s basically no “second life” for it because it’s so locked down.
It’s the amount of legacy it’s carrying on that drives me crazy. Many of the implicit default implementations are confusing. That’s where all these “rule of 3”, “rule of 7”, “rule of whatever” come from. The way arguments are passed into functions is another issue. From the call-side you (sometimes) cannot tell if you’ll end up with a moved value or a dangling reference. The compiler will not stop you from using it. Even if the compiler has something to tell you, it’ll do it on the most cryptic way possible. I’m grateful we have C++, it paid lots of my bills. But it’s also a pain in the ass.
[
is a binary (sometimes a symlink) in /usr/bin
. It’s /usr/bin/[
🤓
You’re not safe from Google though. And that’s quite a big backdoor if you’re a target of interest.
My girlfriend bought a really cheap one from Lenovo. Besides watching movies and browsing the web there’s not much you can do because ChromeOS is extremely limiting. Wouldn’t ever recommend anyone to buy anything with ChromeOS on it.
Diablo 3. Not the one Blizzard released.
Some industries, like the pharmaceuticals, may not be able to switch away from mineral oils so easily. That’s why I prefer a balanced approach that makes unnecessary or even luxurious things way more expensive. The carbon tax approach would work in terms of “reducing carbon” but the people who are already struggling in day to day life would be hit the hardest. Those are the poor folks that have to commute to work with older cars because their bosses decided that there is no more home office.
The government making a list of what is wasteful and what not would probably fail, you’re right about that. In the long term the carbon tax is a good solution. It’s easy to implement but that doesn’t mean that it’s easy to make the transition for many people. And by “not easy” I don’t mean “stop eating meat because of the carbon”, which would be very easy compared to “buy 3 times more expensive gas to go to work or buy food for the week and loose your job”.
That might work theoretically. The problem with that is that you cannot differentiate between that absolutely wasteful things (like private jets) and things we need in day to day life (like pharmaceuticals). You might even want to exempt the solar panels from the example above, because they will probably save more carbon than what was used to produce them. So that’s really the “sledgehammer” kind of solution.
sftpgo is a nice project to host files in a secure way without too much hassle.