Show HN: Simple Hacker News Client for Emacs (github.com)
I wrote this small client to read hackernews from my favorite editor. It's currently using an external HTTP API [0] but I'm working on my own proxy [1].
I'd love to actually scrape and cache all the info I need using lisp. However, my time constraints are keeping me away of that goal. I could definitely use some help here! :)
I'm also planning to add support for comments and posting new things. Any feedback is highly appreciated! Thank you!
[0] http://api.ihackernews.com/ [1] https://github.com/clarete/rhn
27 comments
[ 5.0 ms ] story [ 79.3 ms ] threadhttp://mashable.com/2011/07/03/hardlyworkin-excel-facebook/
And I use it as my primary development envrionment. I get the same text editor capabilities if I'm writing a tweet, email or code. And yes, vim is a far superior editor. Luckily emacs implements that as well (evil or viper).
And then, when I have some time, I'll write the full thing on lisp! Thanks for the heads up!