Devops is dying. And the secret weapon is not mentioned in the article (Docker). With Docker and a scheduler (swarm, kubernetes, etc), what are you going to use Chef or Ansible for? Just to install Docker on a Linux…
I just created an account on OneSignal: https://onesignal.com/
The article isn't about buying vs renting. It's about buying real estate in the Bay Area as an investment. The bottom line is that if you have money to invest you should invest it in something else because it's too…
I'm using a VPN (tunnelbear) and I can access my website that's behind cloudflare
something like the Stasi files? http://www.spiegel.de/international/germany/stasi-files-revi...
they seem to be using Cloudflare now: https://www.dropbox.com/s/6sx8li6d0eioxwt/Screenshot%202014-...
I also saw a broken like button on my website, and profile pictures were not loading 5 min ago.
Good job on the website, simple, looks great! Quick question, I bought a memory foam mattress 2 years ago and I regret it every day... I'm a 'hot sleeper', I fixed the 'waking up sweating' problem with a cotton mattress…
followshows developer here. I just added a "new tv shows" page: http://followshows.com/new-tv-shows We need to find a way to be more proactive when adding new shows to our database, we're on it.
hum, might be because of this? http://news.ycombinator.com/item?id=5185440 (#1 on HN right now)
maybe the PhoneGap website should make it more obvious that it is a bad idea to use jQuery Mobile instead of listing it on its Tools page: http://phonegap.com/tools/page/2/
performance issue, all this javascript code has to be parsed by the application before it is able to execute it. So you might end up parsing 95% of jquery/jquery mobile code that your application won't use.
"MySQL Partitioning. We decided against it because it seemed likely that it wouldn’t be much faster than our current solution." What if you partition by HASH(user_id) instead of partitioning by month…
Try ALTER TABLE ADD COLUMN on a 100 million rows table :). Jeremy Zawodny from Craigslist explained why it helped them a lot for Craigslist archives database, where an alter table could take up to 24 hours:…
agreed
Devops is dying. And the secret weapon is not mentioned in the article (Docker). With Docker and a scheduler (swarm, kubernetes, etc), what are you going to use Chef or Ansible for? Just to install Docker on a Linux…
I just created an account on OneSignal: https://onesignal.com/
The article isn't about buying vs renting. It's about buying real estate in the Bay Area as an investment. The bottom line is that if you have money to invest you should invest it in something else because it's too…
I'm using a VPN (tunnelbear) and I can access my website that's behind cloudflare
something like the Stasi files? http://www.spiegel.de/international/germany/stasi-files-revi...
they seem to be using Cloudflare now: https://www.dropbox.com/s/6sx8li6d0eioxwt/Screenshot%202014-...
I also saw a broken like button on my website, and profile pictures were not loading 5 min ago.
Good job on the website, simple, looks great! Quick question, I bought a memory foam mattress 2 years ago and I regret it every day... I'm a 'hot sleeper', I fixed the 'waking up sweating' problem with a cotton mattress…
followshows developer here. I just added a "new tv shows" page: http://followshows.com/new-tv-shows We need to find a way to be more proactive when adding new shows to our database, we're on it.
hum, might be because of this? http://news.ycombinator.com/item?id=5185440 (#1 on HN right now)
maybe the PhoneGap website should make it more obvious that it is a bad idea to use jQuery Mobile instead of listing it on its Tools page: http://phonegap.com/tools/page/2/
performance issue, all this javascript code has to be parsed by the application before it is able to execute it. So you might end up parsing 95% of jquery/jquery mobile code that your application won't use.
"MySQL Partitioning. We decided against it because it seemed likely that it wouldn’t be much faster than our current solution." What if you partition by HASH(user_id) instead of partitioning by month…
Try ALTER TABLE ADD COLUMN on a 100 million rows table :). Jeremy Zawodny from Craigslist explained why it helped them a lot for Craigslist archives database, where an alter table could take up to 24 hours:…
agreed