Live data from Hacker News

Ask HN: What did you build in March?

news.ycombinator.com

41–50 of 147 posts

Re: Ask HN: What did you build in March?

#41
Backbone based Firefox[1] and Chrome[2] extensions for our time tracking and invoicing app, Paydirt[3]. They prompt you to start a timer when they spot keywords related to your clients on the pages you visit.

This is our MVP into intelligent time tracking, seems to work well for people that spend all day in the browser. We'd love some feedback!

1. https://addons.mozilla.org/en-US/firefox/addon/paydirt-time-...

2. https://chrome.google.com/webstore/detail/clfnlkjacgohceabde...

3. https://paydirtapp.com

Re: Ask HN: What did you build in March?

#46
Scratched an itch and built LaTeX2Markdown (http://tullo.ch/projects/LaTeX2Markdown) - a LaTeX to Markdown converter designed for converting AMS-LaTeX documents to webpages.

Offers compatibility with AMS-LaTeX (theorems, lemmas, proofs, etc), and drop-in integration with a Markdown/MathJaX blogging environment. Pandoc can't cope with these environments, so it seemed useful to build something that did.

The usage model is effectively:

1) Write your mathematic documents (lecture notes, blog posts, exercise solutions) in LaTeX using the full AMS-LaTeX suite.

2) Convert to PDF, Markdown, or another format.

3) Use Markdown/MathJaX for blog, use PDF for distribution, etc.

Full source available at https://github.com/ajtulloch/LaTeX2Markdown.

Post reply on HN