Live data from Hacker News

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

news.ycombinator.com

71–80 of 786 posts

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

#71
http://alexiscreuzot.com/apps/nice-weather-2/

That's the last app I'm working on. It's quite a challenge to go for a Weather app as there are bazillions of them on the AppStore, but I really enjoy the challenge of it. The feedback have been great for now (it just launched 2 days ago), and I hope to make it even better !

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

#72
post #45

Infinite Flight: it's a flight simulator for mobile platforns I had been working on on the side for almost 7 years before finally deciding on joining forces with a friend to ship it on Windows Phone, then iOS and Android. What's cool about it is that it's written entirely in C# while and we still get decent performance on most devices. Also, we're slowly gaining traction with users that prefer flying with us rather t…

You're just two developers? That's amazing, I thought there was a full studio behind that game. I really love Infinite Flight, I didn't know it was C# on every platform and one of the few games going Windows Phone first. Congrats and keep up the great work :)

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

#73
Soundslice (http://www.soundslice.com/) -- animated guitar tabs / sheet music.

Demo: http://www.soundslice.com/tabs/5680/bohemian-rhapsody-for-so...

It's cool because:

* The state of the art in guitar tabs is horrible ASCII crap (example: http://tabs.ultimate-guitar.com/e/eagles/hotel_california_ta...). Soundslice is a 1000x improvement.

* It solves a key problem for musicians, which is: when you're learning a new song, you generally listen to a recording of it, and it's a pain to cross-reference the recording with the sheet music/tab.

* It's one of the most advanced HTML5 apps on the web. Almost everything is done in , and it has dozens of UI details (http://www.soundslice.com/help/). I did a tech talk about the various JavaScript/HTML5 stuff if you're interested: http://37signals.com/talks/soundslice

* Proudly bootstrapped and made by two people.

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

#74
I'm working on a POSIX-ish OS in Brainfuck.

I'm working on it because brainfuck is awesome and writing a kernel in it is even moar awesome. I'm currently trying to figure out how to port several basic GNU coreutils to the system.

The kernel boots and hangs in QEMU. That's good for now; at least it boots. Now, the important thing is actually getting it to run bash, and a few basic coreutils, specifically cat, mkdir, echo, ls, and cd.

Once it's done, I'm pushing to github (commented extensively, of course ;)

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

#76
http://sandsquid.com - A web app for quickly locating and purchasing electronic parts, specifically entire BOMs (all the components on one or more PCBs, instead of just a single part like other services out there). It's bootstrapped, and we just recently launched. So far we had good traction and virtually all positive responses. Notably, people report that we save them hours every time they use our app, and I firmly believe that any service capable of that, has a place ;)

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

#78
1dash1 - a browser-based game creation platform.

Games are created using a custom toolset and programming language. Everything is centrally-run (games, content editor), making it easy to add multiplayer and collaboration features.

Here's a video showing how to create a multiplayer platforming game: http://www.youtube.com/watch?v=S6rgfEh_Ctc&feature=youtu.be

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

#79

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.

That sounds incredibly cool, but as someone who lost their sister to cancer I wish this would've existed earlier.

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

#80
I'm working on a two products:

1. https://github.com/fogbeam/Neddick - Neddick, a private "reddit like" for the enterprise. Very much inspired by Reddit, but has some additional features - triggers & filters for content, RSS consumer, some additional "share" options (XMPP, ActivityStrea.ms via REST, etc.)

2. https://github.com/fogbeam/Quoddy - an "enterprise social network" product that has some wicked cool features compared to most other ESN offerings, including: ESB integration for subscribing to real-time business events, iCal feed integration, integration with workflow/BPM engines, etc.

Why is this stuff cool? Well, they're both OSS (ALv2), written in Groovy, and have some really nifty features. And what we're working on now is semantic concept extraction, automatic correlation/linking of Named Entities to related resources, and semantic query support. Coming down the pipe will be some rad visualizations and just generally more support for different ways to navigate the "knowledge space" that is entailed by related content, people, events and tasks.

For me, this is a classic "win win" because I get to have fun working with cool tech: machine learning / big data (Mahout, Hadoop, etc.), Event Stream Processing, Semantic Web stuff (Stanbol, Jena, Fuseki, etc.) and because we're building some stuff that I think we're going to be able to monetize.

Build awesome tools AND make money from it? That sounds like my idea of fun. :-)

Post reply on HN