asp2insp's comments

asp2insp | 8 years ago | on: YouTube will add information from Wikipedia to videos about conspiracies

The studies mentioned here suggest nicotine, stress, and plastics may be to blame: https://www.nytimes.com/2017/08/16/health/male-sperm-count-p...

Estrogenic substances such as atrazine have been correlated with lower sperm count in agricultural workers (e.g. https://news.nationalgeographic.com/news/2005/04/0427_050427...) but I don't know of a study showing the effects through the food distribution chain, only ones on field workers.

asp2insp | 8 years ago | on: How GraphQL Replaces Redux

Naively, yes, but in practice this is one of the things a good graphql client library can solve. Apollo Client, for example, will bundle query fragments from all your components together into a single request, and manage caching under the hood for you.

asp2insp | 8 years ago | on: Show HN: Vexlio – Create precise, beautiful diagrams

I love this idea. I can't try it out because I run OSX, but I've signed up for your waitlist. Seems very competitively priced for something that looks like it competes with some features of Microsoft Visio (which starts at $300) for similar diagramming/snapping functionality.

asp2insp | 8 years ago | on: The largest Git repo

We have an internal tool that allows us to mirror subdirectories of our monorepo into individual github repositories, and another tool that helps us sync our internal source code review tool with PRs etc.

asp2insp | 9 years ago | on: Snakisms

For Apocalypticism you randomly die at some point for no reason. For me it happened around 40 points

asp2insp | 9 years ago | on: Show HN: “OK Google” – Explore Google Now voice commands

My guess is that the list is a representative sample, and the dynamic nature is to indicate that it's variable. Google will correctly answer that question for anyone who has their own Wikipedia page with a birthdate (Try 'how old is Richard Stallman') so seeing the "full list" is not a useful piece of information

asp2insp | 9 years ago | on: Announcing Rust 1.9

The time complexity of comparing variables for equivalence during type unification is reduced from O(n!) to O(n). As a result, some programming patterns compile much, much more quickly.

I love this. Not just my code compiling more quickly, but the underlying implementation is super interesting.

page 1