Live data from Hacker News

Viewing profile — antipax

antipax

HN member
Joined
Wed, Feb 04, 2009, 4:03 AM UTC
HN karma
388
Public activity
90 items

About antipax

No profile information was provided.

Recent public activity

  1. comment
    Comment #22113125

    This is the year of BSD on the desktop. (sorry, had to)

  2. comment
    Comment #11947869

    Yes, it absolutely is an improvement over erlang-style tuples IMO, and it also vastly improves the interoperability story between the stdlib, date/time/calendar libs, and database …

  3. comment
    Comment #11947821

    Quite hard, in fact. My own personal experience doesn't matter much, though, because ultimately Elixir is Erlang and obviously Erlang has been pushed extremely hard in production (…

  4. comment
    Comment #11947633

    Super excited for this release. I have to say that learning and using Elixir has been more pleasant than any other language I have ever worked with. Code is easy to follow due to t…

  5. story
  6. comment
    Comment #5305177

    What? `heroku run bash` also works and is shorter.

  7. comment
  8. comment
    Comment #4970859

    Apple will have to respond to this, I think. This is really what the possibility of mobile computing is, not just our information anywhere we want it.

  9. comment
    Comment #4969996

    This creates a remote (in this case just another directory on your local machine) and you have to push to it, rather than your commits and changes instantly being synced to dropbox…

  10. comment
    Comment #4955068

    Reminds me of parsec in Haskell: http://book.realworldhaskell.org/read/using-parsec.html

  11. comment
    Comment #4853846

    Agreed on your last point. I stopped reading halfway through because of all the (questionable) assumptions the author made. I'm a massive fan of Obj-C and I think it could be a gre…

  12. comment
    Comment #4578934

    Read these rules for the Xanadu project: http://en.wikipedia.org/wiki/Project_Xanadu#Original_17_rule... and to me, at least, it becomes very clear why the WWW won the race.

  13. comment
    Comment #4236613

    Great write-up, thanks.

  14. comment
    Comment #4088700

    Biggest problem with these games (I've found, anyway) is that your sword controller cannot magically stop in mid air when your virtual sword hits another sword or a wall or whateve…

  15. comment
    Comment #3948556

    I'd argue it's already been disrupted by rap.

  16. story
  17. story
  18. comment
    Comment #3697619

    Hope that when the "smart grid" or whatever you want to call it does come around, it comes with the electricity equivalent of net neutrality.

  19. comment
    Comment #3594679

    The Spotify app does it, so I imagine it can if it's been implemented.

  20. comment
    Comment #3296595

    Pretty hilarious, considering the author of "node.js is cancer" works for eBay

  21. comment
    Comment #3254063

    Yup, I was only talking about the "fish operators" as he calls them.

  22. comment
    Comment #3236418

    It's not actually syntax. The language allows you to define infix operators, and they're just functions like any other with full documentation searchable on hoogle: http://www.hask…

  23. comment
    Comment #3236407

    To be fair, monadic code does not necessarily have side effects. It's just a useful way of thinking about computational steps. `Maybe` is a monad that is completely pure and has no…

  24. comment
    Comment #3177800

    Just tried to find a Snap HTTP header on ladygaga.com. Couldn't find it. Definitely curious, do you have any more detail about what they used it for?

  25. comment
    Comment #3177774

    Haskell web frameworks are maturing rapidly and the language is a joy to work in, once you learn how to approach problems in it. Haskell has probably not reached the peak of it's p…