frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Simple Sudoku Solvers

https://blog.veitheller.de/sss/
2•gregsadetsky•49m ago

Comments

ventana•38m ago
> I implemented branching and backtracking

The solvers they describe are indeed based on depth-first search and backtracking; in Python, the backtracking part involves some copying:

      for v in cands:
          new_board = [row[:] for row in board]
          new_board[i][j] = v
          solved = solve(new_board)
For anyone interested in solving sudokus, I recommend reading Knuth's Dancing Links paper [1] and implement sudoku solver as an exact cover problem. The idea is to completely get rid of copying the state, switching the pointers of doubly linked lists instead, which speeds up the backtracking part a lot.

It's a little bit more code than plain DFS, but much more exciting when it actually works!

[1]: https://arxiv.org/pdf/cs/0011047

Change Your Root: Chroot Basics

https://labs.iximiuz.com/tutorials/change-your-root-chroot-basics-1cef74c2
1•theanonymousone•18s ago•0 comments

Unethical Ways to Manage Technical Debt

https://queue.acm.org/detail.cfm?id=3830399
1•YesThatTom2•49s ago•0 comments

Show HN: Blind Box Marble Maze – 3D-printed puzzle solved by tilt and sound [video]

https://www.youtube.com/shorts/jezE-gSpZOw
1•belforn•51s ago•1 comments

Show HN: CrewCoder, a free open-source extensible coding-agent for the terminal

https://github.com/OnPoint-Dev-Tools/crewcoder
1•CjLogix•1m ago•0 comments

Private-Credit Firms Clamp Down on Loan Sweeteners in Fear of 'Shadow Defaults'

https://www.wsj.com/finance/private-credit-firms-clamp-down-on-loan-sweeteners-in-fear-of-shadow-...
1•petethomas•3m ago•0 comments

OVH Cloud warns of 87% price hikes to help it cover RAMpocalypse costs

https://www.theregister.com/off-prem/2026/08/11/ovh-cloud-warns-of-87-price-hikes-to-help-it-cove...
1•Bender•3m ago•0 comments

Electric(SQL) Joins Databricks

https://www.databricks.com/blog/electric-joins-databricks-bring-wasm-postgres-ai-agent-sandboxes
1•clarkbw•3m ago•0 comments

Breaking AI Orchestration: Four Vulnerabilities in Langflow

https://zerolabs.rubrik.com/blog/breaking-ai-orchestration-part-1-four-vulnerabilities-langflow
1•shivanshuag•3m ago•0 comments

DEF CON hackers add new muscle to water utility protection

https://www.theregister.com/security/2026/08/10/def-con-hackers-add-new-muscle-to-water-utility-p...
1•Bender•4m ago•0 comments

Feds warn Gunra ransomware is exploiting known bugs hit critical infrastructure

https://www.theregister.com/cyber-crime/2026/08/11/feds-warn-gunra-ransomware-is-exploiting-known...
1•Bender•4m ago•0 comments

MCP Without Analogies

https://suzyahyah.github.io/misc/review/2025/07/30/MCP-without-analogies.html
1•suzyahyah•5m ago•0 comments

Scientists find 200k barrels of radioactive waste in the ocean

https://geekspin.co/scientists-find-200000-barrels-of-radioactive-waste/
3•harambae•5m ago•0 comments

OpenAI COO Lightcap announces departure to start 'something new'

https://seekingalpha.com/news/4630890-openai-coo-lightcap-announces-departure-to-start-something-new
1•bryanmikaelian•6m ago•0 comments

Frequent cannabis users wake up with their "stress hormone" elevated

https://www.sciencedaily.com/releases/2026/08/260808234953.htm
2•samso26•8m ago•1 comments

Interviewing Engineers in the AI Era: Lessons from a Year of Rebuilding

https://www.coinbase.com/en-gb/blog/interviewing-engineers-in-the-ai-era-lessons-from-a-year-of-r...
2•tie-in•9m ago•0 comments

Show HN: ExtractBench, an open-source schema extraction benchmark

https://github.com/run-llama/ExtractBench
1•cheesyFish•9m ago•0 comments

Show HN: ttsalpha/qrcode – Pure SVG React QR code library, zero dependencies

https://qrcode.ttsalpha.com
1•ttsalpha•9m ago•0 comments

The Rise of Hyperpleasures

https://mereorthodoxy.com/the-rise-of-hyperpleasures/
1•geneticdrifts•10m ago•0 comments

Family Calendar – an open-source, no-account calendar my whole household uses

https://family-calendar-neon-seven.vercel.app/
2•razmik_the_goat•10m ago•0 comments

GoFullPage Chrome Extension Deleted from Chrome Webstore

https://chromewebstore.google.com/detail/empty-title/fdpohaocaechififmbbbbbknoalclacl
1•nateguchi•11m ago•2 comments

CachyOS Is King Now, and the Distro World Settles

https://boilingsteam.com/cachy-os-is-king-now-and-the-distro-world-settles/
2•ekianjo•11m ago•0 comments

The Loading Museum · the waits of your life, rebuilt

https://sheets.works/data-viz/the-loading-museum
1•speckx•12m ago•0 comments

NASA's IXPE May Have Proven 90-Year-Old Theory

https://science.nasa.gov/missions/ixpe/nasas-ixpe-may-have-proven-90-year-old-theory/
1•tinchox5•12m ago•0 comments

Show HN: ADE syncs all your coding agents between web, mobile, and CLI

https://www.ade-app.dev
1•arul28•13m ago•0 comments

A 10M-token context efficient agentic model

https://console.pokee.ai/model
1•bigwheels•13m ago•0 comments

Show HN: Autoclipper – Convert 1 long video in many short clips

https://autoclipper.live/en
1•nihey•14m ago•1 comments

Most "Claude watermark removers" can't work, and here's the CSS that proves it

https://claudewatermark.xyz/guides/why-most-claude-watermark-removers-cannot-work
1•ofir_smol•14m ago•0 comments

Wall St. Wants Another Half-Trillion Dollars for the A.I. Boom

https://www.nytimes.com/2026/08/10/business/ai-nvidia-lenders-500-billion.htmlhttps://www.nytimes...
3•01-_-•15m ago•0 comments

Full-Key Recovery and Forgery from One MQOM v2.1 Signature

https://arxiv.org/abs/2608.09699
1•Jimmc414•15m ago•0 comments

Zapatista Territories

https://en.wikipedia.org/wiki/Zapatista_territories
1•spzx•15m ago•0 comments