Live data from Hacker News

Viewing profile — fcmgr

fcmgr

HN member
Joined
Mon, Feb 05, 2024, 6:16 PM UTC
HN karma
44
Public activity
8 items

About fcmgr

No profile information was provided.

Recent public activity

  1. comment
    Comment #42553840

    I think we're talking about the same thing :D? The service/business logic/whatever you might want to call it interacts with the storage via an interface - in prodcution that interf…

  2. comment
    Comment #42553715

    I've had some good experience with a mix of those approaches, maybe not using mocks per se, but an "in-memory database implementation" (just a wrapper around the hash map that impl…

  3. comment
    Comment #42553504

    I've had good experience with testcontainers ( https://testcontainers.com/ ) to do that sort of thing.

  4. comment
    Comment #42517636

    It got updated, they have acknowledged there is a major outage.

  5. comment
    Comment #42517618

    Yes, status page got updated: https://status.openai.com/ . It says "This issue is caused by an upstream provider and we are currently monitoring."

  6. comment
    Comment #42489482

    I might have misremembered that, but remember hearing the story. Now that I think about it I think that policy was applied only after unsuccessful CPR attempts.

  7. comment
    Comment #42486853

    A friend's friend is a paramedic and as far as I remember they can take the rest of a day off after witnessing death on duty and there's an obligatory consulation with a mental hea…

  8. comment
    Comment #39264608

    I've created just-tell-me [1] that summarizes youtube videos with ChatGPT. It's built with Deno, uses TypeScript and is deployed with Deno Deploy. It's open source, you can run it …