Live data from Hacker News

Viewing profile — roberthensing

roberthensing

HN member
Joined
Wed, Jul 27, 2016, 7:23 AM UTC
HN karma
14
Public activity
13 items

About roberthensing

https://roberthensing.nl

Recent public activity

  1. story
  2. comment
    Comment #18128864

    Hello, Domen Kožar and I (Robert Hensing) are working on a brand new Continuous Integration service for Nix users. Some distinguishing features: * First class integration with Nix …

  3. story
  4. comment
    Comment #18126264

    What I like about Nix is that this kind of functionality can be integrated into the Nixpkgs package set, as a function over packages. It's just as easy as writing a machine image o…

  5. comment
    Comment #18126134

    This approach is already optimal for up to around 40 or 120 packages, depending on whether you want to support old Docker versions. "Where before you wouldn’t bother trying to have…

  6. comment
    Comment #15945627

    Nix does run on Windows Subsystem for Linux these days.

  7. comment
    Comment #15008440

    Doesn't solve your support problem, but... Re "revert to a last known good working system state": some distributions provides this capability. For example, in NixOS, your system is…

  8. comment
    Comment #13354831

    Or tell the truth about the truth ;) https://www.google.nl/search?num=0&q=the%20truth

  9. comment
    Comment #12796734

    Feedback: Firefox support could be better: color picker does not respond, time entry widget is annoying. It would be nice to have a feedback/contact button or info about liquidtime…

  10. comment
    Comment #12372375

    There are great tools for that in both Scala and Haskell. In Scala you can use var, which is easy. In Haskell you can write your algorithm using ST and then use it as a pure functi…

  11. comment
    Comment #12255216

    In Scala, the implicit arguments are implicit, yes, but the parameter is not. You will have to declare the implicit parameter, even if you omit a type signature. I think I forgot t…

  12. comment
    Comment #12253581

    Well they put in an effort of 1400 man years for just the software. They even built an interpreter, because (flight/trajectory) requirements were changing all the time. Also: "The …

  13. comment
    Comment #12171296

    Type class instance parameters must be explicit in Scala, whereas Haskell can usually infer them. That might make a free monad approach more interesting in Scala. However, if you r…