Show HN: SQL Noir – Learn SQL by solving crimes
51–60 of 90 posts
Re: Show HN: SQL Noir – Learn SQL by solving crimes
#52This gives me a childhood flashback to a show called MathNet, an educational police procedural (a la Dragnet) where both investigators have holstered calculators. https://en.m.wikipedia.org/wiki/Mathnet
and there were infamous hackers too https://youtu.be/vNhBq3kjq_Q?t=2011
Ah, that's a classic "use after free" vulnerability.
Re: Show HN: SQL Noir – Learn SQL by solving crimes
#53Re: Show HN: SQL Noir – Learn SQL by solving crimes
#54Re: Show HN: SQL Noir – Learn SQL by solving crimes
#55Re: Show HN: SQL Noir – Learn SQL by solving crimes
#56 select * from crime_scene, suspectsRe: Show HN: SQL Noir – Learn SQL by solving crimes
#57Re: Show HN: SQL Noir – Learn SQL by solving crimes
#58- The "submit" box isn't clear on whether it needs the name or the suspect id for the first case
- It would be nice to have a "copy to notes" button in the output
- It would be nice to have some docs on what functions are available / which dialect this is.
I think this very valuable, it's so much more easy to learn if you actually have a small project to work on
Re: Show HN: SQL Noir – Learn SQL by solving crimes
#59A great addition to a field where there aren't many offerings: SQL Island ( https://sql-island.informatik.uni-kl.de ) and SQL Murder Mystery ( https://mystery.knightlab.com ) come to mind. The mechanism of SQL Noir is close to that of the latter, i.e., an undirected, essentially standalone adventure. I myself am working on SQLab, a SQL game engine that allows you to augment an arbitrary base with exercises on that ba…