

What’s the total human population again, 8 billion?
What’s the total human population again, 8 billion?
You could build a Debian installation with user-defined list of packages since way back in 2010. It’s just a bit too technical for an average spreadsheet cowboy who decided to ditch M$ Losedows.
Also, Docker does exactly what you describe, just inside the VM. There’s a whole ass new position for Dockerscript coders, called devops or something. I think there should be an easy way to install Docker image onto the real hardware with no Docker inbetween too, this question deserves researching.
Eh, why? KDE and Gnome work perfectly fine installed in parallel, at least on Debian, no VM needed. You can throw in XFCE and MATE for a good measure.
mcedit, because I’m not nerdy enough for vim.
Ubintu was relevant ten years ago, when they packaged proprietary drivers which were absent from other distributions.
Nowadays you just use Debian and don’t bother with Canonical shit.
Because you won’t determine the type of NAT during hole punching. This requires the client sending two UDP packets to two different IP addresses, then comparing their source addresses on the server.
Normally yes, you can just assume that two clients you are trying to connect both have port restricted cone NAT, and run the hole punching algorithm, and if the connection fails after ten seconds, show message to the users ‘Error 418: your router is a teapot’.
The one use case is running STUN/TURN server for NAT hole punching, that requires two separate servers, or one server with two IP addresses. You will only need that to run masterserver for games that support hole punching, or to run VoIP telephony / teleconference server.
Another use case is reliability, when your server is connected to several network providers, it will keep working if one of them has an outage, and will naturally have a different IP address for each network link. But your VPS does not have several network links, otherwise they would advertize that in bold red letters.
If you want to run Linux on a toaster with 16 MB flash, your best option is probably OpenWRT.
If you are running it on a regular PC, just turn off the monitor and plug out the speakers I guess. Recompiling Linux kernel looks too much like a hassle, you’ll need to disable specific device drivers to deactivate videocard and soundcard but keep the keyboard running.
Or boot into a recovery mode, the OS will disable everything except for the terminal, and you’ll need to enable networking using shell commands.
How long until we get self-insert AI porn?
It flies, so I don’t get the joke. I’m an embedded developer BTW.
It depends on how rich you are. CEOs have their own, reduced edition of the law.
Robotized armies are already here, and they look nothing like steel skeleton humanoid Terminators, they are more like cheapest four propeller drones with an anti-tank mine strapped with zip ties, naked wires with no cover, because it’s single use.
We can control AI just fine. We cannot control corporations, who use sloppy AI for important decisions. A few court cases for unfair hiring practices will solve the problem rather quickly, it won’t be AI who will get fined, it will be CEO.
Your window needs to get the list of all other windows, find the one directly below it, and send a mouse click programmatically, using something like accessibility API.
Are you writing a keylogger?