Live data from Hacker News

Ask HN: What are you working on and why is it cool? (February 2014)

news.ycombinator.com

101–110 of 122 posts

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#101
I'm working on some apps that make it easy to track time on tasks. The end goal is to be able to build out personal workload forecasts.

The whole thing is built around integrations with existing services. Today, Asana and Toggl. Tomorrow, GitHub, Google Calendar, and who knows what else!

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#102
Right now, I'm working on Readborg [0], an Android app. It is a news reader for Philippine news. I know that there are lots of news reader out there, but I just checked the Play Store for News & Magazine category in the Philippines and it looks promising. The problem is, Flipboard, Feedly, and such caters majority of US and international news. For Readborg, I intend to cater Philippine news for Filipino readers.

Readborg is also tightly integrated with TextTeaser [1], an automatic summarization API that I created. Right now, it's on beta stage but you can already download it at Google Play Store [2] if Philippine news is relevant to you.

[0] http://ph.readborg.com/

[1] http://textteaser.com/

[2] https://play.google.com/store/apps/details?id=com.readborg.r...

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#103
Developing a mobile phone app that can determine your blood pressure simply by placing your your fingertip on the phone's camera.

Why is it cool? Currently 65 million Americans have high blood pressure, more than 380,000 die each year primarily due to high blood pressure, and it costs over 45 billion dollars in direct medical costs. Of even greater concern is that over 45% of those with hypertension do not have it under control. [1,2]

This app will provide instant and ubiquitous information about their blood pressure to everyday citizens without the need for (as many) visits to the doctor, or the purchasing of expensive medical equipment. It will empower the people to take greater control of their own health, and offers the potential to greatly reduce the burden on an already-overstretched healthcare system.

As it is based purely on the phone's video camera, it will be the first time people can use their mobile phone to measure their blood pressure in the convenience of their own home, at a time that suits them, without the need for connecting your phone to additional proprietary specialist hardware.

[1] http://www.cdc.gov/bloodpressure/facts.htm

[2] https://www.heart.org/idc/groups/heart-public/@wcm/@sop/@smd...

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#105
I'm building https://www.autonomail.com

User-friendly PGP encrypted email as a Chrome app. Open source. Will work with a proprietary mail protocol and eventually with standard IMAP servers too (building on previous work I did with https://github.com/hiddentao/browsermail). Pricing still to be worked out though am thinking of making it Cryptocoin-only.

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#106

https://www.gangsofspace.com/en It's an action-oriented shmup/MMO which feels a bit like EVE Online on steroids. It is cool because all the game industry AAA developers have been pouring dozens of millions of dollars to copy World of Warcraft for more than 10 years, and they kind of forget to innovate in the MMO field. Making something different and seeing players appreciate it is hugely rewarding! Also, making a MMO…

Looks interesting. How are you innovating the MMO field?

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#107

I set myself a challenge: build one new HTML5 game per week in order to learn how to make games. So far I've made 6 games, and 1) I already learned a lot, and 2) the feedback I'm getting from players is super positive. Link: http://www.lessmilk.com

Well done. I always tell myself that I'm going to make a game, and never get motivated to do it.

I had a go of a couple of them and they were fun :)

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#108
I am working on Reesd (https://reesd.com). This is a redundant file store, similar to S3. Right now only the SCP protocol is implemented and I hope to offer soon an HTTP API.

Normally Reesd first purpose will be to host Docker repositories/images but I needed a nice way to backup PostgreSQL WAL-segments and use the store for log-shipping. That's what scp is used for.

This is cool because my target audience has already scp on their computer so using Reesd is just a matter of providing a SSH public key. And using scp is quite natural in many situations: distributing files to a cluster of machines, WAL-shipping as said above, Vim can open files through scp, ...

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#109
post #84

Been working on a book on asshole Javascript. A/B testing two titles: Javascript Technical Interview Questions[0] and Underhanded Javascript[1] It's cool because the way it came to be was entirely accidental. I was working on much larger VM project when I told my friends "Javascript is so shit I can write a book about it". One of my friends egged me on, and I accidentally wrote 2 chapters the day HN went down. I'm no…

I think you should add [2] https://leanpub.com/assholejava

Re: Ask HN: What are you working on and why is it cool? (February 2014)

#110
Citation manager for academic papers that takes biblio information out of Google Books and Worldcat to make generating those annoying citations easier. I'm also trying to make it so that it's good to use while researching to maintain quotes and research topics.

Just finished the standard book section. Debating between working on web-based stuff next or periodicals. Web might be fun because I could build some kind of indexer to store the exact page cited at that time, but periodicals might be more useful for potential users.

Post reply on HN