Live data from Hacker News

Ask HN: What did you build in March?

news.ycombinator.com

11–20 of 147 posts

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

#11
It's been a good month: I'm about to launch http://workwolf.com : an online marketplace for parttime and odd jobs (which, for various reasons, I feel just does not exist)

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.

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

#17
I built my first complete rails app interacting with a remote API. http://www.tweepsmanager.com and then I put the repo up on github https://github.com/pbjorklund/Tweepsmanager for everyone to see and judge.

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.

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

#18
In libguestfs (part of our open source virtualization tools suite):

- 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.

Post reply on HN