About:

Matt Prast is a solo founder launching a product, sharing insights on his blog about his work and other interesting topics.

Website:

Specializations:

Interests:

Product development Interesting topics

Incoming Links:

Outgoing Links:

Terence Tao
Subscribe to RSS:
The post discusses a library called Ion, which offers a lightweight, schema-based, in-process data access layer that allows for declarative queries similar to GraphQL. The author explains how Ion simplifies data fetching in TypeSc...
The post discusses the concept of hysteresis in nonlinear dynamics, illustrating it through a dual-well system with a marble that transitions between two states based on a control parameter, c. It explains how past values of c inf...
The post discusses a technique for improving coding efficiency and accuracy by mentally sketching proofs of code functionality as one writes. It emphasizes the importance of reasoning about code in real-time, using concepts like m...
The author reflects on the life lessons learned from distance running, inspired by Steve Jobs' philosophy of connecting the dots. They discuss the importance of persistence, the value of engaging in activities outside one's natura...
The text is part of a series that aims to describe technical concepts in detail, including motivation, derivation, and historical context. It discusses the Y combinator, recursion, and its consequences, and how it can be used to i...
The author describes their experience working at Microsoft and the slow CI process they had to deal with. They then discuss the design of CI at Nerve, a company they are starting, and the tradeoffs they made. They explain the arch...
The article discusses the valuable lessons that can be learned from playing video games, particularly platformers, roguelikes, and farming sims. It emphasizes the importance of learning by doing and the significance of mental mode...
The text is about the Y combinator, a mathematical construct that implements recursion in functional languages that don't allow for explicit self-reference. It explains the history of the lambda calculus, the Y combinator, and Cur...
The text is a guide to package management, focusing on the general design of a package manager, the structure of a package manager, versioning and manifests, importing packages, dependency ranges, semantic versioning, dependency r...
The text discusses a classic riddle from the movie Labyrinth and uses boolean algebra to solve it. It explains the problem, models it using boolean algebra, and solves it step by step. The author prefers the symbolic approach to p...