Using AWS and Bit.ly to Eliminate Server State
stephenpoletto.tumblr.com
Using AWS and Bit.ly to Eliminate Server State
1–10 of 13 posts
Re: Using AWS and Bit.ly to Eliminate Server State
#2Re: Using AWS and Bit.ly to Eliminate Server State
#3Combining these four elements has allowed me to upload and serve images from the billr.me domain without maintaining a database. I’m hosting on https://www.nearlyfreespeech.net/ for pennies per month and never need to do any server maintenance.
Re: Using AWS and Bit.ly to Eliminate Server State
#4other than url shortening, does anyone offer this as a service? a key value only online service?
Re: Using AWS and Bit.ly to Eliminate Server State
#5Combining these four elements has allowed me to upload and serve images from the billr.me domain without maintaining a database. I’m hosting on https://www.nearlyfreespeech.net/ for pennies per month and never need to do any server maintenance.
I dont think he is counting the cost of hosting on S3. :)
Re: Using AWS and Bit.ly to Eliminate Server State
#6If you implemented your own shout url generation you could just name the image with the short url and stop giving bit.ly that kind of insight into your operation.
Nice way to briefly hit the front page of Hacker News though, and the app looks nice!
Re: Using AWS and Bit.ly to Eliminate Server State
#7Edit: I guess maybe the advantage of this design is that you can easily send the bill for everyone at the table to everyone (probably wouldn't fit into 140 chars), which eliminates the need for the user to individually choose which contact corresponds to which column of the bill.
Re: Using AWS and Bit.ly to Eliminate Server State
#8It seems like it might be simpler both for the dev and the user to just send an SMS with a neatly-formatted text version of the bill rather than a link to a screenshot of the bill. If it's just a couple amounts, tax, tip, and total, that seems like it would easily fit in 140 characters. The app design looks pretty nice though. Edit: I guess maybe the advantage of this design is that you can easily send the bill for e…
Re: Using AWS and Bit.ly to Eliminate Server State
#9I don't understand why bit.ly is involved at all... basically just to generate a unique short key? If you implemented your own shout url generation you could just name the image with the short url and stop giving bit.ly that kind of insight into your operation. Nice way to briefly hit the front page of Hacker News though, and the app looks nice!
Re: Using AWS and Bit.ly to Eliminate Server State
#10So he is using bitly as a key value store. other than url shortening, does anyone offer this as a service? a key value only online service?