Ask HN: What are you working on (hacking)?
121–130 of 194 posts
Re: Ask HN: What are you working on (hacking)?
#122computer vision JSON webservice - you supply image, it returns tags/keywords super fast. Spare time project. Hoping to build a freemium model out of it for image libraries to use. Happy to speak to anyone with any kind of CV / object detection knowhow.
Re: Ask HN: What are you working on (hacking)?
#123I'm working on text classification. I have a decent classifier that's especially suited to author identification. I can think of a few good uses for it; the first one I'm trying to commercialize is academic anti-cheating.
Re: Ask HN: What are you working on (hacking)?
#124Other than that I've been slowly putting together a site about bad dates for a friend of mine, maybe someone here will enjoy it enough to add a story ;) http://www.runawayscreaming.com
Re: Ask HN: What are you working on (hacking)?
#125Camelot! http://www.python-camelot.com/
Re: Ask HN: What are you working on (hacking)?
#126My Django hosting service. I looked at Heroku and thought, "I want that for Python." Yesterday, I got most of the http request path finished. There is some node.js work left, and I still need to do some more work on Varnish. I'm hoping to get to the Postgresql stuff next week, then on to the website and API...
In a discussion at PyOhio this past weekend, a lot of people were mentioning how they wanted a Heroku-like service for Python.
Re: Ask HN: What are you working on (hacking)?
#127I'm working on text classification. I have a decent classifier that's especially suited to author identification. I can think of a few good uses for it; the first one I'm trying to commercialize is academic anti-cheating.
That sounds fascinating. How did you come up with the algorithms to use?
Re: Ask HN: What are you working on (hacking)?
#128My Django hosting service. I looked at Heroku and thought, "I want that for Python." Yesterday, I got most of the http request path finished. There is some node.js work left, and I still need to do some more work on Varnish. I'm hoping to get to the Postgresql stuff next week, then on to the website and API...
Re: Ask HN: What are you working on (hacking)?
#129http://www.codegrunt.co.uk/terse.html A programming language where syntax and semantics are manipulable at run-time as well as compile-time and where you can define grammars in-line and use them immediately. I also intend to integrate the concepts of pattern calculus - http://lambda-the-ultimate.org/node/3695 - to permit extreme levels of flexibility in the language. It's a huge project and I'm right at the start of…
I've been playing with making the implementation of arc more timeless (e.g. http://arclanguage.org/item?id=12057, http://arclanguage.org/item?id=11864)
Re: Ask HN: What are you working on (hacking)?
#130I'm working on text classification. I have a decent classifier that's especially suited to author identification. I can think of a few good uses for it; the first one I'm trying to commercialize is academic anti-cheating.
That sounds fascinating. How did you come up with the algorithms to use?