Feedly Boards

1227 bookmarks
Newest
Epic Systems and Electronic Health Records, Aggregators and Data Portability, Epic’s Privacy Objections – Stratechery by Ben Thompson
Epic Systems and Electronic Health Records, Aggregators and Data Portability, Epic’s Privacy Objections – Stratechery by Ben Thompson
Epic Systems, an electronic health records company, is protesting a mandate that they make consumer health care available via API. Their arguments highlight the tension between interoperability and…
·stratechery.com·
Epic Systems and Electronic Health Records, Aggregators and Data Portability, Epic’s Privacy Objections – Stratechery by Ben Thompson
The End of the Principles Sequence - Commonplace
The End of the Principles Sequence - Commonplace
I spent a few weeks reading Ray Dalio's Principles and summarising the contents. This is the end, in which I take a final stab at contextualising the book.
·commoncog.com·
The End of the Principles Sequence - Commonplace
What Is Negative Engineering? | Future
What Is Negative Engineering? | Future
Negative engineering is the time-consuming and sometimes frustrating work that engineers do to ensure small bugs don't take down systems.
·future.com·
What Is Negative Engineering? | Future
Fintech Scales Vertical SaaS | Future
Fintech Scales Vertical SaaS | Future
Today, about 90% of public SaaS companies and the 2019 Forbes Cloud 100 have subscription-based revenue models. Now new fintech infrastructure companies have made it possible for SaaS businesses to add financial services alongside their core software product. By adding …
·future.com·
Fintech Scales Vertical SaaS | Future
A Framework for Navigating Down Markets
A Framework for Navigating Down Markets
The market has taken a downturn, and every other blog or tweetstorm seems to offer the same general advice: conserve cash, extend runway, shift from focusing on growth to focusing on efficiency. We’ve advised many of our later stage growth …
·future.com·
A Framework for Navigating Down Markets
Bandits for Recommender Systems
Bandits for Recommender Systems
Industry examples, exploration strategies, warm-starting, off-policy evaluation, and more.
·eugeneyan.com·
Bandits for Recommender Systems
Recommendations when publishing a Wasm library
Recommendations when publishing a Wasm library
A set of recommendations to make publishing a Javascript library that uses Wasm internally easier for application developers. There are a significant number of use cases and edge cases that we’ll code around as we try and cater to several types of developers: from those who may not know or care about Wasm and the broader JS ecosystem, to more experienced developers who want to optimize every last drop.
·nickb.dev·
Recommendations when publishing a Wasm library
Increasing Cohesion in Go with Generic Decorators
Increasing Cohesion in Go with Generic Decorators
Cohesion is part of the low coupling, high cohesion principle that’s supposed to keep your code maintainable. While low coupling means few dependencies, high cohesion roughly translates to single responsibility. Highly cohesive code (a module or a function) is focused on a single purpose. Low cohesion means it does many unrelated things. I’ve written about coupling in the previous article on anti-patterns. Here are some tips on increasing cohesion in Go applications using the recently released generics.
·threedots.tech·
Increasing Cohesion in Go with Generic Decorators
Request for Product: Typescript Docker Construct
Request for Product: Typescript Docker Construct
Dockerfiles are a constant source of frustration in the container ecosystem. First, they are difficult to write (well). They can't express all types of build graphs – only linear graphs are easily expressible, limiting the amount of parallelism one can do (i.e., how fast your builds can be). Finally, they are difficult to natively integrate into build systems – passing well-known build arguments, environment variables, and other build-time variables. But what if we could easily define docker bu
·matt-rickard.com·
Request for Product: Typescript Docker Construct