Hacker News “Who is Hiring?” top-level comments over time
121–126 of 126 posts
Re: Hacker News “Who is Hiring?” top-level comments over time
#122Re: Hacker News “Who is Hiring?” top-level comments over time
#123Earlier quoted context omitted.
Without optimization, Nginx defaults to allowing a maximum of one worker process with 512 connections and 60s timeout. 20 unique visitors per second will lead to 500 errors in less than a minute.
Are you sure? My understanding was that nginx would fill up all free connections up to the max, but then would begin draining idle connections so it could create new ones for new visitors.
https://www.nginx.com/blog/overcoming-ephemeral-port-exhaust...
Re: Hacker News “Who is Hiring?” top-level comments over time
#124Earlier quoted context omitted.
Also for $5/mo you can use Cloudflare APO to cache WordPress pages at the edge. Yes it will cache even the "dynamic" pages (unless you're logged in of course)
$5/mo is roughly my server electricity cost. The Cloudflare offer is not for me.
Re: Hacker News “Who is Hiring?” top-level comments over time
#125A reminder that all Hacker News posts and comments are available on BigQuery and can be queried for free: https://console.cloud.google.com/marketplace/details/y-combi... (the `full` table is up-to-date; ignore the others) Here's a query for a rough reproduction of what's asked in the title: WITH whoishiring_threads AS ( SELECT id FROM `bigquery-public-data.hacker_news.full` WHERE `by` = "whoishiring" AND REGEXP_CONTA…
One thing that's interesting: this is a sneaky case where the line hides two missing months in 2015.