Slashdot Mirror


User: BrentNewland

BrentNewland's activity in the archive.

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

Comments · 29

  1. Re:This is very true on Large Corporations Displacing Aging IT Workers With H-1B Visa Workers · · Score: 3, Interesting

    This is when the workers should band together and try to find positions at other companies. Losing a whole bunch of critical people at once will cripple their business, and the sub-par talent they hire to replace them will tank the company.

  2. Re:Is the same true for the Nexus 4? on Surface Pro Sold Out; Was It Just Understocked? · · Score: 1

    Then we just need two reviews, one biased in Microsoft's favor, and one biased against Microsoft.

  3. Re:Ethanol from corn is height of stupidity on Corn Shortage Hampers US Ethanol Production · · Score: 1

    Common sense does not require a citation. However, that post was not common sense. It was a made up "fact" based on what someone "felt" was right. In other words, that post was equivalent to religious doctrine.

  4. Re:Probably not native binaries on ARM on Windows Software Coming To Android Via Wine · · Score: 1

    I actually looked into the possibility of running Windows programs for x86 on other processors. Read posts with my name "BrentNewland" http://www.reactos.org/forum/viewtopic.php?f=2&t=11078&sid=9213440b9627ba56a8beb204022e2bae#p91132 Same method applies to both WINE and ReactOS. In essence, you run the program on an x86 emulator (like QEMU). Supposedly little of the actual program is x86-specific, the majority is resources and Windows API calls. QEMU takes care of the platform-specific code, and any API requests are sent to Wine, which is compiled for the processor. That way it's not emulating the entire OS or the entire Win32API, which is supposed to allow performance up to 50% of native.