Grafeo – A fast, lean, embeddable graph database built in Rust

grafeo-–-a-fast,-lean,-embeddable-graph-database-built-in-rust

Why Grafeo? High Performance Fastest graph database tested on the LDBC Social Network Benchmark, both embedded and as a server, with a lower memory footprint than other in-memory databases. Built in Rust with vectorized execution, adaptive chunking and SIMD-optimized operations. Multi-Language Queries GQL, Cypher, Gremlin, GraphQL, SPARQL and SQL/PGQ. Choose the query language that fits […]

MSA: Memory Sparse Attention

msa:-memory-sparse-attention

A scalable, end-to-end trainable latent-memory framework for 100M-token contexts Paper • [Code](Coming Soon) • [Models](Coming Soon) 📝 Abstract Long-term memory is essential for general intelligence, yet the full attention bottleneck constrains most LLMs’ effective context length to 128K–1M. Existing attempts,hybrid linear attention, fixed-size state memory (e.g., RNNs), and external storage like RAG/agents,either suffer rapid precision […]

Some Things Just Take Time

some-things-just-take-time

written on March 20, 2026 Trees take quite a while to grow. If someone 50 years ago planted a row of oaks or a chestnut tree on your plot of land, you have something that no amount of money or effort can replicate. The only way is to wait. Tree-lined roads, old gardens, houses sheltered […]

Why western carmakers’ retreat from electric risks dooming them to irrelevance

why-western-carmakers’-retreat-from-electric-risks-dooming-them-to-irrelevance

By the 1980s, Detroit’s once titanic carmakers were being upended by rivals from Japan. Ford, General Motors and Chrysler had grown rich selling gas guzzlers, but when oil prices rose and suddenly cheap, fuel-efficient Japanese models looked attractive, they were unprepared. The collapse in sales led to hundreds of thousands of job losses in the […]

Mayor of Paris removed parking spaces, ”drastically” reduced the number of cars

mayor-of-paris-removed-parking-spaces,-”drastically”-reduced-the-number-of-cars

Paris  —  Anyone visiting Paris just over a decade ago would doubtless have been charmed by the city’s timeless attractions — brasseries serving delicious food, museums crammed with famous works of art, boulevards of chic stores — all overlooked by the sparkling lights of the Eiffel Tower. But despite being home to one of Europe’s […]

Show HN: AI SDLC Scaffold, repo template for AI-assisted software development

show-hn:-ai-sdlc-scaffold,-repo-template-for-ai-assisted-software-development

A repository template for AI-first software development with Claude Code that organizes the entire software development lifecycle (SDLC) into four phases — Objectives, Design, Code, Deploy — each with folder structure, artifacts, and agent instructions that encode what to check, when to check it, and what to do, so that all project knowledge lives inside […]

Atuin v18.13 – better search, a PTY proxy, and AI for your shell

atuin-v18.13-–-better-search,-a-pty-proxy,-and-ai-for-your-shell

A new release is out! v18.13 is probably the biggest set of changes we have released in a good while, read on to find out more. Much faster and better search with the daemon The daemon has existed for a long time, and has been marked as ”experimental” for its entire existence. It was originally […]

Blocking Internet Archive Won’t Stop AI, but Will Erase Web’s Historical Record

blocking-internet-archive-won’t-stop-ai,-but-will-erase-web’s-historical-record

Imagine a newspaper publisher announcing it will no longer allow libraries to keep copies of its paper.  That’s effectively what’s begun happening online in the last few months. The Internet Archive—the world’s largest digital library—has preserved newspapers since it went online in the mid-1990s. The Archive’s mission is to preserve the web and make it […]

Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords

ubuntu-26.04-ends-46-years-of-silent-sudo-passwords

Ubuntu 26.04 Breaks 46 Years of sudo Tradition Linux Observer Thursday, March 19, 2026  ·  Open Source & Systems Ubuntu & Open Source Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords Starting with the upcoming LTS release, every keystroke at a sudo password prompt will echo an asterisk — a small UX fix that has ignited […]

FFmpeg 101 (2024)

ffmpeg-101-(2024)

A high-level architecture overview to start with FFmpeg. Code repository: ffmpeg-101 FFmpeg package content FFmpeg is composed of a suite of tools and libraries. FFmpeg tools The tools can be used to encode/decode/transcode a multitude of different audio and video formats, and to stream the encoded media over networks. ffmpeg: a command line tool to […]