Live data from Hacker News

Viewing profile — elvinyung

elvinyung

HN member
Joined
Tue, Aug 12, 2014, 1:12 PM UTC
HN karma
2,131
Public activity
552 items

About elvinyung

"But Thamus replied, 'Most ingenious Theuth, one [person] has the ability to beget arts, but the ability to judge of their usefulness or harmfulness to their users belongs to another; and now you [...] have been led by your affection to ascribe to them a power the opposite of that which they really possess.'"

-- Plato, Phaedrus

Recent public activity

  1. comment
    Comment #38923165

    How was the beef stew?

  2. comment
    Comment #33980585

    https://calpaterson.com/bank-python.html > One of things that tends to boggle programmer brains is while most software dealing with money uses multiple-precision numbers to make su…

  3. comment
    Comment #31748029

    That doesn't seem mutually exclusive with the fact that the oldest service is written in the oldest-used language.

  4. comment
    Comment #28077809

    I learned about Paolo Soleri from William Gibson's Count Zero (sequel to the much more well-known Neuromancer ). Gibson always had a knack for foreseeing not just the automobile, b…

  5. comment
    Comment #28033452

    Would you say the same about a house? A car? You might say that buying a house on credit isn't frivolous but a pair of shoes on credit is, but where do you draw the line in the mid…

  6. story
  7. comment
    Comment #23076916

    Maybe "he" is short for "Helios" :-)

  8. comment
    Comment #22553221

    I guess the word "magic" is cursed. General Magic, GetMagic.com, and now this (not that we didn't see it coming)...

  9. comment
    Comment #22228096

    Needs a (2015).

  10. story
  11. comment
    Comment #21809514

    Note that as you mentioned since most shops in Japan specialize in a specific type of soup (i.e. the only differentiator is the tare and the toppings), it might be more useful to f…

  12. comment
    Comment #21745656

    Remember all that stuff about the Cayce Pollard Units :P

  13. comment
    Comment #21717761

    I also like this analysis of general high infrastructure costs in America: https://pedestrianobservations.com/2019/03/03/why-american-c... This tidbit is particularly infuriating: …

  14. comment
    Comment #21548447

    Yes -- in fact, the original Spark implementation ran on Mesos only, as per the original RDD paper by Zaharia et al.: https://www.usenix.org/system/files/conference/nsdi12/nsdi12..…

  15. comment
    Comment #21495038

    I mean, don't you think it's kind of a strawman to assume anyone thinks machines are explicitly sexist? It seems much more likely that whatever method they use to do feature select…

  16. comment
    Comment #21466629

    In case anyone missed the context, this is probably related to https://www.vice.com/en_us/article/43k7z3/nationwide-fake-ho...

  17. comment
    Comment #21287138

    Yep :P For a fun fact, CockroachDB was actually started by ex-Squares, so we're definitely very familiar with this exact same argument internally, back in the day when neither Cock…

  18. comment
    Comment #21280280

    Right -- that's why I said most RDBMS. To get ACID and CAP-consistent (which, as an aside, are not the same thing) cross-shard transactions requires some form of migrating your pro…

  19. comment
    Comment #21279836

    (Disclaimer: I work at Square, but not on Books.) >Preventing inconsistencies by enforcing constraints is a key point of an RDBMS. This is literally why people use SQL DBs. This co…

  20. comment
    Comment #21251166

    Just curious, do you have a good idea of how many of these are still being actively developed? I remember seeing stuff like Ringpop and Hyperbahn get moved to the uber-archive gith…

  21. comment
    Comment #21152622

    Foucault doesn't use the word "power" the way you think he does.

  22. comment
    Comment #20937643

    > "Tasting Menu in Zero G" Meh. The Media Lab is (or was) doing some of the best work in the field in food and flavor science. Arielle Johnson [1] in particular is known for her wo…

  23. comment
    Comment #20923347

    Just curious, have you looked into Redis streams?

  24. comment
    Comment #20923260

    Yeah, I'm currently getting bitten by various workloads that query by `created_at` instead of a canonical timestamp :) Thanks, I'll take a look! For the "valid time" primitive I wa…

  25. comment
    Comment #20923070

    Here's a dumb question about log-structured systems like this: does this system work nicely with backfills? Suppose you start logging events with Waltz and you want to migrate an e…