Writing an Outlook Add-in in Rust
Building an Outlook add-in in Rust revealed how LLM-generated COM signatures caused memory corruption by incorrectly treating borrowed pointers as owned values.
Get hand-picked daily summaries of the best, most informative programming articles from around the web. Browse recent summaries, then jump to the original source when you want the full article.
Building an Outlook add-in in Rust revealed how LLM-generated COM signatures caused memory corruption by incorrectly treating borrowed pointers as owned values.
GitHub Copilot now automatically selects the best available model in VS Code, with transparent routing and 10% discounts for paid users.
GoCVKit framework eliminates GoCV boilerplate, enabling computer vision apps in 10 lines with hot-reload configs and built-in processors.
CSS view timelines animate elements based on their visibility in scrollports, creating scroll-driven effects like carousel items that scale and blur.
Tame overeager AI coding agents by enforcing commit discipline, turning git history into an undo stack for AI collaboration.
Chrome's 2025 CSS features include customizable selects, native carousels, declarative commands, advanced clipping, and CSS if() statements.
This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.
SingleStore's MCP server enabled building an AI-powered customer data search app from a CSV spreadsheet in one afternoon using natural language commands.
XMLUI simplifies business app development by removing React and CSS requirements while maintaining developer control over AI-generated code.
Former React core team member creates Ripple, a TypeScript UI framework designed for better debugging in the AI era.
Practical patterns for building 150+ single-file HTML tools with LLM assistance, covering hosting, state management, and browser capabilities.
Build accessible toggle switches using only HTML's [role="switch"] attribute and CSS styling—no JavaScript required.
New freeCodeCamp course teaches building AI agents with Langbase, covering memory systems, deployment, and serverless scaling.
Mistral AI released Devstral 2 coding model with 72.2% SWE-bench score and launched Mistral Vibe CLI for terminal-based AI development assistance.
Why use human-friendly programming languages when AI can handle assembly just as well, potentially making vibe-oriented programming languages the future?
Cartero offers a native, free alternative to Electron-based HTTP clients for API testing with Git-friendly data storage.
Python-node v2.0.0 adds HTTP streaming and WebSocket support for real-time Python-Node.js applications with ASGI 3.0 compatibility.
Loopi is an open-source visual browser automation tool that makes automation feel like designing in Figma rather than writing scripts.
Microscope CEO discusses AI-powered code review tools that enhance debugging and visibility in large codebases while maintaining human oversight.
Mistral AI launched Devstral 2 and Small 2, open-source coding models that outperform proprietary alternatives while being significantly more cost-efficient.
Complete guide to implementing Chrome extension subscriptions using Polar.sh payments, Vercel serverless functions, and Supabase database without traditional backend infrastructure.
Use :modal pseudo-class with body:has() to disable background scrolling for modal dialogs purely in CSS, no JavaScript required.
JavaScript classes and React components share similar definition-to-instantiation patterns, making classes a useful analogy for understanding component architecture.
Learn how to embed fully editable PDFs in React using Syncfusion's PDF Viewer with annotations, forms, and interactive features.
Video course teaching functional programming fundamentals in Python, covering lambdas, map(), filter(), reduce(), and practical implementation techniques.