DaVinci Resolve – Photo

https://images.blackmagicdesign.com/images/products/davinciresolve/photo/hero/hero-lg.jpg?_v=1775782457
DaVinci Resolve Photo page offers advanced color tools for still photography, including DaVinci color grading and Resolve FX. It supports RAW files from major camera brands and allows for GPU-accelerated processing.

A new spam policy for “back button hijacking”

https://developers.google.com/static/search/images/search-off-the-record-podcast-logo.png

NimConf 2026: Dates Announced, Registrations Open

https://nim-lang.org/assets/img/twitter_banner.png
The Nim Team is happy to announce the next instalment of NimConf! NimConf 2026 will happen June 20, 2026 in the traditional online format where the talks are pre-recorded and revealed as premiers on YouTube while the viewers can ask questions and the presenter can answer them in the live chat. If you have anything to share with the Nim community, submit your talk proposal before May 10, 2026. ...

Someone bought 30 WordPress plugins and planted a backdoor in all of them

https://anchor.host/wp-content/uploads/2026/04/wordpress-plugin-supply-chain-attack-1-1024x572.webp
A trusted WordPress plugin, Countdown Timer Ultimate, was compromised through a supply chain attack. The plugin's wpos-analytics module injected malicious code into wp-config.php, serving SEO spam to Googlebot.

Backblaze has stopped backing up your data

https://rareese.com/BackblazePreferences.png
User used Backblaze for 10 years but discovered it stopped backing up OneDrive and Dropbox folders without notification. Backblaze's change in policy eroded user's trust, breaking their promise to back up all data.

Introspective Diffusion Language Models

https://introspective-diffusion.github.io/static/figures/teaser_combined-1.png
Researchers introduce Introspective Diffusion Language Model (I-DLM) to improve parallel token generation, matching AR model quality and outperforming prior DLMs. I-DLM uses introspective strided decoding to verify generated tokens, achieving 2.9-4.1x higher throughput than LLaDA-2.1-mini and SDAR at high concurrency.

What is jj and why should I care?

jj is a simpler and more powerful DVCS than git, combining the best of git and Mercurial. It has a git compatible backend, allowing you to try it without converting others.

GitHub Stacked PRs

https://github.github.com/gh-stack/_astro/stack-navigator.DbHWHwGH_Z14GiHR.webp
The gh stack CLI and GitHub UI allow for organized pull requests in an ordered stack, making it easier to review and merge large changes. This approach breaks down big changes into small, focused pull requests that build on each other, improving review quality and team efficiency.

Franklin's bad ads for Apple ][ clones and the beloved impersonator they depict

https://assets.buttondown.email/images/f54d8ab1-2d95-410e-aacf-efe593923255.png?w=960&fit=max
Franklin Computer Corporation's ads, including one featuring Ralph Archbold as Benjamin Franklin, were memorable but problematic due to copyright infringement on Apple products. The company's clones, such as the ACE 1000, were popular but ultimately led to a lawsuit and the company's shift away from desktop computers.

Distributed DuckDB Instance

https://opengraph.githubassets.com/ed0ea91e8aad608e4ce44d932be80b2b897ad7e7322bb6ee91db201064ed99f8/CITGuru/openduck
OpenDuck is an open-source implementation of MotherDuck's ideas for cloud-native DuckDB, offering differential storage, dual execution, and transparent remote databases. It provides an open protocol, backend, and extension for anyone to run, extend, and build on.

Lean proved this program correct; then I found a bug

https://kirancodes.me/images/leo-quote.png
A verified implementation of zlib, lean-zip, was found to be vulnerable to a heap buffer overflow in the Lean runtime. Despite this, the application code had zero memory-related bugs in 105 million fuzzing executions, demonstrating the effectiveness of formal verification in producing robust software.

Ransomware Is Growing Three Times Faster Than the Spending Meant to Stop It

https://ciphercue.com/img/og-card.png
CipherCue tracked 7,760 ransomware claims in 2025, a 30.7% increase from 2024. This growth rate is three times faster than the 10.1% increase in worldwide security spending.

The M×N problem of tool calling and open-source models

https://www.thetypicalset.com/static/og-image.png
Tool calling with closed-source models is seamless, but with open models, it depends on a wire format the engine must understand, leading to implementation burdens. A shared declarative way to describe wire formats is needed to standardize tool calling across models and engines.

Ask HN: I quit my job over weaponized robots to start my own venture

You quit your job at a robotics company due to concerns over teleoperated weapons and are now exploring entrepreneurship to improve embodied intelligence tools and workflows. You're gathering data through a survey to understand roboticists' pain points with control interfaces.

WiiFin – Jellyfin Client for Nintendo Wii

https://raw.githubusercontent.com/fabienmillet/WiiFin/main/assets/preview.png
WiiFin is a homebrew client for Jellyfin on the Nintendo Wii, providing a console-friendly media experience. It's experimental and still under development, with optional video playback using MPlayer CE.

A soft robot has no problem moving with no motor and no gears

https://engineering.princeton.edu/wp-content/uploads/2026/04/softbot-gif.gif
Engineers at Princeton designed soft-rigid hybrid robots that move without motors or external controls using a printable polymer and flexible electronics. The robots can precisely and repeatedly move and return to their original shape without wear or distortion.

Multi-Agentic Software Development Is a Distributed Systems Problem

https://kirancodes.me/images/agentic-coordination.svg
The author argues that multi-agentic software development is a distributed systems problem that inherits impossibility results from the literature, including the FLP theorem and Lamport's Byzantine Generals theorem. These results imply that consensus is impossible in certain scenarios, and the author suggests that designers should explicitly address these coordination problems rather than ...

MOS tech 6502 8-bit microprocessor in pure SQL powered by Postgres

https://opengraph.githubassets.com/0e381d67fb29c23cbe113e9b44bc4f07d9f9743c11806f9650b5cccd4dd378ba/lasect/pg_6502
the MOS tech 6502 8-bit microprocessor in pure SQL powered by postgres - lasect/pg_6502

Nothing Ever Happens: Polymarket bot that always buys No on non-sports markets

The bot scans markets, tracks positions, and exposes a dashboard with live recovery state. It can be deployed on Heroku with config settings and scaled to run only the web dyno.

Lumina – a statically typed web-native language for JavaScript and WASM

https://opengraph.githubassets.com/64d95eb84302fae480e95e395d4e2150f2cf6e8118d87a56d1d0ed115b836c4e/nyigoro/lumina-lang
Most languages make you choose: safety or the web. Lumina doesn't. Lumina is a statically typed, web-native language with HM type inference, algebraic types, and trait-based polymorphism, compiled to JavaScript and WebAssembly. Build reactive UIs, WebGPU workloads, and WASM modules in the same language, with the same type system. - nyigoro/lumina-lang

Design and implementation of DuckDB internals

https://duckdb.org/images/library/thumbs/placeholder-duckdb-2.svg
A DuckDB-based course, DiDi, covers database system internals for undergraduate students at University of Tübingen. The 15-week course requires basic SQL skills and focuses on DuckDB's relational database system.

US appeals court declares 158-year-old home distilling ban unconstitutional

https://nypost.com/wp-content/uploads/sites/2/2026/04/125457358.jpg?w=1024
A US appeals court ruled a 158-year-old ban on home distilling unconstitutional, citing it as an improper tax measure. The court's decision allows individuals to distill spirits at home for personal use or as a hobby.

Rust Threads on the GPU

https://www.vectorware.com/_next/image/?url=%2F_next%2Fstatic%2Fmedia%2Fvectorware_logo.6d5f5210.png&w=640&q=75&dpl=dpl_DoEvtY9QXnnrPGpZrLbe2yTX6JaA
VectorWare successfully implemented Rust's std::thread on the GPU, enabling developers to write complex, high-performance applications that leverage the full power of GPU hardware using familiar Rust abstractions. The company achieved this by mapping each std::thread to a GPU warp, allowing Rust's borrow checker and lifetimes to work seamlessly on the GPU.

N-Day-Bench – Can LLMs find real vulnerabilities in real codebases?

N-Day-Bench measures LLMs' real-world vulnerability discovery capabilities. It's an adaptive benchmark with updated test cases and model versions monthly.

TanStack Start Now Support React Server Components

https://tanstack.com/.netlify/images?url=%2Fblog-assets%2Freact-server-components%2Fheader.jpg&w=800&q=80
TanStack Start treats React Server Components as granular streams of data that can be fetched, cached, and rendered on the client. This approach makes RSCs more composable and flexible, allowing developers to use them as needed without being tied to a specific framework convention.

Make tmux pretty and usable (2024)

https://hamvocke.com/_astro/tmux-custom.JReQpud4_1TUvCB.webp
The user is customizing their tmux configuration to make it more comfortable to use. They are changing the prefix key from C-b to C-a and remapping the Caps Lock key to Ctrl.

Write less code, be more responsible

https://blog.orhun.dev/rat-assisted-programming.jpg
The author discusses the challenges of balancing AI-assisted programming with traditional coding, finding a balance between using AI for boring tasks and writing fun parts themselves. They emphasize the importance of responsibility and maintaining quality in AI-generated code.

The secrets of the Shinkansen

https://substackcdn.com/image/fetch/$s_!e2TP!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F903800d8-fcb0-4ec0-b7a5-cab7436f4519_1024x730.png
Japan's railway system excels due to good public policy, business structure, and land use rules. Its unique model of private companies building cities around railways has enabled the system to thrive and become a model for other countries.

Android now stops you sharing your location in photos

Google broke geolocation access in Android web browsers, forcing users to upload photos via desktop browsers or native apps. The user is seeking a solution to allow Android web browsers to access geolocation EXIF metadata in photos.

How to make Firefox builds 17% faster

Buildcache's Lua plugin system allows caching of deterministic build steps like Firefox's WebIDL binding code generation. A new wrapper, webidl.lua, was created to cache this step, reducing build times from 5m35s to 1m12s on warm builds.