Slashdot Mirror


User: KarmaMB84

KarmaMB84's activity in the archive.

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

Comments · 1,853

  1. Re:I don't feel sorry, but... on Canadian Spammer Fined Over $1 Billion · · Score: 1

    That's why they're called punitive. They are entirely to serve as punishment in addition to the per message fines.

  2. Re:Market Promises Disinterest right now. on Ballmer Promises Microsoft Tablet By Christmas · · Score: 1

    If they actually produced a tablet friendly interface on top of Windows CE for ARM hardware for good battery life, I might consider that copying. Right now they're doing nothing more than the same thing they did with Windows XP Tablet PC Edition: shove the full OS onto a device with a touch screen. They've been trying to shove Windows onto mobile devices since before the first rumors of the iPhone started.

  3. Re:Microsoft should blame it's marketing departmen on 66% of All Windows Users Still Use Windows XP · · Score: 1

    There's a total of 3 versions available at retail and I'm pretty sure the boxes tell you what each edition does.

  4. Re:If not Program Files, then where? on 66% of All Windows Users Still Use Windows XP · · Score: 1

    %allusersprofile% (C:\ProgramData by default)

  5. Re:Some random thoughts... on Microsoft Sues Motorola Over Android-Related Patent Infringement · · Score: 1

    If Microsoft wants licensing fees for the devices, the best way to do that is to go after the handset makers. HTC is already paying them the fees.

  6. Re:Wow, just wow. on Microsoft To Charge Phone Makers a Licensing Fee · · Score: 1

    They've been in talks with the other Android manufacturers. They filed their ITC complain against Motorola today.
    http://www.engadget.com/2010/10/01/microsoft-files-itc-complaint-against-motorola-over-alleged-andr/

  7. Re:Subtext on Microsoft To Charge Phone Makers a Licensing Fee · · Score: 1

    or...
    Apple is suing HTC, HTC is suing Apple
    Nokia is suing Apple, Apple is suing Nokia
    Kodak has sued Apple and RIM
    RIM has sued Motorola, Motorola has sued RIM
    NTP has sued everyone
    Oracle is suing Google


    Maybe they're just offering indemnification because the mobile space is overflowing with litigation.

  8. Re:Original Source and Actual Paper on Linux May Need a Rewrite Beyond 48 Cores · · Score: 1

    Depends on if there's real compatibility breaks. Windows 7 runs pretty much all Vista software unmodified exactly as it ran on Vista so to avoid installers breaking for no good reason because they're just checking major version number, they made Windows 7 "6.1". They claimed there was enough changes to warrant a major version number of 7 but made it 6.1 for compatibility. If there's actual compatibility breaks warranting a new version number, they'll probably use 8.0 or else label it 6.2 for compatibility.

  9. Re:Only Linux? on Linux May Need a Rewrite Beyond 48 Cores · · Score: 1

    As a post already pointed out, Microsoft modified the NT kernel to scale to 256 cores with Windows 7 and Windows Server 2008 R2.

  10. Re:IIS and ASP.NET can’t compete with Wordpr on Microsoft Migrating Live Spaces Users To WordPress · · Score: 2, Insightful

    Hotmail has over 360 million users which is quite a bit larger than the 30 million users they claim Spaces had. I don't see how scalability could've been an issue here. Now the fact that Spaces pretty much sucked to the point they're willing to take a hit on their Windows Live brand by jettisoning it is another issue entirely.

  11. Re:IIS and ASP.NET can’t compete with Wordpr on Microsoft Migrating Live Spaces Users To WordPress · · Score: 1

    It wasn't popular enough to test scalability so we can't say a thing about whether scalability is the reason they killed it or not.

  12. Re:IE 9 is actually good? on Microsoft Says IE9 Beta Demand Overwhelming · · Score: 0, Troll

    Addons and/or Flash probably or perhaps just a bad install. Pages with Flash also have display glitches. Not sure if it's Flash or the renderer not handling there being Flash on the page well.

  13. Re:Seems sensible enough on DX11 Coming To Linux (But Not XP) · · Score: 0, Troll

    You should probably tell Microsoft to stop calling it DirectX 10 and DirectX 11 then....

  14. Re:Does this smack of a hidden agenda to you? on DX11 Coming To Linux (But Not XP) · · Score: 1

    OpenGL support is achieved exactly as it was in Windows XP: with an OpenGL ICD provided by the graphics card vendor.

  15. Re:NOOOO! on Researchers Demo ASP.NET Crypto Attack · · Score: 0, Flamebait

    Standards are often riddled with security holes.

  16. Re:CDMwhat? on Microsoft Releases Final Windows Phone 7 Dev Tools · · Score: 1

    The ITU considers CDMA2000 (commonly referred to as just CDMA) a 3G standard. It's used in 116 countries.

  17. Re:request to the peanut gallery: on IE 9 Beta Strips Down For Speed · · Score: 1

    I've actually tinkered with the code for the test. They're probably using very simplistic optimizations such as

    1) Does the loop modify variables outside the loop or call anything that could?

    2) Is the modified variable outside the function and are there any function calls that could return the local variables or use them in some way?

    I believe the optimizations they apply are simplistic and probably intended to get the most obvious stuff without slowing down the engine. Making a function call such as FIXED(30) which doesn't really do anything as far as side effects prevents the loop from being optimized away the same way the true statement does... in fact you can replace return with FIXED(30) in that code and it's the same thing. The engine probably doesn't check whether the function calls actually use local variable or returns them. If there's a function call or other statement, it simply doesn't optimize the loop away.

  18. Re:Here's to hoping on IE 9 Beta Strips Down For Speed · · Score: 1, Informative

    The behavior is reproducible with different code. If you insert the return. It jumps to about 40ms on my machine. If you modify one of the branches to not modify any variables outside of for loop (modify a new variable inside the loop instead), it drops to 16ms. The code *should* still be doing the same amount of work but because one branch has no effect, it probably doesn't even get compiled. If you modify both branches in the same way, the result drops to 8ms which appears to be just the time it takes to loop through 12 times multiplied by the 25000 times the function is called since it modifies the Step variable. Without a return, it seems to drop the entire loop but not the assignment of local variables. Not calling the function at all would cause the loop which normally counts to 25000 to also not do anything and the test would complete instantly.

    I've tinkered with it enough to say it's more than likely nothing but the pre-compiler optimizing things by dropping statements that don't really do anything (can't be returned or aren't going to be because the function doesn't return at all). Inserting a true statement probably just causes it to not do the optimization for whatever reason (perhaps just any built-in statement will cause it). Also most of the speed up can still be gained even if the return statement is there if the branches in the loop are just written differently to have no effect on the function's local variables.

  19. Re:Here's to hoping on IE 9 Beta Strips Down For Speed · · Score: 0, Flamebait

    That's not even remotely what that blog post actually says.

  20. Re:and... on Steve Jobs Tries To Sneak Shurikens On a Plane · · Score: 1

    If you're already screening for guns and bombs, why would you allow other weapons when you find them?

  21. Re:Not so bad after all... on New Crypto Attack Affects Millions of ASP.NET Apps · · Score: 3, Informative

    The attack apparently relies on analyzing errors thrown by the application. If an app wraps everything in a try-catch and only rethrows if the app is in development and a generic error message to the public, it's doubtful they could ever pull off an exploit.

  22. Re:Misleading. on IE9 Team Says "Our GPU Acceleration Is Better Than Yours" · · Score: 1

    If I recall correctly, the parts that both Firefox and IE9 are missing from ACID3 is stuff that not only might get removed from ACID3 and/or made optional but might also get the same treatment from the W3C.

  23. Re:I've been in the industry a while on Microsoft Holds iPhone Funeral Event · · Score: 1

    I wonder if after the KIN debacle, they're trying to show their partners they're so behind this product, they're willing to make themselves look like idiots for it....

  24. Re:Clarification on Apple Relaxes iOS Development Tool Restrictions · · Score: 1

    Adobe's CS5 converts Flash apps into native apps. There's no runtime. That's why Apple banned development tools that translated from other languages into C, C++ or Objective-C. People could probably start submitting apps built with CS5 right away if they felt so inclined.

  25. Re:People like Birgitta Jonsdottir are easy to buy on WikiLeaks Calls For Assange To Step Down · · Score: 2, Informative

    For example, the blast and shockwave from the MOAB bomb can destroy about 8-10 blocks radius of a city, and we used these in Iraq...

    Citation needed cause I'm pretty sure not a single MOAB has ever been detonated outside of military test ranges.