Review is down right now, so you may not be able to get a look.
Ask HN: What are you working on (hacking)?
181–190 of 194 posts
Re: Ask HN: What are you working on (hacking)?
#182Just a small extension of a little iPhone app I made for myself. Realized that most of my 'todo lists' are more like checklists... for launching a new site, compiling a distribution build of an iPhone app, etc. So I have a little app for myself that let's me quickly re-use these checklists.
So now I'm building in a web based back end to allow everyone to share their checklists for other people to use.
It would be a good place to store, and use, the 100's of different checklists i've seen on blogs, hackernews, etc.
Re: Ask HN: What are you working on (hacking)?
#183Earlier quoted context omitted.
I see you switched from racket to Go. Care to talk about your experiences? 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 )
I just found namespaces in Racket too painful (see [this blog post][1]), I spent hours and hours trying to do something I felt ought to be very simple, i.e. sharing a namespace between different files, yet Racket just utterly refused to do it. I RTFM but found it utterly confusing and nothing I tried, including their examples, worked. I asked on the freenode IRC channel, and even then nobody could help me. After a wh…
(email in profile)
Re: Ask HN: What are you working on (hacking)?
#184Putting the finishing touches on an Canvas based LED Matrix animation editor for a Burning Man 2010 art project. http://cwd.co.uk/illuminatrix
Re: Ask HN: What are you working on (hacking)?
#185http://madlibber.com/ - Anonymous user generated madlibs. I can't stop working on this [adjective] app! http://webchiever.com/ - Web achievements http://inquiryapp.com/ - Hosted FAQs for your apps
madlibber.com is such an awesome idea. You need to take some time to populate (or copy) good mad libs and artificially vote them up so that it's not a ghost town when people arrive. Here's my contribution: http://madlibber.com/madlibs/21 Update: I just created an account with inqueryapp -- I cannot add a category. The AJAX response is a 500, you might want to check that out. Up to that, the experience was rather enjo…
Weird, I can't reproduce that inquiry error and Hoptoad didn't catch anything. Let me know if you run into that again.
Thanks for your feedback and contribution!
Re: Ask HN: What are you working on (hacking)?
#186Re: Ask HN: What are you working on (hacking)?
#187computer 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)?
#188Working on some facebook integration for my social calendar site: http://www.scenepeek.com
Hi, I'm interested in your website, is it live ? I have an error when trying to access it : Solr service not responding.
It should be up and running now.
Re: Ask HN: What are you working on (hacking)?
#189Also a project in the early stages which aims to make it easy to find great available domain names for projects/startups. A lot of hackery going on here. :)
Re: Ask HN: What are you working on (hacking)?
#190computer 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.
A company in Berkeley is doing this: www.iqengines.com (see Developer API), and demonstration app www.omoby.com. HTML Post image and JSON/XML return label (also face, barcode, ocr, etc).
edit: which doesn't seem like it'll be too difficult. On their developer test I just get {"data": {"error": 0}} back for any image I try to upload.