“The end result is a chat-based interface for creating an isolated deployment of GitHub for any pull request. Once a pull request passed all required CI jobs, a user can deploy their pull request to review lab.”— Jesse Newland, githubengineering.com
“Regardless of the path, one thing is clear: There’s big money in small(er) America.”— Rina Raphael, fastcompany.com
“When processing the Wikipedia collection, we distinguish among four types of articles: entity pages, redirecting pages, disambiguation pages, and list pages.”— Silviu Cucerzan, pdfs.semanticscholar.org
“The disambiguation process uses the data associated with the known surface forms identified in a document and all their possible entity disambiguations to maximize the agreement between the context data stored for the candidate entities and the contextual information in the document, and also, the a…”— Silviu Cucerzan, pdfs.semanticscholar.org
“max_matches setting controls how much matches searchd will keep in RAM while searching. All matching documents will be normally processed, ranked, filtered, and sorted even if max_matches is set to 1. But only best N documents are stored in memory at any given moment for performance and RAM usage re…”— Sphinx Search, sphinxsearch.com
“On line 1252 of Module ORP572, I changed the hard-coded variable MonthsOfBacklog from "3" to "4". I unit tested this successfully and ran 2 batch test runs. The Operations work queue increased 10% as expected. This is good to go. I just submitted it to Code Review and moved in to Homer for User Acce…”— Ed Weissman, edw519.posthaven.com
“Your 20s are about undoing as much as they are anything else. Choosing new. Deciding otherwise. Shedding layers that have muddied your idea of who you think you are. This is the kind of scary magic you want.”— Brianna Wiest, amazon.com
“Everything in your life does one of three things: shows you to yourself, heals a part of yourself or lets you enjoy a part of yourself.”— Brianna Wiest, amazon.com
“You can't quite make sense of what you're feeling and you realize that's because you're in the process of developing that skill.”— Brianna Wiest, amazon.com
“Hunger is important. People don't thrive when they're fulfilled. They stagnate.”— Brianna Wiest, amazon.com
“React tests have much less ceremony and are a bit easier to wrap your head around. And Test-Driven Development (TDD) with React captures the quick, fast iterations that make testing fun.”— Dave Ceddia, daveceddia.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
“PHP as it's known today is actually the successor to a product named PHP/FI. Created in 1994 by Rasmus Lerdorf, the very first incarnation of PHP was a simple set of Common Gateway Interface (CGI) binaries written in the C programming language. Originally used for tracking visits to his online resum…”— PHP, php.net
“Gin is a high-performance micro-framework that can be used to build web applications and microservices. It makes it simple to build a request handling pipeline from modular, reusable pieces. It does this by allowing you to write middleware that can be plugged into one or more request handlers or gro…”— Kulshekhar Kabra, semaphoreci.com
“However, there are no APIs to easily deep link from the parent app into the iMessage settings screen to enable the corresponding app extension.”— AirbnbEng, medium.com
“From a participant’s perspective, the message can be in 3 states — unopened, opened in edit mode, and staged (i.e. waiting for them to hit ‘Send’). We don’t have to do anything about the first case, but we can be smart about the other two.”— AirbnbEng, medium.com
“It turns out we can solve the problem by requiring everyone to be logged in to the main Airbnb app. By creating a shared App Group, we can use the keychain to share data between the main app and its iMessage counterpart.”— AirbnbEng, medium.com
“Upon fetching a cache entry, the Cache verifies the cached element availability and loads the underlying resource on our behalf. The application uses the cache as the system of record and the cache is able to auto-populate on demand.”— Vlad Mihalcea, vladmihalcea.com