Americans assuming ‘America’ means ‘U.S.’
Americans assuming ‘America’ means ‘U.S.’
Wait so the production release would consist of uploading the files with Filezilla?
If you can SSH into the server, why on earth use Filezilla?
I must have missed that one, what’s going on with Filezilla?
They definitely didn’t just stop tracking you because this option exists.
Cookies are a non-issue. They store data only locally and can be edited and removed at will. With third party isolation on by default there’s really no reason to worry about them much anymore. And if you do just install cookie auto-delete to clean things up.
This variant is definitely worse because the data is no longer just local.
It’s kind of neat you can launch a version of Visual Studio code by pressing ‘.’ though.
Still not sure why, especially given that it’s pretty much impossible to find out that you can even do that.
Movies. You used to be able to just buy them and own the data.
Now you have to pray the other party doesn’t ‘alter the deal’ and if you are proactive about safekeeping the stuff you own you’re a ‘thief’.
I am, no worries.
Using reverse proxies is common enough now that quite a few apps can deal with subpaths, and for the ones that can’t you can generally get nginx to rewrite the paths for you to make things work.
Not sure about the self-driving, but he had a video challenging the idea that electrons in wires that carry electricity. Basically arguing that it was the electric fields themselves that carried the power, which is largely outside of the actual wires.
Not sure if that’s the same one where he asked what would happen if you used a light switch connected to a lamp by two wires. Apart from some truly egregious mistaken units (1s/c as unit of time), I vaguely recall thinking it was basically a huge clusterfuck of misunderstandings about what an electrical circuit diagram even is (stuff like real vs idealized components, parasitic capacitance / inductance etc.)
They’re the kind of ‘Well actually’ half true factoids that you never hope to encounter in the wild if you actually understand the stuff. For someone claiming to be enthusiastic about science communication he did one heck of a job poisoning concepts with subtly wrong/misleading explanations that make it a lot harder to explain stuff to anyone with the misfortune to encounter his version first.
The third is more gravity than physics, or perhaps you should consider it the absence of gravity.
What I’m trying to say is: stop following geodesics.
That’s fair, but is that environment any different from just a virtual OS? I mean it doesn’t have its own filesystem and drivers etc, but that’s precisely because they’ve been made virtual.
In this context I’d say systemd is an application, not the OS, though the distinction gets iffy I know.
The images can get big, but they’re fairly clever about it so it is manageable. Performance wise they don’t take up more CPU and RAM than a regular application.
There’s an (unofficial) image running nodemon on dockerhub about 250MB in size. The official NodeJS image is about 300MB (presumably they’ve preinstalled a bunch of stuff). You could start with the official image and install nodemon on it, that would probably be most future proof (no way of knowing if the unofficial image keeps getting updates, if any).
To understand it you’ll need to know roughly what an OS is. Very roughly speaking an OS provides a program with a way to access files, connect to the internet and launch other programs.
What docker does is make something a bit like a ‘virtual’ OS with its own filesystem, network and task manager, and then start running programs in it (which then may launch other programs).
Since you’re not making a VM which must simulate all of the hardware, this is a lot cheaper. However since a docker container gets its own filesystem, network etc. it can do whatever it wants without any other programs getting in the way.
Among other things docker containers make installation a lot easier since a program will only ever see its own files (unless you explicitly add your own files to the docker container). To a large extent you also don’t need to worry about installing any prerequisites, since those can just be put into the container.
Making a docker container is a bit (a lot) like installing a fresh OS, just putting the stuff you need in it and then copying the whole OS whenever you want to run the thing again. Except it’s been optimized such that it takes about as much effort as launching a program, as opposed to a VM which needs dedicated resources and are generally slower than the machine that hosts them.
Yeah this is one of the reasons I don’t like companies that profit directly of of pirating. It never ends well and eventually someone is going to figure out they can just buy the company instead of competing on convenience.
The highest voted side effect applies for all powers obtained in this way.
If you’ve set up a VPN to your home net then why not run that VPN from the devices you use to access the reverse proxy? With wireguard at least this is quite easy.
That way you don’t have to expose anything you just run a VPN with the reverse proxy in it.
I’m not too sure being non-religious from the start would lead to better education. Seems to me that religion was quite a big driver behind early education. You’ll also have some trouble separating history religion and science at that point, people told each other stories about things that happened or how they thought things worked. Some of those stories are rather more fantastical than they needed to be, but how would you tell if there’s nothing to kickstart intellectual discourse in the first place?
And the whole religion stops crime through fear idea seems overly simplistic. It’s the same reasoning that bigger sentences would lower crime, and so far that hasn’t worked terribly well.