"Not only can today’s journalists expect to finish their careers without competition from the Writernator—today’s parents can tell their children that they still need to learn to write, too."
Thanks, that makes sense in general. Do you know if these vulnerabilities have actually been exploited in the wild?
(also, on macOS specifically, Docker runs inside a Linux VM, so the shared kernel is the VM's kernel, not the host's. Are there known escapes from containers to Docker Desktop VM to macOS host?)
This seems to be the transcript of a speech given at ETech in April 2003, about why (Web)blogs took so long to emerge (original URL now returns a 404 so I'm using a IA link).
Specifically, I think it's a list of traits considered so universally shared across cultures that they are not worth mentioning when studying individual societies.
I get your point, but I figured it would be easier to just not have the temptation than try to escape it. I favor minimal solutions that work (even if they don't fix the root cause) over things that require constant willpower.
Yes, I take my dumb phone to work, which means my relatives can only phone or text if they want to join me.
They have been programming for two months so they are not total beginners, they just have no notion of best practices. They already wrote two 300-line programs. The goal would be to have them read a codebase they didn't write, and optimize it.
I'm not looking for expert refactoring or sophisticated design patterns (they haven't even touched OOP), I just want to show them simple ways to improve their code.
My mistake, I got the meaning of "polling" wrong (not a native speaker). What would be the proper verb then?
I know we're not suppose to editorialize, but the original title ("What’s Wrong With 538?") seemed less informative.
It's true that most polls were wrong, and the HuffPost isn't the only one to blame here. But the author seems to imply that 538's _process_ was wrong because they were getting different _results_.
For the record, the HuffPost gave Clinton a 99% chance of winning.
"It’s great to build a complex model and load it with empirical data like polls, economic reports and presidential approval ratings. But if the output of that model is implausible, it’s time to go back to the drawing board.
As a financial analyst at an investment bank, or a research analyst at an economic consulting firm, your job would be in serious jeopardy if you produced 538’s model output without a clear explanation of how those fat tails that represent an inordinate number of close to impossible scenarios could actually occur. A model like that just isn’t client-ready. Time to re-think those assumptions!"
Thank you for that, networking is often the blind spot when teaching Python... Also, you're right, it looks much simpler than expected. I'll have a look!