Live data from Hacker News

Viewing profile — ovis

ovis

HN member
Joined
Thu, Feb 21, 2013, 3:13 PM UTC
HN karma
615
Public activity
139 items

About ovis

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #41955658

    From a map I found[0], it looks like Sweden has an average annual temperature of around +5⁰C, and northern Ontario and Quebec are closer to -5⁰C? [0] https://upload.wikimedia.org/w…

  3. comment
    Comment #37162187

    Do you consider implementing an interface to be subclassing? And if so, what's the OO alternative? Prototypes?

  4. comment
    Comment #35682760

    It's rugged! 6-8 days is typical, according to Parks Canada: https://parks.canada.ca/pn-np/bc/pacificrim/activ/SCO-WCT

  5. comment
    Comment #35232912

    At least according to Amazon, "Some may ask why we didn’t announce these role reductions with the ones we announced a couple months ago. The short answer is that not all of the tea…

  6. comment
    Comment #34153894

    It's not necessarily unrealistic. It only takes one terrible driver to drag down the mean and make everyone else better than average!

  7. comment
    Comment #33727399

    "This website" referred to Hacker News itself, which is written in a Lisp (Arc).

  8. comment
    Comment #31920161

    > But they don't mutate data and hence every function call creates a new data in memory taking up space. Well, only if you mutate the data. And even then, most functional languages…

  9. story
  10. comment
    Comment #29237043

    For some reason I'm kind of sad seeing Twitter's (very cool) homegrown technologies in the "Old" diagram with the "New" architecture basically Google Cloud. I'm sure it makes sense…

  11. comment
    Comment #28338831

    From the article, > [Lisp macros] by their nature would be hard to implement properly in a language without turning it into a dialect of Lisp Other candidates that come to mind (be…

  12. comment
    Comment #28018447

    To clear up a possible misunderstanding, CPython != Cython.

  13. comment
    Comment #27884609

    What benefits does loom provide vs using something like cats-effect fibres?

  14. story
  15. comment
    Comment #27160468

    Do you think IDEs would have grown support for them before they were a language feature?

  16. comment
    Comment #26642161

    One advantage of Kafka is the ecosystem effect. There are many systems (Flink, Kafka Streams, Pinot, Druid, Presto, etc) that connect to Kafka. I'm not sure about the extent of Pul…

  17. comment
    Comment #26642142

    1. That's untrue. Partitions are limited to what a machine may handle, but topics may be scaled across many ordered partitions. 2. This is generally handled by the client library t…

  18. comment
    Comment #26603523

    How would you structure it (in broad strokes)?

  19. comment
    Comment #25777518

    They may be using the term "dog" to refer to Caninae (or Canidae?) rather than wolf-derived pets, judging by the description of the phylogeny.

  20. comment
    Comment #24527336

    It's interesting that I could write your last sentence, but replacing "exceptions" with "monadic error handling." Ultimately, both are equally expressive and it's reasonable to per…

  21. comment
    Comment #24423016

    > In the functional example, where does Person store the fName and lName variables? With a closure? And you get state hiding too. > If functions persist data, are they really class…

  22. story
  23. story
  24. story
  25. comment
    Comment #21872543

    Perhaps they know the stratigraphic relationship between the sites and can estimate that way? (If one fossil is above another and you can rule out faulting or overturning, then you…