Malicious versions of Nx and some supporting plugins were published
github.com
Toyota is recycling old EV batteries to help power Mazda's production line
thedrive.com
Yamanot.es: A music box of train station melodies from the JR Yamanote Line
yamanot.es
Researchers find evidence of ChatGPT buzzwords turning up in everyday speech
news.fsu.edu
Launch HN: Bitrig (YC S25) – Build Swift apps on your iPhone
Unexpected productivity boost of Rust
lubeno.dev
A failure of security systems at PayPal is causing concern for German banks
nordbayern.de
Google has eliminated 35% of managers overseeing small teams in past year
cnbc.com
You shouldn't salt a leech that's sucking your blood (2019)
cbc.ca
Object-oriented design patterns in C and kernel development
oshub.org
The Therac-25 Incident (2021)
thedailywtf.com
Using information theory to solve Mastermind
goranssongaspar.com
'Rocks as big as cars' are flying down the Dolomites
bbc.com
Implementing Forth in Go and C
eli.thegreenplace.net
Ask HN: GitHub Copilot Down?
Lago – Open-Source Usage Based Billing – Is Hiring in Sales, Eng, Ops (EU, US)
ycombinator.com
Show HN: Meetup.com and eventribe alternative to small groups
github.com
Areal, Are.na's new typeface
are.na
3D printing a building with 756 windows
jero.zone
Show HN: Spart – A Rust library for fast spatial search with Python bindings
How to slow down a program and why it can be useful
stefan-marr.de
Efficient Array Programming
github.com
Bring Your Own Agent to Zed – Featuring Gemini CLI
zed.dev
What we built
React Web Camera is a lightweight, reusable React component that allows users to capture multiple photos in one camera session, in-browser. It works across standard web apps, responsive UIs, and Progressive Web Apps (PWAs)—unlocking a smoother experience than the default <input type="file" capture> element.
The problem
On mobile (and increasingly on desktops), using: <input type="file" accept="image/*" capture="environment"> only allows taking one picture before the camera closes. Want to add more? You have to reopen it each time.
How React Web Camera solves it
Opens the camera inline in-browser, Lets the user capture multiple photos in one go, Allows previewing captured photos, removing unwanted ones, and submitting everything in a batch, Fully client-side, respects user privacy, Supported across web, responsive UIs, and installable PWAs.