Earlier quoted context omitted.
That's not what an exception proving a rule means. It has a technical meaning: a sign that says "free parking on sundays" implies parking is not free as a rule. When used like this it just confuses a reader with rethoric. In this case netflix is just bad at live streaming, they clearly haven't done the necessary engineering work on it.
> That's not what an exception proving a rule means. It has a technical meaning: a sign that says "free parking on sundays" implies parking is not free as a rule. So the rule is "Free parking on Sundays", and the exception that proves it is "Free parking on Sundays"? That's a post-hoc (circular) argument that does not convince me at all. I read a different explanation of this phrase on HN recently: the "prove" in "ex…
Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
221–230 of 311 posts
Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#222Earlier quoted context omitted.
> That's not what an exception proving a rule means. It has a technical meaning: a sign that says "free parking on sundays" implies parking is not free as a rule. So the rule is "Free parking on Sundays", and the exception that proves it is "Free parking on Sundays"? That's a post-hoc (circular) argument that does not convince me at all. I read a different explanation of this phrase on HN recently: the "prove" in "ex…
50% proof alcohol? That isn’t how that works. It’s 50% ABV aka 100 proof.
50% proof wouldn't be 25% ABV?
Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#223Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#224Earlier quoted context omitted.
50% proof alcohol? That isn’t how that works. It’s 50% ABV aka 100 proof.
> 50% proof alcohol? That isn’t how that works. It’s 50% ABV aka 100 proof. 50% proof wouldn't be 25% ABV?
Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#225Earlier quoted context omitted.
For those of us who haven't worked at Google, what's "Chubby" and what's a "cell"?
Ah, chubby is a distributed lock service. Think “zookeeper” and you won’t be far off. https://static.googleusercontent.com/media/research.google.c... [pdf] Some random blog post: https://medium.com/coinmonks/chubby-a-centralized-lock-servi... You can run multiple copies/instances of chubby at the same time (like you could run two separate zookeepers). You usually run an odd number of them, typically 5. A group of chu…
Why would you have a distributed lock service that (if I read right) has multiple redundant processes that can tolerate failures... and then require clients tolerate outages? Isn't the purpose of this kind of architecture so that each client doen't have to deal with outages?
Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#226Earlier quoted context omitted.
> If it's a good bug accurately describing a real thing, there's no reason to throw that work away rather than just marking it lower priority. Perhaps. But the triage to separate the "good bugs accurately describing real things" from the chaff isn't free either.
Storage is cheap, database indexes work. Just add a `TimesChecked` counter to your bug tracker. Now when considering priorities, consider not just impact and age, but also times checked. It's less expensive than going and deleting stuff. Unless you're automating deletions? In which case... I don't think I can continue this discussion.
Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#227Earlier quoted context omitted.
Storage is cheap, database indexes work. Just add a `TimesChecked` counter to your bug tracker. Now when considering priorities, consider not just impact and age, but also times checked. It's less expensive than going and deleting stuff. Unless you're automating deletions? In which case... I don't think I can continue this discussion.
In what world is adding a custom field to a bug tracker and maintaining it cheaper than anything? If someone proves out this workflow and releases a bug tracker that has the functionality built in then I'll consider adopting it, but I'm certainly not going to be the first.
Okay, keep deleting bug tickets.
Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#228Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#229Re: Air traffic failure caused by two locations 3600nm apart sharing 3-letter code
#230Earlier quoted context omitted.
That's not what an exception proving a rule means. It has a technical meaning: a sign that says "free parking on sundays" implies parking is not free as a rule. When used like this it just confuses a reader with rethoric. In this case netflix is just bad at live streaming, they clearly haven't done the necessary engineering work on it.
> That's not what an exception proving a rule means. It has a technical meaning: a sign that says "free parking on sundays" implies parking is not free as a rule. So the rule is "Free parking on Sundays", and the exception that proves it is "Free parking on Sundays"? That's a post-hoc (circular) argument that does not convince me at all. I read a different explanation of this phrase on HN recently: the "prove" in "ex…