Viewing profile — inakiabt
inakiabt
HN member- Joined
- Wed, Jan 26, 2011, 10:47 PM UTC
- HN karma
- 42
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About inakiabt
[ my public key: https://keybase.io/inakiabt; my proof: https://keybase.io/inakiabt/sigs/ySRcLTCLgTkcr9FBkZf4D6aFk44O9P2jgDTmkPp6kBQ ]
Recent public activity
- story
-
comment
Comment #9584514
I'm using https://www.zenhub.io/ , it adds a voting mechanism on github.
-
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…
- story
-
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…
-
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…