philmcp
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
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…
- (accidental post) (4dayweek.io)
-
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 );
- Poems about Programming Languages – as written by ChatGPT (4dayweek.medium.com)
- Google's helpful content update prioritises content written by people (developers.google.com)
- Show HN: BlockchainDevs, a reverse job board for Blockchain developers (blockchaindevs.net)
- A 4-day work week would reduce carbon emissions by an estimated ~20% (theguardian.com)
- Twitter Is Currently Down (twitter.com)
- Pros and Cons of the 4 Day Work Week (4dayweek.io)
- Zero to 200 organic clicks per day in 6 months (SEO) (twitter.com)
- A comparison of work-life balance at FAANG (4dayweek.io)
- Getting a new website to the top of Google (SEO thread) (twitter.com)
- Tech Companies with Four-Day Work Weeks (4dayweek.io)
- How to Code Faster (4dayweek.io)
- 4-day workweeks can boost happiness and productivity (theatlantic.com)
- Show HN: The “built in 100 hours” challenge (twitter.com)
- Would you rather work 4 days per week for 80% salary? (twitter.com)
-
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…