Viewing profile — __mattya
__mattya
HN member- Joined
- Sun, Jan 14, 2024, 2:12 PM UTC
- HN karma
- 48
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About __mattya
No profile information was provided.
Recent public activity
-
comment
Comment #44150196
They want to know where the holes are so that they can show a loading state.
-
comment
Comment #42393441
My guess is the JSON serializer uses strings for int64s to avoid loss of precision.
-
comment
Comment #42256139
> Stripe gets 99.999% uptime on top of a MongoDB-like database Isn’t it actually MongoDB? They describe it as an “extension” [1] but it sounds like they added cluster management wi…
-
comment
Comment #42102632
OIDC is what fixes the “dog breakfast” criticism. With OIDC you (in theory) don’t have to write custom modules per provider anymore.
-
comment
Comment #41920846
And chance this is open source? I’m building something similar and I can’t decide on the relationship struct tag syntax to use. Would be neat to see how others are thinking about i…
-
comment
Comment #41910581
Most cloud providers will accept a cloud init cloud config file. Sometimes they call it a “script” but they still accept the Yaml file if it has the `#cloud-config`. There are modu…
-
comment
Comment #41864557
It is used by grist ( https://www.getgrist.com ) to sandbox Python formulas.
-
comment
Comment #41787235
Buncombe honestly did a much better job than the surrounding counties. Up here in Madison County most of the updates were only posted on Facebook. A lot of the updates from here an…
-
comment
Comment #41783071
You can listen without a license. I was able to hear everything on a $15 handheld and it was immensely helpful. In an emergency you are allowed to transmit without a license. There…
-
comment
Comment #38990655
Go is simple like C is simple. Add a garbage collector and concurrency and it’s easier to do some things but the simplicity of the language means you have to intimately understand …
-
comment
Comment #38990625
There’s a talk by Rob Pike where he mentions that it would have been difficult for code using map, filter, etc. to be as fast as the equivalent code using a for loop without a suff…