Skip to main content

4 posts tagged with "DevOps"

Where development and operations meet. Real-world methods, culture, and tooling.

View all tags

Qwen3.8-27B: a frontier-class model you can actually own

· 15 min read
Christian Rieger
The Architect of Innovation & Automation

On 14 August 2026 Alibaba published the open weights for Qwen3.8-27B under Apache 2.0. 27 billion parameters, natively multimodal, 262K context out of the box. That is a model good enough for daily work and small enough to run on a single machine you own, which is a combination we have not had before.

Nushell next generation shell

· 8 min read
Christian Rieger
The Architect of Innovation & Automation

Since the dawn of time, Linux is the operating system almost every professional server infrastructure runs on – independent of what language your software is written in. Learn more →/unix shells are mostly posix compatible. While being widely used, posix compatible shells share the same limitations and bad design decisions. Posix shell scripting can lead to unexpected errors and systemfailures if not executed correctly.