Viewing profile — antipax
antipax
HN member- Joined
- Wed, Feb 04, 2009, 4:03 AM UTC
- HN karma
- 388
- Public activity
- 90 items
- HN profile
- View on Hacker News ↗
About antipax
No profile information was provided.
Recent public activity
-
comment
Comment #22113125
This is the year of BSD on the desktop. (sorry, had to)
-
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 …
-
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 (…
-
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…
- story
-
comment
Comment #5305177
What? `heroku run bash` also works and is shorter.
- comment
-
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.
-
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…
-
comment
Comment #4955068
Reminds me of parsec in Haskell: http://book.realworldhaskell.org/read/using-parsec.html
-
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…
-
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.
-
comment
Comment #4236613
Great write-up, thanks.
-
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…
-
comment
Comment #3948556
I'd argue it's already been disrupted by rap.
- story
- story
-
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.
-
comment
Comment #3594679
The Spotify app does it, so I imagine it can if it's been implemented.
-
comment
Comment #3296595
Pretty hilarious, considering the author of "node.js is cancer" works for eBay
-
comment
Comment #3254063
Yup, I was only talking about the "fish operators" as he calls them.
-
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…
-
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…
-
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?
-
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…