This is the kind of problem where you could load the whole thing into Postgres and get the answer in about five seconds. In fact, let’s try it: postgres# createtable i18n_day2 (inputtimestampwith time zone); CREATETABLE postgres=# \copy i18n_day2 from /i18np/input.txt COPY1758 postgres=# selectinputat time zone'UTC', count(*) from i18n_day2 groupbyinputat time zone'UTC'having count(*) >= 4; timezone | count ---------------------+-------20XX-YY-ZZ HH:MM:SS | 4 (1row) I decided to censor the ...| Daniel's Blog
My friend Bill recommended I read CES Letter. I found it pretty hard to put down, and read the whole thing over the last couple days. I thought it was worth reflecting on the ideas in it from the point of view of a Baha’i. I haven’t mentioned it on my blog yet for various reasons, but I declared myself a Baha’i in October 2023. So I now belong to a Faith about the size of Mormonism (although much smaller in the US). I have been met with quite a bit of understanding and maybe a little pu...| Daniel's Blog