Live data from Hacker News

Ask HN: What are you working on right now?

news.ycombinator.com

71–80 of 203 posts

Re: Ask HN: What are you working on right now?

#73
I'm building a contact import script for a hip hop artist's newsletter. Essentially its what powers the "invite your friends" button on the newsletter.

I am dealing with yahoo's contacts api at the moment. It seems that althought yahoo! provides a php sdk, a direct fetch of email addresses from a user's address book still requires a restful get request.

The yahoo php sdk makes the oauth stuff really easy though.

Re: Ask HN: What are you working on right now?

#74
http://profquotes.feedladder.com - funny prof quote app

Similar to an idea I showed earlier on HN (http://laughlitmus.feedladder.com), I'm basically trying to generalize this as a "Reddit for tweets" to create a collaboratively made twitter feeds. Idea being others could make a group-administered feed on a particular subject.

Re: Ask HN: What are you working on right now?

#78
Current fun project is an RPG played over the phone. You can try it by calling (415) 689-9751 (while my minutes last). It uses Twilio and static XML hosted on GitHub. Adding to the story is as easy as forking and making a pull request.

http://github.com/abraham/audio-rpg/

Re: Ask HN: What are you working on right now?

#79
post #53

Currently working on a Super Nintendo Emulator in Java for my senior project in college. The intent is to make it easy to embed the emulator as an applet and link it to a ROM, save states, etc. so visitors to your site can play an SNES game at a point of your choosing (IE a blog post talking about the atmosphere of Zeal in Chrono Trigger with accompanying demo). We're also hoping to allow Javascript to receive inform…

FYI, there's a project called JSNES where someone ported a NES emulator to JS / canvas, complete with audio!

http://benfirshman.com/projects/jsnes/

Re: Ask HN: What are you working on right now?

#80

"What are you working on" was the standard conversation starter at the Startup School mixers. It's amazing how there are so many makers; makes me feel like the world's being improved every second.

I'm glad I'm not the only one who noted that! That's one of the things that struck me: in "regular" settings, the usual question is "what do you do?"; at Startup School, it was always "what are you working on?".

Subtle but telling difference.

Post reply on HN