Slashdot Mirror


User: XDirtypunkX

XDirtypunkX's activity in the archive.

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

Comments · 429

  1. Re:Take 2 machine to watch one video? on What To Do With a Free Xbox 360 Pro? · · Score: 1

    Actually, you might need to install the optional content pack from the marketplace (it's free). I had to do this to get divx to work.

  2. Re:Why bother? on What To Do With a Free Xbox 360 Pro? · · Score: 1

    Download the content add-in for the 360 (you can find it on the market-place, it's free). It allows you to stream DivX/XviD and MP4. You still have to live with the media player library though, unless you use TVersity.

  3. Re:128 bit C data type? on Microsoft Leaks Details of 128-bit Windows 8 · · Score: 2, Funny

    It'll actually be called the John Holmes.

  4. Re:Why did they pick the most low-end device? on Windows Mobile 6.5 Launched, Panned · · Score: 1

    The Touch HD (running WM, currently a 6.5 ROM) is my daily phone and it's a great piece of hardware. At the time, HTC hadn't put anywhere near that quality hardware in an Android phone and I found it rather disappointing that they hadn't because I think it would've given Android a good start. More competition will mean better phone software.

    That said, I don't think WM deserves the kind of beat down it was getting from a lot of people here who haven't used a current generation WM phone.

    But I'm touched you were willing to go through my old comments. That's a special kind of commitment.

  5. Re:Why did they pick the most low-end device? on Windows Mobile 6.5 Launched, Panned · · Score: 3, Insightful

    Don't show them a *good* Windows Mobile phone. That will make the slashdotters insecure about all their trash talk!

  6. Re:I don't think IPv6 is really the future any mor on Verizon Refuses To Provide Complete IPv6 · · Score: 1

    But that doesn't change the fact that the system for allocating addresses wasn't designed with "fairness" in mind (misguided or otherwise) as the original poster indicated. The system was designed as an oligopoly benefiting the initial investors. Which is fair (as you indicated), because it was their network.

    Certain members of that same oligopoly have a vested interest in people continuing to use IPv4 and that's one of the things that is standing in the way of a market driven solution (and IPv6 for that matter). Of course the original designers couldn't have foreseen this problem, but that doesn't mean it isn't one.

  7. Re:I don't think IPv6 is really the future any mor on Verizon Refuses To Provide Complete IPv6 · · Score: 1

    What makes you think it was an attempt at fairness? If they had tried to make things *fair* there wouldn't be class A in the first place. The whole allocation system was pretty much designed so the early players (defense/government, certain universities and certain large corporations) were guaranteed absurdly large chunks of continuous address range.

  8. Re:salesman speak on "Time Telescope" Could Boost Fibre-Optic Communications · · Score: 1

    A better analogue for cloud computing would be "outsourcing". It's not a client server model, it's a way to outsource the server part of the client server model. But if they called it outsourcing, people would think that all your data would be in an intelligible accent that kept telling you to check if the modem was plugged in.

  9. Re:It's time for apple to step in on ARM Attacks Intel's Netbook Stranglehold · · Score: 1

    I heard from a source who worked for DEC at the time that Windows NT was ported to Alpha as part of an under the table settlement due to patent infringements (mainly on the virtual memory subsystem) and was never expected to make a profit.

  10. Re:Porting code to a new architecture on ARM Attacks Intel's Netbook Stranglehold · · Score: 1

    The NT kernel (including the virtual memory subsystem) was designed to be abstracted enough for easy porting by re-writing the device specific parts, so I don't think handling virtual page tables will be that hard (although, code above that relies on 4k page assumptions etc is not going to be happy if you use different page sizes etc). You're not easily going to be able to port to ARM cores that don't have an MMU, but I don't think anyone is talking about targeting Windows to somewhere without an MMU.

     

  11. I can imagine the headlines... on Japan's Cell Phones May Get DRM, At Music Industry Behest · · Score: 2, Funny

    Travel to another country, listen to your music. Enjoy your $20000 roaming data charge.

  12. Re:Meh on AMD's DX11 Radeons Can Drive Six 30 Displays · · Score: 1

    Why bother doing all of that when each version of Windows has a way of getting the input from multiple mice / keyboards in user space. You can use Raw Input (XP and later)/DirectInput (prior to XP)/opening the ports yourself (prior to NT 4.0, back when you could get keyboards and mice that worked that way). If you're determined, you can write a device driver (which may live in kernel space, but doesn't modify the kernel) and pass the input via a side port.

    In user space you can filter keyboard/mice messages and post your own behind the scenes and other similar hacks. Most of these you don't have to do (Windows supports multiple user contexts which have their own user state).

    Of course, it's not as nice or seamless or even as easy as changing the kernel, but it can be done.

  13. Re:Meh on AMD's DX11 Radeons Can Drive Six 30 Displays · · Score: 1

    Windows NT 3.1 was multi-user and able to run multiple tasks as different users simultaneously and they haven't removed that feature since. That's all that all that's required to run with multiple simultaneous users at kernel level really.

  14. Re:Dock/Taskbar design on OS Performance — Snow Leopard, Windows 7, and Ubuntu 9.10 · · Score: 2, Informative

    Unlike D3D10, D3D11 is actually backward compatible all the way to D3D9 shader model 2.0 hardware. That is, you get a lot of D3D10/11 features that give you big speed boosts (like the D3D10 style resource management/buffers and D3D11 deferred device contexts) on D3D9 hardware. In fact, except for XP support there is no reason to write anything but D3D11 code any more once it's released (with different shader paths).

    Deferred contexts allow you to build up a list of commands on a separate thread, shunt them to kernel space in a single call (very low thunking overhead) and then render them on the main thread in a single call. In terms of distributing the CPU cost of rendering over multiple cores and going further to avoid CPU thunking costs, this is a huge feature (and like I said, it's available on D3D9 hardware).

    Finally D3D11 is pretty almost a strict super-set (as is the updated WDDM) of Direct3D 10 at driver level. If you have the March DirectX SDK, you can run D3D11 applications on D3D9/10 hardware on Vista now at almost full speed (obviously, D3D11 itself isn't fully optimized yet as this is pre-release). So your driver concerns are pretty much unfounded.

  15. What he actually means... on NVIDIA Predicts 570x GPU Performance Boost · · Score: 1

    What he actually means is that your 570 dollar graphics card will be worth 1 dollar. That's a 570x better performance/price ratio!

  16. Re:"It's the Network" on Why the Google Android Phone Isn't Taking Off · · Score: 1

    Not all HTC Phones are crappy hardware though... the HTC Touch HD is an amazing and well built piece of hardware (even if you need to be a power user to actually get software on it doing what you want) that even has a proper headphone jack.

    Now, if they made a better version of the Touch HD with Android instead of WM, then that would be super damn awesome.

  17. Re:we need to end drug prohibition on Mexico Decriminalizes Small-Scale Drug Possession · · Score: 1

    Your physics teacher's story is highly embellished and full of inaccuracies.

  18. Re:Decriminalization in Light of the Drug War on Mexico Decriminalizes Small-Scale Drug Possession · · Score: 4, Interesting

    Or maybe he thinks that decriminalization will reduce the street prices for the drugs. Decriminalization means that the lower tiers of the distribution network and the using individuals carry less risk, which means easier access, which should mean lower street prices and more competition based on quality. In the end, that's going to mean less money for the cartels.

  19. You know this is terrible for one class of people. on Pi Calculated To Record 2.5 Trillion Digits · · Score: 1

    Before you herald this progress, spare a thought for the poor memory-trick savants who will now have to spend half of their lives memorizing another trillion digits of Pi.

  20. Well, how does google compare? on Bing Search Tainted By Pro-Microsoft Results · · Score: 1

    I searched for "why is google so expensive?" on google (well, google.com.au) and the first result that came back was: "Why Is Windows So Expensive on NewsTrendz - Snapshot Results ..."

    So, Microsoft is really just trying to compete with google search on the slams.

  21. Re:Legalization on Philips Develops Roadside Drug-Testing Device · · Score: 1

    THC is psychoactive and as such can be a hallucinogen in high enough quantities. That's why if you eat too many brownies you'll see the devil.

  22. Well it's not really that much... on 30,000-Lb. Bomb On Fast Track For Deployment · · Score: 3, Interesting

    They should write it's power output in terms of sun, in which case it looks really puny next to nuclear. For example, the Tsar Bomba (largest human utilized explosive device, which was detonated at half the possible yield to prevent fallout) actually got into whole number percentages:
    "Since 50 Mt is 2.1*10^17 joules, the average power produced during the entire fission-fusion process, lasting around 39 nanoseconds, was about 5.4*10^24 watts or 5.4 yottawatts. This is equivalent to approximately 1.4% of the power output of the Sun.[9]" (Wikipedia).

  23. Re:As opposed to the current generation.. on Next Console Generation Defined By Software, Not Hardware · · Score: 1

    If by considerably higher you mean lower. The 7800 GTX 256 (not the faster 512) had 38.4 gigs a second, vs the RSX's 22.4 gigs. Of course, the RSX can read from main memory at a good 15.5 gigs a second, in optimal circumstances when you're not relying on the 22.4 from the local memory. But even if the RSX could do both (full speed from main memory and local memory), 22.4 + 15.5 is only 37.9.

    The Cell SPE's aren't crippled DSPs, they're regular DSPs and have a lot of trouble with things like branching or algorithms requiring scatter-gather across a large datastructure.

  24. Re:In before the morons on Microsoft Agrees To EU Browser Ballot Screen · · Score: 1

    Microsoft makes genital hair pieces?

  25. Re:Australia already has censorship! on Australian Net Filter Gets One Step Closer · · Score: 1

    Do you have paranoid schizophrenia by any chance? I've been on the protest path and have many friends who are rather radical in their beliefs and no one would agree with what you're saying.