Live data from Hacker News

Ask HN: What (side) projects are you working on?

news.ycombinator.com

1–10 of 124 posts

Re: Ask HN: What (side) projects are you working on?

#8
Build a web-app (and soon mobile apps) for emacs' org-mode.

  - Haskell
  - No stats, still building
  - Fed up w/ such an excellent tool being so unusable on
    anything but Emacs (prevents non-emacs users from
    collaborating).
Relevant hackage link for those interested: http://hackage.haskell.org/package/orgmode-parse

Re: Ask HN: What (side) projects are you working on?

#9
I got tired of the existing tiling window managers and their lack of documentation, so I made my own that behaves like vim. It's called howm and can be found here:

https://github.com/HarveyHunt/howm

There was a thread on HN about it a while ago (https://news.ycombinator.com/item?id=8241978), I have fixed a lot of the issues since then, most notably:

  - Moving away from needing to recompile every time you change an option is _nearly_ done.

  - Howm can now be scripted by sending commands over a UNIX socket.

  - I have split howm into multiple source files (I will merge this tonight when I have finished the docs).

  - I added some nice gifs to the documentation.
Post reply on HN