ContentPosts from @varbear..
Link
@varbear shared a link, 2 weeks, 3 days ago
FAUN.dev()

Interview with Thomas Wouters - release Manager for Python

The interview traces Python's core evolution. It starts with addingaugmented assignment(+=) and thePEP 203debates. Arguments followed. Nested scopeslanded viafuture imports. Maintainers repackagedelementtree/xmlplususingpath. asynciorose and supplantedTwisted. Python moved toyearly releases... read more  

Link
@varbear shared a link, 2 weeks, 3 days ago
FAUN.dev()

The real cost of random I/O

Therandom_page_costwas introduced ~25 years ago, and its default value has remained at 4.0 since then. Recent experiments suggest that the actual cost of reading a random page may be significantly higher than the default value, especially on SSDs. Lowering therandom_page_costmay not always be the be.. read more  

The real cost of random I/O
Link
@varbear shared a link, 2 weeks, 3 days ago
FAUN.dev()

Why is WebAssembly a second-class language on the web?

The post catalogs recentWebAssemblyextensions:shared memory,SIMD,exceptions,tail calls,64-bit memory,GC,bulk memory,multiple returns, andreference types. It arguesWebAssemblyremains a second-class web language. MessyJS glueand arcane loading keep it there. The post pushes theWebAssembly Component Mo.. read more  

Link
@varbear shared a link, 2 weeks, 3 days ago
FAUN.dev()

Things I miss about Spring Boot after switching to Go

The author migrated fromJava/Spring BoottoGolang. Spring bundlesSecurity,Data,Actuator, and auto-wiring. Go prefers minimalist libraries and explicit wiring. It produces static binaries, instant startup, lower memory use, and nativegoroutineconcurrency. Spring needs JVM startup and GC tuning... read more  

Things I miss about Spring Boot after switching to Go
Link
@varbear shared a link, 2 weeks, 3 days ago
FAUN.dev()

How to steal npm publish tokens by opening GitHub issues

Attackers pushed a poisonedcline@2.3.0to npm using a stolen publish token. ItspostinstallinstalledOpenClawglobally. An AI triage bot let a malicious issue title trickClaudeinto running commands on a GitHub Actions runner. It wrote a poisonedactions/cacheentry. The nightly release restored the poison.. read more  

News FAUN.dev() Team Trending
@varbear shared an update, 3 weeks, 1 day ago
FAUN.dev()

Operating Systems as Age Gatekeepers: The Law That Could Reshape the Internet

California's Digital Age Assurance Act mandates operating systems to share users' age data with app developers via a real-time API by 2027. The law faces criticism for depending on self-reported ages, potentially affecting its efficacy.

Link
@varbear shared a link, 3 weeks, 2 days ago
FAUN.dev()

We Might All Be AI Engineers Now

The author supervises AI agents that orchestrate concurrent graph traversal, multi-layer hashing, AST parsing, and file system watchers. The agents run traversal, hashing, and watcher loops. The engineer architects system behavior, verifies outputs, and probes agents in parallel to debug... read more  

We Might All Be AI Engineers Now
Link
@varbear shared a link, 3 weeks, 2 days ago
FAUN.dev()

Build agents that run automatically

Agents trigger from schedules, Slack, Linear, GitHub, PagerDuty events, or customwebhooks. They spin upcloud sandboxes. They run configuredMCPsand models. They verify outputs. They use amemorytool. Cursor automates security audits on pushes. Scores PR risk and auto-approves low-risk changes. Runs Pa.. read more  

Build agents that run automatically
Link
@varbear shared a link, 3 weeks, 2 days ago
FAUN.dev()

I deleted my laptop from my dev workflow. My iPhone does the job now

A developer ditches the laptop and SSHs from an iPhone into an always-onMac Mini. The phone becomes a terminal and browser. The remote runs the dev server, theClaude Code/CodexCLI, hot reload, file watching, and pushes viaTailscale. Persistent sessions (tmux) keep AI agents and services alive across.. read more  

I deleted my laptop from my dev workflow. My iPhone does the job now
Link
@varbear shared a link, 3 weeks, 2 days ago
FAUN.dev()

The Great Developer Divide: How AI Is Reshaping the Software Job Market Into Three Tiers

AI hiring has split dev work into three camps:Apex Tier,Hybrid Middle, and a shrinkingAutomatable Tail. Demand now favorsAI orchestration,prompt engineering, fastcode reading, and platform roles likeplatform engineer,fleet supervisor, andAI QA. System shift:Organizations must rework career ladders, .. read more  

The Great Developer Divide: How AI Is Reshaping the Software Job Market Into Three Tiers