Live data from Hacker News

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

news.ycombinator.com

41–50 of 124 posts

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

#44
I work on GoLearn as a side project. It's a general-purpose machine learning library written in Go.

https://github.com/sjwhitworth/golearn

I started it because I wanted to revise some data mining algorithms, I've since moved on to an unrelated career, but I'm still truly addicted to contributing...

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

#45

I've been working on a little quizzing SaaS: http://jquizzy.com Tech: Laravel on HHVM + Postgres plus a lot of little things. History: Did a soft launch of the beta sometime ago on HN. No comments here but drove a bunch of traffic and feedback so I'm iterating.

I am really interested in idea of online quizzes. Do you need any help? If yes, how would i contact you?

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

#46
post #23

I wanted a static site generator that could have a CMS so that I could pass the sites over to friends or clients so they could update it. Essentially, a not-terrible Wordpress that wasn't blog centric and bloated. http://www.webhook.com I built it over the summer, funded it through Kickstarter and have slowly been building a nice little client base of recurring revenue. The code itself is open source so it's self-hos…

This is fucking cool as shit. Thank you so much for posting it--will definitely be trying to use it in the future.

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

#47
I've wanted to get back into drawing web comics for a while. I also love DMing (Leading D&D games) so I decided to combine the two into a crowdsourced adventure comic with Reddit-style voting.

http://omnomzom.com It's a LAM(PHP) stack on DigitalOcean, nothing fancy. I specifically kept it simple so that I could get it out the door. Even though the tech behind it isn't anything amazing or useful I'm having a lot of fun drawing comics and seeing what people come up with!

The site (and my drawing skills) are still very in beta - only 21 users so far, mostly my friends & family.

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

#48
I've been developing the stack for The ContentMine (http://contentmine.org). In the next month or so, we will start scraping the entire scientific literature as it is published each day, and processing it through our 'fact extraction' pipeline.

Done so far:

- I've defined a JSON format for declarative web scrapers (ScraperJSON: https://github.com/ContentMine/scraperJSON)

- made a Node library for web scraping with ScraperJSON scrapers (thresher: https://github.com/ContentMine/thresher)

- as well as a command-line client (quickscrape: https://github.com/ContentMine/quickscrape)

- and a small library of ScraperJSON scrapers for scientific publishers that is about to start expanding rapidly (https://github.com/ContentMine/journal-scrapers).

Next step is to build the web interface that will let people compose data mining pipelines. Imagine something like:

- "give me a feed of all the articles in journals with 'Cancer' in the title that use HeLa cells in their methods"

- "alert me when a new paper comes out that mentions species X alongside a geographical reference"

- "find all the papers that mention my software in the methods but don't cite me"

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

#49
post #38

I'm currently working on Kobra, a realtime collaborative code editor, mostly during my lunch breaks. https://Kobra.io Tech Used: AngularJS, Firebase, Firepad, EasyRTC Statistics: Just broke 700 registered users and 5000 file collaborated on. Have made a little over $2000 from 125 people going Pro. History: I started back in December, but gave up too soon. I've since relaunched it as a smaller product and am super hap…

This is really god damn cool. Totally going to start using this every time I talk about code on my social networks. Thanks a ton.

Thanks bnb! It's much appreciated :) Shoot me an email if you want to chat with me about it: matt@mattkremer.com

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

#50

hamsterdb http://hamsterdb.com a embedded key-value database with storage structures and algorithms similar to column store databases. basically you can create your own column store database in your application. Right now i'm busy making the next release, and writing a research paper about database compression.

This sounds very interesting and I've been wanting to do something similar in Haskell.
Post reply on HN