frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Everyone has a book in them, more so bloggers

https://disassociated.com/everyone-has-book-bloggers/
1•Brajeshwar•22s ago•0 comments

Muro 4.0 is out: Native Live Wallpapers for macOS, now on Intel Macs too

https://github.com/MrRockySL/Muro
2•rockyxsl•1m ago•0 comments

A Proof of Conway's Refinement Conjecture in Lean

https://github.com/gaearon/conway-refinement
1•danabramov•2m ago•0 comments

Vectra – Offline CVE and GTFOBins intelligence engine for your terminal

https://github.com/addisabrham36-boop/vectra
1•Portzer0•3m ago•0 comments

Genetically modified pig kidney keeps man alive for record nine months

https://www.theguardian.com/science/2026/sep/03/genetically-modified-pig-kidney-keeps-man-alive-r...
1•signa11•3m ago•0 comments

Show HN: DeepMem plugin for Claude Code – persistent semantic memory via MCP

https://github.com/deepmemteam/deepmem-claude-plugin
2•deepmem•5m ago•0 comments

Tell HN: Check Claude CLI, it may have silently enabled remote access

1•cromka•5m ago•0 comments

Some US car buyers envy what they cannot have – affordable Chinese EVs

https://www.reuters.com/world/asia-pacific/some-us-car-buyers-envy-what-they-cannot-have-affordab...
2•signa11•5m ago•0 comments

Scientists map key protein interactions linked with profound autism

https://www.npr.org/2026/09/04/nx-s1-5954823/profound-autism-proteins-genes-map-treatments
1•Anon84•6m ago•0 comments

US urged to consider military strikes to stop China achieving AGI first

https://www.scmp.com/news/us/article/3366284/us-urged-consider-military-strikes-stop-china-achiev...
2•sigma5•7m ago•1 comments

Gridfinity

https://en.wikipedia.org/wiki/Gridfinity
2•Bluestein•7m ago•0 comments

The Story of VS Code | Official Documentary

https://www.youtube.com/watch?v=kHL3XzjpT5w
4•doppp•7m ago•0 comments

ICE Wants to Know Everyone Who Bought a Certain Green Beanie from REI

https://www.wired.com/story/ice-wants-to-know-who-bought-a-certain-green-beanie-from-rei-in-the-l...
2•sbulaev•8m ago•0 comments

Linux 7.4 to Improve Apple Silicon Audio Support and "Impossible" Power Mgmt

https://lore.kernel.org/lkml/20260831-apple-shared-gpio-v1-0-e855b12e18ce@gmail.com/
1•DemiGuru•9m ago•0 comments

Edmond Albius, the Enslaved Man Who Pioneered the Pollination of Vanilla

https://lithub.com/on-edmond-albius-the-enslaved-man-who-pioneered-the-pollination-of-vanilla/
1•ynac•11m ago•0 comments

How Email Works (2025)

https://sushantdhiman.dev/blog/how-email-actually-works-ep-1-behind/
1•theanonymousone•11m ago•0 comments

Australian property developer collapse ripples into private credit markets

https://www.ft.com/content/26b050eb-2b32-4d89-b847-4464ada5ff03
1•JumpCrisscross•11m ago•0 comments

Testosterone shifts political preferences in weakly affiliated Democratic men

https://www.psypost.org/scientists-discover-weak-dems-have-highest-testosterone-but-theres-an-int...
1•bilsbie•11m ago•0 comments

GMails custom domain "send as" discontinues January 2027

https://support.google.com/mail/answer/22370?hl=en
4•sva_•12m ago•2 comments

Hostile Interpolation

https://tomstafford.substack.com/p/hostile-interpolation
1•oidar•12m ago•0 comments

Safety overview: GPT‑6 Astra

https://openai.com/index/safety-overview-gpt-6-astra/
1•wertyk•13m ago•0 comments

MVSEP's 53-Stem Music Separation Model

https://mvsep.com/algorithms/135
1•rrherr•13m ago•1 comments

Show HN: JogPad – Shift Shift note capture app (macOS)

https://jogpad.fishball.app/
1•ycmjason•13m ago•0 comments

Show HN: Dev-prune – deletes node_modules only when the lockfile can rebuild it

https://github.com/Life-Experimentalist/dev-prune
2•VKrishna04•15m ago•0 comments

Reverse Engineering an ASIC

https://www.outercloud.dev/blogs/reverse-asic/
1•rachitnigam•16m ago•0 comments

Local TUI issue board for agentic workflows with time travel, backed by Git

https://twitter.com/ljnatan/status/2094842152924623007
2•samuell•17m ago•0 comments

Unlocking Lossless Speedups in LLMs via Discrete Diffusion

https://github.com/ifm-ai/uno
1•Bluestein•17m ago•0 comments

Responsibility means treating people like tools

https://www.seangoedecke.com/radical-responsibility-means-treating-people-like-tools/
1•Brajeshwar•18m ago•0 comments

Computers Are Bad: A newsletter

https://computer.rip/
1•CharlesW•19m ago•0 comments

Show HN: RAII and It's Architecture in C++

https://archetechmes.vercel.app/blog/raii-architecture
1•rzwsan•20m ago•0 comments
Open in hackernews

Show HN: Learn/Practice Sudoku strategies web app

https://sw-fun.github.io/sudoku/
1•softwarewright•39m ago
So, I wanted to get better at Sudoku puzzles, and I watched a lot of strategy videos, but I just could not grok them.

Also I installed a bunch of free Sudoku games on my phone and got very (and I mean very) annoyed by the un-dismissible ads and calls to actions.

So, I vibe coded an ad-free Sudoku app for the browser (a kind of PWA that plays on a phone browser too). The AI helpfully came up with a system for ranking Sudoku puzzle difficulty (by which strategies are required to solve). I'm at the point where Easy is doable, and Medium does have some challenge to it, but the Hard, Harder, Hardest puzzles required me to use strategies I have not mastered yet.

So, I added a Learn button, a show-me how button, and a notes feature. My wife and daughter gave feedback, so I fixed some usability issues (I am no UX designer).

Anyway it is open source, MIT licensed, with a link to the repo in the footer.

Posting this to see if anyone finds useful the Learn, Show-me, and Notes features (including having the game fill in the notes for you if you want).

I do not consider this a one-shot code-an-app project, because it went through many iterations and some user testing. If you think this is AI slop, let me know why. I found it useful for the prolem I was trying to solve. I have gotten better/faster at solving hard sudokus.

Also, it is not "judgy," i.e., it counts mistakes but does not kick you out after 3 strikes.

It also tracks progress and an interrupted game in local browser storage.