Viewing profile — thaunatos
thaunatos
HN member- Joined
- Thu, Nov 10, 2016, 6:57 AM UTC
- HN karma
- 65
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About thaunatos
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46621267
https://hammes.io/
-
comment
Comment #45893832
It does. https://www.war.gov/
-
comment
Comment #36959951
Later in the post: > I could picture a future where the Compiler Team realizes we have an important question about the behavior of the software, that could be answered by analyzing…
-
comment
Comment #33320525
Classless as in the library only uses element and pseudo selectors, no `.class` selectors.
-
comment
Comment #32797199
Kind of similar, a guy making a robot to solve jigsaw puzzles: https://www.youtube.com/watch?v=Gu_1S77XkiM
-
comment
Comment #29810727
Consider a parent -> child relation. You have an array `parents`, but want all their children. parents.flatMap(parent => parent.children)
-
comment
Comment #27999114
I don't believe the CDC has this authority: > On Thursday, the White House confirmed it would let the moratorium expire because the supreme court said it would block additional ext…
-
comment
Comment #27773345
It's worth noting that the author of the arcicle doesn't think it's worth integrating a SAT solver: > Does this mean that rustc should integrate an industrial-strength SAT solver? …
-
comment
Comment #27494111
> Also, how well does html do multiple columns with text flowing between them nowadays? With the CSS property `columns`, this is pretty easy to do: https://jsfiddle.net/52j401rg/ h…
-
comment
Comment #27095954
Here's an example fingering chart for major scales: https://i.pinimg.com/originals/20/36/98/203698fda995f78e8621... For the chromatic scale, I was taught to alternate 3 and 1, usin…
-
comment
Comment #23208807
I believe she meant that she popularized the tables/areas where he was eating, not the restaurants.
-
comment
Comment #22796583
> “Under these conditions, there does not seem to be a significant difference between the mortality rate of SARS-CoV-2 in OECD countries and that of common coronaviruses (χ2 test, …
- comment
-
comment
Comment #21753002
Your friend was probably talking about Diesel migrations: https://github.com/diesel-rs/diesel
-
comment
Comment #21327303
Please do! Would love to read about how you did it :-)
-
comment
Comment #19095190
The official tutorial would be a good starting point: https://reactjs.org/tutorial/tutorial.html
-
comment
Comment #18092907
Just adding a @lru_cache() to a python isn't guaranteed to be correct; for example, if you're reading from an API the response could change between calls. Skip tracks side effects,…
-
comment
Comment #17923286
> What are ATL and BTL activities? They seem simple enough. Above The Line (ATL) advertising is where mass media is used to promote brands and reach out to the target consumers. Th…
-
comment
Comment #16921381
I believe that the [] indicate an array.
-
comment
Comment #15646623
California requires all companies with self-driving cars operating in the state to provide reports about miles driven, cars operated, number of disengagements, etc. Here's a link: …
-
comment
Comment #15645475
I imagine that stopping the car remotely is the least of a teledriver can do. Unless you mean, is there a button inside the car? I don't know if that is of much importance, seeing …
-
comment
Comment #14045877
Maybe open-source it anyways? :-)
-
comment
Comment #13899159
> * Futures is a crate that provides a common abstraction for delimited continuations I'm familiar with Java Futures, but can't tell if it's the same concept as what you're talking…
-
comment
Comment #13196422
I would love to see your source on that. (I think you're right, just want to read the original paper)