Live data from Hacker News

Ask HN: What projects are you working on?

news.ycombinator.com

411–420 of 514 posts

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

#412
Experimenting with ways of having automatic memory management without either traditional garbage collection or reference counting, but rather by finding proofs of nonliveness at compile time. Trying to find under what language restrictions such a thing might be possible.

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

#414
I'm working with an awesome team to revolutionize how companies enable their employees to access apps. We want to make the workplace a better place. It's more of a nested set of projects, but hopefully it counts.

Join us! We are growing fast and have tons of openings. https://www.okta.com/company/careers.html

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

#415

I'm working on a programming language. It's a reimagining of Python as a statically-typed, compiled language. The compiler is written in Python and targets LLVM IR. Currently working towards support for exceptions; raising already works, currently trying to work my way through all the stuff that needs to work for catching.

Any links you can share?

Not quite yet, I want to bring it a little further along to a somewhat MVP stage.

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

#416
post #70

Nothing as interesting as many of the projects here, but I've had around 10k visits this month and plenty of returning visitors, so I guess it's useful enough. It's a very simple generator for static social media sharing buttons with support for Font Awesome: http://simplesharingbuttons.com/ Quite useful for mobile websites or email newsletters.

Nice design! Looks very useful, bookmarked.

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

#417

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…

Tried to take it for a spin, and it worked fine until I received the call. But I only heard "thanks for trying phonecard" and the call disconnected.

This is something I'd actually pay for, if it works as well as advertised! Cheers!

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

#418

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…

sounds like http://www.jajah.com/ http://en.wikipedia.org/wiki/Jajah

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

#420
We're working on http://jokund.com, a very easy to use blog platform: you type your article in an email and just send it to my.blog.name@jokund.com, it creates your blog. No signup form, no password. You can customize 'my.blog.name' to whatever you want, and in your email you can use font sizes, bold, attach pictures...

I also work on http://mailin.io, a node.js smtp server that listens for emails, parses them and posts them as json to the url of your choice.

Post reply on HN