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 !
Ask HN: What are you working on and why is it cool?
71–80 of 786 posts
Re: Ask HN: What are you working on and why is it cool?
#72Infinite 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…
Re: Ask HN: What are you working on and why is it cool?
#73Demo: 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?
#74I'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?
#75Re: Ask HN: What are you working on and why is it cool?
#76Re: Ask HN: What are you working on and why is it cool?
#77Re: Ask HN: What are you working on and why is it cool?
#78Games 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?
#79I'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?
#801. 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. :-)