Show HN: Drapache - serve a dynamic website from your dropbox
21–30 of 33 posts
Re: Show HN: Drapache - serve a dynamic website from your dropbox
#22Why not just call it "mod_depeche"? Sexier, more pronouncable name, and punful as well.
Re: Show HN: Drapache - serve a dynamic website from your dropbox
#23Re: Show HN: Drapache - serve a dynamic website from your dropbox
#24Earlier quoted context omitted.
Dropbox can't run anything, this is meant to be run on your own hardware/vps/ec2.
Mm yeah, that makes sense. It also makes this incredibly bad. Not only do you have to run your own server, you have to pay for bandwidth twice - once from your server, and once from Dropbox (files are served from your Dropbox to the server, then to the client)
Re: Show HN: Drapache - serve a dynamic website from your dropbox
#25I have had some encoding issues with Dropbox public files — namely, I’ll create a UTF-8 .html file and use special characters like “educated quotes” without encoding them as HTML entities (as I should be allowed to do, in a properly encoded file). I’ll use the right meta tag. And yet sometimes, at least in Chrome, they’ll show up incorrectly. Would Drapache be susceptible to this, or could it it perhaps remedy it?
Re: Show HN: Drapache - serve a dynamic website from your dropbox
#26I don't think it's a good idea if you target developers : 1- Trading expensive bandwidth for a cheap storage isn't economically logical. 2- Any web developer should understand how web works and he should be comfortable with ftp, apache/nginx/iis, git(/mercurial), etc...
Right there on the project page.
Re: Show HN: Drapache - serve a dynamic website from your dropbox
#27Earlier quoted context omitted.
I don’t follow your (or your parent post’s) line of thinking. Apparently “dépêche means dispatch (or update, message or news),” and has a connotation of “fast.” I don’t see how this really applies to Drapache, which I thought of as “dr’apache,” a portmanteau of “drop(box)” and “apache.” I’m a Depeche Mode fan, but don’t see how it relates. Where’s the pun? :)
Depeche Mode is the name of band from the 80s. http://en.wikipedia.org/wiki/Depeche_Mode
Re: Show HN: Drapache - serve a dynamic website from your dropbox
#28Link to what I built http://shorty.drapache.com/shorty/
Re: Show HN: Drapache - serve a dynamic website from your dropbox
#29Earlier quoted context omitted.
Mm yeah, that makes sense. It also makes this incredibly bad. Not only do you have to run your own server, you have to pay for bandwidth twice - once from your server, and once from Dropbox (files are served from your Dropbox to the server, then to the client)
Except Dropbox doesn't charge you for bandwidth. Imagine someone offering a service running this - plenty of other Dropbox hosting in the cloud services exist (such as to give you your own domain name tied to the Dropbox public folder)
You can be sure they would cut off downloads if you started serving any significant traffic.
(Mainly because of the crazy-long opened connections. Bandwidth is so cheap now this system would fall over long before Dropbox started caring about that cost)
Re: Show HN: Drapache - serve a dynamic website from your dropbox
#30Earlier quoted context omitted.
Mm yeah, that makes sense. It also makes this incredibly bad. Not only do you have to run your own server, you have to pay for bandwidth twice - once from your server, and once from Dropbox (files are served from your Dropbox to the server, then to the client)
Except Dropbox doesn't charge you for bandwidth. Imagine someone offering a service running this - plenty of other Dropbox hosting in the cloud services exist (such as to give you your own domain name tied to the Dropbox public folder)