Live data from Hacker News

Viewing profile — inakiabt

inakiabt

HN member
Joined
Wed, Jan 26, 2011, 10:47 PM UTC
HN karma
42
Public activity
6 items

About inakiabt

[ my public key: https://keybase.io/inakiabt; my proof: https://keybase.io/inakiabt/sigs/ySRcLTCLgTkcr9FBkZf4D6aFk44O9P2jgDTmkPp6kBQ ]

Recent public activity

  1. story
  2. comment
    Comment #9584514

    I'm using https://www.zenhub.io/ , it adds a voting mechanism on github.

  3. comment
    Comment #8590575

    Seems like some of the source code of different components are here: https://github.com/rancherio * Agent: https://github.com/rancherio/rancher-agent * Cattle: https://github.com/r…

  4. story
  5. comment
    Comment #3022293

    Maybe adding a simple "^" at the begining of the regex should be enough :) /^https?:\/\/([-\w\.]+)+(:\d+)?(\/([\w/_\.]*(\?\S+)?)?)?/ Otherwise, could be used for XSS. Like this url…

  6. comment
    Comment #3022164

    I'm new with Node.js, but the "shorten" process shouldn't be an asynchronous process? Maybe something like this?: app.get('/shorten', function(req, res) { console.log('Shortening u…