Back Office Exposed: Bingo Card Creator
resultsjunkies.com
Back Office Exposed: Bingo Card Creator
1–10 of 56 posts
Re: Back Office Exposed: Bingo Card Creator
#2Favorite bit from the article: "Prior to running a business I ran a WoW guild. It was rather substantially more work and more drama than running a business, for dramatically worse loot."
Re: Back Office Exposed: Bingo Card Creator
#3This was an excellent read.
Re: Back Office Exposed: Bingo Card Creator
#4Great article and always good to hear more from Patrick. I still find it incredibly humorous that one of the more influential startup stories on HN is a "simple" Bingo Card Creator. Patrick continually shows that there is no such thing as "simple" when you're striving to be successful. Favorite bit from the article: "Prior to running a business I ran a WoW guild. It was rather substantially more work and more drama t…
I prefer taking the opposite tack [+] with regards to simplicity: there is indeed such a thing as simple. Your business, on day one, is simple. It will gradually become more complex as you learn things and learn what the business needs, but you don't need to let the complexity coming down the pike scare you away from starting something today. (And compared to many businesses -- from megacorps down to a lot of the startups around here -- BCC is still pretty simple, even four years in. My best marketing strategy can be explained in three Powerpoint slides, all the code I have is under 10kloc, and the core customer need is pretty much unchanged.)
[+] Some day I will learn this English idiom properly, but until I do, thank you guys for correcting me on it.
Re: Back Office Exposed: Bingo Card Creator
#5Great article and always good to hear more from Patrick. I still find it incredibly humorous that one of the more influential startup stories on HN is a "simple" Bingo Card Creator. Patrick continually shows that there is no such thing as "simple" when you're striving to be successful. Favorite bit from the article: "Prior to running a business I ran a WoW guild. It was rather substantially more work and more drama t…
I get a lot of credit (perhaps more than I deserve) because I talk a lot, am amicable, and write in a compelling manner. Communication is the great underlooked startup/engineering skill. I prefer taking the opposite tack [+] with regards to simplicity: there is indeed such a thing as simple. Your business, on day one, is simple. It will gradually become more complex as you learn things and learn what the business nee…
Re: Back Office Exposed: Bingo Card Creator
#6Give Nginx a spin if you can. I use 300MB VPSes running Nginx + PHP and have memory to spare to run the dropbox daemon, lightly loaded mysql, etc.
Re: Back Office Exposed: Bingo Card Creator
#7> Apache has a habit of taking down memory-constrained VPSes when hit by large amounts of traffic Give Nginx a spin if you can. I use 300MB VPSes running Nginx + PHP and have memory to spare to run the dropbox daemon, lightly loaded mysql, etc.
Re: Back Office Exposed: Bingo Card Creator
#8Great article and always good to hear more from Patrick. I still find it incredibly humorous that one of the more influential startup stories on HN is a "simple" Bingo Card Creator. Patrick continually shows that there is no such thing as "simple" when you're striving to be successful. Favorite bit from the article: "Prior to running a business I ran a WoW guild. It was rather substantially more work and more drama t…
I get a lot of credit (perhaps more than I deserve) because I talk a lot, am amicable, and write in a compelling manner. Communication is the great underlooked startup/engineering skill. I prefer taking the opposite tack [+] with regards to simplicity: there is indeed such a thing as simple. Your business, on day one, is simple. It will gradually become more complex as you learn things and learn what the business nee…
Hopefully the context of it helps, taking "the opposite tack" is changing your orientation to reach towards the same goal on a different approach when you're getting off-course with your current approach.
Re: Back Office Exposed: Bingo Card Creator
#9> Apache has a habit of taking down memory-constrained VPSes when hit by large amounts of traffic Give Nginx a spin if you can. I use 300MB VPSes running Nginx + PHP and have memory to spare to run the dropbox daemon, lightly loaded mysql, etc.
Re: Back Office Exposed: Bingo Card Creator
#10It wasn't clear to me from the article, but it seems that a lot of the 'syncing' of information between databases and services was programmed by hand by you. How much time did you spend on this and if you had to re-setup your infrastructure, would you go with a service that does most of this for you (if one even exists)?