Live data from Hacker News

Viewing profile — edgurgel

edgurgel

HN member
Joined
Thu, Jan 03, 2013, 12:28 PM UTC
HN karma
69
Public activity
15 items

About edgurgel

https://github.com/edgurgel

Recent public activity

  1. comment
    Comment #39338112

    Interesting... I had the exact opposite impression. The codebase is big but very easy to understand and their SPIs[1] enable to customise Keycloak's behaviour quite easily. For the…

  2. story
  3. comment
    Comment #11369245

    Virding's First Rule of Programming "Any sufficiently complicated concurrent program in another language contains an ad hoc informally-specified bug-ridden slow implementation of h…

  4. comment
    Comment #11257225

    Here's a detailed explanation: https://github.com/edgurgel/verk/issues/2

  5. comment
    Comment #11257182

    That's a great question. I chose Redis for 2 reasons: * Simple to use * Compatibility with other systems like Sidekiq/Resque. Out of the box it will understand their clients. My ex…

  6. comment
    Comment #11257116

    OTP won't out of the box persist jobs that you want to guarantee that it will run. It won't also retry and it can't schedule jobs to happen in the future. Unless you are willing to…

  7. comment
    Comment #11251689

    APNS2 has a simpler interface and doesn't do things like generate website packages etc. APNS2 has better test coverage, and handles errors in a more go-like way. (Returns a respons…

  8. story
  9. story
  10. comment
    Comment #8679119

    He will be here: http://www.erlang-factory.com/sfbay2015 . Hopefully he will share his thoughts.

  11. comment
    Comment #8571875

    I like this blog post ( http://blog.erlware.org/some-thoughts-on-go-and-erlang/ ) as it talks about some of the differences about them. For some of these reasons I don't think they…

  12. comment
    Comment #8338713

    A Pusher server clone: https://github.com/edgurgel/poxa

  13. comment
    Comment #8337487

    *ExUnit http://elixir-lang.org/docs/stable/ex_unit/

  14. comment
    Comment #7616059

    Yeah they "endorse" if you consider they published a link to Poxa here: http://blog.pusher.com/pusher-community-libraries-highlights... Thanks for pointing out Fanout. Looks like a…

  15. story