You can tell clients to check the http referrer for your domain. That would (mostly) stop people from posting now-useless destination URLs online. http referrers are easily spoofed, of course, but it'll be enough to prevent most people from sharing secret urls on twitter. You could also pivot and allow people to upload files to your own server, but that's a different story.
Show HN: my weekend project, Gumroad
61–70 of 215 posts
Re: Show HN: my weekend project, Gumroad
#62What do you plan on doing about fraud? Seems like it would be way too easy to move money around with stolen credit cards.
Re: Show HN: my weekend project, Gumroad
#63What are your fees? Didn't see that anywhere on the homepage.
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?
Re: Show HN: my weekend project, Gumroad
#64Seriously? 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.
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…
Re: Show HN: my weekend project, Gumroad
#65Interesting idea, but I see two main issues with this. First, anyone who pays and gets to the resulting link can trivially share that link; of course, you can always ask them nicely not to do so, and in some contexts that will work, but in general the security model just doesn't work unless you authenticate each paid user at the destination. You need to come up with an answer to this. Second, if you market this as a…
That second formulation is how I thought of it in the first place. You could get around the link-sharing problem for those that wanted to avoid it by offering single-use URLs, and provide Gumroad either with a way of generating a new single-use URL for your resource, or a way to pull a new URL from your site. Both of these methods would require some degree of control over the resource, however (you wouldn't be able t…
The way I'd see it working is, I give Gumroad a link I want users to pay for, and Gumroad charges each user, serving up the content, but never sharing with them the link that I gave Gumroad. You could do this by fetching the content on the back end, and serving it up through Gumroad's own single-use URL.
Re: Show HN: my weekend project, Gumroad
#66Earlier quoted context omitted.
I love the idea! This makes it really easy to sell scripts (e.g. your own jQuery plugins or whatever) for $5 where it would normally be too much work to set up some payment processing. The 30% cut is way too high though. Especially for higher priced links - I wouldn't want to sell my $99 game engine[1] through your service. I think something like "5%, but at least $0.30" would make more sense. But maybe having such "…
Paypal already takes $0.30 plus a small percentage. I think the service is a neat idea, but microtransactions are not a solved problem.
Re: Show HN: my weekend project, Gumroad
#67Re: Show HN: my weekend project, Gumroad
#68Earlier 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.
Thinking about it, Gumroad is the perfect application for Bitcoins: http://www.bitcoin.org/
Re: Show HN: my weekend project, Gumroad
#69What do you plan on doing about fraud? Seems like it would be way too easy to move money around with stolen credit cards.
Re: Show HN: my weekend project, Gumroad
#70How does this work for art though? I mean you want to see the icon/graphic/design/whatever before you pay for it. Also - once you've been redirected to the page, what's to stop you taking the link and sharing it yourself? Also also: if I've got something to sell, can't I just bung it on ebay?
Not sure how you would sell JS scripts since showing a working demo would require the file to be accessible to the user.