Viewing profile — elvinyung
elvinyung
HN member- Joined
- Tue, Aug 12, 2014, 1:12 PM UTC
- HN karma
- 2,131
- Public activity
- 552 items
- HN profile
- View on Hacker News ↗
About elvinyung
-- Plato, Phaedrus
Recent public activity
-
comment
Comment #38923165
How was the beef stew?
-
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…
-
comment
Comment #31748029
That doesn't seem mutually exclusive with the fact that the oldest service is written in the oldest-used language.
-
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…
-
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…
- story
-
comment
Comment #23076916
Maybe "he" is short for "Helios" :-)
-
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)...
-
comment
Comment #22228096
Needs a (2015).
- story
-
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…
-
comment
Comment #21745656
Remember all that stuff about the Cayce Pollard Units :P
-
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: …
-
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..…
-
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…
-
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...
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #21152622
Foucault doesn't use the word "power" the way you think he does.
-
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…
-
comment
Comment #20923347
Just curious, have you looked into Redis streams?
-
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…
-
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…