Live data from Hacker News

Viewing profile — jdeeden

jdeeden

HN member
Joined
Thu, Aug 19, 2010, 9:49 PM UTC
HN karma
5
Public activity
7 items

About jdeeden

No profile information was provided.

Recent public activity

  1. story
    33Needs Brings Crowdsourced Funding To Social Startups

    The crowdsourced funding craze is picking up steam. Tonight we see the launch of 33needs, a site where socially-minded startups can raise initial seed funding from individual contr…

  2. comment
  3. story
    Ask HN: What editor originated syntax highlighting?

    As a programmer, I don't know what I would do without this feature. Is there an editor/IDE that can legitimately claim to have originated this feature? What is it?

  4. comment
    Comment #1745916

    I nominate Zed Shaw. "Listen here you Ruby pussies, you're going to use IE and you're going to like it."

  5. story
    Microsoft seeks non-Microsofty person to promote IE9 to non-Microsofty people.

    I love this. A Microsoft job posting for an Internet Explorer evangelist. This was too good not to re-post. Some of my favorite excerpts include: "You are someone with a strong bac…

  6. comment
    Comment #1688650

    M-O-N-G-O

  7. comment
    Comment #1680396

    You can make the resque-web app available under /resque simply by: require 'resque' MyApp::Application.routes.draw do mount Resque::Server.new, :at => "/resque" end Requires Rails …