Live data from Hacker News

Ask HN: What projects are you working on?

news.ycombinator.com

231–240 of 514 posts

Re: Ask HN: What projects are you working on?

#231
Currently I'm taking a few weeks' holiday, so I'm making sure I work on no projects in the next week or so!

The projects I'm eventually going to return to are the following:

* Data analysis for a property search engine.

* Build some demonstrations for an engineering course I'm going to teach.

* (Longer term) Try to tie brain perfusion data to brain health, and hence predict dementia onset.

Re: Ask HN: What projects are you working on?

#233
A distributed search engine for science, with all parts contained within a browser extension: https://github.com/ScholarNinja/extension

A blog post about it recently hit the front page of HN: http://juretriglav.si/an-open-distributed-search-engine-for-...

130 people have installed the extension and my server has churned through 100+ GB of data in the past three days, so I'm having scaling/performance issues right off the bat, which is great. Just today we made significant performance improvements (10x) to the underlying webrtc-chord DHT implementation: https://github.com/tsujio/webrtc-chord/issues/6

It's a whole lot of fun developing this :) If anyone cares about this stuff, I'm always happy to discuss!

Re: Ask HN: What projects are you working on?

#234
I am working on Thunder Defense and building Anti-Big Brother tools to help the general public protect their privacy. The goal is to help create awareness about potential privacy threats with simple to use tools. It's not meant for tech savvy people or hackers but the general population.

My first tool is called Webcam Blocker Pro which protects your audio and video inputs.

http://www.thunderdefense.com

Re: Ask HN: What projects are you working on?

#236
A means of building complex docker containers.

http://ianmiell.github.io/shutit/ https://github.com/ianmiell/shutit

I got frustrated with Dockerfiles and wanted a similar means of building complex deployments without the declarative complexity of puppet and chef. It's taken off a fair amount in my company since the syntax is so easy to learn and the module level so quick to grasp. There's also a UI :)

http://shutit.tk:8080/

Re: Ask HN: What projects are you working on?

#238

I'm working on PhoneCard, a service to make cheap international phone calls without requiring a data connection. You enter the phone number in the webapp and it calls you. Next time you're using poor hotel wifi or you're frustrated with skype (e.g. multiple disconnects per hour), try PhoneCard for a high-quality call. PhoneCard can call most places in the world, and in some countries you can also purchase incoming nu…

I like this a lot. Let's be honest, there's not a lot of services built that are geared towards a small customer demographic of limited means. Which is what this service is geared towards. Those with huge expense accounts don't care about paying ridiculous rates for roaming charges. These types of services seem geared towards people who don't have that luxury and are in a location that doesn't have an internet connection of sufficient quality for skype. This is a demographic that I belong to for quite a few months of the year. ++ from me.

Re: Ask HN: What projects are you working on?

#239

I'm working on PhoneCard, a service to make cheap international phone calls without requiring a data connection. You enter the phone number in the webapp and it calls you. Next time you're using poor hotel wifi or you're frustrated with skype (e.g. multiple disconnects per hour), try PhoneCard for a high-quality call. PhoneCard can call most places in the world, and in some countries you can also purchase incoming nu…

This could be huge. I've tried using Skype and Viber when talking to people in different countries and they are absolutely terrible in terms of audio quality.

Glad you like it! The service came out my own experiences trying communicate with friends or family across international boundaries. Skype and others are fine when they work, but when traveling, they often fall short. Poor or no data connections, flaky apps, or even just moving out of wifi coverage can really kill your conversation.

PhoneCard doesn't even require a smartphone, so you get that much more flexibility.

Post reply on HN