-
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: June 2021
Containerizaton in a nutshell
Use (POSIX) kernel primitives namespaces (PID, mount,…) https://man7.org/linux/man-pages/man7/namespaces.7.html – what you are allowed to see, cgroups https://man7.org/linux/man-pages/man7/cgroups.7.html – resources you are allowed to use and, LSM (Linux Security Modules) https://www.kernel.org/doc/html/v4.15/admin-guide/LSM/index.html – what you are allowed to do. All these build … Continue reading
Posted in Uncategorized
Leave a comment
Realtime ambush
It is not about 1+1=2 (functional deterministic), it is about ensuring this calculation in a predefined time deterministic. Due to that a generic realtime does not exist. It is always in context of a specific timing question. Multiple notions of … Continue reading
Posted in Uncategorized
Leave a comment
Ecosystem play
I personally like the following picture It just shows that ecosystems are complex systems and that many different aspects together form the truth. Some pattern can be found in multiple business areas e.g. music market keystone, as provider that others … Continue reading
Posted in Uncategorized
Leave a comment
Composeable architecture
A new term is floating the architecture discussions. It is about being „composable“. Taking a functionality from A and plug it in the assembly B builds. The new „normal“ of keeping a business, an organization, an architecture, etc. active and … Continue reading
Posted in Uncategorized
Leave a comment
Smart functional safety
Today’s vehicles are systems made by engineering projects, not platforms. A system describes the whole interaction between containing components with a clear set of rules. Platforms instead focus on semantics as given by APIs. Let’s compare it with processes and … Continue reading
Posted in Uncategorized
Leave a comment
Automotive Software Defined Architecture and content based adressing
A common way of building services endpoints is about http://. Here the content is adressed by its location, because the next part after the schema is the network location e.g. localhost (IETF RFC 1808). Alternativelly content based adressing will always … Continue reading
Posted in Uncategorized
Leave a comment
How software defines future vehicle architectures
In the last century vehicles and the related mobility defined the speed of many economies. Besides carrying people and goods, they have been seen as status-symbols. This will change. Parallel to the definition of e.g. SAE J3016, the level of … Continue reading
Posted in Uncategorized
Leave a comment