dblotsky | 6 years ago | on: Facebook Bans Louis Farrakhan, Milo Yiannopoulos, InfoWars and Others
dblotsky's comments
dblotsky | 6 years ago | on: Facebook Bans Louis Farrakhan, Milo Yiannopoulos, InfoWars and Others
dblotsky | 6 years ago | on: Tesla Posts Big Quarterly Loss as Its Electric-Car Sales Lag
The computer was the central point though, I thought. All of that seemed very believable.
dblotsky | 6 years ago | on: Tesla Posts Big Quarterly Loss as Its Electric-Car Sales Lag
dblotsky | 6 years ago | on: Tesla Live Stream – Autonomy Day [video]
dblotsky | 6 years ago | on: Rich countries tend to have a bigger middle-class, except the USA
dblotsky | 6 years ago | on: Rich countries tend to have a bigger middle-class, except the USA
dblotsky | 6 years ago | on: Rich countries tend to have a bigger middle-class, except the USA
So, what looks like a higher number (even adjusted for PPP) might still be lower in practice.
dblotsky | 7 years ago | on: Tech workers in China’s Silicon Valley face burnout before they reach 30
dblotsky | 7 years ago | on: Blackmail Should Be Illegal
dblotsky | 7 years ago | on: The Machine Stops
Also relevant: https://xkcd.com/1601/.
dblotsky | 7 years ago | on: Show HN: HeyFromTheFuture – Advice people wish they had at your age
Hey X year-old: 90% of advice, like everything else, is bad.
dblotsky | 7 years ago | on: Please do not attempt to simplify this code
That’s a falsifiable claim. Human problems / laws are some of the most difficult to code for, IMO. Examples: legal software, economics software, etc. Usually complexity increases as you delve out of the abstract and deal with real-life processes with humans.
dblotsky | 7 years ago | on: Patreon Bars Anti-Feminist for Racist Speech, Inciting Revolt
dblotsky | 7 years ago | on: What happens when packages go bad?
It just doesn't happen without your knowledge and consent (unlike the default NPM settings).
dblotsky | 7 years ago | on: What happens when packages go bad?
Even better, store them yourself: cache, mirror, zips in the repo, whatever.
This won’t protect you from an initial hack, but it means that if the dependency was good when you got it, it will stay good.
dblotsky | 7 years ago | on: Pattern Matching Without Regex – Introducing the Rosie Pattern Language
This is a different language insofar as it describes PEGs, not regexes, which is fundamentally different and more powerful (it can parse more things).
The naming of patterns isn’t unique, since you can just put regexes in variables in every other language too. However, the syntax in Rosie seems nicer, and sharing is easier.
dblotsky | 7 years ago | on: Cloud Computing Without Containers
What property of this application allows it to share CPU time and memory more efficiently than the OS can?
dblotsky | 7 years ago | on: The Worm Ouroboros
dblotsky | 7 years ago | on: The Worm Ouroboros
This can happen if the OS lets you use user-space file systems, the same way it can happen if you have custom hardware with memory-mapped temperature sensors (and suddenly your code literally “depends” on the weather).
The analogy also doesn’t work because it’s impossible to have 4 billion people in your house.