Live data from Hacker News

Viewing profile — pselbert

pselbert

HN member
Joined
Thu, Apr 19, 2012, 2:05 AM UTC
HN karma
838
Public activity
249 items

About pselbert

No profile information was provided.

Recent public activity

  1. comment
    Comment #35570698

    > I wonder what makes Sidekiq special? Time, know-how, and long term dedication are the key ingredients from my perspective. Maybe he's working 10-20 hours now, but there's support…

  2. comment
    Comment #35570516

    Jobs may crash due to VM issues or OOM problems. The more common cause of "orphans" is when the VM restarts and jobs can't finish during the shutdown period.

  3. story
  4. comment
    Comment #34927350

    That thread says the opposite at the end. The ban they were referring to was over a decade prior. Ericsson has a dedicated team that maintains and actively improves Erlang with new…

  5. story
  6. story
  7. story
  8. comment
    Comment #33185375

    How in the world does DocuSign have 7k employees? I’m genuinely baffled. 700 employee would seem like a stretch.

  9. comment
    Comment #32203220

    There are ample Elixir jobs out there, and lots of companies hiring. For a quick check of relative popularity, open the past couple monthly “Who’s Hiring” here and search for “Elix…

  10. story
  11. comment
    Comment #31049552

    For many accounts the audit log isn’t going to show some crucial information—git activity. Clone events are only available through the REST API for Enterprise customers.

  12. comment
    Comment #29523814

    The only reason I’m able to maintain a reasonably successful open source library is because it is part of an open core business model. Without that I couldn’t justify the developme…

  13. comment
    Comment #27465785

    One of the best parts of listening to Elixir Outlaws, the podcast that Chris co-hosts, is disagreeing with his wacky and strongly-held opinions on things. Personally, I don't agree…

  14. comment
    Comment #27193878

    Running 75 million jobs a year would be totally fine. Depending on the configuration and load Oban easily runs thousands of jobs a second, and 75 million breaks down to less than 3…

  15. comment
    Comment #27105828

    The size of Alpine and its package manager are brilliant. What gets me, and my team, is the support policy for “older” packages. For a while we would pin library versions (e.g. lib…

  16. story
  17. comment
    Comment #26241823

    Couldn't help but think of: Brian Called Brian: You don't need to follow me! You don't need to follow anybody! You got to think for yourselves! You're all individuals! You're all d…

  18. story
  19. story
  20. comment
    Comment #26082105

    There isn't an issue with Kafka and Elixir, it's the inherent complication around using Kafka when a lighter weight solution (Rabbit, PG) would work perfectly fine.

  21. comment
    Comment #26080656

    José is an enormous asset to the community and has an influence on many of the marquee projects, but it definitely isn't single-handedly done. He cares about the ecosystem and is v…

  22. comment
    Comment #25003295

    That project is fantastic! I'll soon have need for some clean SVG language icons and these are perfect.

  23. comment
    Comment #24853948

    According to the recent Thinking Elixir podcast [0] the performance is comparable. They specifically cite the performance of dialyzer, which typically runs through HiPE, as being j…

  24. comment
    Comment #24702359

    No idea. It is the foundation of VSCode and most of the other plugin systems powered by the language server standard.

  25. comment
    Comment #24702067

    The IDE type tooling is getting better all the time thanks to Elixir-LS. There was a 0.6 release a couple of days ago with a ton of improvements [0]. Better auto-completion trigger…