OpenCode – Open source AI coding agent

https://opencode.ai/social-share.png
OpenCode is a free, open-source coding agent available on macOS, Windows, and Linux, trusted by 5M developers. It offers private coding with reliable AI models through its Zen platform, ensuring consistent performance and quality.

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

https://media.cnn.com/api/v1/images/stellar/prod/gettyimages-1679908290.jpg?c=original&q=w_1093,c_fill
Paris has undergone significant changes under Mayor Anne Hidalgo, with pedestrianized streets and bike lanes becoming a hallmark of the city. However, many Parisians are dissatisfied with the state of the city, citing increased traffic congestion and decreased public transportation efficiency.

Mamba-3

https://cdn.prod.website-files.com/69654e88dce9154b5f12070c/69b7a26f1bccb52f61fbba4d_20260311_Mamba3_1200x630.jpg
To summarize the user's input, I will break it down into two concise English sentences.

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

https://i.guim.co.uk/img/media/3261a9aab5f59d7ae40372d4c884a9eba2e483ab/0_0_4167_3333/master/4167.jpg?width=445&dpr=1&s=none&crop=none
Western car manufacturers are pulling back from electric vehicles as oil prices rise, but Chinese brands like BYD and Leapmotor are gaining market share. This could lead to tens of millions of job losses and a loss of industry dominance for Western carmakers.

We give every user SQL access to a shared ClickHouse cluster

https://trigger.dev/blog/how-trql-works/query-editor.png
TRQL is a SQL-like language that compiles to secure, tenant-isolated ClickHouse queries, allowing users to write familiar SQL without exposing other tenants' data or taking down the cluster. TRQL's compilation pipeline includes parsing, schema validation, tenant isolation, time restrictions, parameterization, and ClickHouse SQL generation, making it a powerful tool for querying Trigger.dev data.

Meta's Omnilingual MT for 1,600 Languages

Sorry, something went wrong. We're working on getting this fixed as soon as we can.

FFmpeg 101 (2024)

https://blogs.igalia.com/llepage/ffmpeg-101/MbzZkaOoOX-635.svg
FFmpeg is a tool for encoding, decoding, and transcoding audio and video formats, and streaming over networks. It uses libavformat and libavcodec libraries to demux and decode multimedia streams.

A Japanese glossary of chopsticks faux pas (2022)

https://www.nippon.com/en/ncommon/contents/japan-data/1854986/1854986.jpg
Using chopsticks in certain ways is considered taboo in Japan, including passing food between pairs and holding them between hands when saying thanks. Proper etiquette involves eating rice first, then side dishes, and placing chopsticks on a rest when finished.

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

https://www.eff.org/files/banner_library/internet-archive-servers-by-jason-scott.jpg
The New York Times and other newspapers are blocking the Internet Archive from preserving their online content, risking the loss of historical records. This move is seen as a mistake, as the Archive's mission to preserve the web's history is protected by fair use laws.

Molly Guard

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiqhXfvdwH2Q3dUIS7ROPd_lvD6QWAw7IyPG6eyedf1djSS70b4Yj0RttWd7N47XIqEILZn0bW_-6LM9znuOTg3dOzBiZNRZGJi7Dq7nxqhUqJ6GB3qnw61-YnNiWatuUZunfdjUV5o42uXNV9XcaqCiU9YO2Dslf_R_Tpg-k2sQxNzSwSOI1elNe0iPfdP/s320/Screenshot%202026-02-16%20at%2011.32.51%E2%80%AFAM.png
The term "molly guard" refers to safety covers or barriers that prevent accidental button presses. It can also be seen in software as confirmation dialogs or modifier keys, and sometimes in reverse form as self-pressing buttons.

Fujifilm X RAW STUDIO webapp clone

https://raw.githubusercontent.com/eggricesoy/filmkit/master/screenshots/desktop.png
FilmKit is a BETA app for Fujifilm cameras, currently tested on X100VI, with possible support for other X-series cameras. It uses WebUSB for direct camera connection and faster RAW conversion than X RAW STUDIO.

Show HN: I fixed FFmpeg's subtitle conversion (the bug from 2014)

https://connollydavid.github.io/pgs-release/demo.gif
FFmpeg converts various subtitle formats to Blu-ray PGS and vice versa, handling animations and overlapping subtitles. It also performs OCR and image conversions, supporting 114 languages.

Ghostling

https://raw.githubusercontent.com/ghostty-org/ghostling/main/demo.gif
Ghostling is a demo project showcasing libghostty's flexibility in a single C file using Raylib for windowing and rendering. It's a minimal viable terminal based on libghostty, not a full-featured daily use terminal, and demonstrates the library's embeddable and high-performance capabilities.

Linux Applications Programming by Example: The Fundamental APIs (2nd Edition)

https://opengraph.githubassets.com/2ac790cc2c51b010b3667e494232e9aef365dbf6ad10c97d2b21fa586fb718f1/arnoldrobbins/LinuxByExample-2e
Contribute to arnoldrobbins/LinuxByExample-2e development by creating an account on GitHub.

The Los Angeles Aqueduct Is Wild

https://images.squarespace-cdn.com/content/55ac34e4e4b0170ef54be632/1773772938728-LAZFHP5QUEVEGOUQPTJW/LA+Aqueduct+%28color%29.jpg?format=2500w&content-type=image%2Fjpeg
The Los Angeles Aqueduct is a 300-mile gravity-fed system that brings water from the Eastern Sierra to LA, but its construction and operation have been marked by controversy and environmental impact. The aqueduct's design and expansion have had significant effects on the Owens Valley and surrounding ecosystems, highlighting the need for careful consideration of costs beyond the balance sheet.

The Story of Marina Abramovic and Ulay (2020)

https://images.squarespace-cdn.com/content/v1/59e7ad0cd7bdce1a63515d5c/1583344983179-WVRYFT94CJ72I4RBTCHY/88183131_881102468998293_2779684379142373803_n.jpg
Marina Abramović and Ulay's 40-year collaboration revolutionized performance art, exploring ego, identity, and human connection through iconic works like "Relation in Movement" and "Nightsea Crossing." Their bond, marked by both creative triumphs and personal struggles, left a lasting impact on the art world.

We rewrote our Rust WASM parser in TypeScript and it got faster

https://www.openui.com/meta-image.png
The team initially built a WASM parser in Rust for a custom DSL, but found that the boundary overhead between WASM and JS dominated the computation time. They ported the parser to TypeScript and optimized the streaming architecture to reduce the number of parse calls, resulting in a significant performance improvement.

Attention Residuals

https://raw.githubusercontent.com/MoonshotAI/Attention-Residuals/master/assets/overview.png
Attention Residuals (AttnRes) is a drop-in replacement for standard residual connections in Transformers that enables selective aggregation of earlier representations via learned attention. It consistently outperforms the baseline across all compute budgets and mitigates PreNorm dilution.

The worst volume control UI in the world (2017)

https://miro.medium.com/v2/resize:fit:543/1*MMDphOGx_jetXb0RhBnRIw.gif
Developers and designers on Reddit created a thread to come up with the worst volume control interface ideas for fun. The exercise helps strengthen creative muscles and think outside the box.

Cryptography in Home Entertainment (2004)

https://mathweb.ucsd.edu/~crypto/Projects/MarkBarry/index_files/dvdcrypto1.jpg

Padel Chess – tactical simulator for padel

https://www.padelchess.me/_next/image?url=%2Fabout-me.jpeg&w=384&q=75&dpl=dpl_wbVZs2DkRtFevBCPHhGSvk29wS45
The tool is helpful for padel players to learn basic positioning and decision making through interactive puzzles. It was created by Alex, a padel and chess enthusiast, to make learning tactics fun and effective.

Show HN: We built a terminal-only Bluesky / AT Proto client written in Fortran

https://opengraph.githubassets.com/24974a91decac040e0b90acc2f744fe9bcbadd8affc3ea89bc4adf6df3696c5c/FormerLab/fortransky
Fortransky is a terminal Bluesky client written in Fortran with a Rust decoder. It connects to Bluesky via Jetstream or relay-raw streams with session state saved in ~/.fortransky/session.json.

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

https://blog.atuin.sh/content/images/2026/03/CleanShot-2026-03-16-at-20.22.11@2x.png
Atuin v18.13 introduces a daemon with a hot search index, Atuin AI for English-to-bash commands, and Atuin Hex for improved terminal rendering. New authentication options are also available for the hosted sync service.

Turing Award Honors Bennett and Brassard for Quantum Information Science

The website is blocked due to security reasons after a suspicious action was detected. Please email the site owner with the Cloudflare Ray ID to report the issue.

The Ugliest Airplane: An Appreciation

https://th-thumbnailer.cdn-si-edu.com/XmePnqR1tLyGa9xWAV2tJ3YOoqs=/1026x684/filters:no_upscale()/https://tf-cmsv2-smithsonianmag-media.s3.amazonaws.com/filer/93/3a/933ad68e-af75-4c6d-8aea-b86cc1b55d5c/11j_dj2022_ugliestshowplane-gavinconroyac3q8790_live.jpg
The TransAvia AirTruk was a unique agricultural aircraft designed by Luigi Pellarini, with a large tank and twin tail booms, first built in New Zealand in the 1960s. Despite its unusual appearance, the AirTruk performed well and was used for cropdusting and other agricultural tasks, but production ceased in 1988 after a 120-strong run.

France's aircraft carrier located in real time by Le Monde through fitness app

Contactez licensing[@]groupelemonde.fr pour obtenir une autorisation d'accès. Incluez une copie de la page d'erreur avec votre adresse IP et votre identifiant de requête (RID).

VisiCalc Reconstructed

https://zserge.com/images/kalk.png
The user discusses rebuilding a minimal VisiCalc clone from scratch, focusing on a data model, formula evaluator, and simple UI to display cells, and implements a recursive descent parser to calculate formulas on the fly. The user also implements a basic UI using the ncurses library, allowing users to navigate through cells, edit them, and display their values, with features like ...

Lent and Lisp

https://leancrew.com/all-this/resources/snowman-200.jpg
The author wrote a script to find dates when Ramadan 1 and Ash Wednesday coincide over 500 years, using Common Lisp and a library from Calendrical Calculations. They also added a check for Chinese New Year, finding that the triple coincidence occurred last week for the first time in 227 years.

Just make it hard to fail

https://substackcdn.com/image/fetch/$s_!qtqF!,w_320,h_213,c_fill,f_auto,q_auto:good,fl_progressive:steep,g_auto/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F290b5fbc-3ed7-4cad-8383-8115bfb5bb68_631x841.png
By subscribing, you agree Substack's Terms of Use, and acknowledge its Information Collection Notice and Privacy Policy. In the previous entry — Just make it easy to win — I talked about a challenge I did with a friend (codename John), where every day, he’d send me a prompt, and every evening, I’d send him a song I’d made. In exchange, I did the same for him: I’d send him something to ...

ArXiv declares independence from Cornell

ArXiv, a preprint server, will become an independent nonprofit corporation on July 1 after over 2 decades of being hosted by Cornell University. This move aims to raise more money from a broader range of donors to fund staffing and technology for the site's growing number of preprints.