Live data from Hacker News

Viewing profile — wojcikstefan

wojcikstefan

HN member
Joined
Fri, Jun 29, 2012, 7:34 AM UTC
HN karma
341
Public activity
107 items

About wojcikstefan

Software Engineer at Close (YC W11).

https://twitter.com/wojcikstefan https://github.com/wojcikstefan

Recent public activity

  1. comment
    Comment #42167357

    > A diet of mostly-plants can be just as delicious as one with a lot of beef. I strongly disagree – as a person who's eaten vegan for over a year, tried all the fancy meat alternat…

  2. comment
    Comment #40802460

    Thank you very much! :) I still advise that you try really, really hard to avoid using `pg_hint_plan` if you can, but it's nice that it exists if all else fails or if you need temp…

  3. comment
    Comment #40801410

    Good intuition and thank you! :) Not sure if this is a good fit for you, but you could consider using the partitioning built into Postgres to split one large logical table with all…

  4. comment
    Comment #40801339

    Agreed, event sourcing is a pretty good match for call flows. You could first store every call leg / conference / recording / etc. webhook Twilio sends you as an event and then der…

  5. comment
    Comment #40800703

    Hi HN community, author of the post here. Let me know please if you have any questions, comments, or feedback!

  6. story
  7. comment
    Comment #40365081

    Can you tell us more about your scaling issues with Temporal? I haven't yet used it in production, but I would've expected that a system which evolved out of Uber's Cadence [0] (an…

  8. comment
    Comment #36405752

    Hiya Aidan! :D > Is this behaviour new? Don't think so. Even the docs for SQLA v1.3 ([0]) mention it: > native_enum – Use the database’s native ENUM type when available. Defaults t…

  9. comment
    Comment #36405096

    Whew, good to know! Another point towards the `CHECK` constraint approach. Thanks! :)

  10. comment
    Comment #36405019

    Can you elaborate on what it means to use PostgreSQL enums "on your code API"? > It's such an outrageously naive idea that I'm sure most people here were attracted to the title thi…

  11. comment
    Comment #36404903

    > I usually use C# Enums translated by EF Core now (...) Does this approach ensure data consistency? Or could you accidentally insert a number value into your table which is not re…

  12. comment
    Comment #36404871

    Apologies for my ignorance, but what does "FDW" stand for in your comment? :)

  13. comment
    Comment #36404857

    Just to make sure I understand your suggestion fully, you're saying: 1. Use `smallint` instead of `text` for the column type. 2. Otherwise follow our "`CHECK` constraint" approach …

  14. story
  15. comment
    Comment #35121266

    Coca Cola & Red Bull are massive, they surely have tiny marketing spend… Right?

  16. comment
  17. comment
    Comment #34727868

    I thought it was GitLab which was remote-first (or should we say remote-only?). GitHub still seems to have offices and people going into them.

  18. comment
    Comment #34727745

    My heart goes out to the laid off employees, though I think they'll be able to find solid jobs (or start their own companies) when they're ready. What I'm more surprised by is: 1. …

  19. comment
    Comment #34488600

    The YC company I work at (and have been happy working at for the last 11 years) is hiring remotely, anywhere in the time zones of Americas, Europe, and Africa: https://jobs.close.c…

  20. story
  21. comment
    Comment #32356266

    I wholeheartedly agree with every single word in this post. I also mourn this feature's death daily. Being able to force-push on the spacebar is not good enough of a replacement.

  22. comment
    Comment #31917770

    Back when I lived in San Francisco I've met many people who used the SF311 app [0] where you can very quickly snap a picture and report an issue. One person I knew did so multiple …

  23. comment
    Comment #30898391

    I live in Poland and regularly order Uber Eats/Wolt for $6-8.

  24. comment
    Comment #30798934

    1. This is not “no-code”. You still have to read & understand the code Copilot generates. 2. I’m very skeptical of a small group of people reading a bunch of online comments and de…

  25. comment
    Comment #29796605

    I'm very happy about this proposal. The only sad thing is that it has come so late, after so many tools and protocols (e.g. GraphQL) already abuse POSTs for this use case.