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.
The “effective due” is probably even negative because the extra money they’ll fight for will be more than the due.
Not a remake but I think another addon for Diablo 2 would still be awesome.
He might have convinced himself already. That doesn’t change the facts though.
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.
But isn’t the church the reason why he feels that way in the first place?
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.
sftpgo is a nice project to host files in a secure way without too much hassle.