Live data from Hacker News

Viewing profile — paddybyers

paddybyers

HN member
Joined
Fri, Nov 09, 2012, 1:57 PM UTC
HN karma
63
Public activity
14 items

About paddybyers

No profile information was provided.

Recent public activity

  1. comment
    Comment #49211344

    I agree, no horizontally-scalable system is infinitely scalable in any dimension. You will hit some limit - for example, you might be able to support arbitrary scale in some dimens…

  2. comment
    Comment #48657741

    I've run a disclosure program for ~7 years, which is an open paid program. However, over that time we've developed relationships with the most active and successful contributors, t…

  3. comment
    Comment #48656436

    I wrote about this this morning [1]: > We're keeping our vulnerability disclosure program open - because even though they are rare, the genuine critical reports we receive, in amon…

  4. comment
    Comment #48027947

    > I did get to the stage (not by conscious memorisation) of being able to assemble and disassemble Z80 code in my head, with some accuracy. Same here. I never got any fluency using…

  5. comment
    Comment #47329122

    I remember Jim Woodcock as really inspirational - he was working with my PhD supervisor in 1987. We were working on a variant of Z for specifying what, today, we would call CRDTs. …

  6. comment
    Comment #47262503

    Who remembers the Occam folding editor (1983)? This was the first time I saw this kind of outline-based navigation for code: https://www.transputer.net/tn/03/tn03.html#x1-30002

  7. comment
    Comment #39753725

    Yes it's true. At Ably we support websockets, SSE and comet fallbacks (simple long-polling and streamed long-polling). It's less and less common but there are firewalls that fail t…

  8. comment
    Comment #31314530

    Disclaimer: I work for Ably. I agree that it's not valid to claim that websockets are the best fit in every situation. If the requirement is simply to stream server to client event…

  9. comment
    Comment #29894105

    Disclaimer: I work for Ably. I agree in principle, so the libraries that handle websockets and also fallback transports using comet (eg SocketIO) are still widely used for that rea…

  10. comment
    Comment #29100011

    This ^ is my favourite writeup on the question of how you implement SOC2. I wish I had read that before we started - after going through the Type 1 and Type 2 process, we've ended …

  11. comment
    Comment #27895424

    Ably CTO here. Well that went well ... 1) The realtime service and website are different things. The blog post is talking about the service, which has been continuously available. …

  12. comment
    Comment #23131868

    I lived there for 20 years and never noticed

  13. comment
    Comment #23012228

    We've been experimenting with Liftbridge at a range of scales and workloads, and clusters that are distributed across a single region perform very well. However, it's not really su…

  14. comment
    Comment #20563233

    I can't speak for NATS streaming or Akka but it does look like liftbridge can fit that niche very well, depending on what features and semantics you need. Your services that publis…