Live data from Hacker News

Viewing profile — matthew16550

matthew16550

HN member
Joined
Fri, May 18, 2018, 11:48 AM UTC
HN karma
60
Public activity
63 items

About matthew16550

No profile information was provided.

Recent public activity

  1. 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."

  2. story
  3. story
  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #45623232

    The page I linked shows uses after creation where the cost can be different.

  9. 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…

  10. story
  11. comment
    Comment #45571861

    SOPS can be part of the solution. It takes care of encrypting and decrypting config files. https://github.com/getsops/sops

  12. story
  13. story
  14. 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…

  15. story
  16. comment
    Comment #45267032

    https://pkg.go.dev/ Which works together with https://proxy.golang.org/

  17. story
  18. 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/

  19. story
  20. story
  21. story
  22. story
  23. 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.

  24. comment
    Comment #44167577

    The Pace soldering lessons on YouTube are good. https://youtube.com/playlist?list=PL926EC0F1F93C1837&si=U4Jx...

  25. 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…