frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

C – defer, a mechanism for general purpose, lexical scope-based undo [pdf]

https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3734.pdf
1•marcodiego•1m ago•0 comments

Russia's Kinzhal Missiles Are Too Fast to Shoot, So Ukraine Jams Them with Music

https://www.trenchart.us/p/to-jam-russias-mach-57-kinzhal-missiles
1•doener•1m ago•0 comments

Darts, Dice, and Coins: Sampling from a Discrete Distribution (2011)

https://www.keithschwarz.com/darts-dice-coins/
1•davikr•2m ago•0 comments

Goals rather than predictions determine the sense of agency

https://www.cell.com/iscience/fulltext/S2589-0042(25)00844-2?_returnURL=https%3A%2F%2Flinkinghub....
1•DrierCycle•3m ago•0 comments

Mount Mayhem at Netflix: Scaling Containers on Modern CPUs

https://netflixtechblog.medium.com/mount-mayhem-at-netflix-scaling-containers-on-modern-cpus-f3b0...
1•ugur2nd•4m ago•0 comments

Ask HN: Our town faces a 300MW DC proposal. What are the real risks?

2•rtp4me•7m ago•0 comments

Show HN: DataSpeeder 2 Beta – Instant End-User Web UI for MySQL and Oracle

https://www.dataspeeder.com/news-20251103-001.html
1•DataSpeeder•7m ago•0 comments

Paradox and Colossal Order have mutually decided to pursue independent paths

https://forum.paradoxplaza.com/forum/threads/an-update-on-cities-skylines-ii.1873154/
1•embedding-shape•8m ago•0 comments

The Futhark Programming Language

https://futhark-lang.org/
1•mvolfik•10m ago•0 comments

X: About Encrypted Direct Messages

https://help.x.com/en/using-x/encrypted-direct-messages
1•tosh•13m ago•0 comments

Make It Possible, Then Make It Normal

https://danielmangum.com/posts/possible-then-normal/
2•hasheddan•13m ago•0 comments

Advent of Compiler Optimisations 2025

https://xania.org/202511/advent-of-compiler-optimisation
1•hasheddan•14m ago•0 comments

How to Not Get Kidnapped for Your Bitcoin

https://www.nytimes.com/2025/11/17/business/how-to-not-get-kidnapped-for-your-bitcoin.html
1•apples_oranges•14m ago•1 comments

FreeMDU: Open-source Miele appliance diagnostic tools

https://github.com/medusalix/FreeMDU
6•Medusalix•15m ago•0 comments

The case against boolean logic

https://abuseofnotation.github.io/boolean-thinking/
1•boris_m•17m ago•0 comments

Countering the Achievement Society (2018)

https://iai.tv/articles/should-we-rediscover-education-as-leisure-auid-1109
1•robtherobber•21m ago•0 comments

Pangram – AI Detection that works

https://www.pangram.com
1•colesantiago•22m ago•0 comments

Intel's next-gen Granite Rapids-WS server CPU lineup leaked

https://www.tomshardware.com/pc-components/cpus/intels-next-gen-granite-rapids-ws-server-cpu-line...
1•rbanffy•23m ago•0 comments

'Buy Now, Pay Later' is expanding fast, and that should worry everyone

https://techcrunch.com/2025/11/16/bnpl-is-expanding-fast-and-that-should-worry-everyone/
2•01-_-•24m ago•0 comments

Ask HN: What's the Least Amount of Process a Small Team Can Get Away With?

3•_phnd_•25m ago•0 comments

WebAssembly Limitations

https://qouteall.fun/qouteall-blog/2025/WebAsembly%20Limitations
3•qouteall•26m ago•1 comments

Interesting websites I found on the internet

1•01-_-•26m ago•0 comments

Wheels of life dashboard – from my deprecated journaling-via-email project

https://wellbio.vercel.app/dashboard
2•danielfalbo•27m ago•0 comments

White nationalist talking points and racial pseudoscience: welcome to Grokipedia

https://www.theguardian.com/technology/2025/nov/17/grokipedia-elon-musk-far-right-racist
4•n1b0m•27m ago•0 comments

From Napster to Spotify: How Music Piracy Shaped the Subscription Economy

https://subscriptocracy.com/blog/spotify/
1•javipas•27m ago•0 comments

Against Exponential Backoff

https://incoherency.co.uk/blog/stories/against-exponential-backoff.html
1•FergusArgyll•28m ago•0 comments

Google is collecting troves of data from downgraded Nest thermostats

https://www.theverge.com/news/820600/google-nest-learning-thermostat-downgraded-data-collection
2•GiorgioG•28m ago•0 comments

Show HN: Blue Divide – Nurikabe puzzles with procgen islands for Mac and iPad

https://apps.apple.com/us/app/blue-divide-nurikabe/id6752651417
1•chribog•30m ago•0 comments

Live most polluted major city ranking

https://www.iqair.com/world-air-quality-ranking
1•ableal•30m ago•1 comments

Show HN: Learn Docker in your terminal with exercises

https://github.com/furkan/dockerlings
2•furk4n•30m ago•0 comments
Open in hackernews

SQL Case Files – A browser-based SQL detective game

https://sqlcasefiles.com/
4•hackstarky•2h ago

Comments

hackstarky•2h ago
Hi HN,

I built a small side project called SQL Case Files — a detective-themed SQL practice game that runs entirely in the browser. You solve cases by writing real SQL queries against a SQLite database, and the story progresses as you uncover clues from the data.

A few things I focused on:

• Runs 100% locally in the browser using SQLite WASM • No sign-up, no backend, no data collection • Short “cases” instead of quizzes — each clue comes from a query result • Minimalist noir UI inspired by detective files • A validator that compares result sets rather than SQL text (so alternate solutions work) • Works offline after first load (PWA)

I built it because I wanted a more narrative/immersive way to relearn SQL, and I’m hoping to hear what the HN community thinks — especially around:

• Are the cases too easy/too hard? • Is the validator forgiving enough? • Ideas for new case formats or mechanics? • Any performance issues on older devices?

If you try it, I’d love your feedback or bug reports. Thanks for taking a look.

pdanpdan•1h ago
Very nice :)