Ask HN: What did you build in March?
117 points| amoore | 14 years ago
So, If you built or launched something in March, let us know, and maybe even show it off with a link.
117 points| amoore | 14 years ago
So, If you built or launched something in March, let us know, and maybe even show it off with a link.
[+] [-] ComputerGuru|14 years ago|reply
Now for the testing phase! (anyone interested in trying it out, drop me an email [email protected] and I'll send you a copy for free)
[1]: http://systemdiscs.com/
[+] [-] mappu|14 years ago|reply
Sorry, this is the first i've come across it, and it looks like it's affecting other vendors as well (Paragon?) but i havn't found a useful source or summary.
[+] [-] AngryParsley|14 years ago|reply
During my travels, I managed to do quite a bit of work on The Silver Searcher: https://github.com/ggreer/the_silver_searcher . It's a clone of ack[1], but written in C instead of Perl. I've done a decent amount of profiling[2] to find slow parts and improve the speed. For literal searches it uses a version of Boyer-Moore-Horspool strstr[3]. For regex searches it uses the new JIT compiler in PCRE[4].
Depending on the search, it can be 3-5x faster than ack. And thanks to some contributors this past month, it's now in homebrew and Gentoo portage.
Well, back to the grind tomorrow.
1: http://betterthangrep.com/
2: Using gprof, valgrind, and Instruments.app. See http://geoff.greer.fm/2012/01/23/making-programs-faster-prof...
3: http://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string_sear...
4: http://sljit.sourceforge.net/pcre.html
[+] [-] piranha|14 years ago|reply
[+] [-] jgrahamc|14 years ago|reply
[+] [-] cperciva|14 years ago|reply
[+] [-] pestaa|14 years ago|reply
Good luck with the project!
[+] [-] there|14 years ago|reply
https://pushover.net/
How I built it: http://jcs.org/notaweblog/2012/03/16/on_building_pushover/
[+] [-] jurre|14 years ago|reply
[+] [-] kaolinite|14 years ago|reply
[+] [-] patio11|14 years ago|reply
[+] [-] caw|14 years ago|reply
Chrome (latest, Win7): http://tinypic.com/r/2vdpfd1/5 Firefox (latest, Win7): http://tinypic.com/r/1zbs09/5
I like the design, but I feel as though BCC lost some of its "uniqueness." The design looks like a lot of other designs these days. Then again, your customers probably don't know or care, and it's just us who read about BCC.
[+] [-] bertm|14 years ago|reply
[+] [-] Raphael|14 years ago|reply
[+] [-] jazzychad|14 years ago|reply
http://exportmyposts.com/
How I built it: http://blog.jazzychad.net/2012/03/21/launching-exportmyposts...
[+] [-] bootload|14 years ago|reply
Love this, because the pain point costs way more than the cost of your service.
[+] [-] pbjorklund|14 years ago|reply
Some day im going to come back to it and walk through the commit history and see if I ever made any progress in my rails skillset.
It's one of those everlasting work-in-progress projects, right now I'm not sure what functionality I want to provide. Right now im thinking about collecting data and drawing some conclusions. But that will probably be another app.
It also made me realize that something like Sinatra + backbone would be a better fit. So I guess thats something atleast.
[+] [-] rfurmani|14 years ago|reply
I've also had a number of conversations recently on the state of academic publishing and how it can be improved, so I put together a reddit-based interface to the arxiv pre-print server, where hopefully people can now discuss up and coming papers and let the cream naturally rise to the top: http://arxaliv.org/
I'm also a developer on http://lmfdb.org/ but that's a rather technical site for research mathematicians.
[+] [-] IanDrake|14 years ago|reply
It's still rough around the edges and buggy, but I should have an update ready tonight or tomorrow to smooth things out.
[+] [-] shpen|14 years ago|reply
[+] [-] Lukeas14|14 years ago|reply
[+] [-] adj|14 years ago|reply
You can read about my success (or lack thereof!) here - http://atomyard.com/blog/How-not-to-market-an-iPhone-app/
[+] [-] pcd|14 years ago|reply
[+] [-] nabilt|14 years ago|reply
I built it to surface the likes, favorites, +1's, ... that tend to be hidden on most services. Basically about.me + Pinterest for your 'liked' content.
[edit]: If it is not clear enter your user name in the textbox
[edit]: source: https://github.com/nabilt/Like-List
[+] [-] robinhouston|14 years ago|reply
[+] [-] jmah|14 years ago|reply
[+] [-] dpritchett|14 years ago|reply
Followed that up by making a ticket sales web app using the SeatGeek affiliate API and my Python app skeleton [3]. I also demoed [2] and [3] to the Memphis Python user group [4].
I apologize for the javascript failure on Tickets of Memphis, it seems the SeatGeek API has stopped accepting my jQuery JSONP requests so I have a ticket in.
[1] https://github.com/dpritchett/wwebsite
[2] https://github.com/dpritchett/wwebsite-python
[3] http://ticketsofmemphis.com
[4] http://www.slideshare.net/dpritchett/quick-and-dirty-heroku-...
[+] [-] ajtulloch|14 years ago|reply
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.
[+] [-] rwmj|14 years ago|reply
- the ability to mount VM filesystems on the host via the API, which was a huge amount of work for a fairly small gain, mainly wrangling FUSE (https://rwmj.wordpress.com/2012/03/29/libguestfs-mount-local...)
- a way to make it easier to use libguestfs from Linux distros other than our primary ones (ie. other than Fedora, Debian): http://libguestfs.org/download/binaries/appliance/
So two deceptive features that are small, but involved a huge amount of work and wrangling behind the scenes, particularly the first one. Made much harder by the primary requirement to write most things in C.
[+] [-] SeckinJohn|14 years ago|reply
[+] [-] follower|14 years ago|reply
[+] [-] unknown|14 years ago|reply
[deleted]
[+] [-] dmor|14 years ago|reply
[+] [-] nfm|14 years ago|reply
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
[+] [-] amoore|14 years ago|reply