Anandtech points out that they chose a process with higher transistor density to go for greater IPC instead of high clock rates in the CPU. There's also an amusing comment in the review about how the Bulldozer CPU architecture "sure had a lot of low hanging fruit." In other words, why weren't most of these improvements included back in 2011?
If I subscribe to magazine X, is that a public fact? If I purchase book Y, is that a public fact? If my car spends time each week in the parking lot of organization Z, is that a public fact? Library borrowings? Video rentals? Websites clicked on? The list of information about us that might be "shared" goes on and on.
What companies are selling is not just one's info in the phone book, but the association of that info with one's spending habits and one's behavior. I know at present time we have no right to control this associated info, but, yes, I believe we ought to have a right to control it.
Sounds like we need to talk about what privacy really is. A good definition of privacy is "control of your personal information" (probably from This paper.) Of course, keeping personal information entirely secret is the best means of control, but in the modern world, complete secrecy is getting more and more impractical. So what else could we do?
One option I've heard is a property right, such as ownership (similar to copyright) of personal information. Joe "owns" his name &* address, and he'll loan a copy to Time Magazine for the purpose of delivering the periodical he has paid for. Any other use of Joe's information by Time Magazine is a violation, unless Joe & Time have come to some other agreement. This is very similar to copyright, so let's just call it personal copyright.
Copyright might be too blunt an instrument though, because remedies mostly involve (expensive) civil suits. A number of European governments passed legislation called Fair Information Practices. These laws basically say that personal information can only be used for the purpose for which it was given, and cannot be repurposed without consent of the person involved. Probably the governments involved have given themselves a loophole for national security, but I haven't investigated the details. This option reduces the cost to the individual, and makes it the job of the government to enforce the law. I see this as a benefit, though some may not.
Writing Fair Information Practices into law would probably explode the business models of the currently most successful tech companies in the USA, so maybe there's a way to ease into the laws and allow the tech companies time to adjust their business methods...
The "Flying Spaghetti Monster" AKA Pastafarianism was originally created to illustrate how easily one can invent a non-testable "theory" of creation and existence.
A poster above also posits the "10 minutes ago theory," which is likewise non-testable (what is there to prevent an all powerful being from planting memories in every brain; old photos in every album, and ancient dinosaur bones in the rocks?)
Science is about testable theories; in fact I would argue the word "theory" implies testability, so we'll call the non-testable ones "explanations". I'm not sure where to classify the non-testable explanations, philosophy is a reasonable guess. Perhaps the main point to be made with non-testable explanations is that they are so easy to invent.
In any case, the science classroom is the place for discussing methods for testing testable theories, with perhaps a quick glance at several non-testable explanations to see how non-testability operates.
Intel x87 scalar FP instructions use an 80 bit internal format for higher precision. Intel SSE2 vector FP instructions use 64 bits. You will see last bit variations depending on which instructions the compiler chooses. In fact, I've heard of cases where a JIT compiler vectorized a calculation sometimes (directing code to SSE2 hardware), and left it scalar other times (directing it to 80 bit x87 hardware). Might only make a difference in the last bit, but last bit variations can add up over a few billion calculations.
I can recall a physics simulation I was involved in years ago that got differences of 10% depending on what hardware we ran it on. Turned out the Sun &SGI workstations used 64 bit FP, while the IBM box used some 128 bit or something like that. Took a while to track that one down...
I just came across this animation of world-wide weather-station measured temperatures from 1880 to the present. I know it's only 130 years, but unless one can prove a bias in early hand-made thermometers, it seems to show a hockey stick.
I, too, would be amused by folks who used the 1970s as a baseline for global warming data. So, just for the heck of it, I googled images for global warming hockey stick and it seems most of the graphs start at the year 1000 or before. However, among the top four there is one graph that starts at 1970; amusingly, it was created by a global warming sceptic. I suppose you can cite example an example somewhere of someone who bases their global warming theories only on the last 45 years, but it certainly isn't the mainstream.
It would be very wrong of the White House to give one US corporation carte-blanche to ignore a patent. Although the ITC ban may be too strong a response, there's still the fact that Apple has been ignoring a patent for years. They shouldn't be free to continue indefinitely.
At what point are charges of targeting no longer valid?
When the facts appeared to be that the IRS was mostly investigating groups with conservative sounding names, it was valid to accuse the IRS of targeting a particular part of the political spectrum, and that would be very bad indeed.
But now we know the IRS was also investigating groups with names including words like "occupy" and "progressive." Apparently they were investigating both Jewish and Christian groups. Apparently the IRS was investigating broadly across the political spectrum to make sure groups applying for 501(c)(4) status were really non-political.
At this point, don't we need to start easing off our claims of targeting? At this point, don't we begin to notice that the claims of political use of the IRS might have been premature and off base? At this point, don't we begin to concede the IRS might, just possibly might, have been doing the job they were created to do?
If so, then the IRS wasn't "targeting" open source groups at all. Maybe its time to cool down a little.
AltiVec was Motorola's 1999 SIMD instructions & hardware, a response to the SIMD instructions & hardware released by AMD in 1998 (AMD called theirs 3DNow!). Intel also released SIMD instructions & hardware in 1999, called SSE. 3DNow!, AltiVec & SSE were all 128 bit wide pipes that could handle 4 single precision floating point operations simultaneously in parallel. Some of them may have also been able to do two double precision floats also (not AltiVec though), and they all did various integer ops in parallel too.
Xeon Phi is a chip that contains around 60 independent specialized Intel X86 cores, plus caches & ring busses for the cores to communicate with each other. The core count is inexact probably because Intel is figuring out the expected number of dead cores on a chip they can ship and still call it a complete chip. Each of the 60 or so specialized cores has a 512 bit wide pipe that will do 16 parallel single precision floating point operations or 8 parallel double precision floats. To call it a "pipe" means a new instruction & data can be issued every clock cycle, and there are a number of instructions "in flight" streaming down the pipeline, with results issuing out of the bottom of the pipe every clock. The pipe is a "fused multiply add" architecture (useful for vector dot products) so theoretically, every clock cycle, the CPU could issue 16 single precision mults and 16 single precision adds, a total of 32 flops per clock per core. Most high performance computing uses double precision, so cut that 32 in half, and multiply 16 flops per clock times 60 cores times about 1.2GHz to get about 1.2 DP teraflops (theoretical) per Xeon Phi chip. Actual flops will be considerably lower if the problem doesn't fit well in cache.
The bottom half of this article has a nice overview of Xeon Phi specs.
How many "Intel Inside" stickers will they be posting on Tianhe-2? I can see an a argument for a mere 16000 - one per node; 32000 - one per Ivy Bridge chip; and 80000 - one per Intel core carrying chip. But I think Intel's marketing dept should hold out for 3.12 million stickers - one per core!
It's too bad Thinking Machines Incorporated never had a sticker policy, because the "Fat Tree" routing topology is straight out of TMI (the prior TMI topology, hypercube, didn't allow the customer as much choice to balance cores vs interconnect).
True, no CPU chips draw 220 watts. But that doesn't mean it's impossible to cool a 220 watt chip
The Nvidia Titan GPU card, with a 7 billion transistor chip at its heart, draws an additional 236 watts when it goes from idle to full load. It's not hard to imagine 200 watts feeding into the GPU chip. Other GPU cards on that page draw even more power than the Titan. The Radeon HD 6950 CFX card drew 329 watts. It's not hard to imagine the chip at its heart drew over 220 watts.
If you want to cool a 220 watt CPU you might need water cooling, but it's by no means impossible.
As of 2013, the user can attach arbitrary tags to a file and search by tag as well as filename (e.g. "important"). Turns out MS introduced file "comments" with Win XP, although searching by comment was awkward. Vista improved upon it, and of course Win 7 inherited it from Vista.
The teach basic animation, stop motion animation, video game design, basic video editing, and probably some other stuff. They use all freeware tools on Windows laptops. Looking at their website, they seem to be actively exporting their stuff to other countries. Definitely worth a look.
Good points. Another thing that makes the S1200 similar to Atom & different from Core is the S1200 doesn't do out-of-order execution. Core chips have something like a 50 instruction re-order buffer, and that helps Core execute an average of 1.5 instructions per clock per thread (at the cost of greatly increased complexity). Atom on the other hand, so far, does no re-ordering, which makes it much simpler and a bit slower.
Yeah, I've heard of offline GPS. But the excellence of Google Maps led me to some false conclusions about smartphone maps in general.
Almost eight years ago, we did some extensive driving in Italy with a Garmin Quest of that era. Every night I would have to connect it to the laptop and swap in a new set of maps for the next day's drive. And sometimes it led us astray -- roads that didn't go through; dead ends that shouldn't have been, etc (not to mention construction detours). But it was still far better than trying to navigate city centers with paper maps.
Since then I've used a newer fancier Garmin and a couple cars with built-in GPSs. They frequently don't find the optimal route, and occasionally they have a few roads wrong or the GPS "destination" is a 100 yards from the true destination. When I got an Android phone, I was blown away by how much better the route quality was than my prior GPSs. Even if the Google maps had only been equal to my older Garmins, the traffic info is so good you don't want to leave home without it.
But my point is this: all along, we have been learning what kinds of errors to expect from our GPS devices. We've learned that minor errors are common. We've learned to be alert when we encounter detours. We've learned that newer devices work better. But errors of seventy kilometers? for multiple cities? I mean, that's so far outside my eight years experience with GPS devices that I wouldn't have believed it. And to think that Apple replaced Google maps with this crap? The quality of Apple maps is so far below the quality of any other GPS device I have ever used that Apple doesn't belong in the same category as the other devices.
At long last, Apple, have you no sense of decency?
.
The original patents were utility patents, not design patents. You are uninformed and you need to come to terms with that, such as not spitting ignorant bullshit at others thats based completely on incomplete information.
Ummm... the so called '604 patent that sparked the ban of the Galaxy Nexus is a utility patent. It's a patent about the utility of unified search and spoken results on a smartphone.
I find it rather amusing to read all this libertarian commentary treating the patent system as some form of "government regulation" as if it were some afterthought tacked on by politicians not as wise as the Founding Fathers.
Regulations, on the other hand, are generally understood to be created by the bureaucracy without having been voted on by Congress nor signed by the President. Sorry, but if patents are a government regulation then so is the Second Amendment.
There are some secondary characteristics of the mirror that may be less than perfect for optical astronomy. The Hubble mirror was ground smooth enough to focus the Lyman Alpha spectral lines of neutral hydrogen (best way to see H2 gas clouds). These wavelengths are in the UV. Presumably an earth-looking satellite won't have much use for UV, but it might be better at IR, which is also useful in astronomy. Also in service of the short wavelength goal, the Hubble primary mirror was made of a very exotic glass with near zero thermal coefficient of expansion. The mirror has glass stiffening braces in back that were *welded* on; no annealing necessary. Presumably spy satellites rarely have multi-hour exposure times, so thermal stability may not be so necessary. On the other hand, it sounds like the spy satellite secondary mirrors are adaptive optics. This is good for correcting for atmospheric distortion, but it needs a bright source (earth based scopes with AO use lasers to create a bright source high in the atmosphere for distortion correction). Perhaps the AO can be used to correct for thermal changes to the primary; I don't know...
> 2. Test Score Growth: Any single score can be socioeconomics, but growth is due to the school.
.
So would you rather send your kids to a school that raises kids from the 10th to the 25th percentile (a raise of 25%) or a school that merely raises kids from the 70th to the 75th percentile? Or what about a school that simply maintains its students at the 90th percentile?
Seems to me that 10th to 25th percentile school is most likely to graduate kids on the 25th percentile. Not what I'm looking for. If my kids can fit in at the zero raise 90th percentile school, I think I'd be pretty satisfied with it.
I own a Lumix DMC FZ100 and I think it's great. Zoom range is 24X (25mm - 600mm equiv.) so there's not too many occasions when you'd even want to change lenses. It's not a shirt-pocket camera like the ZS10, but on the other hand, it shoots good 1080P video and does bursts at full resolution up to 11 frames/sec. Last night I was taking pix for my son's cooking project, hand held at 1/10 and 1/8 sec under natural kitchen incandescent lighting and they were almost as sharp as daylight photos.
The downside of all the small sensor cameras is low light shooting. You'll just have to accept that in low light your camera is not a full 12 or 14 megapixels. What I do is force the ISO to be 100 all the time. If the ISO climbs to 200 I can see noise I don't like at full resolution; either that or noise reduction artifacts that are also annoying. So I shoot at ISO 100 and either underexpose and/or reduce the effective pixel count. Underexposure can be adjusted in post-processing; reduced pixel count is just a fact of life in low light - 3.5 megapixels is still decent for many purposes.
If you're going to do this you need something called "royal icing." Ordinary icing stays soft and goey. Royal icing hardens up almost like hard candy overnight.
Ever wonder how a device like an ipad Touch, with no GPS, can locate itself in urban and suburban areas?
The answer is Skyhook, a company that war-drives our neighborhoods, collects WiFi info without permission, associates WiFi MACs or other identifying info with Lat. & Long. coordinates and sells a service that can tell WiFi receivers where they are.
So if it's evil for Google to war-drive and collect WiFi identifiers, shouldn't it also be evil for Skyhook?
Disclosure: I don't work for Google but a couple friends do...
According to many websites such as this and this the LG Optimus F3Q has a sliding qwerty keyboard, a 4" 800x480 display, and Android 4.1.2 Jelly Bean.
A more useful article that lists the patent numbers and claims in dispute.
Anandtech points out that they chose a process with higher transistor density to go for greater IPC instead of high clock rates in the CPU. There's also an amusing comment in the review about how the Bulldozer CPU architecture "sure had a lot of low hanging fruit." In other words, why weren't most of these improvements included back in 2011?
If I subscribe to magazine X, is that a public fact? If I purchase book Y, is that a public fact? If my car spends time each week in the parking lot of organization Z, is that a public fact? Library borrowings? Video rentals? Websites clicked on? The list of information about us that might be "shared" goes on and on.
What companies are selling is not just one's info in the phone book, but the association of that info with one's spending habits and one's behavior. I know at present time we have no right to control this associated info, but, yes, I believe we ought to have a right to control it.
One option I've heard is a property right, such as ownership (similar to copyright) of personal information. Joe "owns" his name &* address, and he'll loan a copy to Time Magazine for the purpose of delivering the periodical he has paid for. Any other use of Joe's information by Time Magazine is a violation, unless Joe & Time have come to some other agreement. This is very similar to copyright, so let's just call it personal copyright.
Copyright might be too blunt an instrument though, because remedies mostly involve (expensive) civil suits. A number of European governments passed legislation called Fair Information Practices. These laws basically say that personal information can only be used for the purpose for which it was given, and cannot be repurposed without consent of the person involved. Probably the governments involved have given themselves a loophole for national security, but I haven't investigated the details. This option reduces the cost to the individual, and makes it the job of the government to enforce the law. I see this as a benefit, though some may not.
Writing Fair Information Practices into law would probably explode the business models of the currently most successful tech companies in the USA, so maybe there's a way to ease into the laws and allow the tech companies time to adjust their business methods...
A poster above also posits the "10 minutes ago theory," which is likewise non-testable (what is there to prevent an all powerful being from planting memories in every brain; old photos in every album, and ancient dinosaur bones in the rocks?)
Science is about testable theories; in fact I would argue the word "theory" implies testability, so we'll call the non-testable ones "explanations". I'm not sure where to classify the non-testable explanations, philosophy is a reasonable guess. Perhaps the main point to be made with non-testable explanations is that they are so easy to invent.
In any case, the science classroom is the place for discussing methods for testing testable theories, with perhaps a quick glance at several non-testable explanations to see how non-testability operates.
I can recall a physics simulation I was involved in years ago that got differences of 10% depending on what hardware we ran it on. Turned out the Sun &SGI workstations used 64 bit FP, while the IBM box used some 128 bit or something like that. Took a while to track that one down...
I just came across this animation of world-wide weather-station measured temperatures from 1880 to the present. I know it's only 130 years, but unless one can prove a bias in early hand-made thermometers, it seems to show a hockey stick.
I, too, would be amused by folks who used the 1970s as a baseline for global warming data. So, just for the heck of it, I googled images for global warming hockey stick and it seems most of the graphs start at the year 1000 or before. However, among the top four there is one graph that starts at 1970; amusingly, it was created by a global warming sceptic. I suppose you can cite example an example somewhere of someone who bases their global warming theories only on the last 45 years, but it certainly isn't the mainstream.
It would be very wrong of the White House to give one US corporation carte-blanche to ignore a patent. Although the ITC ban may be too strong a response, there's still the fact that Apple has been ignoring a patent for years. They shouldn't be free to continue indefinitely.
When the facts appeared to be that the IRS was mostly investigating groups with conservative sounding names, it was valid to accuse the IRS of targeting a particular part of the political spectrum, and that would be very bad indeed.
But now we know the IRS was also investigating groups with names including words like "occupy" and "progressive." Apparently they were investigating both Jewish and Christian groups. Apparently the IRS was investigating broadly across the political spectrum to make sure groups applying for 501(c)(4) status were really non-political.
At this point, don't we need to start easing off our claims of targeting? At this point, don't we begin to notice that the claims of political use of the IRS might have been premature and off base? At this point, don't we begin to concede the IRS might, just possibly might, have been doing the job they were created to do?
If so, then the IRS wasn't "targeting" open source groups at all. Maybe its time to cool down a little.
AltiVec was Motorola's 1999 SIMD instructions & hardware, a response to the SIMD instructions & hardware released by AMD in 1998 (AMD called theirs 3DNow!). Intel also released SIMD instructions & hardware in 1999, called SSE. 3DNow!, AltiVec & SSE were all 128 bit wide pipes that could handle 4 single precision floating point operations simultaneously in parallel. Some of them may have also been able to do two double precision floats also (not AltiVec though), and they all did various integer ops in parallel too.
Xeon Phi is a chip that contains around 60 independent specialized Intel X86 cores, plus caches & ring busses for the cores to communicate with each other. The core count is inexact probably because Intel is figuring out the expected number of dead cores on a chip they can ship and still call it a complete chip. Each of the 60 or so specialized cores has a 512 bit wide pipe that will do 16 parallel single precision floating point operations or 8 parallel double precision floats. To call it a "pipe" means a new instruction & data can be issued every clock cycle, and there are a number of instructions "in flight" streaming down the pipeline, with results issuing out of the bottom of the pipe every clock. The pipe is a "fused multiply add" architecture (useful for vector dot products) so theoretically, every clock cycle, the CPU could issue 16 single precision mults and 16 single precision adds, a total of 32 flops per clock per core. Most high performance computing uses double precision, so cut that 32 in half, and multiply 16 flops per clock times 60 cores times about 1.2GHz to get about 1.2 DP teraflops (theoretical) per Xeon Phi chip. Actual flops will be considerably lower if the problem doesn't fit well in cache.
The bottom half of this article has a nice overview of Xeon Phi specs.
It's too bad Thinking Machines Incorporated never had a sticker policy, because the "Fat Tree" routing topology is straight out of TMI (the prior TMI topology, hypercube, didn't allow the customer as much choice to balance cores vs interconnect).
The Nvidia Titan GPU card, with a 7 billion transistor chip at its heart, draws an additional 236 watts when it goes from idle to full load. It's not hard to imagine 200 watts feeding into the GPU chip. Other GPU cards on that page draw even more power than the Titan. The Radeon HD 6950 CFX card drew 329 watts. It's not hard to imagine the chip at its heart drew over 220 watts.
If you want to cool a 220 watt CPU you might need water cooling, but it's by no means impossible.
As of 2013, the user can attach arbitrary tags to a file and search by tag as well as filename (e.g. "important"). Turns out MS introduced file "comments" with Win XP, although searching by comment was awkward. Vista improved upon it, and of course Win 7 inherited it from Vista.
The teach basic animation, stop motion animation, video game design, basic video editing, and probably some other stuff. They use all freeware tools on Windows laptops. Looking at their website, they seem to be actively exporting their stuff to other countries. Definitely worth a look.
Good points. Another thing that makes the S1200 similar to Atom & different from Core is the S1200 doesn't do out-of-order execution. Core chips have something like a 50 instruction re-order buffer, and that helps Core execute an average of 1.5 instructions per clock per thread (at the cost of greatly increased complexity). Atom on the other hand, so far, does no re-ordering, which makes it much simpler and a bit slower.
Almost eight years ago, we did some extensive driving in Italy with a Garmin Quest of that era. Every night I would have to connect it to the laptop and swap in a new set of maps for the next day's drive. And sometimes it led us astray -- roads that didn't go through; dead ends that shouldn't have been, etc (not to mention construction detours). But it was still far better than trying to navigate city centers with paper maps.
Since then I've used a newer fancier Garmin and a couple cars with built-in GPSs. They frequently don't find the optimal route, and occasionally they have a few roads wrong or the GPS "destination" is a 100 yards from the true destination. When I got an Android phone, I was blown away by how much better the route quality was than my prior GPSs. Even if the Google maps had only been equal to my older Garmins, the traffic info is so good you don't want to leave home without it.
But my point is this: all along, we have been learning what kinds of errors to expect from our GPS devices. We've learned that minor errors are common. We've learned to be alert when we encounter detours. We've learned that newer devices work better. But errors of seventy kilometers? for multiple cities? I mean, that's so far outside my eight years experience with GPS devices that I wouldn't have believed it. And to think that Apple replaced Google maps with this crap? The quality of Apple maps is so far below the quality of any other GPS device I have ever used that Apple doesn't belong in the same category as the other devices.
At long last, Apple, have you no sense of decency? .
The original patents were utility patents, not design patents. You are uninformed and you need to come to terms with that, such as not spitting ignorant bullshit at others thats based completely on incomplete information.
Ummm ... the so called '604 patent that sparked the ban of the Galaxy Nexus is a utility patent. It's a patent about the utility of unified search and spoken results on a smartphone.
The fact is patents championed by Thomas Jefferson http://cti.itc.virginia.edu/~meg3c/classes/tcc313/200Rprojs/jefferson_invent/patent.html and enshrined in Article I Sec. 8 of the U.S. Constitution. It may or may not be wise to eradicate patents, but doing so will require a Constitutional Amendment.
Regulations, on the other hand, are generally understood to be created by the bureaucracy without having been voted on by Congress nor signed by the President. Sorry, but if patents are a government regulation then so is the Second Amendment.
There are some secondary characteristics of the mirror that may be less than perfect for optical astronomy. The Hubble mirror was ground smooth enough to focus the Lyman Alpha spectral lines of neutral hydrogen (best way to see H2 gas clouds). These wavelengths are in the UV. Presumably an earth-looking satellite won't have much use for UV, but it might be better at IR, which is also useful in astronomy. Also in service of the short wavelength goal, the Hubble primary mirror was made of a very exotic glass with near zero thermal coefficient of expansion. The mirror has glass stiffening braces in back that were *welded* on; no annealing necessary. Presumably spy satellites rarely have multi-hour exposure times, so thermal stability may not be so necessary. On the other hand, it sounds like the spy satellite secondary mirrors are adaptive optics. This is good for correcting for atmospheric distortion, but it needs a bright source (earth based scopes with AO use lasers to create a bright source high in the atmosphere for distortion correction). Perhaps the AO can be used to correct for thermal changes to the primary; I don't know...
So would you rather send your kids to a school that raises kids from the 10th to the 25th percentile (a raise of 25%) or a school that merely raises kids from the 70th to the 75th percentile? Or what about a school that simply maintains its students at the 90th percentile?
Seems to me that 10th to 25th percentile school is most likely to graduate kids on the 25th percentile. Not what I'm looking for. If my kids can fit in at the zero raise 90th percentile school, I think I'd be pretty satisfied with it.
The downside of all the small sensor cameras is low light shooting. You'll just have to accept that in low light your camera is not a full 12 or 14 megapixels. What I do is force the ISO to be 100 all the time. If the ISO climbs to 200 I can see noise I don't like at full resolution; either that or noise reduction artifacts that are also annoying. So I shoot at ISO 100 and either underexpose and/or reduce the effective pixel count. Underexposure can be adjusted in post-processing; reduced pixel count is just a fact of life in low light - 3.5 megapixels is still decent for many purposes.
Here's a decent recipe: http://www.foodnetwork.com/recipes/alton-brown/royal-icing-recipe/index.html . The reason it calls for pasturized egg whites is there's no cooking involved and raw eggs are risky. We have used powdered egg whites http://www.google.com/search?q=powdered+egg+whites&ie=utf-8&oe=utf-8 (reconstituted according to directions) to good effect.
The answer is Skyhook, a company that war-drives our neighborhoods, collects WiFi info without permission, associates WiFi MACs or other identifying info with Lat. & Long. coordinates and sells a service that can tell WiFi receivers where they are.
So if it's evil for Google to war-drive and collect WiFi identifiers, shouldn't it also be evil for Skyhook?
Disclosure: I don't work for Google but a couple friends do...