Live data from Hacker News

P2P banks, 1 line of code

blog.dwolla.com

1–10 of 32 posts

Re: P2P banks, 1 line of code

#6

I've got to remember this marketing spin. "A curl to an http endpoint with a plethora of parameters" == Only 1 line of code!

It's similar to many jQuery plugins I've seen. "LOOK, you can do all this with one line of code!"

    $("#mydiv").someplugin();
But then they show all the HTML adjustments you have to make to get the plugin functioning. Just tell me straight!

But, credit to the author, I always like seeing how people use the command line to accomplish things. One day, I'd like to make a "get_subs" command that orders Jimmy Johns for me.

Re: P2P banks, 1 line of code

#7

I've got to remember this marketing spin. "A curl to an http endpoint with a plethora of parameters" == Only 1 line of code!

We (Balanced - YC W11) did the same thing :/. We'll I guess we called it a single curl command not a single line of code:

http://news.ycombinator.com/item?id=5026802

Post reply on HN