simplicitea | 2 years ago | on: California Approves Waymo Expansion to Los Angeles and SF Peninsula [pdf]
simplicitea's comments
simplicitea | 2 years ago | on: California Approves Waymo Expansion to Los Angeles and SF Peninsula [pdf]
simplicitea | 2 years ago | on: Parrondo's Paradox
In this case has the game not become Game A + Game B ?
It's just a larger game with a distinct winning strategy because the ruleset is expanded right?
What's the significance?
simplicitea | 5 years ago | on: Apple has threatened to ban Parler from the App Store
A company deplatforming an individual is indeed censorship, but is not government abridgement of free speech.
simplicitea | 5 years ago | on: U.S. Treasury breached by hackers backed by foreign government – sources
simplicitea | 5 years ago | on: TypeScript 4.1
export type Camel<T> = { [K in keyof T as K extends string ? `${Uncapitalize<string & K>}` : K]: T[K] extends Record<any, any> ? Camel<Exclude<T[K], null>> : Exclude<T[K], null> }simplicitea | 5 years ago | on: TypeScript 4.1
simplicitea | 5 years ago | on: Covid is about to get bad in the hospitals.: Columbus
https://www.vumc.org/health-policy/sites/default/files/publi...
simplicitea | 7 years ago | on: The Pentagon Has Prepared a Cyberattack Against Russia
simplicitea | 7 years ago | on: Philosophy of Software
simplicitea | 8 years ago | on: Why the world has so many Guineas
simplicitea | 8 years ago | on: I think that firefighting tech could actually be super useful
simplicitea | 8 years ago | on: Startup Ideas
simplicitea | 8 years ago | on: Ask HN: Self-taught developers, what repo helped land your first job?
simplicitea | 8 years ago | on: JavaScript for People Who Hate JavaScript
The least elegant way is Object.keys().map(key => etc) which is really not that hard to work with
edit: it's a phony premise to begin with actually. Iterables have order, objects have mapping. I am less experienced with other languages so I probably don't understand OP's statement clearly. I just think OP's context is lazy thought rot about what's becoming a fairly elegant language. BUT I'm a noob.
simplicitea | 8 years ago | on: JavaScript for People Who Hate JavaScript
.splice(2, 3) (am I missing something?)
> > The rest can be implemented in user-land: var md5 = require("md5") And then you get the current 3Mo pages we all hate. Are you even serious with your arguments or is it trolling ?
md5 node lib is 32kb unbundled. If you meant 3Mb pages that's ridiculous. Modular necessity at the hands of the user is good, and it's something that's been present in every project i've worked on in a less granular fashion than modern npm-driven apps can deliver.
simplicitea | 8 years ago | on: Ask HN: How can I do social good through programming?
simplicitea | 8 years ago | on: Ask HN: How can I do social good through programming?
simplicitea | 8 years ago | on: Ask HN: How can I do social good through programming?
simplicitea | 8 years ago | on: Ask HN: How can I do social good through programming?
which ones? forcing them or not forcing them?