“Ironically enough, Wave was a great platform, may they rest in peace. But making something a platform is not going to make you an instant success. A platform needs a killer app. Facebook -- that is, the stock service they offer with walls and friends and such -- is the killer app for the Facebook Pl…”— Steve Yegge, plus.google.com
“A product is useless without a platform, or more precisely and accurately, a platform-less product will always be replaced by an equivalent platform-ized product.”— Steve Yegge, plus.google.com
“When software -- or idea-ware for that matter -- fails to be accessible to anyone for any reason, it is the fault of the software or of the messaging of the idea. It is an Accessibility failure.”— Steve Yegge, plus.google.com
“The other big realization he had was that he can't always build the right thing. I think Larry Tesler might have struck some kind of chord in Bezos when he said his mom couldn't use the goddamn website. It's not even super clear whose mom he was talking about, and doesn't really matter, because nobo…”— Steve Yegge, plus.google.com
“The next time you can’t remember something, resist the urge to Google the answer. Challenge your brain to recall that useless tidbit instead.”— Mélanie Berliet, thoughtcatalog.com
“We all know that social media stalking and looking up everything there is to know about him on Google is a bad idea, but repeating it to him (even accidentally) is worse. If he hasn’t said it with his mouth in front of you, it probably isn’t something you should bring up over dinner. It kind of make…”— Chelsey Lynn, thebolde.com
“Typically, search snippets come from 1 of 3 places (and we’re just talking basic snippets here, not rich snippets like sitelinks): 1. META descriptions 2. On-page copy 3. Open Directory Project (ODP) data”— Dr. Peter J. Meyers, moz.com
“Even A #1 Ranking Can Benefit From An Accompanying Ad Surprisingly, even when advertisers show up in the number one organic search result position, 50% of clicks they get on ads are not replaced by clicks on organic search results when the ads don’t appear.”— Pamela Parker, searchengineland.com
“It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community.”— Kubernetes, kubernetes.io
“Amazon's awesome, but Google Cloud is built by developers, for developers, and you see it right away”— Michael Lugassy, lugassy.net
“Finally, we sped up our application from more than 2.5 seconds to less than 250 milliseconds for longest request. These times occur just in our use case. We are confident that for a larger number of writes or longer eviction period, access to standard cache can take much more time, but with bigcache…”— Łukasz Drumiński, allegro.tech
“The best request is a request that does not need to communicate with the server: a local copy of the response allows us to eliminate all network latency and avoid data charges for the data transfer. To achieve this, the HTTP specification allows the server to return a number of different Cache-Contr…”— Google Developers, developers.google.com
“Fetching something over the network is both slow and expensive: large responses require many roundtrips between the client and server, which delays when they are available and can be processed by the browser, and also incurs data costs for the visitor. As a result, the ability to cache and reuse pre…”— Google Developers, developers.google.com
“Much of Alphabet’s revenue growth during the quarter came from the sites Google owns, such as its search engine and YouTube, rather than its network, through which it places advertising on sites and apps owned by other companies. Revenue from Google sites grew 24% during the second quarter, compared…”— Jack Marshall, wsj.com
“The best thing about search is you always find what you want. The worst thing about search is you never find what you do not want.”— Joshua Cohen, amazon.com
“With a consistent language, well-crafted standard libraries, and cleaner DOM, Dart is a good choice even for programmers with limited or no JavaScript experience. Things work the way C, C#, ActionScript, and Java developers expect.”— Google Dart Team, webdev.dartlang.org
“Don’t google your name. Ever. Don’t ‘search’ for yourself on anything that glows in the dark. Don’t let your beauty be something anyone can turn off. Don’t edit your ugly out of your bio. Let your light come from the fire. Let your pain be the spark, but not the timber. Remember, you didn’t come her…”— Andrea Gibson, andrewgibby.tumblr.com
“DOM recycling is a underutilized technique to keep the DOM node count low. The general idea is to use already created DOM elements that are off-screen instead of creating new ones. Admittedly, DOM nodes themselves are cheap, but they are not free, as each of them adds extra cost in memory, layout, s…”— Surma, developers.google.com
“For many years, machine learning was considered a specialty, limited to an elite few. That era is over, as recent results indicate that machine learning, powered by ‘neural nets’ that emulate the way a biological brain operates, is the true path towards imbuing computers with the powers of humans, a…”— Stephen Levy, backchannel.com