Viewing profile — matthew16550
matthew16550
HN member- Joined
- Fri, May 18, 2018, 11:48 AM UTC
- HN karma
- 60
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About matthew16550
No profile information was provided.
Recent public activity
-
comment
Comment #48118024
> "The AI industry generates roughly a trillion words of hype per quarter and approximately four of them are useful. Artificial Confidence exists to find those four."
- story
- story
- story
- story
- story
- story
-
comment
Comment #45623232
The page I linked shows uses after creation where the cost can be different.
-
comment
Comment #45622374
Using UUIDv4 as primary key has unexpected downsides because data locality matters in surprising places [1]. A UUIDv7 primary key seems to reduce / eliminate those problems. If the…
- story
-
comment
Comment #45571861
SOPS can be part of the solution. It takes care of encrypting and decrypting config files. https://github.com/getsops/sops
- story
- story
-
comment
Comment #45433664
"Approval" / "Golden Master" / "Snapshot" / "Characterization" testing can be very helpful. They all seem to be names for more or less the same idea. The first time a test runs suc…
- story
-
comment
Comment #45267032
https://pkg.go.dev/ Which works together with https://proxy.golang.org/
- story
-
comment
Comment #45110878
Pythons builtin async always confuses me. The Trio library felt easy to learn and just worked without much fuss. https://trio.readthedocs.io/
- story
- story
- story
- story
-
comment
Comment #44340235
It's a concept from Fieldings REST thesis that is important to the current meaning of REST: Transfer Objects are not the Storage Objects.
-
comment
Comment #44167577
The Pace soldering lessons on YouTube are good. https://youtube.com/playlist?list=PL926EC0F1F93C1837&si=U4Jx...
-
comment
Comment #44120882
As an asside, I've found IntelliJ very helpful in this situation as it can load many repos into one project then doing commits / pushes / branches etc across various repos at the s…