Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Hyperbolic headlines strike again (Score 4, Insightful) 181

A lot of the value in your article is lost by trying to shoehorn "general purpose processors" into an argument about task-optimisation. The difference between properties relating to computational power and those relating to performance is really basic textbook stuff that we teach to undergraduates. Being able to run any program, and being able to run any program efficiently, is a difference taught in undergraduate architecture courses.

The parts of your article that are interesting and valuable would have been better served by a narrative that does not rely on a straw man. Cleanly separating the issue of power / performance and explaining that task-neutral optimisation is impossible would have been a better article, and one that would have been easier to write. There is a natural analogy with representation-bias in machine learning that would have provided more explanatory power without the unnecessary rhetoric. I know its the queue, but even so I am a little disappointed in your reviewers.

Comment Re:Old saying (Score 1) 249

Indeed the addition of a 4th fix does not constrain the equations, I was thinking of a slightly different positioning system when I wrote that.

The 4th signal is not historically from a ground station: most GPS receivers will generate an estimated position with a low-accuracy warning on 3 fixes, but they expect 4 in order to generate a real estimate. That 4th signal is normally another satellite. I did look briefly for the difference in CEP-50 between 3 fixes and 4, but could not find a source. You have not linked to any previous discussion on this subject, or external references, so if you have numbers on what the real difference between 3 and 4 fixes is then they would be interesting.

Ground stations are used in d-GPS, but not only as an extra point of reference. As an known location they can be used to cancel errors in the satellites estimate of its position.

Comment Re:Old saying (Score 3, Informative) 249

Actually basic geometry does not say that at all. The receiver does not get given an accurate distance to each satellite, instead it is an inacurrate relative difference in distance. The intersection between the three spheres is a 3d region rather than a point. The extra fix is required to constrain the equations to a single point. There is more info here.

Comment Re:Checksums (Score 2) 126

Stagger is also a verb, as in to cause staggering. Specifically to cause doubt in one's own view and to leave one reeling in disbelief. Literally: that persons sheer stupidity (as demonstrated through their inability to detect sarcasm) is of such magnitude that I am starting to doubt the world around me, as previously my world view did not include people of such low intellect. The cognitive dissonance between that world view and this one has left me spinning and powerless to resist.

Hope this helps. Additional language lessons are available for the low low price of $1.99.

Comment Re:Yes, worse (Score 1) 313

I would guess that it is part of a system survey. About this mac takes a snapshot of OS version / point release / software installed / modules active etc. Or it certainly does when you press More Info, but I guess it does it when you trigger the dialog. The cookie sounds like a GUID. Firing off both would allow them to build up a distribution of platforms that Yosemite is running on, similar to the Steam hardware survey. Can be useful for finding out how and where the code is used (i.e. in combination with which hardware / software). Would work better than a periodic push of the data from every machine, and it would bias the sample towards people having problems with their configuration (because that is when most people hit that menu item).

Comment Re:Einstein's Nobel was for Photo-electric effect (Score 1) 986

You should have a slashbox on the right hand side with your user details and recent messages. I believe it's the default although it is possible that I turned it on long ago and forgot. Every reply to something that you have posted will appear as a message in the box. In particular old messages and new messages are distinguished by your browser colouring in visited links. The messages are in chronological order so you do not need to skim a whole story to check for replies in different branches. Makes things a bit easier.

Comment Re: Here's the solution (Score 1) 577

So basically what your saying is that unix has fixed the OS decay problem by removing the uninstall feature. Well that sounds reasonable :)

The solution to the other problems that you describe is not shrinkwrapped / easy. My latest attempt is a dual install with one partition for stable, one for unstable and a shared home. This allows disk snapshots of the not running system to allow primitive versioning and rollback.

Comment Re:Thank GOD (Score 1) 96

Are you sure that you are average? Perhaps you should not entirely discount the idea that you are in the 50% of the population with better than average vision.

I have no trouble seeing the difference between 720p / 1080p on a 55" screen at 5m (15'), what I find strange is that I notice that many other people do. I always thought the figures for average vision must be underestimates, but other people seem to roll with them.

Comment Re:Xiki Sucks.. (Score 4, Informative) 176

Also I went through a phase of doing most of this inside vim anyway. It was a time when I was doing a lot of string manipulation in bash with long complex pipelines and I needed to explicitly show the state / track the output of each component.

In vim you just need to keep a :r! at the beginning of each command line, to execute just check that you are in command mode with esc then select the cmd line and middle click to execute, allows piping in results by selecting the input and dropping the r to get :!. There is no support for custom hit regions for the mouse, but in compensation it works everywhere already.

If you already use vim, then having access to vim motions and commands to edit output makes for a surprisingly good shell.

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...