Live data from Hacker News

Viewing profile — singingcheese

singingcheese

HN member
Joined
Tue, Feb 18, 2014, 6:44 PM UTC
HN karma
19
Public activity
12 items

About singingcheese

No profile information was provided.

Recent public activity

  1. comment
    Comment #7395034

    Rebooting an EC2 instance never causes you to lose your data (no matter what type of storage you pick). EC2 has two types of storage: local disk "ephemeral/instance storage" and ne…

  2. comment
    Comment #7358835

    A reboot doesn't cause you to lose data on your ephemeral storage. I think you mean "stopping" an instance and then "starting" it again (on another host), not rebooting it.

  3. comment
    Comment #7358769

    If you shut down your server you lose the data that was stored on the local drives, no different to DO. If you shut down your droplet on DO you lose the data stored on the local dr…

  4. comment
  5. comment
    Comment #7356312

    The post made the front page on HN a couple of months ago: https://news.ycombinator.com/item?id=7016735 . DO staff seem to spend quite a bit of time responding to threads on HN in …

  6. story
  7. comment
    Comment #7281366

    apply is the function called when you use brackets and nothing else e.g. val x = myMap("myKey")

  8. comment
    Comment #7260369

    > You can have a REPL in a statically typed language too---Haskell has one. And so does Scala...

  9. comment
    Comment #7260359

    > It doesn't take a whole lot of doing to push the Scala collections library into weird and terrifying behaviour I'm genuinely curious to see examples you've seen in production cod…

  10. comment
    Comment #7260157

    > Also happened to be the guy who wrote the most Scala code on the planet I love the way he assumes that. I think he may be surprised to learn the sheer scale of some production Sc…

  11. comment
    Comment #7260121

    It made perfect sense to me, perhaps because I code in Scala for a living (even though I don't use either Akka or Play (yet)). It reminds me of the old comment about how unreadable…

  12. comment
    Comment #7260101

    Java 8 would make a very poor Scala substitute, and only offers a small subset of what is provided by Scala.