Live data from Hacker News

Ask HN: What are you working on and why is it cool?

news.ycombinator.com

1–10 of 786 posts

Re: Ask HN: What are you working on and why is it cool?

#2
I'm working on an OpenFlow controller in my spare time. There's nothing too cool about it other than, it's written in Go and GPLv3 licensed. It's useable but I have a big update in the pipes. Once that update is done I should be able to port some existing OpenFlow applications to Go. https://github.com/jonstout/ogo

Re: Ask HN: What are you working on and why is it cool?

#5
Just released a Q&A book about building community products. (I founded Forrst in 09.) Totally DIY effort, used ruby and the prawn gem to generate the PDF file. All questions were crowd sourced. Here's a discount if you're interested: https://gumroad.com/l/obcp-book/saturday

Re: Ask HN: What are you working on and why is it cool?

#6
I'm working on software that assists in cancer diagnoses.

We apply a healthy serving of computer vision and a touch of machine learning to high resolution images (10Gpx) of cancer tissue.

Hopefully we'll be able to make diagnosis faster and more accurate, doing our small part to save lives.

Re: Ask HN: What are you working on and why is it cool?

#7
I am working on multiple things at the moment, though with my first year of college, progress has been slow.. After challenging C and a multitude of "introduction to programming" classes, I got into CISP 401 (java), so in order to get ahead of the class, I wrote a toy interpreter in java (deemed KjuScript). It is extremely slow, but based off the ruby language with full OOP implementation. Also recently I have been working on something in C++ with a friend that converts sound to color (to teach my dad music (he really wants to learn) who lost most of his hearing at 20, and so my mother who was born deaf, may enjoy my concerts in real time) There is a prototype of it in python located on my github account:

Http://www.github.com/pholey

Re: Ask HN: What are you working on and why is it cool?

#9
http://pineapple.io - I think it's cool because I don't know of any centralized locations for development tutorials and tools. Reddit is filled with mostly jaded posts and HN is filled with lots of news. Mine is only tutorials, tools, and assets.

Here are some tags to start you off. I guarantee you will find hidden gems here :) http://pineapple.io/tags/all

Re: Ask HN: What are you working on and why is it cool?

#10

https://kouio.com - RSS reader we built to replace Google Reader. It's cool because it's been an amazing ride keeping it nice and snappy in spite of an ever growing data set - over 50 million feed items retrieved so far and still growing :-)

Also drawn from kouio, a nice little library I've called Hot Redis.

We use it for working with local Python objects like lists, sets, queues and multisets, which are then backed by Redis.

https://github.com/stephenmcd/hot-redis

Post reply on HN