That first chart isn’t even trying to hide that is fake. It’s depicting a perfect mirroring.
That first chart isn’t even trying to hide that is fake. It’s depicting a perfect mirroring.
Hey now, they aren’t Nazis. Nazis at least believe in something, even if it’s something terrible.
I’d bet it’s less simple input sanitizing and more 2 mistakes made separately because they don’t know any better.
If the front end Dev makes the first mistake, null would be sent in the body as “null”. Then on the backend, somebody might even be binding the variables correctly, but before hand realizing they have to deal with the market and rather than just have a conversation undoes it in their own code.
To answer disassociating you. You had help. That’s how.
I’m not going to tell you you shouldn’t do that, I think everybody else has done enough telling others what to do. I’ll try to focus more on what you’d need to accomplish and why what you’re asking hasn’t been done.
Building an OS involves a lot of complex work using very low level calls. The easiest way to think about it, IMO, is that whatever language you use needs to be able to communicate directly with the hardware without any abstraction between the code and the hardware after it’s compiled.
Basic Python, out of the box, requires multiple levels of abstraction to run.
(I’m simplifying here) You write code which is run through an interpreter. The interpreter is a compiled application that translates Python into code the operating system can understand. Then the operating system translates that to calls the hardware can understand.
In that process, the python code is translated to byte code, assembly, and machine code. The Python virtual machine handles memory management for you. It also handles some processing concepts for you.
You’d need to start by finding (or inventing) a solution that compiles Python to assembly without the need of an interpreter or OS in between you and the hardware. It’s worth noting here that Python itself isn’t even fully written in Python and is instead written largely in C because Python isn’t a compiled language. You’d then need to extend Python with the ability to completely manage memory and processor threads without the VM. You’d need to do that because that’s really the main purpose of an operating system.
Something we learn in programming is choosing the right tool for the job. Python isn’t a great option for this type of project because the requirements just to get to where you can start are so high that it’s not really considered worth while. Is it possible, yes, in theory. But without the python interpreter and VM, you’d have to ask if you’re really developing Python or something else that just uses pythons syntax.
This isn’t 32000 in 1 wave, though. This is ~2500 a year over 13 years. Even the answers given at the beginning of the study could have changed wildly if the same people had been polled at the end. And even if not, 4 people per city is not representative of an entire city at any given moment of time.
What demographics in China did they poll each year? Did they poll people of different racial profiles? Did they poll uyhgurs? Were the candidates selected randomly or were the assigned by the government? If the latter, were they coached or paid? Any number of things could throw off that study.
That is by far the least satisfying study I’ve ever heard. 32000 people surveyed over 13 years. That’s essentially 3.5 people per city in China. How are we to take that as a valid survey?
I’d certainly be interested in how those Harvard studies were accomplished what with much of China not being on the Internet. 95 percent certainly sounds high.
In Austin, there was a short period of time where all grocery stores were legally required to ditch plastic bags.
A successful campaign strategy for city council right after that was to run against the plastic bag ban because people kept forgetting their reusable bags. Everybody agreed they are bad but individualism and a sense of laziness prevailed. This is America.
My issue isn’t any particular language but the advocates of various languages treating their language as the best hammer for every nail.
An article written for people who do not exist. People who will listen to this article who are in the overlap with people who need to hear it.
I’m not sure how well this meme is making it’s point. Lemonade is by definition mostly water.
Different user here.
My only criteria for a backend language is it tells me something went wrong and where. Hence my distaste for JS.
Some things we would want to install aren’t in the official repos. Downloading the deb file is a solution to that for newer users.
It’s not attitude they are giving you. It’s strong recommendation. It’s the strong recommendation of the entire Linux community.
Sudo is different than run as admin and is not intended to be used to do things the way Windows does them.
TIL it’s common to give onions a name before cutting them.
This works for me. So long as you have a Kindle device registered on Amazon, you should be able to download directly to a desktop. The DeDRM plugin mentioned removes the DRM during ingestion into Calibre and requires an actual token from Amazon which is linked to the Kindle device you downloaded from.
I use this to get Amazon eBooks into my Remarkable 2 which requires DRM free.
Conveniently, clicking through to the actual data returns a 404.