Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
therealwardo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
therealwardo
8mo ago
yep that would fix it. just needs a little docs change. a "quick start" really should just work when you copy paste them.
2.
▲
by
therealwardo
8mo ago
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.dev/api has this command: $ curl -X POST
3.
▲
by
therealwardo
2y ago
serverless - someone else's servers adaptors - someone else's APIs
4.
▲
Dagger CI on Fly for $3.50/mo
(apoxy.dev)
2 points
by
therealwardo
3y ago
|
0 comments
5.
▲
by
therealwardo
3y ago
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 my old space - https://a.co/d/
6.
▲
by
therealwardo
3y ago
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.
▲
Ask HN: What's the best way to reduce echo in a space?
2 points
by
therealwardo
3y ago
|
8 comments
8.
▲
by
therealwardo
3y ago
how does Hydra compare to Citus? https://www.citusdata.com
9.
▲
by
therealwardo
6y ago
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 with redundancy is that it really only works if you are red
10.
▲
by
therealwardo
7y ago
this looks awesome I just wish it worked with my older kubernetes clusters...
11.
▲
by
therealwardo
7y ago
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 help us define the set of requirements given the
12.
▲
by
therealwardo
9y ago
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 stream RTSP to say an iPhone, but it I'd
13.
▲
by
therealwardo
9y ago
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 people that built Zencoder. So our team ha
14.
▲
by
therealwardo
9y ago
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 to routing and different kinds of hardware.
15.
▲
by
therealwardo
9y ago
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 shown things so here's a repo with some examples of Python
16.
▲
by
therealwardo
9y ago
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 Redundancy. Build a Buffer. Reconsider Dependencies. Intro