Viewing profile — simplicitea
simplicitea
HN member- Joined
- Fri, May 19, 2017, 12:40 PM UTC
- HN karma
- 228
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About simplicitea
No profile information was provided.
Recent public activity
-
comment
Comment #39568884
....you can just not participate and keep to yourself and I guarantee you'll have a 5 star rating from every driver in america
-
comment
Comment #39568037
I was about to ask the same thing; I have a hard time seeing the ways it ends up a net gain when driving is still a decent job for a lot of people, and rideshare drivers keep to th…
-
comment
Comment #35748764
This seems like such a pointless semantic flex to me... 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 …
-
comment
Comment #25698015
I would put forth that you're not going to get far in this conversation if you can't acknowledge that censorship and government abridgement of free speech are not one and the same.…
-
comment
Comment #25411456
gold
-
comment
Comment #25167251
readability? who needs it when i can now say `this, but camel case and no nulls` export type Camel = { [K in keyof T as K extends string ? `${Uncapitalize }` : K]: T[K] extends Rec…
-
comment
Comment #25158034
Template literals... helllsss yesss, been waiting a long time for those suckers.
-
comment
Comment #25090800
I find these graphs from Vanderbilt to be particularly compelling (page 2) evidence of the effectiveness of mask mandates on general public wellbeing. What do you think? Anything I…
-
comment
Comment #18369419
This news is not news. The pentagon? Preparing?
-
comment
Comment #17028388
Thank you very much for sharing that comic.
-
story
Philosophy of Software
What's the point? And where do we decide the threshold between meaningful and meaningless lies?
-
comment
Comment #15770545
It does; it stems from Portugal meaning black people according to the article. If I understood it correctly, it's some mashup of colony and black people. It's an artifact of early …
-
comment
Comment #15719028
Another actually interesting idea (in my opinion ofc): facial recognition scrambling jewelry/implants. Actually interesting.
-
story
I think that firefighting tech could actually be super useful
e.g. utilizing satellites and atmospheric data to generate predictive evacuation notices for wildfire spread. Like combine meteorology, topographic and residential mapping to do pr…
-
comment
Comment #15718801
The only important idea in that list is the last, firefighting tools
-
comment
Comment #15062055
code challenge as application? Where do you find things like that?
-
story
Ask HN: Self-taught developers, what repo helped land your first job?
If you're willing to share, which portfolio project do you think contributed most to you landing your first FT dev job, and what kind of job did you land?
-
comment
Comment #14967395
well, objects are not iterables... ??? unless you decide you want them to be, in which case you can make them such and design them in a way that they work as such? The least elegan…
-
comment
Comment #14967328
> And how do you get the "next 3 elements after the 2nd" ? .splice(2, 3) (am I missing something?) > > The rest can be implemented in user-land: var md5 = require("md5") And then y…
-
comment
Comment #14966991
congratulations, you've taken a well-documented version of an abstraction about web components and turned it into an undocumented version of an abstraction about web components wit…
- story
-
story
Ask HN: Interview focus
Coding in a hurry is not happens on the job, so why is that what we are tested for during the interview?
- story
-
comment
Comment #14379229
I wouldn't know but I'd venture that makes sense... Thanks for the perspective.
-
comment
Comment #14378939
What is a problem that you have recently defined and solved?