Live data from Hacker News

Hurl

hurl.r09.railsrumble.com

11–20 of 33 posts

Re: Hurl

#11
Very, very cool.. and I love the name.

That said, I regularly test APIs using actual usernames and passwords via HTTP Basic Auth. It will be a cold day in hell before I toss my credentials in cleartext into a web form. :-)

I really like the syntax-highlighted, pretty-printed JSON output, though. Really handy.

Re: Hurl

#12

This is seriously news? I could write this app in 10 lines of code, or am I missing something important?

I think you meant that you can reproduce a fraction of this app's functionality, and present it in an unattractive way with really bad useability, in ten lines of code. And even then you'd be exaggerating.

Re: Hurl

#13
post #9

This is seriously news? I could write this app in 10 lines of code, or am I missing something important?

Yes, perhaps you are. First, watch the video: http://vimeo.com/6238577 Second, realize that this was developed from start to finish in 48 hours, by some not untalented people... they seem to have put a lot of thought into it, and the details really show. Third, saying you could do anything nontrivial in "10 lines of code" reminds me of this guy http://news.ycombinator.com/item?id=678501

First, watch the video?

Doesn't that seem to emphasize the guy's point? It seems like a neat if simplistic little tool and if you have to watch a video to tell how it's something more...

Re: Hurl

#15
post #9

This is seriously news? I could write this app in 10 lines of code, or am I missing something important?

Yes, perhaps you are. First, watch the video: http://vimeo.com/6238577 Second, realize that this was developed from start to finish in 48 hours, by some not untalented people... they seem to have put a lot of thought into it, and the details really show. Third, saying you could do anything nontrivial in "10 lines of code" reminds me of this guy http://news.ycombinator.com/item?id=678501

Less then 250 lines of code: http://api.drupal.org/api/function/drupal_http_request/7

Re: Hurl

#18
Why don't we make something like socket2http_get

    http://example.com/tcp?address=example.com:80&send=GET+/+HTTP/1.1%0D%0AHOST:+example.com%0D%0A%0D%0A
Oh wait... did I just re-invented HTTP 1.1 Connect?

Re: Hurl

#19

This is seriously news? I could write this app in 10 lines of code, or am I missing something important?

the ability to link to the responses / output seems like it might be useful for debugging and helping others

Re: Hurl

#20
Why no way to enter a raw POST body instead of key-value pairs? Could've been seriously useful for some web services.
Post reply on HN