LodeHQSubscribe →

Scarf ditches Haskell after 7 years in production

Dev · 2026-07-11

Languages & Frameworks
Why Scarf abandoned Haskell after seven years of production10 MIN

Scarf’s seven‑year Haskell deployment hit a wall: hiring talent, slow compile cycles, and thin ecosystem eroded productivity. With AI code generators accelerating development, the compile‑time bottleneck outweighed type‑safety gains, prompting a migration to a faster‑to‑iterate stack. The shift underscores how tooling economics now dictate language choices.

Tools & Platforms
Ghost Font hides text from AI by turning letters into moving dots4 MIN

Ghost Font is a motion‑based typeface that looks normal to the human eye but resists OCR and current AI models. It renders each letter as moving dots, so a static screenshot contains no readable text. The approach spotlights a new adversarial design for protecting textual privacy.

Apple eyes 27‑billion‑parameter AI on iPhone via PrismML2 MIN

Apple met with PrismML, which compressed Alibaba's Qwen 3.6 (27 billion parameters) to run fully on the iPhone 17 Pro, outpacing Apple's current 20 billion‑parameter sparse model. Full‑parameter on‑device AI could cut cloud costs, improve privacy, and unlock richer Apple Intelligence features.

AI model tokens are heading for commodity pricing, says Benedict Evans12 MIN

Evans argues the current token-price frenzy is a temporary squeeze; exploding data‑center capex and efficient inference will soon turn frontier models into low‑margin infrastructure. For developers and investors, that means pricing power will evaporate and AI services will be treated like cloud compute, reshaping business models and cost expectations.

Unified AI Agent Workspace Lets Teams Run Parallel Agents Without Losing Context2 MIN

Traycer lets you hook any existing AI agent subscription into a unified workspace, running multiple agents in parallel while preserving context across models. You can switch models on the fly, set up agent-to-agent loops, and collaborate in real time, all without paying for duplicate provider fees.

AI-Assisted Development
AI‑driven review pipeline lets engineers skip the bottleneck9 MIN

PostHog engineers show how to offload routine code reviews to multiple AI agents that triage pull‑request feedback into actionable fixes, nits, and ambiguous issues. The pipeline runs until only human‑only problems remain, cutting review time dramatically. Copy the open‑source qa‑swarm skill to try it yourself.

Engineering Practice
Residential proxy raids resurface, forcing sites to rethink anti‑scraping defenses8 MIN

LWN reports a resurgence of massive scraper attacks that hide behind residential and mobile proxies, after a brief lull following Google’s takedown of the IPIDEA botnet. The attacks now exploit compromised streaming devices, overwhelming sites before any IP can be blocked, forcing operators to adopt smarter, behavior‑based defenses.

Residential proxy raids resurface, forcing sites to rethink anti-scraping defenses8 MIN

LWN reports a resurgence of massive scraper attacks that hide behind residential and mobile proxies, after a brief lull following Google’s takedown of the IPIDEA botnet. The attacks now exploit compromised streaming devices, overwhelming sites before any IP can be blocked, forcing operators to adopt smarter, behavior-based defenses.

Residential proxy raids resurface, forcing sites to rethink anti‑scraping defenses8 MIN

LWN reports a resurgence of massive scraper attacks that hide behind residential and mobile proxies, after a brief lull following Google’s takedown of the IPIDEA botnet. The attacks now exploit compromised streaming devices, overwhelming sites before any IP can be blocked, forcing operators to adopt smarter, behavior‑based defenses.

Frontend’s Bloat Cycle Ends: Why Simpler Web Development Is Making a Comeback12 MIN

The article traces two decades of frontend bloat, from static HTML to a sprawling toolchain of build systems, bundles, and frameworks, and argues that each layer solved a real pain point. Now, with the pain of complexity returning, developers are gravitating back to simple, declarative UI approaches, hinting at a leaner future for web apps.

Four‑fold PgBouncer throughput via multi‑process fleet and SO_REUSEPORT4 MIN

ClickHouse’s managed PostgreSQL service replaces the single‑threaded PgBouncer with a fleet of processes, each bound to the same port using SO_REUSEPORT. The kernel load‑balances connections, and a peer‑aware layer forwards cancel requests, delivering up to 336 k TPS, about four times the single‑process limit, while fully utilizing a 16‑core server.

GitHub forced ownership on 11k repos in 45 days, cutting security risk9 MIN

GitHub discovered fewer than half of its 14,000 internal repos had clear owners, a bottleneck for secret‑scanning and incident response. Within 45 days the team audited every active repo, assigned validated owners, archived about 8,000 dead repos, and made ownership a required field on creation, tightening security and operational accountability.

Get Dev in your inbox, every issue.
Subscribe free
Privacy · Terms · About · Contact
© 2026 LodeHQ