Hacker Newsnew | past | comments | ask | show | jobs | submit | aarmot's commentslogin

You can pull the wire and second string together so you have always a single string in conduit.


From your bragging one could tell that you have seen _a lot_ of charging mistakes and "happy" refund stories from AWS. It's scary that a single human can do extensive statistics on personal experience about these monetary horror stories, don't you think?


So can you find any anecdotes even on Reddit where a student or hobbyist asked for a refund and was refused?


The wakewords could be simply "buy", "cheap", "sale", "price" etc - and then collect the exact words around it. I bet the pool fencing conversation followed with the exchange of ideas where to get equipment.


10 thousand-ish words make sense when one considers multiple languages.


> ... Falcon 9 ... nearly 10 flights per booster

Just curious: what year is your data from?


Because author of the article likes to be edgy and parrot the deep truth he learned yesterday - that TCP is "reliable" and UDP is not.

The reality, of course, is somewhat different and muddy. For example, if you have network outage following later by a software crash or a reboot, then all the TCP buffer worth of data (several kilobytes or upto some megabytes - depends on your tuning) is mercilessly dropped. And your application thinks that just because you used TCP the data must have been reliably delieved. To combat this you have to implement some kind of serializing and acking - but the article scoffs us that we are too dumb to implement anything besides basic stream /s

I'm not arguing that TCP is useless, just that UDP has its place and we - mere mortals - can use is too. Where appropriate.


> Because author of the article likes to be edgy and parrot the deep truth he learned yesterday

I will point out that "author of the article" is one of the core contributors in the IETF Media-over-QUIC working group (which is an effort to standardize how one might build these real-time applications over QUIC) and has been working in the real-time media protocols space for 10+ years.

The author recognizes that the title is clickbait, but the key point of the article is that you probably don't want to use raw UDP in most cases. Not that UDP is inherently bad (otherwise he wouldn't be working on improving QUIC).


The author (disclaimer: former coworker) has likely learned about UDP before yesterday because he's been complaining about TCP for years.


The thing is, when you need that low latency, you don't want most of the features of more robust streams.

When you are using UDP the correct way to handle out of order delivery is to just ignore the older packet. It's old and consequently out of date.

Figuring out how to solve any mess caused by mistransmission necessarily has to be done at the application level because that's where the most up to date data is.


That study is far from being conclusive. Please read also

https://cloudinary.com/blog/the-case-for-jpeg-xl


>That study is far from being conclusive. Please read also

Yes that is why I had "/S" at the end.


Author possibly meant something like this (but yeah, same idea) fffind () { find . -regex ".$1."; }


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: