Archive of posts with tag 'engineering'

Weekend Reading: Robotic Bricklaying, Medici and Thiel, and Airtable, Roblox of the Enterprise

August 13, 2021 • #

🧱 Where Are the Robotic Bricklayers?

Brian Potter wonders why work as taxing and seemingly-mechanically simple as brick masonry is difficult to automate:

Masonry seemed like the perfect candidate for mechanization, but a hundred years of limited success suggests there’s some aspect to it that prevents a machine from easily doing it. This makes it an interesting case study, as it helps define exactly where mechanization becomes difficult - what makes laying a brick so different than, say, hammering a nail, such that the latter is almost completely mechanized and the former...

Weekend Reading: LightSpeed, Kubernetes, and a Car-Free Market Street

March 14, 2020 • #

📱 Project LightSpeed: Rewriting the Messenger Codebase

A technical piece describing the goals for Facebook’s rewrite of the Messenger app. Interesting to see them avoiding their own React Native for this, and doing things in native iOS/Android.

🔩 “Let’s Use Kubernetes!” Now You Have 8 Problems

A humorous post, but has a point. There’s pressure to add new tools that don’t do much but add moving parts and complexity. There’s nothing wrong with Kubernetes, but there’s a place for it (and your small team probably doesn’t need it).

The more...

Weekend Reading: Software Dependencies, Conversational AI, and the iPad at 10

February 8, 2020 • #

🛠 Dependency Drift: A Metric for Software Aging

We’ve been doing some thinking on our team about how to systematically address (and repay) technical debt. With the web of interconnected dependencies and micro packages that exists now through tools like npm and yarn, no single person can track all the versions and relationships between modules. This post proposes a “Dependency Drift” metric to quantify how far out of date a codebase is on the latest updates to its dependencies:

  • Create a numeric metric that incorporates...

Microgravity Will Change How We Make Everything

December 4, 2019 • #

Bloomberg has been publishing this video series on future technologies called “Giant Leap.” It’s well-done and a nice use of YouTube as a medium.

This one explores a number of new companies doing R&D in microgravity manufacturing — from biological organ “printing” to creation of high-quality fiber optic materials. There are still some challenges ahead to unlock growth of space as a manufacturing environment, but it feels like we’re on the cusp of a new platform for industrial growth in the near future.

...