Find Command Prompt in whatever start menu you have (it's probably under Accessories), and right-click on it, then select Run as administrator.
You should get a User Account Control prompt, select yes.
To see what the current association is, enter
assoc.mht
and press Enter/Return. It'll likely return
.mht=mhmtlfile
and if you wish to check if IE is the handler for that file type enter
ftype mhtmlfile
and press Enter. If the result mentions iexplore.exe, that's IE.
Enter the following two lines (pressing Enter after each) to break the association for IE archives (there are two extensions associated):
assoc.mht=
assoc.mhmtl=
Close the prompt (type exit and press Enter, or click the "X" close window control).
A somewhat safer way (in terms of other possible exploits, not in mucking up your PC) is to use ftype to list any file types opened by IE ( ftype | find "iexplore" ) and then delete those filetypes ( ftype filetype= ), but if you're not confident with what you're doing, skip that.
Yep. All they gotta do is hook the brains up to twitter and get something at least as insightful as "covfefe" out of them, and BAM! we're in the future.
I'm happy to compromise and leave plutonium there, as long as elements 119 and 120 aren't named Mickium and Donaldium. Although perhaps given the length of certain copyrights, those names might be appropriate if they happen to fall into the island of stability.
I found this article to be rather long winded in order to create a story with suspense.
The moon has a side facing away from Saturn which is darker then the side facing saturn. It seems to be due to collecting dust from a larger ring that is on the border of its orbit.
Done, saved you a long and pointless naritive.
Actually, that's not quite correct. You've got two errors there, and missing the real mystery, although the article itself actually fails to explicitly specify what the solution is.
The darker side is actually the leading hemisphere, not the far or outer side (from Saturn). Dust doesn't onto the far side, the moon plows through it in places, getting dust on the leading side. No mystery here for quite a while though - telescopes have been able to make out "the dark patterns look a lot like dust" for quite a while. The Phoebe ring itself was only detected about 10 years ago, but it was expected that dust was coming from the outer moons for a while.
The thing is, if the only process happening was that dust was being swept up by Iapetus, then every time the dark side faced the Sun, the dark coating would heat up, cause the ice underneath it to sublime (think evaporate, if that doesn't mean anything - it's close enough) and freeze again over the dust, leaving behind a light surface again. But we see a dark surface. Why? Mystery!
The solution (which the article doesn't really explain fully) is that initially dust from the ring caused ice to turn to gas, leaving behind a dark residue that we now see (and the Cassini probe has been able to measure), but instead of just floating around above the (relatively) warm, dark surface until it faces away from the Sun and cools down, much of the vapour refreezes on the light side as it passes over it due to the lower temperature there.
The dark residue (not the original dust) now causes further heating each orbit, repeating the cycle. Over time, a large amount of ice from the leading side is being evaporated away, leaving that side to get darker and darker from the residue, with a certain amount of the ice migrating to the light side and refreezing (as light coloured ice) keeping it nice and bright.
TLDR: Mystery! Dust doesn't explain the dark leading side of Iapetus! Ice would cover it in a shiny coat each orbit. Planetary detectives trace the culprit to dark residues left behind as heated ice moves to a new neighbourhood on the cooler side of the moon. More dark areas means more solar heating, and more ice migrating away in a self-perpetuating cycle. Mystery solved! Good job, planetary scientists!
Viewed from which side? Counterclockwise does not apply here.
Viewed when looking down from the north pole. This is mentioned in TFA, per
Rather that [sic] (looking down from the north pole) orbiting counterclockwise around its parent planet, which all the other moons do, Phoebe revolves clockwise around Saturn.
First, they're not "teleporting" the photon. It's a quantum property (such as spin - which, also, by the way, doesn't have to do with the photon rotating in the way you'd think of, say, a ball spinning, but I digress) that is being "teleported" and applied to the target photon.
Second, when you send a fax, the "picture" (or the information to recreate it) is sent along the wires (or optic fibres, radio waves, etc.) through space from one location to the other. With entangled particles, the effect that alters the target particle's property doesn't travel through space. It just affects it directly. That's why it's instantaneous (as opposed to travelling at the speed of light or less, like your fax signal) and called teleportation. The downside is that this teleportation effect cannot convey information.
Many of the printer manufacturers have software that allows you to print to their printers if they are on a LAN your Android is connected to. I have a Samsung MFP and can print and scan quite easily using Samsung's mobile print app for example. Just match your printer manufacturer with the app and check it supports the model.
What you can print depends on the printing app as it either implements an action or reads particular file types. The Samsung one reads from your picture gallery, google docs, web pages, facebook & twitter and various other format files in your documents directories (txt, pdf and I'm pretty sure some versions of office files). I find scanning often to be more straightforward than on my PC.
Pretty sure there are apps for Brother, HP, Epson, Canon, etc. Their features & polish will probably vary. Just search for printer in the android market, eg https://market.android.com/search?q=print&so=1&c=apps
Obviously if your printing is only over the LAN, it should be more secure than a "cloud" based method, and some of those apps charge per page printed IIRC.
What about an iPad or android tablet? They tend to have a "downward" facing camera and already have a screen. You could use it as a portable magnifier, for general use, as well as a reader. They have the capacity to do OCR on a book, and could present the text one word, or even one letter, at a time. I'm sure a book holder with a frame to support the tablet wouldn't be too hard to rig up - you could probably make it fold up and portable (fit inside a briefcase, say) with a little bit of thought.
There is no 'bufferbloat because RAM is getting cheaper'. What he is seeing is what happens when you want to saturate your link.......you get either a buffered or a dropped packet.
Yes, and if a link is saturated, there should be packet drops, which TCP senses, then automatically throttles back to reduce the required bandwidth and avoid saturation.
But what is happening, is that these huge buffers are holding packets that would otherwise be dropped, and so TCP doesn't get the feedback it needs to detect saturation. So it continues transmitting at full speed, believing it has uncongested pipes, which in turn continues to fill the buffers, and so on.
Because of the buffers, most of these packets are eventually getting through, but maybe in seconds instead of tens or low hundreds of milliseconds. Thus you're getting huge latency.
Jitter is caused by the buffers eventually filling or TCP timing out (registering packet loss), dropping the rate for a little bit, the buffers draining, then TCP upping the rate again as the buffers refill, hiding the saturation, until they're full again. Rinse and repeat.
It's related to the "bloat" of buffering (due to the increasing affordability of RAM and the "more of a good thing must be better than a little of a good thing - QED" mindset) because, if the size of the buffer is kept below a certain point related to the pipe bandwidth and number of traffic streams, it tends to act just as a temporary "buffer" against spikes in the traffic (the intention of buffering), and can't cause the scenario above, having insufficient capacity to overload the bandwidth just from buffer contents alone. Above this threshold, the latency issues and back-and-forth thrashing noted above occurs. The bigger the buffers, the worse the effect.
And it's not just a "well, keep your traffic below x mbit if you're on ADSL2" issue, because it happens anywhere a high capacity pipe interfaces with a low capacity or otherwise congested (of any capacity) pipe. This might be your ISP's backbone which is getting hit by several thousand people downloading the latest WOW patch simultaneously, causing your 300kbps Skype call to go to hell through latency and jitter. If the ISP's equipment had smaller buffers, the servers would be throttling back as packet loss occurred. You'd probably still be losing packets, but they'd be detected and re-transmitted pretty quickly and you possibly wouldn't notice the latency or have jitter.
What he is seeing is what happens when you want to saturate your link.
So, no, what you get with appropriate buffers is your TCP connection moderating itself to the appropriate link capacity and availability, and latency remaining approximately the same (relative to what you're seeing in bufferbloat, but worse than an uncongested link, obviously).
With bufferbloat, your bandwidth appears to remain about the same, but your latency balloons massively and you get jitter effects as above.
It was probably either bad editing or the "I have no real idea of what I'm talking about, it's that sciencey stuff" version of "vehicle breaking the sound barrier".
Why do you assume it was a 'he'? There are plenty of women who would be happy to look at other females; and unfortunately a goodly number of people who don't really care about gender but get off on the power trip and humiliation.
Once again: my buddy got shot by one of those high velocity armour piercing rounds; it went straight through him, hardly any damage at all. So there's no chance at all anyone'd be hurt by one of those namby-pamby pistol rounds. They'd probably bounce right off or something.
My understanding was that the satellites were in an orbit high enough that the debris would float around for several thousand years before being caught by the atmosphere. I suppose a few bits might have had the energy to move closer in, but all in all it sounds more like the Martians have arrived. Might be a good idea to go make some bacteria bombs before they finish building those tripedal walkers.
what if they re-funded the cost of an OEM version of vista to everyone, and provided a free downgrade to XP, or up to 7,
What makes you think Windows 7 would run on the hardware involved? It's not some lightweight OS, regardles of the hype. It's just less sucky than Vista is/was and has similar hardware requirements (being basically Vista 1.5). I suppose that when they stop beating you with the steel pipe filled with lead and start beating you with just the steel pipe instead, you've got the tendency to say "Oh, that feels so much better".
I think being forced to provide a free copy of Win XP would be somewhat ironic given it's likely there was some motive as well to boost Vista ship numbers as well as placate the hardware makers. Of course, since those PCs have been unable to function properly since they were purchased (the whole point of the suit) it would not seem unreasonable that full support for XP be mandated for an equal period:-)
So, the headlines blare "WPA is cracked!!!!", but the researchers themselves say they haven't cracked the keys used to encrypt the data and all they have is a "starting point".
So, how is WPA cracked and useless, again??
I suppose maybe we'll see at the PacSec conference.
You should get a User Account Control prompt, select yes.
To see what the current association is, enter
and press Enter/Return. It'll likely return
and if you wish to check if IE is the handler for that file type enter
and press Enter. If the result mentions iexplore.exe, that's IE.
Enter the following two lines (pressing Enter after each) to break the association for IE archives (there are two extensions associated):
Close the prompt (type exit and press Enter, or click the "X" close window control).
A somewhat safer way (in terms of other possible exploits, not in mucking up your PC) is to use ftype to list any file types opened by IE ( ftype | find "iexplore" ) and then delete those filetypes ( ftype filetype= ), but if you're not confident with what you're doing, skip that.
Yep. All they gotta do is hook the brains up to twitter and get something at least as insightful as "covfefe" out of them, and BAM! we're in the future.
I'm happy to compromise and leave plutonium there, as long as elements 119 and 120 aren't named Mickium and Donaldium. Although perhaps given the length of certain copyrights, those names might be appropriate if they happen to fall into the island of stability.
I found this article to be rather long winded in order to create a story with suspense. The moon has a side facing away from Saturn which is darker then the side facing saturn. It seems to be due to collecting dust from a larger ring that is on the border of its orbit.
Done, saved you a long and pointless naritive.
Actually, that's not quite correct. You've got two errors there, and missing the real mystery, although the article itself actually fails to explicitly specify what the solution is.
The darker side is actually the leading hemisphere, not the far or outer side (from Saturn). Dust doesn't onto the far side, the moon plows through it in places, getting dust on the leading side. No mystery here for quite a while though - telescopes have been able to make out "the dark patterns look a lot like dust" for quite a while. The Phoebe ring itself was only detected about 10 years ago, but it was expected that dust was coming from the outer moons for a while.
The thing is, if the only process happening was that dust was being swept up by Iapetus, then every time the dark side faced the Sun, the dark coating would heat up, cause the ice underneath it to sublime (think evaporate, if that doesn't mean anything - it's close enough) and freeze again over the dust, leaving behind a light surface again. But we see a dark surface. Why? Mystery!
The solution (which the article doesn't really explain fully) is that initially dust from the ring caused ice to turn to gas, leaving behind a dark residue that we now see (and the Cassini probe has been able to measure), but instead of just floating around above the (relatively) warm, dark surface until it faces away from the Sun and cools down, much of the vapour refreezes on the light side as it passes over it due to the lower temperature there.
The dark residue (not the original dust) now causes further heating each orbit, repeating the cycle. Over time, a large amount of ice from the leading side is being evaporated away, leaving that side to get darker and darker from the residue, with a certain amount of the ice migrating to the light side and refreezing (as light coloured ice) keeping it nice and bright.
TLDR: Mystery! Dust doesn't explain the dark leading side of Iapetus! Ice would cover it in a shiny coat each orbit. Planetary detectives trace the culprit to dark residues left behind as heated ice moves to a new neighbourhood on the cooler side of the moon. More dark areas means more solar heating, and more ice migrating away in a self-perpetuating cycle. Mystery solved! Good job, planetary scientists!
Yet one of Saturn's moon's, Iapetus, is unique
Aren't they all unique?
Yes, and they're all special too.
And they can grow up to be any kind of planet they want.
AS LONG AS IT'S A DWARF PLANET, RIGHT PLUTO? HA HA HA, LOSER!
Viewed from which side? Counterclockwise does not apply here.
Viewed when looking down from the north pole. This is mentioned in TFA, per
Rather that [sic] (looking down from the north pole) orbiting counterclockwise around its parent planet, which all the other moons do, Phoebe revolves clockwise around Saturn.
Two things to note:
First, they're not "teleporting" the photon. It's a quantum property (such as spin - which, also, by the way, doesn't have to do with the photon rotating in the way you'd think of, say, a ball spinning, but I digress) that is being "teleported" and applied to the target photon.
Second, when you send a fax, the "picture" (or the information to recreate it) is sent along the wires (or optic fibres, radio waves, etc.) through space from one location to the other. With entangled particles, the effect that alters the target particle's property doesn't travel through space. It just affects it directly. That's why it's instantaneous (as opposed to travelling at the speed of light or less, like your fax signal) and called teleportation. The downside is that this teleportation effect cannot convey information.
The chances of it being anything else are a million-to-one.
Any chance that was recorded and is available? Couldn't find it via google.
Many of the printer manufacturers have software that allows you to print to their printers if they are on a LAN your Android is connected to. I have a Samsung MFP and can print and scan quite easily using Samsung's mobile print app for example. Just match your printer manufacturer with the app and check it supports the model. What you can print depends on the printing app as it either implements an action or reads particular file types. The Samsung one reads from your picture gallery, google docs, web pages, facebook & twitter and various other format files in your documents directories (txt, pdf and I'm pretty sure some versions of office files). I find scanning often to be more straightforward than on my PC. Pretty sure there are apps for Brother, HP, Epson, Canon, etc. Their features & polish will probably vary. Just search for printer in the android market, eg https://market.android.com/search?q=print&so=1&c=apps Obviously if your printing is only over the LAN, it should be more secure than a "cloud" based method, and some of those apps charge per page printed IIRC.
What about an iPad or android tablet? They tend to have a "downward" facing camera and already have a screen. You could use it as a portable magnifier, for general use, as well as a reader. They have the capacity to do OCR on a book, and could present the text one word, or even one letter, at a time. I'm sure a book holder with a frame to support the tablet wouldn't be too hard to rig up - you could probably make it fold up and portable (fit inside a briefcase, say) with a little bit of thought.
Forever available
And constantly breaking the speed limit,
Or the Pegasus Galaxy, perhaps?
There is no 'bufferbloat because RAM is getting cheaper'. What he is seeing is what happens when you want to saturate your link. ... ...you get either a buffered or a dropped packet.
Yes, and if a link is saturated, there should be packet drops, which TCP senses, then automatically throttles back to reduce the required bandwidth and avoid saturation. But what is happening, is that these huge buffers are holding packets that would otherwise be dropped, and so TCP doesn't get the feedback it needs to detect saturation. So it continues transmitting at full speed, believing it has uncongested pipes, which in turn continues to fill the buffers, and so on.
Because of the buffers, most of these packets are eventually getting through, but maybe in seconds instead of tens or low hundreds of milliseconds. Thus you're getting huge latency.
Jitter is caused by the buffers eventually filling or TCP timing out (registering packet loss), dropping the rate for a little bit, the buffers draining, then TCP upping the rate again as the buffers refill, hiding the saturation, until they're full again. Rinse and repeat.
It's related to the "bloat" of buffering (due to the increasing affordability of RAM and the "more of a good thing must be better than a little of a good thing - QED" mindset) because, if the size of the buffer is kept below a certain point related to the pipe bandwidth and number of traffic streams, it tends to act just as a temporary "buffer" against spikes in the traffic (the intention of buffering), and can't cause the scenario above, having insufficient capacity to overload the bandwidth just from buffer contents alone. Above this threshold, the latency issues and back-and-forth thrashing noted above occurs. The bigger the buffers, the worse the effect.
And it's not just a "well, keep your traffic below x mbit if you're on ADSL2" issue, because it happens anywhere a high capacity pipe interfaces with a low capacity or otherwise congested (of any capacity) pipe. This might be your ISP's backbone which is getting hit by several thousand people downloading the latest WOW patch simultaneously, causing your 300kbps Skype call to go to hell through latency and jitter. If the ISP's equipment had smaller buffers, the servers would be throttling back as packet loss occurred. You'd probably still be losing packets, but they'd be detected and re-transmitted pretty quickly and you possibly wouldn't notice the latency or have jitter.
What he is seeing is what happens when you want to saturate your link.
So, no, what you get with appropriate buffers is your TCP connection moderating itself to the appropriate link capacity and availability, and latency remaining approximately the same (relative to what you're seeing in bufferbloat, but worse than an uncongested link, obviously).
With bufferbloat, your bandwidth appears to remain about the same, but your latency balloons massively and you get jitter effects as above.
It was probably either bad editing or the "I have no real idea of what I'm talking about, it's that sciencey stuff" version of "vehicle breaking the sound barrier".
Why do you assume it was a 'he'? There are plenty of women who would be happy to look at other females; and unfortunately a goodly number of people who don't really care about gender but get off on the power trip and humiliation.
Once again: my buddy got shot by one of those high velocity armour piercing rounds; it went straight through him, hardly any damage at all. So there's no chance at all anyone'd be hurt by one of those namby-pamby pistol rounds. They'd probably bounce right off or something.
My understanding was that the satellites were in an orbit high enough that the debris would float around for several thousand years before being caught by the atmosphere. I suppose a few bits might have had the energy to move closer in, but all in all it sounds more like the Martians have arrived. Might be a good idea to go make some bacteria bombs before they finish building those tripedal walkers.
Pressed CDs suffer bit rot as well, I believe. Different reason, same end result.
what if they re-funded the cost of an OEM version of vista to everyone, and provided a free downgrade to XP, or up to 7,
What makes you think Windows 7 would run on the hardware involved? It's not some lightweight OS, regardles of the hype. It's just less sucky than Vista is/was and has similar hardware requirements (being basically Vista 1.5). I suppose that when they stop beating you with the steel pipe filled with lead and start beating you with just the steel pipe instead, you've got the tendency to say "Oh, that feels so much better".
I think being forced to provide a free copy of Win XP would be somewhat ironic given it's likely there was some motive as well to boost Vista ship numbers as well as placate the hardware makers. Of course, since those PCs have been unable to function properly since they were purchased (the whole point of the suit) it would not seem unreasonable that full support for XP be mandated for an equal period :-)
I believe this is called Windows Live OneCare, right?
I think trying to *snort* it will just end up with a joystick stuck in your nostril, not an addiction.
Quoting Black Cardinal, above:
So, yes, there's a good chance it would be :-)
So, the headlines blare "WPA is cracked!!!!", but the researchers themselves say they haven't cracked the keys used to encrypt the data and all they have is a "starting point".
So, how is WPA cracked and useless, again??
I suppose maybe we'll see at the PacSec conference.