Slashdot Mirror


User: the_humeister

the_humeister's activity in the archive.

Stories
0
Comments
1,700
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,700

  1. Re:MPG testing on Hyundai Overstated MPG On Over 1 Million Cars · · Score: 1

    No because I drove each way without filling up during the drive (ie I filled up once in Sacramento and once in San Diego). That's a 500 mile trip. If I was getting 29 mpg, I'd have to fillup in LA, which I didn't do.

  2. Re:MPG testing on Hyundai Overstated MPG On Over 1 Million Cars · · Score: 2

    Of course they're YMMV because it's completely dependent upon how the car is driven. For example my MkV Jetta is rated at 29 mpg highway. However my best was 46 mpg from Sacramento to San Diego and back (that's right, 46 mpg from a 5 cylinder petrol engine). I even tried to enter this on the EPA's website (fueleconomy.gov) but it wouldn't let me because it said it was too high.

  3. Re:Strict Emissions Standards Benefits Electric Ca on Tesla Motors Getting $10 Million From California For Model X Production · · Score: 1

    Depends on the power plant. Nuclear, hydro, geothermal, wind, and solar (which California has varying degrees of) don't really generate air pollution.

  4. Re:meh on Samsung Galaxy Note II Source Code Released · · Score: 1

    BTW as an SGH-1777 owner, thanks! Running a CM10 without issues.

  5. Re:meh on Samsung Galaxy Note II Source Code Released · · Score: 1

    I'm rather surprised by this. Didn't cyanogen get hired by Samsung? Why aren't Samsung's open source releases and documentation better?

  6. Release the hounds! on Researchers Using AI To Build Robotic Bees · · Score: 1

    But did they also make robot dogs as a robotic bee launching platform when they bark???

  7. Re:An x86 phone running full Windows 8... on Intel Debuts Clover Trail For Tablets, Launches New Atom Inside · · Score: 1

    If there's x86 software that you need to run on your phone, you're doing something wrong.

  8. Re:Automation versus human instinct on iPhone 5 A6 SoC Teardown: ARM Cores Appear To Be Laid Out By Hand · · Score: 4, Interesting

    It would probably be next to impossible to write an entire modern operating system, web browser, or word processor in assembly language.

    Here you go. It's pretty impressive for something written entirely in assembly .

  9. Re:Camera on Teardown Finds iPhone 5 Costs Apple About the Same As Did 4S · · Score: 1

    Hmmm... (it was funnier before the iPhone 5's debut).

  10. Re:Manufacturer's Android on Samsung Smartphones Vulnerable To Remote Wipe Hack · · Score: 1

    The second thing I do is install Cyanogenmod. The first thing I do is make sure the device works (sucks having a new cellphone that doesn't work).

  11. Re:All Phones Ship Unlocked on Verizon-Branded iPhone 5 Ships Unlocked, Works With Other Networks · · Score: 1

    Also Spain. I know a guy who has a locked Samsung Galaxy S II from Orange España.

  12. Erik Vorhees? on BitInstant CEO Says World Operates "On an Inferior Monetary System" · · Score: 3, Funny

    Does he know anything about camp crystal lake?

  13. Re:What? on Apple Announces iPhone 5 · · Score: 1

    What good is apathy if nobody knows just how strongly you don't care?

    No kidding. In other news area man constantly mentioning that he doesn't have a TV.

  14. Re:Want on University Team Builds Lego and Raspberry Pi Cluster · · Score: 3, Informative

    Povray 3.6 is single threaded, so all results are single threaded.

  15. Re:Computer does things a computer can do! on University Team Builds Lego and Raspberry Pi Cluster · · Score: 1

    PC = personal computer. Also, running Windows isn't theoretically impossible, just very very slow if via emulation x86 (not least of which is due low memory and swap thrashing). Or you could get the source code for the ARM version of Windows 8 (which I'm sure the academic person could get) and hack it to work too.

  16. Re:Want on University Team Builds Lego and Raspberry Pi Cluster · · Score: 2

    Forgot to add the following:

    The image rendered is 384 x 384 pixels. MSM 7227 results are 0.70 pps and 1.17 pps/GHz. Raspberry Pi is runnying at 700 MHz, so it should theoretically get 0.82 pps. Its possible (and fairly easy) to split up the rendering among all the CPUs in this cluster with some custom scripting, so this benchmark image could theoretically render at 52.42 pps. That Core i5 2400s I mentioned above renders at 235.18 pps!

  17. Re:Want on University Team Builds Lego and Raspberry Pi Cluster · · Score: 5, Informative

    Unfortunately, the term "supercomputer" isn't really being used properly. They built a cluster of computers, sure. But "supercomputer"??? Hardly. The Raspberry Pi uses a processor based on ARM v6. Lemme give a single-threaded rendering comparison (Povray 3.6 running the benchmark scene (here's what the benchmark image output looks like) with my old HTC Aria, which uses a Qualcomm MSM 7227 processor and has similar processor specs as the Raspberry Pi (ARM v6 + VFP2 floating point hardware):

    HTC Aria (MSM 7227 @ 0.6 GHz) *
        Debian 6.0(armel), gcc 4.4, -mfloat-abi=softfp -mthumb
        Parse Time: 0 hours 1 minutes 3 seconds (63 seconds)
        Photon Time: 0 hours 53 minutes 49 seconds (3229 seconds)
        Render Time: 57 hours 31 minutes 41 seconds (207101 seconds)
        Total Time: 58 hours 26 minutes 33 seconds (210393 seconds)

    For comparison, here's a faster ARM processor from my Samsung Galaxy S II:

    Exynos 4210 @ 1.2 GHz (ARM Cortex A9),
        Debian 7.0(armhf), gcc 4.6, -mcpu=cortex-a9 -mhard-float -mthumb -mfpu=vfpv3 -ffast-math -funsafe-math-optimizations
        Parse Time: 0 hours 0 minutes 4 seconds (4 seconds)
        Photon Time: 0 hours 1 minutes 33 seconds (93 seconds)
        Render Time: 1 hours 26 minutes 34 seconds (5194 seconds)
        Total Time: 1 hours 28 minutes 11 seconds (5291 seconds)

    And here's from an Intel Core i5 2400s @ 2.5 GHz:

    Core i5 2400s @ 2.5 GHz, Ubuntu 12.04, gcc 4.6, -march=corei7-avx
    Total Scene Processing Times
        Parse Time: 0 hours 0 minutes 1 seconds (1 seconds)
        Photon Time: 0 hours 0 minutes 14 seconds (14 seconds)
        Render Time: 0 hours 10 minutes 12 seconds (612 seconds)
        Total Time: 0 hours 10 minutes 27 seconds (627 seconds)

    The ARM v6 processor took more than 2 days to render something that takes 10 minutes on a Core i5. So, "supercomputer" this cluster is not.

    * You may say, "Hey, this test is running using soft-float! If you used hard float, it'd be faster!" Well, you would be right that it would render faster under hard float, but this processor still wouldn't finish rendering in less than a day, let alone come anywhere close to Core i5 or Cortex A9.

  18. Re:Forget about editing just old Word and PP on School Regrets Swapping Laptops For iPads · · Score: 3, Interesting

    Almost nobody. However, Park Chan Wook (the guy who directed Old Boy) did shoot a film using several iPhone 4 devices.

  19. Re:Sure Toys R Us can provide the iPad killer. on Toys R Us Unveils Android Tablet For Kids · · Score: 2

    Well, why not? Put Cyanogenmod on it once it's been rooted and it'll work as well as any other 7" tablet.

  20. Re:Limited hardware supported, not by vendor thems on For Android Users, 2012 Is Still the Year of Gingerbread · · Score: 1

    Virgin Mobile uses Sprint's network, so that means CDMA.

  21. Re:Uhm, CM 7, 9 and 10 on For Android Users, 2012 Is Still the Year of Gingerbread · · Score: 2

    Agreed. I have an LG Phoenix (aka Optimus One). It is rather underpowered (ARM11 processor is very slow). I found a CM10 rom and put it on. Sure enough it works, and works well - just as snappy as Android 2.1 that it originally shipped with.

  22. Re:So? on For Android Users, 2012 Is Still the Year of Gingerbread · · Score: 1

    I have CM9 running on my Nook Color just fine (for varying degrees of "just fine"). It's certainly more resource intensive than CM7, and the slowness of the Cortex A8 shows.

  23. Re:Allwinner Tech on Rhombus Tech A10 EOMA-68 CPU Card Schematics Completed · · Score: 1

    Cortex A8 is very slow, slower than a Pentium 3 at lower clockspeeds. Cortex A9 is significantly faster, at least on par with a Pentium 4 at the same clockspeed

  24. Re:So? on For Android Users, 2012 Is Still the Year of Gingerbread · · Score: 1

    Don't be fooled by the processor speed. If it's a Cortex A8 or earlier, then the CPU is reallyslow.Cortex A9 is considerably faster at the same clock rate because it is out oforder (and probably better memory controller)

  25. This is why we cook our meats on California's Unspoken Health Problem: Brain Parasites · · Score: 4, Informative

    This comes from pork, so don't eat undercooked pork. Tapeworms, in general, come from raw/undercooked meat. Pigs just happen to harbor the ones that sometimes go to person's brain.