Slashdot Mirror


User: Mashdar

Mashdar's activity in the archive.

Stories
0
Comments
466
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 466

  1. Re:Nice, but who has $1000 to pay on a CPU? on Intel's Core i7-980X Six-Core Benchmarked · · Score: 1

    Did you really just try to use a 70s era PDIP processor as a counterpoint to AMD's incorporation of a modern memory controller into a CPU die? Thats like saying that NASA's space shuttle's ability to be re-used was nothing new because airplanes were always reused.

  2. That processor... on Intel's Core i7-980X Six-Core Benchmarked · · Score: 0, Redundant

    .. Looks fake.

  3. Re:Good programmers aren't easily ruined on The Value of BASIC As a First Programming Language · · Score: 1

    Well it IS done with jump instructions, but as few as possible because the branch penalty is usually high (especially on an x86). If you don't use the goto statement then your program is more abstract, and structures like loops can be more easily optimised by the compiler to use as few branches as possible. Not to mention things architecture-specific like ARM's condition codes which can turn a loop with multiple if-else statements into a block of code with only one branch instruction.

    You are killing me. Anyone with any ISA experience knows that branch PREDICTION has a high cost associated with it in cases where the predictor does not match the situation. While, granted, IF X GOTO Y logic can damage optimization for a known prediction scheme, a simple GOTO has almost know cost associated with it (unless you have a cache miss or something, which you would have in any case, not just with GOTO). And loop unrolling is swell, but most good compilers are capable of unrolling loops regardless of how they are written. And most good compilers will actually convert your evaluations to match whatever branch prediction scheme is in place.

  4. Re:Not an invitation to trouble at all on Apple's "iKey" Wants To Unlock All Doors · · Score: 2, Insightful

    It could be more secure, or less.

    In practice the only way to gain access to the locations secured by physical keys is to steal them, doing it without the persons knowledge means stealing them, copying them and returning them without the persons knowledge.

    It may be possible to crack the encryption (if there is any, many such secure systems claim to have encryption but do not) on this RFID technology at range with an antenna that can not be seen.

    You are assuming you need the keys in the first place...

    A time-variant RFID key would be significantly more secure. I just hope you don't drop your phone in your toilet.

  5. Re:Of course ... on Web Browser Grand Prix · · Score: 1

    Because I am worth more than the 0.001 cents they will get for selling my email to spammers ?

    Since when did they ever do such a thing? Secondly, even if they did what is cynical about that?

    lol.

  6. Re:Robots.txt on Web Copyright Crackdown On the Way · · Score: 1

    Why don't you ask the robot?

  7. Re:Ubisoft claims it lacks features. on Ubisoft's New DRM Cracked In One Day · · Score: 1

    I believe they were using Microsoft's definition of feature.

  8. Re:A challenge... on Toyota Black Box Data Is More Closed Than Others' · · Score: 1

    Physically tapping wires is MUCH more time consuming than some script kiddie tracking registers for a video game. And considering they are probably using SMT BGA/CGA chips, you will probably have to start soldering to leads on the board without really knowing what pins they are connecting to (unless you have a sweet X-Ray machine like they use for QA & solder rework applications). AND NONE OF THIS GETS YOU ANY CLOSER TO READING THE EVENT LOG FROM THE CHIP, so who cares if you can read the sensors? (Unless you want to design an observer unit to monitor future activity)

    There is no good way of getting log information out if the company (presumably) does not want you to get it out. You could open of the IC storing the information and start modding, but this is an extremely specialized task requiring a very expensive lab and years of experience. Good luck.

  9. Re:Didn't see that coming on New Material Sets Stage For All-Optical Computing · · Score: 1

    over niNE ZEROS! Unbelievable!

  10. Re:Didn't see that coming on New Material Sets Stage For All-Optical Computing · · Score: 1

    Oddly, in the future (when this technology is available):
    2000 / 1000 = 5

    Not to mention that if 1000Gb/s connections are widely commercially available today, I have to assume that faster connections are available for specialized purposes.

  11. Re:More images on Earliest "Writing" On 60,000-Year-Old Eggshells · · Score: 1

    Sadly this cannot be conveniently used in more different western languages (I believe you will find most Chinese dialects have shared grammatical standards), because word order and grammatical standards are based on spoken language.

  12. Re:More images on Earliest "Writing" On 60,000-Year-Old Eggshells · · Score: 1

    While technically true (the same way an English speaker could read a French newspaper without knowing a word of spoken French), written Korean is totally different than written Chinese. So I'm not sure why you selected those two...

  13. Re:Tell us your project? on Write Bits Directly Onto a Hard Drive Platter? · · Score: 1

    nobody has the solution he requested, because the solution he requested is stupid.

    Amen.

    There is no advantage in the world to writing a specific bit to a specific location, when physical locations are already mapped byte-wise to an address space. Oh, you several single-bit data to write? Use XOR and do it like anyone who ever had to set/clear flags on a micro-controller does. And if this causes you to have to cache (gasp) seven bits of data waiting for the eighth, GOOD.

    PS I doubt that there is a GP processor on the planet which does bit wise operations with a single-bit register. Maybe if you have a very weak computer from 1950...

  14. Re:Biologists haven't seen it this way for a while on The Role of Human Culture In Natural Selection · · Score: 1

    Small caviat: You can measure the rate of mutation, not the rate of "evolution", as "evolution" is a hindsight-only type of observation (ie X trait was evolved, ie X trait now exists in a sizable fraction of the species population). "Evolution" is mankind's way of describing beneficial mutation, but benefits are hard to measure a priori :)

  15. Re:That's great, but.... on NASA Estimates 600 Million Metric Tons of Water Ice At Moon's North Pole · · Score: 1

    In the spirit of individuality and innovation, I vote we each create our own system of measurements, and use them exclusively. Six billion units of length, and no standard!

  16. Re:Physics anyone? on Tracking Water Molecules Could Unlock Secrets · · Score: 1

    You pretend to know things. You should not.

    A) TFS states that the they are looking at protein folding, which can hardly be viewed probabilistically for a macro-scale (ie "in the aggregate").
    B) Quantum mechanics deals extensively with uncertainty through models of superposition, which include probability functions.

  17. Re:Naive Solution? Inexeperienced? Whaaaat? on Schooling Microsoft On Random Browser Selection · · Score: 1

    PS I see what you are saying about the summary, it seems to imply that bubble sort is bad, but really it was just a poor use of well known methods (which presumably some beginner threw at a problem without thinking).

  18. Re:Naive Solution? Inexeperienced? Whaaaat? on Schooling Microsoft On Random Browser Selection · · Score: 1

    The point is that it is easily explained by a stupid programming move, and not by some conspiracy to list Microsoft's own product last. Oh, and this is Microsoft, so are we really surprised at the possibility of epic algorithmic mistakes?

    And he spent "this kind of effort"
    A) Because he had a few hours to kill.
    B) Because he found it interesting.
    C) Because he wanted to back up his blog story with actual tests.
    D) All of the above.

  19. Real summary: (Skip TFA, /. style) on Schooling Microsoft On Random Browser Selection · · Score: 1

    Microsoft used bogus, non-static, comparisons of random numbers to "sort" the list, but they generated new, meaningless random numbers for every comparison. IE must have been the last entry, and had a 50% chance of the sort loop exiting the first time it was encountered (leaving it in the last position). IANAProgrammer and this is an obvious error to me. I thought TFA was going to be about a poorly seeded random number generator.

  20. Re:Impressive but on IBM Claims Breakthrough Energy-Efficient Algorithm · · Score: 1

    Only up to 9 TB. And thats 10^12. Don't try 2^40.

  21. Re:just trying to be relevant on IBM Claims Breakthrough Energy-Efficient Algorithm · · Score: 1

    You did not have the money to live off your interest, and claim to not have had a job. This smacks of a lack of nth generational financial planning, not inflation. Inflation proofing is roughly no-risk investing. You cannot expect a whole family to live on a fortune for several generations without contributing to the fortune and not eventually have it expire. It is not, after all, infinite money.

    And the parent was talking about the income gap, ie typical executives making 400+ times the income of their average employee, versus less that 40 times that of average employees fifty years ago.

  22. Re:just trying to be relevant on IBM Claims Breakthrough Energy-Efficient Algorithm · · Score: 1
    Consumers wouldn't "see, care or understand the costs associated with the services they demand" regardless of who is paying for it. To quote wikipedia:

    This government study showed that 21% to 23% of adult Americans were not "able to locate information in text", could not "make low-level inferences using printed materials", and were unable to "integrate easily identifiable pieces of information."

    If >20% of people are incapable of reading a pamphlet for simple information, what fraction do you think will be able to comprehend which MRI scanner is worth a $600 equipment use fee, or even what a general physical should cost?

  23. Re:just trying to be relevant on IBM Claims Breakthrough Energy-Efficient Algorithm · · Score: 2, Insightful
    Corrcted:

    One fatal flaw with humanity is that it leads to runaway wealth and poverty distribution.

    This is not a new problem. Once you can eliminate the humans, come talk to me.

  24. Re:Magic = usability on iPad Will Beat Netbooks With "Magic" · · Score: 1

    There are more grandmothers than 12-24 year old students? I doubt this, sir.

    Anyway, if your grandmother can't handle a computer, what use will she ever have with an iPad? She does not want one. The only reason she will have one and pretend to like it is because you bought it for her. She secretly just wanted to go out to dinner with the family on her birthday, you insensitive clod.

  25. Re:Sorry Netbook wins still on iPad Will Beat Netbooks With "Magic" · · Score: 1

    PS TFA was what compared it to a netbook in the first place. The Apple staffer started it. So go burn him on a stake in protection of your vaunted un-released crap-slab.