Live data from Hacker News

Viewing profile — WithTeeth

WithTeeth

HN member
Joined
Fri, Mar 22, 2013, 10:29 PM UTC
HN karma
12
Public activity
7 items

About WithTeeth

No profile information was provided.

Recent public activity

  1. comment
    Comment #11336058

    Cool idea, but kind of ironic that the example you used produces unnecessarily complicated stack overflow solutions. A JavaScript "contains" function is as simple as: var contains …

  2. comment
    Comment #11044913

    May not need to: http://editor.datatables.net/

  3. comment
    Comment #7229193

    I think the burden lies on the browsers to warn average users of the danger of pasting javascript code. Perhaps a popup confirmation the first time you paste `javascript:...` in th…

  4. comment
    Comment #7229114

    Reminds me of an old PhD comic, http://i.imgur.com/uLYImfg.jpg

  5. comment
    Comment #6521002

    This is not the place for debating the value of cloud IDEs - they're out there, whether this one, cloud9, koding, or codeanywhere. This is the place to provide feedback on this par…

  6. comment
    Comment #6520991

    This looks great! I use Cloud9 right now for all my development; can you tell me if this is different or just an alternative? The collaboration looks more advanced than Cloud9's fo…

  7. comment
    Comment #5426186

    Don’t forget that one of the advantages of CDNs is that the user may already have the file cached in their browser. This is why I use Google’s CDN for jQuery and CDNJS for everythi…