SQLNet A social network that looks like Twitter but you write SQL to do anything (sqlnet.cc) 60 points by colinbartlett 6mo ago ↗ HN
[–] somat 6mo ago ↗ Here is my take on the subject, in my case I was more curious what a shared public postgres server would feel like.https://www.public.outband.netIt's a bit rough and lives on an old router in my closet so be gentle.
[–] lenvl 6mo ago ↗ Hey, this is the author of SQLnet. Feel free to ask me anything about this project.
[–] wolttam 6mo ago ↗ I suggest updating the login form's "query" to: SELECT token, user_id FROM users WHERE username = '____' AND password = HASH('____') -- Or maybe: AND password_verify(password, '____') LIMIT 1; I assume you are already hashing passwords, but the current login form's 'UI query' is enough to raise questions
[–] datancoffee 6mo ago ↗ Name sounded familiar. Read the post, loved the weirdness of it. Then, flashback. Oracle sqlnet! The original distributed processing framework of the greybeards and Oak Table knights. Anyone remember Oak Table? [–] lenvl 6mo ago ↗ Lol, I didn't know about Oracle sqlnet at that moment
12 comments
[ 2.1 ms ] story [ 44.7 ms ] threadhttps://www.public.outband.net
It's a bit rough and lives on an old router in my closet so be gentle.
:(