SQLNet A social network that looks like Twitter but you write SQL to do anything (sqlnet.cc) 60 points by colinbartlett 8mo ago ↗ HN
[–] somat 8mo 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 8mo ago ↗ Hey, this is the author of SQLnet. Feel free to ask me anything about this project.
[–] wolttam 8mo 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 8mo 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 8mo ago ↗ Lol, I didn't know about Oracle sqlnet at that moment
12 comments
[ 4.5 ms ] story [ 35.3 ms ] threadhttps://www.public.outband.net
It's a bit rough and lives on an old router in my closet so be gentle.
:(