Live data from Hacker News

Viewing profile — mikasjp

mikasjp

HN member
Joined
Wed, Apr 14, 2021, 7:55 PM UTC
HN karma
191
Public activity
20 items

About mikasjp

Personal blog: https://mikolaj-kaminski.com/

Recent public activity

  1. story
  2. comment
    Comment #44965127

    I’m not entirely sure what the practical advantage of that approach would be compared to the explicit semaphore, but I’d be happy to learn more. If you think it’s a better solution…

  3. comment
    Comment #44962551

    Under the hood, BusyBee consists of an in-memory queue built on Channels and a job processor that dequeues and executes tasks. The processor is essentially a BackgroundService, but…

  4. comment
    Comment #44961974

    It is a thin abstraction over Channels, and that’s by design. What it adds is graceful shutdown handling, OpenTelemetry integration, timeout support, and simple configuration. I ke…

  5. comment
    Comment #44961886

    This is exactly why I built BusyBee. My team found ourselves hand‑rolling something similar almost every time we started a new project. If we kept needing it, I figured there are p…

  6. comment
    Comment #44961823

    Hangfire is primarily a job scheduler. It is designed for running jobs at specific times or intervals, and it persists jobs in a database so they survive restarts. It comes with a …

  7. comment
    Comment #44938719

    BusyBee is a high-performance .NET background processing library built on native channels. It provides a simple, configurable, and observable solution for handling background tasks…

  8. story
  9. story
  10. story
  11. comment
    Comment #28927892

    I think the whole problem is keeping the character encoding consistent in the applications and their dependencies. Programmers often forget this because they avoid non-ASCII charac…

  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #26817816

    I am a full time .NET developer, but I have been interested in Ruby for some time. Not very professional, but I liked this technology very much. I would like to share why I think s…

  18. story
  19. comment
    Comment #26812233

    Today I encountered an interesting case. I got a report that “something changes the date format while processing data”. I started debugging our distributed system looking for the s…

  20. story