Live data from Hacker News

Show HN: my weekend project, Gumroad

gumroad.com

121–130 of 215 posts

Re: Show HN: my weekend project, Gumroad

#121
post #10

Seriously? I'm not sure I could take anyone seriously that tried to sell me a link of "value." Why not just share the link for free like people have been doing since the beginning of time? Don't get me wrong. You did a great job getting this rolled out over a weekend and it looks nice. I must need some enlightening because I really don't get it.

Why not act as a download middleman so the buyer gets a download now button, and the link to the originator is not shown?

Re: Show HN: my weekend project, Gumroad

#122

Earlier quoted context omitted.

Honestly, I'm not sure - hence them not being listed - but I think I'm going to go with 30%. And then for people making >$x a month dropping that in tiers. Thoughts?

Thought about it. How does this sound? "i think 30% below $10/month in sales, then 25% below $50, 20% below $100, 15% below $1000, 10% above $1000"

That sounds like highway robbery.

Re: Show HN: my weekend project, Gumroad

#123

Over this past weekend I had the idea to build a sort of link shortener but with a payment system built-in. There have been many times in the past where I wanted to share a link - on Twitter or just through IM with a few friends - but did not want to go through the overhead of setting up a whole store. So I built Gumroad. I coded/designed from 12PM -> 11PM on Saturday and 8AM -> 11PM on Sunday. There are still tons o…

Cool idea! One quick thing: I would change the "(Minus our cut)" wording to something a little more friendly. Maybe transaction fee or something along those lines.

Re: Show HN: my weekend project, Gumroad

#124

Over this past weekend I had the idea to build a sort of link shortener but with a payment system built-in. There have been many times in the past where I wanted to share a link - on Twitter or just through IM with a few friends - but did not want to go through the overhead of setting up a whole store. So I built Gumroad. I coded/designed from 12PM -> 11PM on Saturday and 8AM -> 11PM on Sunday. There are still tons o…

where's the password recovery? logged in, posted a link, logged out - I can't log back again - emailed you at hi@gumroad.com

Re: Show HN: my weekend project, Gumroad

#125

Earlier quoted context omitted.

The service could send a special "auth" key along as parameter when forwarding. E.g.: http://example.com/secret.php?key=dh498 In secret.php on your server you could then ask the Gumroad API (via another http request) how often this key was already used and deny or allow access. This would be super easy to implement for the seller - just paste in ~5 lines of PHP code.

You could allow access to that link about 5 times. After that, display a link that says something along the lines of "Thanks for using us. This link has been used 5 times already. If you wish to access it again, click here and we will send you an email with another authorization code (or whatever)". That way your users don't lose access to their stuff, and you can keep track of abuse. It's not a perfect solution, but…

Once you give out a destination link, it's out. Even if it's a redirect with a nice gumroad URL. Gumroad has no control over it.

If Gumroad would be caching a file, this could be done using credit card security code re-entry every 5 attempts to DL or such.

Re: Show HN: my weekend project, Gumroad

#126
post #29

Earlier quoted context omitted.

Imagine you have a Fireworks iPhone mockup template. Instead of setting up a store somewhere to list your ONE item, you put the template up on your website and link to it through gumroad. Then, you give out the Gumroad link on Twitter: "Need a sweet Fireworks iPhone UI template? Buy it for a buck: gumroad.url" Your twatting friends click it, give you a dollar, get redirected to your website. They download the templat…

And 2 minutes later the "secret" link is shared on Twitter.

have the asset be hosted on S3 with a signed url that expires quickly

Re: Show HN: my weekend project, Gumroad

#128
You have an XSS on the login form. I create a page which posts to the login page with the name

" onclick="alert('do evil here')" onfocus="alert('do evil here')" foo="

It errors out, and my javascript is now in the input box. They click the name and then it runs my javascript.

It's great you've escaped , but you need to do more.

Re: Show HN: my weekend project, Gumroad

#130

Earlier quoted context omitted.

Paypal already takes $0.30 plus a small percentage. I think the service is a neat idea, but microtransactions are not a solved problem.

PayPal has a lower tier for sales under $12: https://merchant.paypal.com/cgi-bin/marketingweb?cmd=_render... Still, you need to take fees into consideration. Also, the seller has to pay another PayPal fee when transferring the money every month.

And it has to be a completely separate account. They basically force you to either pay way too much or violate their terms by having two separate accounts. :/
Post reply on HN