Show HN: JavaScript-free (X)HTML Includes
github.com
Nitro: A tiny but flexible init system and process supervisor
git.vuxu.org
The First Media over QUIC CDN: Cloudflare
moq.dev
Top Secret: Automatically filter sensitive information
thoughtbot.com
Glyn: Type-safe PubSub and Registry for Gleam actors with distributed clustering
github.com
Computer Fraud Laws Used to Prosecute Leaking Air Crash Footage to CNN
techdirt.com
70% of Japan smartphone games bypass in-app payment to avoid US tech giants
english.kyodonews.net
Shader Academy: Learn computer graphics by solving challenges
shaderacademy.com
Mail Carriers Pause US Deliveries as Tariff Shift Sows Confusion
bloomberg.com
Transcribe music in abc with syntax highlighting
fugue-state.io
Launch HN: BlankBio (YC S25) - Making RNA Programmable
Leaving Gmail for Mailbox.org
giuliomagnifico.blog
Bluesky Goes Dark in Mississippi over Age Verification Law
wired.com
U.S. government takes 10% stake in Intel
cnbc.com
LabPlot: Free, open source and cross-platform Data Visualization and Analysis
labplot.org
What Happened to Egghead Software
dfarq.homeip.net
Why the Internet Is Turning to Shit
currentaffairs.org
The issue of anti-cheat on Linux (2024)
tulach.cc
Should the web platform adopt XSLT 3.0?
github.com
Closing the Nix gap: From environments to packaged applications for rust
devenv.sh
South Korea deploys hologram police officer to fight crime – and it's working
scmp.com
Waymo granted permit to begin testing in New York City
cnbc.com
Launch HN: Inconvo (YC S23) – AI agents for customer-facing analytics
N-Queens can be solved (find a single valid solution) in polynomial time [1]. That being said, Local Search is a powerful technique that can solve a lot of problems such as employee scheduling, vehicle routing, or maintenance scheduling. You might want to take a look at Timefold [2], which is a local search solver that can be configured to use simulated annealing, tabu search, late acceptance and other local search algorithms. Note: I work for Timefold.
[1] https://stackoverflow.com/a/13109557
[2] https://solver.timefold.ai/