Viewing profile — gikrauss
gikrauss
HN member- Joined
- Thu, Sep 10, 2009, 7:40 PM UTC
- HN karma
- 10
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About gikrauss
Recent public activity
-
comment
Comment #32081556
L2 solutions are proving that this is not quite true.
- story
- story
-
comment
Comment #3884759
Yep, I wouldn't sign in to my google account using that link, it was just meant to give quick access the that particular page
-
comment
Comment #3884414
Here's a link using a web proxy for those outside the US: http://www.uswebproxy.com/index.php?q=aHR0cHM6Ly9wbGF5Lmdvb2...
-
comment
Comment #3681633
I forgot the link http://blog.devartis.com/2012/01/05/scraping-websites-having... :S
-
comment
Comment #3681433
A couple of months ago I posted a very similar article that uses node.js, request and jQuery to achieve the same goal. In this case, as long as jQuery can handle the response you s…
- story
-
comment
Comment #2280615
I think I'll replace whatsmyip.com for this: alias whatsmyip="curl -s http://jsonip.com | grep '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' -o" A simple way of accessin…
-
comment
Comment #2128609
I will definitely consider CodeIgniter for my next PHP project. It seems like a very good alternative to CakePHP and I definitely like a framework that tries to stay out of my code…