Slashdot Mirror


User: SpazmodeusG

SpazmodeusG's activity in the archive.

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

Comments · 307

  1. Re:That could be a market hit! on Russian Scientists Revive Plant From 30,000-Year-Old Seeds · · Score: 4, Insightful

    That shouldn't be modded funny. I remember the Wollembi Pine retailing for $100 a sapling here in Australia a few years ago. Each sapling was numbered. There was a lot of novelty in having the Nth Wollembi Pine in the world.

    There's a hell of a lot of money to be made here.

  2. Re:It doesn't matter on Should Next-Gen Game Consoles Be Upgradeable? · · Score: 3, Informative

    citation please?

    Can't find exact install base, but The Legend of Zelda: Majoras Mask required the Expansion Pak and it alone sold 3million copies. So 3 million at an absolute minimum to get a ballpark figure going. Plenty of other games highly encouraged people to get it too.

  3. Re:It doesn't matter on Should Next-Gen Game Consoles Be Upgradeable? · · Score: 2

    (Incidentally, for an example of a successful add-on, look at the PC Engine CD. We just don't remember it much because the system barely got a foothold in the US.)

    The N64 memory upgrade would be an actual example of a successful console upgrade. Plenty of people bought that and it was well supported.

  4. Re:The bill sounds like a travesty, lets do better on Ex-FCC Chair: Spectrum Plan "Single Worst Telecom Bill I've Seen" · · Score: 1

    Devices using the public spectrum should be forced to detect other devices in range and share the spectrum evenly with those other devices.

    Any devices not sharing the spectrum evenly would be banned.

  5. Forget the cluster on Satellite Phone Encryption Cracked · · Score: 1

    Just record all the transmitted data and you can decrypt in half an hour. The cluster will just let you listen sooner but it's unnecessary.

    (i am assuming it doesn't do frequency hopping since it's working in a narrow satellite band).

  6. Re:Lasers? Fired from a shark? on Self-Guided Bullet Can Hit Targets a Mile Away · · Score: 1

    Maybe no good in the traditional sniper role but if this weapon ever gets to the point where it has an effective range that's much greater than any small arms fire then it will have a new role all of its own. That role will be called "shoot the Taliban and laugh at the counter fire".

  7. Re:Hmmm... on Qualcomm Wants a Piece of the PC Market · · Score: 2

    Removing the instruction decoder is a bad idea. The microcode is different for every CPU out there and it wouldn't be as fast without an instruction decoder in any case. CISC tends to be memory efficient while RISC tends to be processing efficient. Thanks to the instruction decoder, the x86 currently gets to store it's instructions CISC style while running them RISC style. If you had to write your code using the microcode directly you'd end up with ~100bytes of code for something as simple as the equivalent of the FSQRT instruction. That means cache misses and increased memory use.

    The instruction decoder doesn't even use much power in any case and is necessary for many modern CPU features. In fact many ARM CPUs have instruction decoders that support more opcodes than the x86 decoder (standard ARM instructions + THUMB + Jazelle, etc. tends to add up to more than what the x86 has to deal with).

    An argument could certainly be made that Intel could support a new instruction set on top of its current CPUs that's more memory efficient than x86 and i'd agree with that (although it'd require yet another run-mode and i'd hate that). But bare metal programming isn't really realistic or even any faster.

  8. Re:bad data source on Kodak Failing, But Camera Phones Not To Blame · · Score: 1

    They tried that. They are currently trying to sue Apple and RIM for over one beeeellion dollars. Sun also paid them some money to get the Kodak lawsuit company off their backs after Kodak claimed to own a patent covering a program that gets help from another program.

  9. Re:You'd think... on Australian Deported From Bahrain Over Facebook Posts · · Score: 4, Interesting

    To be fair we never allowed that censorship law to pass. There are still forces at work to get the internet censored but currently it's uncensored here in Australia.

  10. Re:Can't wait to see... on FDA Approves Self-Sanitizing Keyboard · · Score: 4, Informative

    Just make it with the same antibacterial metal that door handles in hospitals are made from. http://en.wikipedia.org/wiki/Antimicrobial_copper-alloy_touch_surfaces

    Seems to be a tried and testing technology that works well.

  11. Re:Just got mine... on Transformer Prime To Get ICS On January 12, Boot Unlocker Coming · · Score: 4, Informative

    I just got mine this afternoon ... I will probably not root the thing.

    I suspect you feel that way simply because you haven't had enough time to see how limited it is without rooting it. Basically step outside the realm of any task that has an app for it and you'll need to root it. As an example i had to root my Asus Transformer to log in to an openVPN network. It's a fairly simple task that even my phone can do but the Transformer can't do it without root access (yes, it does support l2tp without rooting but i needed openVPN).

  12. Related question for all the optics gurus... on Quantum Dots Will Make Flexible Displays · · Score: 2

    In a hologram, tightly packed alternating dark and light regions produce constructive/destructive interference, causing a 3D effect. If the pixels can be made close enough is it possible to recreate this effect on a monitor?

    If so there's an excuse to go beyond human perceptible detail.

  13. Re:Asus Transformer on Ask Slashdot: Best Tablet For Running a Real GNU/Linux Distribution? · · Score: 1

    Excellent. I didn't notice the this and stand corrected. Thanks.

  14. Re:Asus Transformer on Ask Slashdot: Best Tablet For Running a Real GNU/Linux Distribution? · · Score: 2

    The vast majority of Asus Transformers sold today are locked down.

    The only Transformers that are rootable are Transformers using the SBK1 key. The vast majority of Asus Transformers sold today use either the SBK2 or SBK2 encryption key to lock down the OS.

    So to those people who have a rooted Transformer. Good for you. You have one of the early ones. But the rest of us are stuck with Android until SBK2 or SBK3 are discovered. So for the time being the Transformer isn't an option (unless you can find an earlier model). You cannot install Linux on a Transformer without the correct SBK. Here's a link of Asus Transformers that cannot currently be rooted.

  15. Re:Class action lawsuit please on AMD Downgrades Bulldozer Transistor Count By 800 Million · · Score: 4, Insightful

    They told you the V10 engine used 50 hours of labour in its manufacture but it turned out the V10 engine only used 25 hours of labour in its manufacture.

    It's still the same engine in every way. Transistor count is simply a manufacturing detail.

  16. Re:Transformer Rocks... on NVIDIA's Tegra 3 Outruns Apple's A5 In First Benchmarks · · Score: 1

    Be warned if that's your plan though. Most transformers sold today use the SBK2 and SBK3 keys. These keys have not been cracked yet. Until they are cracked you cannot load custom firmware or get root access to the Asus Transformer.

    Only Transformers with the older SBK1 can be used this way and all the current "root/load linux on your Transformer" guides refer to models using SBK1. These guides are not applicable for newer SBK2 and SBK3 based Transformers. It personally annoys the hell out of me as i want to root my Transformer to load openVPN onto it. I can't though.

    Until someone cracks SBK2 and SBK3, the Transformer is one of those products you full price for that can't be rooted. So be warned.

  17. Re:Hilarious on Stephen Wolfram Joins The Life Boat Foundation and Bets On Singularity · · Score: 4, Informative

    Mathematica is not an example of his science abilities though. Integration, deriviation, graphing and other such features of computer algebra systems were done years before by both Macsyma and Maple. Mathematica is just an example of someone who knows how to make and market software. That's what Wolframs good at. Promotion. Mostly self-promotion but also promotion of his software.

  18. Cache hasn't helped that much has it? on Is the Time Finally Right For Hybrid Hard Drives? · · Score: 1

    One lesson I've learnt over the years is that hard disk cache (in this case the traditional RAM based cache) doesn't matter all that much. Drives with 8Mb cache consistently show 99% of the performance as drives with 16Mb. And so on for the 128Mb vs 64Mb vs 32Mb varieties of hard disks.

    I do realize there's a benchmark there. But i'm still skeptical given the history of how little on board hard disk cache matters.

  19. Re:"Truly random numbers" on Physicist Uses Laser Light As Fast, True-Random Number Generator · · Score: 2

    Really? No randomness? What if the universe conspired to make it completely impossible for us mere mortals to ever predict a number? This is what quantum physics tells us is happening.

    As an example of an impossible to predict situation the universe made two copies of itself at a point where you choose a direction to turn (a simplification of the many-worlds hypothesis). One copy is where you make the decision to turn left and one where you make a decision to turn right. Just before the copy was made how would you have predicted which way you would have turned? No matter what prediction you make you'll be wrong in one of those universes. It's impossible to predict.

    Quantum physics is impossible to predict. No amount of hidden variables can explain Bell inequalities. The only thing physicists are looking for now is an explanation of why it's impossible to predict. The many-worlds hypothesis is one such explanation.

  20. Re:Carmack's Reverse on Doom 3 Source Released · · Score: 2

    You're overstating it a bit on Rage. It's an OK game with a good FPS engine behind it which was buggy on release but has since been fixed.

  21. Re:proxy IQ tests on Tough Tests Flunk Good Programming Job Candidates · · Score: 1

    I don't even consider them to be IQ tests. Some of the questions I've seen rely on algorithms that have taken decades of computer science research to create. If you're able to write down an implementation it's not going to be because you worked it out. It's going to be because you rote learnt it.

    Which is crazy really, because you don't want programmers who rote learn implementations of algorithms. That goes against the principles of not recreating the wheel (and all the bugs). You'd be much better off with programmers who can Google and research various libraries and solutions for the task at hand than one who memorizes implementations of algorithms.

  22. Re:Virtual house dressing on Rendering Synthetic Objects Into Old Photographs · · Score: 3, Interesting

    No problem. Just use context aware fill to remove the furniture from the image.

  23. Why is there such a thing as XML encryption? on XML Encryption Broken, Need To Fix W3C Standard · · Score: 4, Insightful

    Use encryption algorithms to encrypt data.

    Use document formats to contain data.

    But don't go creating specific encryption algorithms for specific document formats. That's just reinventing the wheel.

  24. Re:Using a Flash Player at all? on Ask Slashdot: Which OS For an Embedded Display Unit? · · Score: 1

    Yes but i'm referring to the specific X Windows varieties of Linux. Android Flash support is specific to Android i'm afraid.

  25. Using a Flash Player at all? on Ask Slashdot: Which OS For an Embedded Display Unit? · · Score: 0

    If you want Flash for any reason (think ads) then I consider the ARM/Linux combination to be a no go. X86/Linux works OK but the ARM/Linux combo isn't. Technically there's some support out there for it but in reality it's many versions behind, not optimised and in general it won't work well.

    Either avoid Adobe Flash (HTML 5 is better anyway imho) or avoid the ARM/Linux combo. This information is mainly relevant if you plan on serving up adds from a kiosk. Advertisers often expect you to support Flash.