Live data from Hacker News

Viewing profile — mboes

mboes

HN member
Joined
Sun, Feb 15, 2015, 10:27 AM UTC
HN karma
111
Public activity
15 items

About mboes

my public key: https://keybase.io/mboes; my proof: https://keybase.io/mboes/sigs/_bw8ZorULsXTKOO01fzIS_9KwNDxHHMzRS4PryxIWi0

Recent public activity

  1. comment
    Comment #32375241

    We're onto the pedagogy thing. Check out the Nix book efforts: https://discourse.nixos.org/t/documentation-team-flattening-... . Regarding the language and "configurations" specifi…

  2. comment
    Comment #30261810

    Tweag hired 50+ developers in 2021. We're aiming to hire 50+ developers in 2022. https://tweag.io/careers .

  3. comment
    Comment #23582251

    Tweag is onto that too. :) See https://www.reddit.com/r/haskell/comments/gtnayl/whats_the_s... for a recent update.

  4. comment
    Comment #16496787

    Tweag.io | Paris, France | REMOTE + ONSITE | Software Engineer | Formal methods, PL design http://tweag.io We are a research and development laboratory at the heart of Europe, appl…

  5. story
  6. story
  7. story
  8. comment
    Comment #11203354

    Tweag I/O | Paris, France | Full-time, onsite Tweag I/O is looking for distributed systems engineers to be part of one of several projects focused on developing the next wave of st…

  9. comment
    Comment #11180716

    That's right!

  10. comment
    Comment #11180646

    Yup, pretty close. Just to be clear though we don't generate any JVM bytecode for any of the Haskell code - we compile that to native code using GHC as per usual but then we dynami…

  11. comment
    Comment #10716183

    Incremental recompilation is a big one, but beyond that, out-of-the-box handling of multi-package projects without the hassle of custom scripting or setting up .nix files just righ…

  12. comment
    Comment #10190855

    You should give Haskell another shot. Since last you tried, this happened: https://github.com/commercialhaskell/stack . In fact using stack is the recommended installation method f…

  13. comment
    Comment #10190848

    Yes - the R GC manages R objects allocated by the R interpreter, and conversely the Haskell GC manages Haskell objects allocated by the Haskell runtime.

  14. comment
    Comment #9996343

    Tweag I/O | Paris, France | ONSITE | Software Engineer (Haskell, C), DevOps Engineer | Scientific computing, Exascale storage http://tweag.io Tweag I/O is looking for distributed s…

  15. comment
    Comment #9052293

    > 3. strictness: arguments abound about whether laziness or strictness is better; for me, it comes down to the fact that with some pain, you can embed laziness in a strict language…