maxbond

...joined 8 years ago, and has 7801 karma

submissions / comments / favourites

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;