User: maxbond

  • Created: 2811 days ago
  • Karma: 7934
  • max.o.bond@gmail.com

    I will only see your email if you include "Hacker News" in the subject line.

        We should be careful of each other
        We should be kind
        While there is still time
    
        "The Mower"
        Philip Larkin
    
    Most strong disagreements are a minor disagreement wrapped in a misunderstanding.

    SQL quines:

        -- Postgres
        select current_query();
    
        -- SQLite
        CREATE TABLE "select sql || ';' || tbl_name from sqlite_schema;" (a);select sql || ';' || tbl_name from sqlite_schema;