Ask HN: What are you working on today?
181–190 of 314 posts
Re: Ask HN: What are you working on today?
#182Re: Ask HN: What are you working on today?
#183Packing for a backpacking trip.
Re: Ask HN: What are you working on today?
#184Re: Ask HN: What are you working on today?
#185I'm working on automating slang term variant creation on OnlineSlangDictionary.com . For example, making the main entry "blow (one) away" also available under blow him away blow her away blow them away etc. It's an unfortunate tax I have to pay to search engines. Luckily it'll pay off additionally when I switch from Google Custom Search to a real custom search solution, and it'll be useful for a few upcoming special…
Are you using any parsing tools? Like the stanford NLP? I am currently developing an API for the stanford NLP so that other web apps can easily use that parsing and word tagging tool. Cool website. I like the idea of the "where is this slang used" feature.
Not yet. Right now it's just boring search-and-replace ("(one)" => "me", "you", "him", "her", ...) complicated by the fact that the site has a lot of moving parts. (I started it in 1996.)
I'll be looking into Stanford NLP, Python NLTK, etc. in the near future for the aforementioned "special projects".
I am currently developing an API for the stanford NLP so that other web apps can easily use that parsing and word tagging tool.
I'd be quite interested in that! Do you have a website / blog / some way we can keep up with your progress?
Cool website. I like the idea of the "where is this slang used" feature.
Thanks!
Re: Ask HN: What are you working on today?
#186Re: Ask HN: What are you working on today?
#187Now: drinking coffee and laying in bed reading HN. In an hour: Building an iPhone app in tandem with its Rails backend for a client.
You are living the life Aaron
The only 'downside' is that I don't know if I could ever go back into a traditional corporate environment at this point.
Re: Ask HN: What are you working on today?
#188Today's my last day as an employee at my job of 6 years. I'll become a consultant starting Monday so if they need me, it'll be hourly billing. I'm just reviewing my emails today and reassigning my regular responsibilities.
Re: Ask HN: What are you working on today?
#189Looks like my morning is going to be figuring out the status of a few clients we have, afternoon is going to be hacking on one or more of them. Murphy willing I can work on GSOC this evening in peace.
Re: Ask HN: What are you working on today?
#190Working on a few things: Starting to get the word out for GISQuery.com, a Q&A site for GIS professionals using OSQA. Having an interesting time getting the word out on this one since I need participation for the site to grow. Learning CodeIngniter as a PHP framework to help get a few other ideas off the ground (a revamped 140Pl.us and a new beer website). I am getting tired of trying to build highly functioning sites…
I'd be curious to hear what you think of CodeIgniter, I have heard good things. We've been using CakePHP for about 3 years now, and would highly recommend it as a general purpose PHP framework.