Live data from Hacker News

Viewing profile — mp8

mp8

HN member
Joined
Thu, Jun 26, 2014, 7:20 AM UTC
HN karma
54
Public activity
14 items

About mp8

No profile information was provided.

Recent public activity

  1. comment
    Comment #21080776

    That's surprising. I went there recently, and you aren't permitted to bring any electronic devices whatsoever - you have to leave them in a locker and then take a ~30 minute bus ri…

  2. story
  3. comment
    Comment #11416990

    The transputer actually has a successor called the XCore[0], which is produced by XMOS. They're founded by the same fellow that came up with the transputer (David May). It's a simi…

  4. comment
    Comment #11415618

    This does seem very interesting! Because of your comment I started reading the architecture document for the GreenArrays[0] chip, and it's totally different to anything I've seen: …

  5. comment
    Comment #9056520

    Seconded! This is a fantastic book. Be warned: the English translation of the sequel is not yet released (and you will want it).

  6. comment
    Comment #8908928

    I was lucky to get a mix of C, Java, and Haskell. Unfortunately (to my detriment) I totally ignored Haskell, and it didn't really click until I picked it up at the end of my degree…

  7. comment
    Comment #8799934

    I suspect it's meant to be negative (mass squared) rather than (negative mass) squared.

  8. comment
    Comment #8622847

    Where's your server? I also have issues tunneling to a UK based server

  9. comment
    Comment #8622842

    I'm not sure if this really addresses your argument, but China certainly doesn't have a limited labor supply... Quite the opposite

  10. comment
    Comment #8250557

    Looks interesting. However, does the following not mean that it's not portable? > Note that if Shen is not running on a Lisp platform, then function may be needed to disambiguate t…

  11. comment
    Comment #7962565

    I chose between Go and Haskell for a project some time around 2012. I was a beginner to both, but came from a background of imperative languages (C, C++, Java, etc.) Initially I fe…

  12. comment
    Comment #7960851

    Hate to be "that guy", but that should read "And Lo! ..." http://english.stackexchange.com/questions/38741/use-of-and-...

  13. comment
    Comment #7953099

    Really I just wanted to point out that the State Monad is not actually hiding any "real" mutation anywhere, nor is it related to the IO Monad- I was confused on this point for some…

  14. comment
    Comment #7948534

    > So as I understand it,languages like Haskell(which I dont know) wrap states into a type that can be passed to pure functions right? I would restate this as: "In Haskell you write…