Live data from Hacker News

Viewing profile — thaunatos

thaunatos

HN member
Joined
Thu, Nov 10, 2016, 6:57 AM UTC
HN karma
65
Public activity
27 items

About thaunatos

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #46621267

    https://hammes.io/

  3. comment
    Comment #45893832

    It does. https://www.war.gov/

  4. 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…

  5. comment
    Comment #33320525

    Classless as in the library only uses element and pseudo selectors, no `.class` selectors.

  6. comment
    Comment #32797199

    Kind of similar, a guy making a robot to solve jigsaw puzzles: https://www.youtube.com/watch?v=Gu_1S77XkiM

  7. comment
    Comment #29810727

    Consider a parent -> child relation. You have an array `parents`, but want all their children. parents.flatMap(parent => parent.children)

  8. 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…

  9. 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? …

  10. 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…

  11. 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…

  12. comment
    Comment #23208807

    I believe she meant that she popularized the tables/areas where he was eating, not the restaurants.

  13. 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, …

  14. comment
  15. comment
    Comment #21753002

    Your friend was probably talking about Diesel migrations: https://github.com/diesel-rs/diesel

  16. comment
    Comment #21327303

    Please do! Would love to read about how you did it :-)

  17. comment
    Comment #19095190

    The official tutorial would be a good starting point: https://reactjs.org/tutorial/tutorial.html

  18. 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,…

  19. 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…

  20. comment
    Comment #16921381

    I believe that the [] indicate an array.

  21. 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: …

  22. 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 …

  23. comment
    Comment #14045877

    Maybe open-source it anyways? :-)

  24. 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…

  25. comment
    Comment #13196422

    I would love to see your source on that. (I think you're right, just want to read the original paper)