Live data from Hacker News

Viewing profile — cvik

cvik

HN member
Joined
Thu, Dec 17, 2015, 2:46 PM UTC
HN karma
55
Public activity
12 items

About cvik

No profile information was provided.

Recent public activity

  1. comment
    Comment #23458556

    I agree with everything you say.

  2. comment
    Comment #23458249

    Good teams don't blame individuals. You can praise individuals, but you take blame as a team. Hopefully at least two people reviewed the commit before it was put into production. S…

  3. comment
    Comment #22338065

    >I think we should also start with 6 hours work days or 4 days 8 hours. I hope you are not alluding that Sweden has 6 hour work days? That is not true. It has 8 hours, like most ot…

  4. comment
    Comment #22182439

    Nah, It's Meta (source: https://en.wikipedia.org/wiki/Standard_ML ). SideNote: I have a friend though, who used it for almost 15 years and thought the M stood for Math before we sp…

  5. comment
    Comment #12430439

    Philae did send data for three days (unless i miss-remember). Knowing where that data was taken helps put it into context. So quite important for the mission.

  6. comment
    Comment #12268463

    Human language is basically a very lossy compression algorithm. It can never convey in full what your brain is experiencing

  7. comment
    Comment #12219586

    Why do you assume this was illegal in Sweden in the late nineties? In Sweden, downloading of IP was illegalized 2005-06-01. Before that it was only illegal to spread digital IP...

  8. comment
    Comment #12002608

    Surprise! Serverless runs on... gasp servers!

  9. comment
    Comment #11719328

    OCaml, like SML, have the syntax for defining their own operators. |> is defined, to my knowledge, both in the standard prelude and in core.

  10. comment
    Comment #11639793

    Does this in any way handle the 16KB limit on user-data on AWS? (i assume not) Great job in any case!

  11. comment
  12. comment
    Comment #11068153

    To my knowledge, Erlang uses a cooperative scheduler. The process itself counts downs its reductions and yields when it is time. The programmer can call erlang:yield() to do this b…