Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gcarre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
gcarre
10y ago
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 instance? Docker is just
2.
▲
by
gcarre
11y ago
I just created an account on OneSignal: https://onesignal.com/
3.
▲
by
gcarre
11y ago
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 risky righ
4.
▲
by
gcarre
12y ago
I'm using a VPN (tunnelbear) and I can access my website that's behind cloudflare
5.
▲
by
gcarre
12y ago
something like the Stasi files? http://www.spiegel.de/international/germany/stasi-files-revi...
6.
▲
by
gcarre
12y ago
they seem to be using Cloudflare now: https://www.dropbox.com/s/6sx8li6d0eioxwt/Screenshot%202014-...
7.
▲
by
gcarre
13y ago
I also saw a broken like button on my website, and profile pictures were not loading 5 min ago.
8.
▲
by
gcarre
13y 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 matt
9.
▲
by
gcarre
14y ago
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.
10.
▲
by
gcarre
14y ago
hum, might be because of this? http://news.ycombinator.com/item?id=5185440 (#1 on HN right now)
11.
▲
by
gcarre
14y ago
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/
12.
▲
by
gcarre
14y ago
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.
13.
▲
by
gcarre
14y ago
"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 ( http://dev.mysql.com/doc/refman/5.5/en
14.
▲
by
gcarre
14y ago
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: http://www.10gen.com/presentatio
15.
▲
by
gcarre
14y ago
agreed