Slashdot Mirror


User: SorcererX

SorcererX's activity in the archive.

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

Comments · 85

  1. 16-bit support on Why Does Microsoft Still Offer a 32-bit OS? (backblaze.com) · · Score: 1

    You can run 16-bit applications natively on 32-bit, but not on 64-bit.

  2. Re:Experienced First Hand on a Samsung Laptop on Linux: Booting Via UEFI Can Brick Samsung Notebooks · · Score: 1

    No, I booted it from USB. Disabling the ExpressCache had to be done from Windows, no BIOS option. There is some option with the Samsung software to do it.

  3. Experienced First Hand on a Samsung Laptop on Linux: Booting Via UEFI Can Brick Samsung Notebooks · · Score: 4, Informative

    I tried to install Ubuntu 12.10 a few months ago, using the UEFI boot instead of the regular BIOS boot loading options on a Samsung laptop. The installer started, and all I got was a black screen. When I tried to turn it on again, all I got was a black screen. I assumed it was a hardware problem, and managed to get a replacement laptop. I then tried to do the same procedure again, and I also managed to brick the second laptop. Since the internal SSD is not serviceable, I was not able to resolve the issue, and Samsung was unable to help me in any way. I returned the second laptop, and then I disabled the ExpressCache from Windows before I wiped the system and installed Ubuntu Linux without using UEFI.

  4. Re:Speed of light on Speed of Sound Is Too Slow For the Olympics · · Score: 4, Informative

    Indeed, do you have a source for the 30-50 ms faster figure? My source says 80 ms faster than visual stimuli. Source: "We ran a t-test based on the tabulated average individual reaction times to each stimuli, and established that the mean average individual reaction time to light (0.28005 sec.) was statistically significantly different than the mean average individual reaction time to sound (0.20407 sec.; P-Value= 1.79E-07 .05, the statistical level of significance)." ( http://www.colorado.edu/eeb/courses/1230jbasey/abstracts%202010/37.htm )

  5. Re:What? on Classic Nintendo Games Are NP-Hard · · Score: 3, Informative

    NP is "Nondeterministic polynomial", not "Not polynomial."

  6. Re:Bad algorithm on Algorithm Glitch Voids Outcome of US Green Card Lottery · · Score: 1

    And to think I used to wonder why some people looked at VB experience as essentially worse than no experience at all...

  7. Re:Why still fooling with ONE camera? on Predator Outdoes Kinect At Object Recognition · · Score: 1

    Indeed, I had a project a while ago in which we used two separate cameras mounted on a robot. We barely had to touch the camera rig to get the cameras out of alignment. Once it was mounted it was pretty good though. There are companies such as Point Grey Research that makes Stereo Vision Camera setups that stay aligned properly even if you move the rig around, but such setups aren't particulary cheap.

  8. Re:Um on Predator Outdoes Kinect At Object Recognition · · Score: 4, Informative

    The kinect doesn't have stereo cameras. It has one color camera which isn't really used for much, a IR projector (that projects IR dots all over the scene) and a IR camera. The IR camera uses the pixel distance between the dots to find the distance. The depth image you then get is used as input to the algorithm that detects the body parts and their orientation etc.

  9. Re:*Yawn* Local Root Exploit on Linux Kernel Exploit Busily Rooting 64-Bit Machines · · Score: 1

    The last university I was at provided shell access to 64-bit Linux and Solaris to all students, but also AIX if you had supercomputing classes. It'd be interesting to know if the 64-bit Linux system was exploitable, but I'd rather not give it a try.

  10. Re:public university on Too Many College Graduates? · · Score: 1

    It's the same in Norway, during the first year we have courses with failure rates in the 40%-50%s, and I've even seen 4th year courses with 75% failure rates. Some courses have one A every 3rd year or something. No one has ever graduated from my faculty with straight A's. When I had Physics I, if you got a D you were in the top 10% (we use the ECTS system, E is lowest passing grade).

  11. Re:strength falls off with cube of distance on Killer Apartment Vs. Persistent Microwave Exposure? · · Score: 2, Informative

    It's not the cube of the distance. It is governed by the inverse square law (I = I/d^2). The strength is essentially energy/(surface area of a cube) = Energy/(4*pi*r^2). This means that the strength will decrease by the square of the distance (and not the cube of the distance). This is provided the antenna is omni-directional, if it is directional, the signal will be even stronger.

  12. Re:rule of the code on Cliff Click's Crash Course In Modern Hardware · · Score: 1

    indeed, we did the same thing, except we fit the matrix into L1 tiles, L2 tiles and CPU-cache tiles (two cpus with 4 cores each), did vectorizing of inner loops, and also unrolled the inner loops (with #pragma unroll). In addition, since we were working with symmetrical matrices, and only needed to calculate half the matrix (along the diagonal), I had to fiddle some with the scheduling for the OpenMP pragma to get the best possible performance out of it.

  13. Re:rule of the code on Cliff Click's Crash Course In Modern Hardware · · Score: 2, Informative

    You got the fastest time simply by playing with the compiler flags? We had a similar problem where we had to do a matrix multiplication on symmetric matrices for C = AB^T+BA^T (rank2k update with alpha=1.0, beta=0.0) and there was nothing the compiler could do for us to get even remotely near good scores. Doing the simplest implementation we got about 5 FLOPS/cycle on an 8 core system, optimizing just with SSE etc, I got it up to about 13 FLOPS/cycle, and by splitting up the matrix in tiny parts to avoid cache trashing etc I was able to get it up to 47 FLOPS/cycle. For comparison Intel's MKL library managed about 85 FLOPS/cycle on the same hardware. I believe the best in my class was about 50 FLOPS/cycle, and it took an insane amount of fiddling for any of us to get above 25-30 FLOPS/cycle or so. That said, most things done on a computer is rarely that limited by memory access, and then the compiler does an awesome job :)

  14. Re:Not any more on Kilogram Reference Losing Weight · · Score: 2, Informative

    Not quite, according to wikipedia "the second is currently defined as the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium-133 atom."

  15. Re:User Error on The Man Who Went Through 11 Xbox 360s · · Score: 1

    This is the kind of thing that makes me happy I live in Scandinavia. Here once they've had 3 attempts to "fix" your hardware, you have the right to a new one, or your money back.

  16. What about Norway's .bv and .sj? on Outdated Domains To Meet Their End · · Score: 1

    .bv is Bouvet Island, which is some uninhabitated island south of Africa http://en.wikipedia.org/wiki/.bv while .sj is for Svalbard and Jan Mayen Islands. (http://en.wikipedia.org/wiki/.sj) Neither are currently in use, and I'm not sure if they'll ever be. I suppose .bv would be nice for some Linux servers, as the island does have penguins, but getting fiber there would certainly offset any commercial advantage :)

  17. Re:That's not what "pine" means on Patches For Pine Going Away · · Score: 4, Informative

    According to the PINE website ( http://www.washington.edu/pine/ ) PINE stands for "Program for Internet News & Email".

  18. Re:Skype needs to correct this. on AMD Subpoenas Skype · · Score: 1

    FYI, FarCry 64-bit runs just fine on Intel and AMD systems, as long as they are AMD64-compatible and running on Windows XP 64-bit. It's just that they call it "AMD64" just like the good old x86 is "i386".

  19. Re:Remote Desktop on Switching a College from Desktops to Laptops? · · Score: 1

    Odd, at my University (Norwegian University of Science and Technology) they give us a list of *recommended* text books, and sometimes they even give us alternatives, they don't force us to use a particular textbook.

  20. Re:Offtopic on Flash Memory to Rival Hard Drives · · Score: 1

    They handle unlimited reads, they don't handle unlimited writes/erases though, so after a few million Mac OS X updates, the NAND might have to be replaced :)

  21. Re:As a College Student... on Is Wi-Fi Ruining College? · · Score: 1

    Wouldn't it be better if you just went to a College/University that didn't have mandatory presence during classes? Here I attend all the lectures that I know I need to pay attention, and I skip those that I know I don't need.

  22. Re:Apple sould balance: Craking vs Incoming. on Mac OS X x86 Put To The Test · · Score: 1

    The problem is that the cost of Mac OS X itself is very low compared to development costs, Apple doesn't earn much money just by selling the software. If they were going to offer it on all hardware, they'd have to increase the price a lot, and it'd take a lot more effort to support a zillion different hardware configurations.

  23. Re:Indeed it is... on 2005 Will Probably be Warmest on Record · · Score: 1

    we've had over 15 C here up in Trondheim, Norway (not that far from the artic circle) for the past week. Warmest day was like 23 C.

  24. Re:Let's get the instruments in space on NASA Takes Step Forward In Planet Finding · · Score: 1

    what about everyone else on the other side of the pond that actually use SI? :)

  25. Re:Because you are never really anonymous on World of Warcraft Interview "Responses" · · Score: 1

    Strange, over here, even private companies can't fire you without a valid reason.