Viewing profile — tahu
tahu
HN member- Joined
- Fri, Jul 09, 2010, 6:01 PM UTC
- HN karma
- 71
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About tahu
No profile information was provided.
Recent public activity
- story
-
comment
Comment #6520794
Sorry about that. Now it's fixed. https://github.com/jakutis/httpinvoke#examples
-
comment
Comment #6520530
Thank you! Just implemented gzip support and released 1.0.4.
-
comment
Comment #6501967
Without a doubt Bluebird, When.js, Q, then/promise and others are faster. The implementation in httpinvoke is optimized for code size. The other reason for current solution is that…
-
comment
Comment #6501593
httpinvoke and superagent differences: * superagent has a "fluent" API, httpinvoke is a plain function, with an options object and with Node.js callbacks and/or promises. * superag…
-
comment
Comment #6501560
Hi, thanks for the questions, sorry for the late reply.. httpinvoke fully implements Promises/A+ specification. The spec is very short and easily implementable. The implementation …
-
comment
Comment #6498939
Existing libraries - like jquery, reqwest and superagent - had no easy support for promises, binary files and progress events, did not support a wide range of browser versions, did…
- story
-
comment
Comment #4278308
It is very hard to scroll the images on ipad given scroll focus implementation the site has - it jumps the focus to the same image or the one after the next.
-
comment
Comment #4025489
I'm successfully using it in my web usage data mining BSc thesis.
- story
- comment
-
comment
Comment #3547705
a look at the HTTP headers: tahu@laptop:~$ curl -I http://hackful.com/about HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Connection: keep-alive Status: 200 X-Powered-By: …
- story
-
comment
Comment #3366722
Good points.
- comment
- story
-
comment
Comment #3006661
you can also do direct action by signing a petition at http://epetitions.direct.gov.uk/petitions/16041
- comment
-
comment
Comment #2729507
There's always various scrapers, like this http://vytautas.jakutis.name/2011/05/27/convert-your-faceboo... by me.
-
comment
Comment #2595231
The code is updated - now randomizing the order and time in which contacts are polled.
- story
-
comment
Comment #2558620
Nice idea, but it is a failure in safety - imagine a side impact..
-
comment
Comment #2521908
This time there is existing practice - Opera Unite and Tonido.
-
comment
Comment #2277617
I agree that JavaScript is breaking the traditional web - linked static HTMLs with some forms in it. But I also believe that one day people will start to forget this bumpy ride. I …