Slashdot Mirror


User: genericpoweruser

genericpoweruser's activity in the archive.

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

Comments · 145

  1. Re:In the US no one wants to buy light cars on Efficiency? Think Racing Cars, Not Hybrids · · Score: 1

    But it's a car analogy! I, for one, welcome our lightweight racing overlords.

  2. Re:I misread and expected cell phone supercomputer on Cell-based "Roadrunner" Tops Elusive Petaflop Mark · · Score: 1

    Wouldn't that be murder to battery life?

  3. Re:It will take new technologies. on Cell-based "Roadrunner" Tops Elusive Petaflop Mark · · Score: 1

    I remember reading about a hypothetical computer where the processor sends the completed operation's results back in time to when it was first asked for. Since the processor would then already have the data it would not actually have to process it. Thus the processor could be as fast as anything.

  4. Re:The CELL processor is single precision on Cell-based "Roadrunner" Tops Elusive Petaflop Mark · · Score: 1

    That's easy to answer: time. The GP didn't have the patience and/or time to RTFA, but thought he knew enough about the Cell processor to make a remark. How about cutting him some slack instead of making a personal attack. Putz.

  5. Re:Young earth creationists on Bacteria Found Alive In Ice 120,000 Years Old · · Score: 2, Interesting

    Are you saying there are 4 billion Christians? Is that true? I always imagined it was pretty evenly split between Christianity, Muslim, and Buddhism.

  6. Re:Who are they fooling? on Shopping Centers Track Customers Via Cell Phone Signals · · Score: 1
    Disclaimer: I didn't RTFA.

    I'd be very surprised if this thing actually decodes/decrypts any of the private parts of the cell signal. Instead what would do is use each cell as a sort of fingerprint. By knowing that a given customer is the same one as last time, they can build pretty effective databases. GIS for example can analyze how much time a customer spends looking at each section of the store and help determine where the most profitable investments can be made.

    For example, if the same people visit the sporting goods section as pause at the canned goods section, it might be deemed profitable to put the two closer together, so the customers spends more time looking at items they want, rather than walking past items they're not interested in.

  7. Re:No, I'm New Here on A Walk Through the Hard Drive Recovery Process · · Score: 0
    In Soviet Russia, new here I'm.

    I, for one, welcome our new-here overlords.

  8. Re:Hate Speech? on Author Faces Canadian Tribunal For Hate Speech · · Score: 1

    IMO, yes, because you'd be less human.

  9. Re:"Penis Rocket To The Moon" on Iron Man Released · · Score: 2, Insightful
    That's awesome. That's what we should always do to trolls.

    Unfortunately, when you respond to trolls, it makes them show up on people's browsing threshold, unless you get modded down. So, basically, if you respond to a troll, either you get the troll modded up or you get modded down, even if you're very imaginative and funny (I LOL'd at this).

    Posted anonymously to keep myself from getting modded down.

  10. Re:Wireless power? on Focused Microwaves Could Enable Wireless Power Transfer · · Score: 1

    Uhm no. You must be new here.

  11. Re:Keep it digital! on German Wikipedia To Be Published As a Book · · Score: 1

    Not to mention the age old argument "you can't grep dead trees."

  12. Re:Citing on German Wikipedia To Be Published As a Book · · Score: 1

    I've found a way around the "zOMG you can't cite Wikipedia! ANYONE CAN EDIT IT!!1111eleven!" mentality of some professors: simply use Wikipedia's citations (after reading them and deciding they're worthy). That way you can still take advantage of Wikipedia's usefulness but have a supposedly more reliable source (and without the stigma of Wikipedia on your "works cited" section).

  13. Re:Anyone else... on OpenSUSE 11.0 Beta 1 Has Been Released · · Score: 1

    There's an easy work-around for that: simply use the live-cd in a virtual machine, straight from the ISO.

  14. Adblock Plus on Performance Comparison of Current Intel Core 2 CPUs · · Score: 0, Offtopic

    What ads?

  15. Re:by cutting prices! on Microsoft "Albany" Offers Office and Security as Subscription · · Score: 1

    Since the software we're talking about in this thread (OpenOffice.org) is licensed under the LGPL, all future ones are free too.

  16. Re:Also illegal, at least in Canada on Microsoft "Albany" Offers Office and Security as Subscription · · Score: 1

    But what if it wasn't explicitly sold? Isn't that what Google Docs does?

  17. Re:This year... Again! on Hardy Heron Making Linux Ready for the Masses? · · Score: 1

    Yes it does. As someone who installed XP from scratch on a machine intended for Vista, I can definitely say that XP has really poor support for things out-of-the-box. E.g. wireless AND ethernet were non-functioning, as was my camera, decent monitor resolution, 3D acceleration, touchpad scrolling, multimedia buttons, monitor gamma correction, and even sound.

  18. Re:take some risks on Hardy Heron Making Linux Ready for the Masses? · · Score: 1

    They probably infringe loads of others

    Yeah like those 235 Microsoft patents! You PIRATES!~

  19. Re:take some risks on Hardy Heron Making Linux Ready for the Masses? · · Score: 1

    VLC does leave much to be desired in the way of music (I too have encountered that playlist crash). For playing large complex playlists, bar none, Amarok the the BEST. Amarok is a QT (KDE) app, but it works great in Gnome too. It is my favorite audio player, and indeed, one of my very favorite apps. Highly recommended.

  20. Re:First Steps on The Inside Story of the Armed Robot Pullout Rumor · · Score: 1

    On the other hand, if I were being terrorized by a robot I wouldn't be worried about the its family when I blew it away. Robotic infantry is probably not so bad, but I imagine the landscape of warfare will be changed once again.

  21. Re:Predict the prediction. on Brain Study Calls Free Will Into Question · · Score: 1

    What about automatic batting machines? Is there any warning before one fires? I know people hit those a lot and I bet it's faster than 500ms.

  22. Re:And this is why Linux is still laughed at... on The REAL Reason We Use Linux · · Score: 1

    I'm far from a Linux know-it-all but I may be able to help. (1) /etc/modprobe.d/blacklist is a text file that modprobe (a part of the main system that loads modules, such as drivers, into the kernel) reads to find out what modules should not be loaded. You need to blacklist the module that it attempts to load when you plug in the device (it's not stated which module it is, so I assume it's usb-storage). To do that simply append "blacklist usb-storage", without quotes, to the end of the file (in its own line) (you need to be root to edit the file). (2) To check if usb-storage is running, use "lsmod | grep usb-storage" (meaning list module, and "pipe it through grep" to show only usb-storage). It will be blank if the module is not loaded. If it is loaded you must "sudo rmmod usb-storage" (without quotes of course). (3)I don't know how to disable connections from the CLI, but in Ubuntu there is a handy GUI for it: network-manager. It resides in the task tray and it looks like a pair of computers. Right click on it and uncheck "enable networking". Then follow the rest of instructions provided by the kind poster.

  23. Re:It won't happen tomorrow or over the weekend bu on Why Don't We Invent That Tomorrow? · · Score: 1

    I thought quantum entanglement is specifically what made faster than light (or at least so fast it arrives before it was sent) information exchange impossible. FTL communication sure would be incredibly useful though--it would obsolete those light-based computers before they finally become feasible.

  24. Re:Of course... on Why Don't We Invent That Tomorrow? · · Score: 1

    Ah shit, I mean seven years ago.

  25. Re:Of course... on Why Don't We Invent That Tomorrow? · · Score: 1

    Exactly! They're eight years late, for crying out loud!