-
Archives
- March 2025
- February 2025
- January 2025
- December 2024
- October 2024
- July 2024
- June 2024
- May 2024
- April 2024
- March 2024
- January 2024
- December 2023
- November 2023
- October 2023
- September 2023
- August 2023
- July 2023
- June 2023
- May 2023
- April 2023
- March 2023
- February 2023
- January 2023
- December 2022
- November 2022
- August 2022
- June 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- August 2021
- July 2021
- June 2021
- April 2021
- December 2019
-
Meta
Monthly Archives: January 2023
Summary on AI in 2022 and outlook on AI in 2023
One blog post (external link) IMHO shows that NVidia well used software to co-design its hardware, creating a new value stream.
Posted in Uncategorized
Leave a comment
Parity, co-design and software defined
Happy new year, happy new buzzwords. First the term parity is a container for things which we in the past described as cloud native like capability. Something which not describe the abstraction itself, but the replaceability of the abstracted thing … Continue reading
Posted in Uncategorized
Leave a comment
Tesla’s super bottle
I found a video explaining it very well…
Posted in Uncategorized
Leave a comment
Web3 vs Multi Agent System (MAS)
First of all it is abut exchanging information. Web3 is about a decentralized approach. Information is owned and not (mandatory) stored at a central platform. Each network participant keep its own information. If we treat a participant as (software) agent … Continue reading
Posted in Uncategorized
Leave a comment
ChatGPT(-3) behind the scenes
One of the most promising successor of the Google search is IMHO the OpenAI ChatGPT3. Technically it is a language model (external link) with 175 billion parameter (source here). Wow, the amount of parameters of a neural network are the … Continue reading
Posted in Uncategorized
Leave a comment
Software Defined {x} Operating System
When we talk about SDV OS we often perceive a middleware, offering a set of standardized capabilities. In automotive we may first thing about service oriented architecture (SOA) and Adaptive Autosar (ARA), providing API definitions for e.g., A common question … Continue reading
Posted in Uncategorized
Leave a comment
API (design) first vs Code first
Application Program Interfaces is the enabler of today’s technology shifts: SaaS, cloud computing, container orchestration, distributed applications, serverless computing, and even machine learning. The API design first approach advocates for designing the API’s contract first before writing any code, with … Continue reading
Posted in Uncategorized
Leave a comment
(Micro) Service Oriented Architecture copes with organizational development
First of all the term “Service oriented Architecture” (SOA) is a software design/ architectural style from the late 1990s that makes software components reusable, usually on enterprise level. In comparison the small brother, called “micro” service architecture (MSA), is typically … Continue reading
Posted in Uncategorized
Leave a comment
DDS QoS usage pattern
DDS follows the communication model publish-subscribe (maybe based on TCP communication as a point2-point communication model). An great classification of different communication protocols can be found here (external link to RTI). Primary pillars of the DDS communication model are Data … Continue reading
Posted in Uncategorized
Leave a comment