Monthly Archives: January 2025

CNCF landscape overview

The https://landscape.cncf.io can be morphed according to the following schema: Demand Activity Purpose/Goal Tools Requirement Gathering Collect and define project needs and objectives. Jira, Confluence, Miro, Trello, Google Docs Architecture Design Create high-level designs and system architecture. Lucidchart, Draw.io, AWS … Continue reading

Posted in Uncategorized | Leave a comment

RUST and the SOLID principals

Rust as multi-paradigm language supports many of the design goals outlined in the SOLID principles. It emphasizes safety, performance, and concurrency, making it an interesting candidate for evaluating how well it adheres to these principles. Single Responsibility Principle (SRP) Components … Continue reading

Posted in Uncategorized | Leave a comment

System design Attributes

While reflecting on how automotive software system design differs from other industries, I ended up at this overview of common attributes. Scalability mechanism

Posted in Uncategorized | Leave a comment

ARM features classified

The new ARM features can be categorized into two main groups, each addressing distinct aspects of ISA (Instruction Set Architecture) functionality and design. The program flow related functionality The first group encompasses program flow related features, which operates primarily at … Continue reading

Posted in Uncategorized | Leave a comment

Agentin AI versus AI Agent

Agentic AI AI Agent Autonomy Level Can act independently Needs human input Driver Goal oriented Task oriented Learning capability Continuous learn and improve Predefined rules Complexity Dynamic environment (pre)structured tasks Decision making Based on reasoning Pre-programmed Interaction proactive reactive Google … Continue reading

Posted in Uncategorized | Leave a comment

Technology management in diverse societies

This post contains thoughts of Giles Crouch (The digital anthropologist) Technological development increasingly reflects regional and cultural identities (compare external link), yet its rapid pace often outstrips society’s ability to adapt. Unlike earlier innovations like the railroad or telephone, which … Continue reading

Posted in Uncategorized | Leave a comment