Viewing profile — akio
akio
HN member- Joined
- Wed, Aug 01, 2018, 12:03 PM UTC
- HN karma
- 112
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About akio
No profile information was provided.
Recent public activity
-
comment
Comment #48359240
[dead]
-
comment
Comment #48211921
Yes, they forecast thousands of U.S. elections and thousands of sports games, and their forecasts had excellent calibration—e.g., events they said would happen 30% of the time actu…
-
comment
Comment #48201037
They went to the wrong place then. ---- Nov. 1, 2016 — Election Update: Yes, Donald Trump Has A Path To Victory — https://archive.is/kwdab > Tuesday was another pretty good day of …
-
comment
Comment #48200624
Speak for yourself. That's not why I read FiveThirtyEight. The purpose of FiveThirtyEight was never to be an oracle for the average person. It was always a deliberately wonky site …
-
comment
Comment #48200019
> FiveThirtyEight performed only slightly better than what you could find in any other reputable newspaper FiveThirtyEight gave Trump double the odds of the next highest reputable …
-
comment
Comment #47784553
Trump's second-term clemencies so far have forgiven criminal debts of more than $1.5 billion. That's over 2,000x the amount amount eliminated by Biden's pardons ($680,000). These p…
-
comment
Comment #46266322
If all your experience comes from Apollo Client and Apollo Server, as the author's does, then your opinion is more about Apollo than it is about GraphQL. You should be using Relay[…
-
comment
Comment #45163542
> I think in this case Europe/Kyiv would actually change its UTC offset to match Europe/Moscow, which I'm pretty sure the TZ database would handle just fine. Another user has alrea…
-
comment
Comment #45158002
> Appointments become past events. Sounds like an operational nightmare to convert all of them right as they become past events. That is fair. In some models there's a natural sepa…
-
comment
Comment #45157882
We agree that you generally want some information that lets you resolve your event to an IANA time zone for calculations :)
-
comment
Comment #45157801
Past events should just be stored as instants, not as a local time plus location or time zone. Further, I believe the historical data is meant to be handled by the named time zone,…
-
comment
Comment #45157651
Evan Siroky's Timezone Boundary Builder[0] is a good source of time zone boundary mappings. It can be used via a library in nearly any language you would want[1], or loaded directl…
-
comment
Comment #45157508
The events in question happen at a physical location at a local time, and so are stored as a local time plus longitude and latitude. If they were stored as instants, and then if a …
-
comment
Comment #45157421
The consequences could look something like 50 shift workers showing up an hour late one day, or a user missing a critical meeting. Dealing with and debugging time zones is already …
-
comment
Comment #45157380
A future appointment at a physical location is usually an agreement between two or more humans. Humans generally don’t use UTC for future physical events, nor they use a time in a …
-
comment
Comment #45157296
That is not quite right. In Postgres, timestamptz (aka timestamp with time zone) represents an instant in time. timestamp (aka timestamp without time zone) represents what you are …
-
comment
Comment #45157206
It is not as rare as you might think. The most recent time this happened was March of this year, with Chile's Aysén Region dropping DST and moving to the newly created America/Coyh…
-
comment
Comment #45157109
Good point. As you mention, that doesn’t matter in this case, as even if a new named time zone is added, the stored named time zone would’ve been written before Europe/Dnipro was c…
-
comment
Comment #45157031
You are wrong, and fauigerzigerk is correct. Future physical events, such as an appointment at a physical location, should be stored as unzoned time plus a location (such as an add…
-
comment
Comment #45156941
No. Local time should nearly always be used to represent the time of future physical events (along side a geographical location, such as an address). Your method of using a named t…
-
comment
Comment #43800539
The majority did not vote for Trump, and I question how many of the minority that did vote for him voted for this , specifically. Almost certainly not all of them, given his approv…
-
comment
Comment #43144112
> So far as we have already formed engagements, let them be fulfilled with perfect good faith. A key part.
-
comment
Comment #41482106
We use Infisical for both our dev and prod environments. If you're a YC company you can get your first year free. https://infisical.com
-
comment
Comment #40930517
Chevron allowed massive regulatory changes whenever a new administration took over. At a time of high political polarization, no one should be asking that we defer to the whatever …
-
comment
Comment #39074155
You can specify parts of a query should be sent in subsequent responses with the @defer directive, and your client and server libraries will handle the rest for you. Server side: h…