Live data from Hacker News

Viewing profile — ecs78

ecs78

HN member
Joined
Wed, Mar 26, 2014, 7:07 PM UTC
HN karma
8
Public activity
10 items

About ecs78

No profile information was provided.

Recent public activity

  1. comment
    Comment #38142310

    I think they just wanted a quick post-mortem. I'm sure they will add more to the blog later in the year when they implement mitigations.

  2. comment
    Comment #38142234

    They are a younger company than these other providers. Microsoft, Google, and AWS had their own growth pains and disasters. Remember when Microsoft deleted all the data (contacts, …

  3. comment
    Comment #38142125

    Cloudflare vowed to be extremely transparent since the start of their existence. I'm very happy with the fact they have managed to keep this a core company value under extreme grow…

  4. comment
    Comment #38142041

    It was more of an incident report. The efforts to get back online were mostly around Flexential, so it makes sense to dive in to their failings. That said, it is clear there were m…

  5. comment
    Comment #38141871

    haha. The control plane was eventually consistent after 3 days

  6. comment
    Comment #35802160

    Traditional GC isn’t less complex to program then automatic reference counting. Traditional GC has its place in short running extension languages, but in longer running programs yo…

  7. comment
    Comment #29119166

    You still have value semantics to lean on. They integrate really well with Swift’s actor implementation.

  8. comment
    Comment #29119026

    Yes, this is basically the new non-ObjC Distributed Objects or high level XPC interface.

  9. comment
    Comment #29118855

    I think the language and runtime are evolving too fast for good support of other platforms outside of NIO based apps running in a Docker container. This should change once Swift ha…

  10. comment
    Comment #29118690

    Distributed actors don’t actually have compiler support. They use a standalone code generator much like GRPC. The plan is to call the generator automatically during a build process…