
[Dev Weekly #125] Qwen 27B Runs Locally and Crushes Benchmarks | Supply Chain Under Siege | DuckDB 2.0 Reshapes Analytics
Table of Contents
HELLO EVERYONE!!! It’s August 20th, 2026, and you are reading the 125th edition of Codeminer42’s tech news report. Let’s check out what the tech world showed us this week!
The Untold Story of Bell Labs
Explore in this video how Bell Labs at Murray Hill transformed the modern world, pioneering foundational tech like the transistor, UNIX, C, and UTF-8. With massive resources and a unique collaborative culture, this single laboratory effectively built the technological architecture that still powers our internet and software development today.
16 Typosquatted RubyGems Packages Steal Browser Credentials and Crypto Wallets — by Ravie Lakshmanan
A coordinated typosquatting campaign compromised 16 RubyGems packages and 37 npm packages using info-stealing malware, targeting browser credentials, crypto wallets, and Telegram data. The attack exploited design flaws in both package managers: RubyGems allows namespace reuse after yanking, while npm’s bin field vulnerability lets attackers register unscoped command names. If you maintain dependencies or install packages regularly, understanding these supply chain weaknesses and how to spot typosquatted packages could save you from credential theft.
A Preview of DuckDB v2.0 — by Mark Raasveldt and Hannes Mühleisen
DuckDB v2.0 is shipping this fall with major additions including native server mode, the VARIANT type for semi-structured data, triggers, async I/O, and significant SQL dialect improvements. If you’re building analytical systems or working with remote data sources, the combination of client/server capabilities and async I/O performance gains will reshape what’s practical to do in DuckDB.
I thought I was building a C replacement. I was wrong
The C3 language creator reflects on marketing missteps and clarifies that C3 targets general-purpose application development, not just low-level systems programming where C dominates today. His journey from procedural Pascal to OOP and back reveals why method-first design inhibits refactoring and architectural flexibility compared to procedural approaches with modern ergonomics. You’ll learn how generational shifts in language roles can obscure what you’re actually trying to build.
Qwen 3.8 27B is excellent, but it defaults to wildly overthinking things — by Simon Willison
Simon Willison explores Alibaba’s new open-source Qwen 3.8 27B model and finds it’s capable enough to run locally while matching larger models in benchmarks. The catch: its default reasoning_effort setting makes it hilariously over-complicated for simple tasks, but dialing it down reveals a strong performer at vision tasks and coding agent loops.
Languages, Tools & Framework releases
ArchSpec
ArchSpec lets you codify your Rails architecture rules as static analysis checks that run in CI on every commit. Instead of relying on code review to enforce layering, dependency direction, and component boundaries, you get fast, automated verification with no app boot or database required.
scriptc
scriptc compiles TypeScript directly to native binaries without Node or a JavaScript engine, producing tiny executables (320KB for hello-world) that start in milliseconds. The compiler uses a three-tier system to explicitly decide what compiles statically, what needs a dynamic engine, and what fails the build, so you always know exactly what you’re getting.
Cursor Origin
Cursor is launching Origin, a git forge built for AI-assisted development where code generation happens at speeds traditional infrastructure wasn’t designed to handle. The early beta is available now on all paid plans, giving you a chance to see how agentic workflows reshape version control and collaboration.
—
And that’s all for this week! Wish you all a great weekend and happy coding!
We want to work with you. Check out our Services page!


