Viewing profile — cvik
cvik
HN member- Joined
- Thu, Dec 17, 2015, 2:46 PM UTC
- HN karma
- 55
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About cvik
No profile information was provided.
Recent public activity
-
comment
Comment #23458556
I agree with everything you say.
-
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…
-
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…
-
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…
-
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.
-
comment
Comment #12268463
Human language is basically a very lossy compression algorithm. It can never convey in full what your brain is experiencing
-
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...
-
comment
Comment #12002608
Surprise! Serverless runs on... gasp servers!
-
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.
-
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!
- comment
-
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…