Feedly Boards

1227 bookmarks
Custom sorting
The Mental Model Fallacy - Commonplace
The Mental Model Fallacy - Commonplace
The mental model fallacy is that it’s worth it to read descriptions of mental models, written and aggregated by non-practitioners, in the pursuit of self-improvement and success. It isn't.
·commoncog.com·
The Mental Model Fallacy - Commonplace
Much Ado About The OODA Loop - Commonplace
Much Ado About The OODA Loop - Commonplace
An in-depth look at John Boyd and the OODA loop, the strategic thinker most concerned about fast adaptation under uncertainty.
·commoncog.com·
Much Ado About The OODA Loop - Commonplace
SSI News Digest
SSI News Digest
Cloudflare Platform Week SSI Blog Post Digest Cloudflare Platform Week Of all the companies I cover, I think Cloudflare (NET) has the most impressive product delivery cadence.
·feedly.com·
SSI News Digest
SSI News Digest
SSI News Digest
Snowflake Summit 2022 Coverage SSI Blog Post Digest Snowflake Summit 2022 After their CEO promised "our most significant product announcements in four years", Snowflake held their annual Summit user conference last week.
·feedly.com·
SSI News Digest
Kubernetes is a cloud operating system
Kubernetes is a cloud operating system
Obviously Kubernetes doesn't replace the actual OS (i.e. linux) but it provides OS like services at the cloud level...
·home.robusta.dev·
Kubernetes is a cloud operating system
Kubernetes is the new POSIX
Kubernetes is the new POSIX
To understand Kubernetes we have to go back to the basics and start from scratch.
·home.robusta.dev·
Kubernetes is the new POSIX
experiences. Web. frameworks. future. me.
experiences. Web. frameworks. future. me.
How the experiences on the Web evolved influenced by Web frameworks, and what's next for the Web and me.
·igor.dev·
experiences. Web. frameworks. future. me.
An Interview with Nvidia CEO Jensen Huang about Manufacturing Intelligence
An Interview with Nvidia CEO Jensen Huang about Manufacturing Intelligence
It took a few moments to realize what was striking about the opening video for Nvidia’s GTC conference: the complete absence of humans. That the video ended with Jensen Huang, the founder and…
·stratechery.com·
An Interview with Nvidia CEO Jensen Huang about Manufacturing Intelligence
Data Factories – Stratechery by Ben Thompson
Data Factories – Stratechery by Ben Thompson
Facebook and Google and other advertising businesses are data factories, and regulation will be most effective if it lets users look inside
·stratechery.com·
Data Factories – Stratechery by Ben Thompson
Zero Trust Information – Stratechery by Ben Thompson
Zero Trust Information – Stratechery by Ben Thompson
Zero Trust Networking is security with Internet assumptions; there is tremendous value if we apply the same approach to information.
·stratechery.com·
Zero Trust Information – Stratechery by Ben Thompson
Thin Platforms
Thin Platforms
The Microsoft and Stripe developer keynotes were both examples of the rise of Thin Platforms
·stratechery.com·
Thin Platforms
Data and Definitions
Data and Definitions
Explaining exactly why Apple’s approach to ATT is anti-competitive
·stratechery.com·
Data and Definitions
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