philmcp

↗ HN profile [ 92.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. During the pandemic I launched https://4dayweek.io on HN as a side project - never would I have imagined 7M+ people would end up using it (!) So this week I launched v2 of the site after years of "wanting to" - arrival…

  2. (accidental post) (4dayweek.io)
  3. CREATE TABLE x ( id uuid DEFAULT uuid_generate_v4() PRIMARY KEY, data jsonb, inserted timestamp with time zone DEFAULT now(), updated timestamp with time zone );

  4. How to Code Faster (4dayweek.io)
  5. I have a web crawler which sometimes fails (e.g. the process dies, data comes in weird format, nulls etc). To make sure it's running properly, I'd really like an email when "something doesn't look right". So I'm…