If I can't reproduce it, I probably can't do anything to fix it.
I fix quite a few issues that are not reproducible, by using my understanding of theory. Detailed logs with timing info, error messages, etc can give good context, then you look at the problems and theorize how the difference systems communicate, their timings, and which popular algorithms are used, and suddenly you have a good shot at solving the non-reproducible pathological case that has been driving everyone nuts.
When your cell-phone has more memory and CPU power, then it's time to upgrade. The best reason to upgrade is to have a few newer computer that visualize several older computers. Old computers tend to use lots of power.
It's so funny when non-programmers theorize about how programming works. You'd make a great politician, thinking you know how things work, then telling people how to fix them.
Yes he's 12, but in the way that he says what's on his mind and doesn't cripple his communications with political correctness. Linus isn't about telling people "you're doing great!" when they're bad. He calls them out when the fail horribly and makes sure everyone knows about it.
A small minority can get away with blocking ads, like of like how anti-vax people can get away with no getting vaccinated, but if the majority did it, it messes things up. Obviously not a perfect analogy.
According to those publications, the law states the Hospital must have consent. The fact that at at least one case they claimed to have but actually did not, means the hospital is lying to skirt the law.
But no, it is not legal for a hospital to just deport someone, even if they're here illegally and have no money.
Safari is typically forced to use HTTP1.0 with no pipelining because it doesn't implement the standard correctly. Because of this, it has to create new connections for each object which requires a 3-way handshake over a high latency connection.
It does officially support HTTP1.1, but most servers detect Safari and use HTTP1.0 instead.
Leaks have shown that disposable SIMs don't affect the NSA much because the usage pattern and relational graph is quite unique per person. Yay, meta-data!
What do you mean "still". CDMA emits a magnitude less radio waves, has longer range, has better penetration of walls/etc, can do soft hand-offs, has no logical limitation of range, gets better signal strength when lots of towers are in the same area, has no issues with frequency planning.
It is better than GSM is almost every way, other than cost and market penetration.
You guys are still on fiber optics?! We use copper! It's so much better!
You're saying that OpenSource ZFS is a security risk because the closed source version doesn't show its source?
GPL doesn't guarantee crap. Lots of web services use GPL'd software with custom changes, but they don't need to release that code. Anyway, if you had to choose between two closed source offerings, would you want a custom in-house file system or ZFS where you don't know if they did or didn't make any changes?
Until GPL can force people to use GPL in the first place, people will just not use GPL if they don't like it.
People who use multi TB/PB setups don't really care about defrag. The benefit it provides is very little and the complexity of implementing defrag in a way that allows for a transactionally atomic operation to update potentially billions of blocks at the same time is quite hard.
ZFS can have up to 18,446,744,073,709,551,616 snapshots, and if you change the location of a block of data, you need to update it's block pointer in all of those snapshots, assuming each one points to it.
It's not a simple problem, but can be done, and the cost of re-writing BP(block pointers) is quite expensive. Since defrag doesn't actually add almost any value, there is little reason to add it.
Oracle stopped supplying code after v28. The open source community decided it's been too long and ZFS in open source needs new features. So they're parting ways with being compatible with Solaris ZFS. Up until now, Open Source ZFS was able to be mounted by Sun and visa versa, but only up to v28.
"Unexpectedly" lost data. The things he's mentioned would have hosed other Fes' completely, but losing some data because his lack of redundancy is fine.
If I can't reproduce it, I probably can't do anything to fix it.
I fix quite a few issues that are not reproducible, by using my understanding of theory. Detailed logs with timing info, error messages, etc can give good context, then you look at the problems and theorize how the difference systems communicate, their timings, and which popular algorithms are used, and suddenly you have a good shot at solving the non-reproducible pathological case that has been driving everyone nuts.
Can't let the magic smoke out
When your cell-phone has more memory and CPU power, then it's time to upgrade. The best reason to upgrade is to have a few newer computer that visualize several older computers. Old computers tend to use lots of power.
And you've convinced yourself that when someone copies your code, you no longer have access to your code?
You seem to have applied "single responsibility" beyond its intended scope
It's so funny when non-programmers theorize about how programming works. You'd make a great politician, thinking you know how things work, then telling people how to fix them.
Yes he's 12, but in the way that he says what's on his mind and doesn't cripple his communications with political correctness. Linus isn't about telling people "you're doing great!" when they're bad. He calls them out when the fail horribly and makes sure everyone knows about it.
Wine has experimental DirectX support for DX11 because DX11 is an open spec.
As for Debian, well, when Debian decides to join the 21st century I'll be more than happy to give them a look.
Debian Stable isn't the only version of Debian.
A small minority can get away with blocking ads, like of like how anti-vax people can get away with no getting vaccinated, but if the majority did it, it messes things up. Obviously not a perfect analogy.
Imagine the TCP transmit window! A single lost packet would wreak havoc on that stream.
Not to mention that an OC-768 is kind of an old standard in the days of relatively cheap 100gb connections and even 8tb/s over a single fiber.
According to those publications, the law states the Hospital must have consent. The fact that at at least one case they claimed to have but actually did not, means the hospital is lying to skirt the law.
But no, it is not legal for a hospital to just deport someone, even if they're here illegally and have no money.
A theoretical exploit that requires making changes to the transistor mask. Not a fly-by exploit.
Safari is typically forced to use HTTP1.0 with no pipelining because it doesn't implement the standard correctly. Because of this, it has to create new connections for each object which requires a 3-way handshake over a high latency connection.
It does officially support HTTP1.1, but most servers detect Safari and use HTTP1.0 instead.
Then you get the add that you probably can't fight the charges because the evidence will be classified, so there is no way to defend.
$1b is a lot of hot-pockets. Linux programmers will be fed for a long time.
Leaks have shown that disposable SIMs don't affect the NSA much because the usage pattern and relational graph is quite unique per person. Yay, meta-data!
The data plan costs the same no matter what. Why are you including that into the price? And most smart phones don't work at all without data plans.
I bet you include the gas price into the total price of a car loan. ZOMG! the car loan costs more than they say!
Option 1) Pay up-front $600
Option 2) Pay $30 over 18 months for a grand-total of $540, adjust for inflation so more like $520, then the convince of not having to pay up-front.
What's the problem again?
What do you mean "still". CDMA emits a magnitude less radio waves, has longer range, has better penetration of walls/etc, can do soft hand-offs, has no logical limitation of range, gets better signal strength when lots of towers are in the same area, has no issues with frequency planning.
It is better than GSM is almost every way, other than cost and market penetration.
You guys are still on fiber optics?! We use copper! It's so much better!
I can't follow your logic.
You're saying that OpenSource ZFS is a security risk because the closed source version doesn't show its source?
GPL doesn't guarantee crap. Lots of web services use GPL'd software with custom changes, but they don't need to release that code. Anyway, if you had to choose between two closed source offerings, would you want a custom in-house file system or ZFS where you don't know if they did or didn't make any changes?
Until GPL can force people to use GPL in the first place, people will just not use GPL if they don't like it.
People who use multi TB/PB setups don't really care about defrag. The benefit it provides is very little and the complexity of implementing defrag in a way that allows for a transactionally atomic operation to update potentially billions of blocks at the same time is quite hard.
ZFS can have up to 18,446,744,073,709,551,616 snapshots, and if you change the location of a block of data, you need to update it's block pointer in all of those snapshots, assuming each one points to it.
It's not a simple problem, but can be done, and the cost of re-writing BP(block pointers) is quite expensive. Since defrag doesn't actually add almost any value, there is little reason to add it.
Oracle stopped supplying code after v28. The open source community decided it's been too long and ZFS in open source needs new features. So they're parting ways with being compatible with Solaris ZFS. Up until now, Open Source ZFS was able to be mounted by Sun and visa versa, but only up to v28.
It sounds like he disabled/reduced ZFS's default to keep extra copies of meta-data.
"Unexpectedly" lost data. The things he's mentioned would have hosed other Fes' completely, but losing some data because his lack of redundancy is fine.
Everything else is already handled with LVM and software RAID.
You have a great sense of humor, keep it up.