The Implicit Driver Of Resilience: The Neuroscience of Self-Renewal - Resilience Tech Report
Draft concept for Resilience Tech Report 2023 Technologies for achieving greater resilience have risen due to macroscopic shifts in climate change and societal disruptions that are worsening. In the inaugural #ResilienceTech Report, Maeda highlighted the industries built around how businesses, individuals, and countries meet these rising challenges. The 2022 report's unfortunate takeaway was that despite
Booz Allen Hamilton's eight fundamental questions to diagnose enterprise resilience: Are the complexity of the extended enterprise and major earnings drivers across it transparent? Are interdependencies understood and interdependence risks identified? What programs are in place to ensure the viability of earnings drivers? Are these programs fully aligned with corporate strategy and objectives, and do
After sharing the Resilience Tech Report I encountered a researcher that shared with me the work of Edgar Morin on systems and chaos. I hope she reaches out to me on different channels so I can properly thank her.
"Retbleed"
is the name given to a class of speculative-execution vulnerabilities
involving return instructions. Mitigations for Retbleed have found their
way into the mainline kernel but, as of this writing, some remaining
problems have kept them from the stable update releases. Mitigating
Retbleed can impede performance severely, especially on some Intel
processors. Thomas Gleixner and Peter Zijlstra think they have found a better
way that bypasses the existing mitigations and misleads the processor's
speculative-execution mechanisms instead.
AWS open sources Cloudscape Design System • DEVCLASS
Amazon Web Services (AWS) has released Cloudscape Design System, its React-based design system for web applications, as open source on GitHub under the Apache 2.0 license. Nine new repositories include React components, test tools, theming tools, styles and fonts. According to AWS, there are currently 66 components, 36 pattern guidelines, and 28 demos. Designers also […]
This article is part of a tutorial series on txtai, an AI-powered semantic search platform.
txtai executes machine-learning workflows to transform data and build AI-powered semantic search applications.
txtai supports two main types of queries: natur...
The traditional soft deletion pattern using codedeleted_at/code columns leaks into code, curbs the usefulness of foreign keys, and makes data removal difficult. Luckily, there’s an alternative.
Arrays, Loops and Functions as Explained to a Five-Year Old
If I had to explain arrays, loops and functions to a 5-year old this is how it would go. I have a 5-year old daughter so I imagined I was speaking to her when I wrote this. Here goes nothing...no I got this right little dude?!:
Arrays, loops and fu...
An event-driven architecture can reduce dependencies, increase safety, and make your application easy to scale. But designing your systems and topics is a non-trivial task