Viewing profile — senkora
senkora
HN member- Joined
- Thu, Jul 02, 2020, 1:23 AM UTC
- HN karma
- 2,520
- Public activity
- 816 items
- HN profile
- View on Hacker News ↗
About senkora
No profile information was provided.
Recent public activity
-
comment
Comment #49199907
That could definitely be it. I didn’t get a clear view of the driver’s seat, so I don’t know whether or not the driver was manually controlling it.
-
comment
Comment #49174624
I personally saw a Waymo in NYC on June 26th at 14th St and 8th Avenue, so they’ve done some recent testing at least.
-
comment
Comment #49090082
This exists in clang for C++ as the statement attribute [[clang::musttail]] and in gcc as [[gnu::musttail]]
-
comment
Comment #48982833
> It's early in the year. You want to drive straight through the middle of Chinatown in SF. Why might that be a bad idea? I feel like a Google Maps-style system would discover this…
-
comment
Comment #48962573
Wow, it seems like this might beat out flite for very-low-memory TTS? I ended up abandoning a project of mine because I couldn't get high enough quality or low enough memory usage …
-
comment
Comment #48915574
The part that confuses me is that they use “it” to name a variable that is not actually an iterator. That’s very bad style. I would name it “s”.
-
comment
Comment #48865911
This is awesome. Congrats on shipping! The nearest thing that I've heard of is Wolfram Alpha's step-by-step solution solvers, but the worry with those is always that it's too easy …
-
comment
Comment #48812842
It's a question of "value created" vs "value captured". They captured about as much value as the risk-free rate of return. Value that is created but not captured (e.g. the value of…
-
comment
Comment #48751184
He is prolific! Thank you for sharing your site as well :)
-
comment
Comment #48750414
> Stories are stories, man. Story-logic is biased towards interesting tales. Also known as the fallacy of “generalizing from fictional evidence”. https://www.lesswrong.com/posts/rH…
-
comment
Comment #48748606
It seems like this cell barely evolves, because the system they built for duplicating the DNA makes very few errors. Natural life tends to evolve, which may have consequences for p…
-
comment
Comment #48748142
This is the first that I'm hearing about this, but I don't think that your telling is quite right. The Dallas school district is "Dallas ISD", not Dallas County Schools. Dallas Cou…
-
comment
Comment #48713019
Done. That was quite interesting, although I see what you mean. I did skip over some of the sections about how to teach concept maps to elementary school students and some of the e…
-
comment
Comment #48708378
> which TBH is so dry I'm not sure anyone I've recommended it to has actually finished it :) Challenge accepted!
-
comment
Comment #48690540
That is cool, although it took me awhile to understand it because the posterior probability is on the left and the prior probability is on the right, and because it uses D=Disease …
-
comment
Comment #48682385
Since PCA maps are fun to look at, here’s one for modern-day populations: https://www.reddit.com/r/MapPorn/comments/1n8xjl6/genome_anc...
-
comment
Comment #48668800
This made me smile because I did exactly the same thing (i.e. I also read Anna Karenina in 7th grade, and was very pretentious). I mostly read during lunch periods when it probably…
-
comment
Comment #48436909
I just skimmed the summary but in the results section it reports three significant results and two after “multiple-test correction”. I’m not sure how they did that correction; I wo…
-
comment
Comment #48315473
It seems to be a real definition, see definition 6 under etymology 2: > (transitive, law, especially New Zealand)[1] To subject [someone] to a trespass notice, formally notifying t…
-
comment
Comment #48281803
There’s always the extra idiomatic __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED for coworkers that can’t take a hint. https://github.com/reactjs/react.dev/issues/3896
-
comment
Comment #48270564
I typically do the same algorithm for each solution, but I do try to write it in an idiomatic way to each language. I usually look at the editorial after the first solve to see if …
-
comment
Comment #48260664
It's a feature of the leetcode.com website. I actually can't find a URL that will directly link to the current day's problem, but you can open https://leetcode.com/problemset/ and …
-
comment
Comment #48259581
Good question. I chose them because they are the languages that I use professionally and would choose for technical interviews. I expect to be asked to solve problems in either lan…
-
comment
Comment #48257767
I think that it helps a lot to have a daily practice of using a language for small things. In much that same way that many people do the daily wordle or crossword, I do the daily l…
-
comment
Comment #48239632
Some context is probably necessary for this submission. This is a direct link to one chapter of a book-length (1905 pages!) suicide note titled "Suicide Note" by Mitchell Heisman, …