Live data from Hacker News

Viewing profile — therealwardo

therealwardo

HN member
Joined
Wed, Aug 31, 2016, 7:57 PM UTC
HN karma
53
Public activity
16 items

About therealwardo

No profile information was provided.

Recent public activity

  1. comment
    Comment #46573544

    yep that would fix it. just needs a little docs change. a "quick start" really should just work when you copy paste them.

  2. comment
    Comment #46573051

    I really want to love this, but my experience in the first 20 seconds is unfortunately like some of my other experiences coding against Fly APIs, they're broken. https://sprites.de…

  3. comment
    Comment #39991853

    serverless - someone else's servers adaptors - someone else's APIs

  4. story
  5. comment
    Comment #37019064

    Recording voice overs mostly. My directional mic is picking up a good bit but maybe I'll try another one just to be sure. I've got this cheapo right now that worked pretty well on …

  6. comment
    Comment #37018574

    thanks. it's a loft space that we have just desks and a table and chairs in. lots of flat surfaces. is there any reference material you'd recommend reading?

  7. story
    Ask HN: What's the best way to reduce echo in a space?

    Those acoustic foam panels are not cool, but even if I bought them, where should I put them and why? What looks good, improves a space's acoustics, and isn't too expensive?

  8. comment
    Comment #36988584

    how does Hydra compare to Citus? https://www.citusdata.com

  9. comment
    Comment #25750098

    there is a good chance that redundant streams would have helped here assuming that the player could load the manifest to fail over, but that manifest sadly hits Fastly. the problem…

  10. comment
    Comment #19588651

    this looks awesome I just wish it worked with my older kubernetes clusters...

  11. comment
    Comment #19492690

    I've been working on a project with a couple people that I don't get a lot of value from as co-founders right now because they aren't designers or engineers. They are trying to hel…

  12. comment
    Comment #16435937

    Matt Ward - engineer at Mux here. The simplest answer here is that most browsers and native platforms don't easily support RTP/RTSP these days. It isn't technically impossible to s…

  13. comment
    Comment #16433322

    Matt Ward - engineer at Mux here. I'll address a few of your concerns. First off, I worked on building YouTube's video infrastructure for years and now I'm working on Mux's with pe…

  14. comment
    Comment #14993506

    I gave a talk about a lot of the same concepts this piece covers - https://www.youtube.com/watch?v=g2czluHsmog it has a more visual explanation of the OSI model and how it relates …

  15. comment
    Comment #14828452

    It is important to note that message complexity has a lot to do with proto performance. Anyone with a basic understanding of algorithms could tell you that, but I prefer to be show…

  16. comment
    Comment #14294987

    I'm the author of this post. Here are a few things I highlight in this post as things to consider when architecting for failure: Retry, Backoff and Rate Limit. Use a Cache. Add Red…