Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

And this, kids, is a Markov chain.


I know this person IRL, and I'm certain it's not.


Prove it with SQL.


  DO $$
  BEGIN
      ASSERT (
          SELECT
              COUNT(1)
          FROM
              friends JOIN posters ON friends.id = posters.id
          WHERE
              posters.username = 'devoutsalsa'
      ) = 1,
      'He''s in there, I swear it!';
  END;
  $$;




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: