ContentPosts from @faun..
 Activity
@faun published <function LinkPost.objectify at 0x7fdbfa5860e0> Kubernetes VPA: Limitations, Best Practices, and the Future of Pod Rightsizing , 2 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f01a7371fc0> Subverting code integrity checks to locally backdoor Signal, 1Password, Slack, and more , 2 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f01a7371fc0> The Ultimate Sprint Retro: My 10 Years of Software Engineering , 2 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f5ccde8ca60> Building Etsy Buyer Profiles with LLMs , 2 days ago.
 Activity
@faun published <function LinkPost.objectify at 0x7f5ccde85fc0> Is Java Still Used? Current Trends and Market Demand in 2025 , 2 days ago.
Link
@faun shared a link, 2 days, 1 hour ago

Writing an operating system kernel from scratch

A barebonestime-sharing OS kernel, written inZig, running onRISC-V. It leans onOpenSBIfor console I/O and timer interrupts. Threads? Statically allocated, each running inuser mode (U-mode). The kernel stays insupervisor mode (S-mode), where it catchessystem callsandcontext switchesvia timer ticks. ..

Writing an operating system kernel from scratch
Link
@faun shared a link, 2 days, 1 hour ago

Vibe coding has turned senior devs into ‘AI babysitters,’ but they say it’s worth it

Fastly says95% of developersspend extra time fixing AI-written code. Senior engineers take the brunt. That overhead has even spawned a new gig: “vibe code cleanup specialist.” (Yes, seriously.) As teams lean harder on AI tools, reliability and security start to slide—unless someone steps in. The re..

Vibe coding has turned senior devs into ‘AI babysitters,’ but they say it’s worth it
Link
@faun shared a link, 2 days, 1 hour ago

Is Java Still Used? Current Trends and Market Demand in 2025

Java’s not just hanging on in 2025—it’s running the show. Over 90% of the Fortune 500 still trust it to power cloud platforms, big data pipelines, and IoT sprawl. What’s keeping it sharp? A brisk six-month release cadence. A battle-hardened ecosystem through OpenJDK and Jakarta EE. And a JVM that k..

Is Java Still Used? Current Trends and Market Demand in 2025
Link
@faun shared a link, 2 days, 1 hour ago

Esoteric Languages Challenge Coders to Think Way Outside the Box

Daniel Temkin has written a book about44 esoteric programming languages, including Valence, which uses ancient Greek measuring symbols. Temkin emphasizes the significance of esoteric languages in promoting creativity and investigating the complicated nature of modern programming. These languages hav..

Link
@faun shared a link, 2 days, 1 hour ago

The Raku Programming Language: There's More Than One Way To Do It

Raku throws togethermulti-paradigm support,gradual typing,first-class regex grammars, andmetaprogrammingthat actually earns the name. It comes with built-in concurrency,multiple dispatch, and fresh tools likeRakuASTfor syntax-aware code wrangling...