Live data from Hacker News

Viewing profile — throwaway173920

throwaway173920

HN member
Joined
Sun, Aug 11, 2024, 3:32 PM UTC
HN karma
14
Public activity
5 items

About throwaway173920

No profile information was provided.

Recent public activity

  1. comment
    Comment #42016936

    In one of my work projects it was the Turkish İ that gave us trouble. In some case-insensitive text searching code, we matched the lowercase query against the lowercase text, and h…

  2. comment
    Comment #41765790

    I haven't had this experience with TypeScript. In the projects I've worked with, we turn on strict mode and heavily discourage using `any`. I generally feel pretty confident that t…

  3. comment
    Comment #41757943

    But where do you store the URL for the S3 bucket? Can you really say it's usefully preserved if nobody knows the URL (or the account credentials)?

  4. comment
    Comment #41500585

    IMO the formatting of the error string returned by errors.Join is atrociously opinionated and not very logging-friendly - it adds a newline between each error message. I know I'm n…

  5. comment
    Comment #41320823

    I think you are conflating ES6 classes with TypeScript.