Slashdot Mirror


The New 'One Microsoft' Is Finally Poised For the Future

redletterdave writes: "The stodgy old enterprise company whose former CEO once called open source Linux a 'cancer' is gone. So is its notorious tendency to keep developers and consumers within its walled gardens. The 'One Microsoft' goal that looked like more gaseous corporate rhetoric upon its debut last summer now is instead much closer to actual reality. No longer are there different kernels for Windows 8, Windows Phone or Windows RT it's now all just One Windows. As goes the Windows kernel, so goes the entire company. Microsoft finally appears to have aimed all its guns outside the company rather than at internal rivals. Now it needs to rebuild its empire upon this new reality."

270 comments

  1. Trolling? by CraigCruden · · Score: 5, Insightful

    They have a long way to go, one user interface for all idioms is kinda stupid..... that is why they are getting all the bad press with Windows 8.

    1. Re:Trolling? by bhcompy · · Score: 4, Insightful

      Rather than one interface, they should just enforce what they did ages ago and maintain a consistent style guide(until they broke it with things like ribbons). The GUI can vary, but keep the flow, terminology, and the look as similar as possible.

    2. Re:Trolling? by CraigCruden · · Score: 2

      I have a large monitor and I sit 2 arms lengths away, but Microsoft in their wisdom thinks that the interface for that should lean towards touch. If they treat the small phone screen the same as a large screen interface, and that everyone is going to use touch interface - then you're not creating a usable platform for any since you are constantly making compromises. You can use the same operating system core, the same API, and make things interoperate without having the same interface. If I wrote a desktop app to have the same interface as my phone app - either my desktop app is wasting a lot of real-estate and making inefficient use of resources - or I am making it very difficult on the phone user since he is constantly zooming in and out to fill in a bloody form...... the operating system interface is no different.

    3. Re:Trolling? by jeffmflanagan · · Score: 2

      Microsoft *thought* the desktop should lean toward touch. They seem to have revised their opinion on that.

      Of course touch can be useful on a desktop. I was able to start my father on Android as his first internet-connected device, and he was easily able to transition to Windows 8 on a desktop PC because of the touch interface. A mouse isn't intuitive to us all like touching a visible object with a finger is.

    4. Re:Trolling? by PPH · · Score: 5, Funny

      I have a large monitor and I sit 2 arms lengths away,

      Evidently, Microsoft's UI was designed for users with longer arms. The ones that drag on the ground when they walk.

      OK, gotta go now. [Ducking and running]

      --
      Have gnu, will travel.
    5. Re:Trolling? by Anonymous Coward · · Score: 0

      I don't see anything about one interface. I read only that there would be one common kernel.

    6. Re:Trolling? by CraigCruden · · Score: 0

      finally a use for facebook "like"

    7. Re:Trolling? by CraigCruden · · Score: 1

      Well maybe I read it in combination with experience with Windows 8 UI which is "one" now. The problem is that even when talking about one kernel, that is already a problem from a properly designed system point of view. The kernel is a collection of services, not all services are required for all platforms.

    8. Re:Trolling? by JohnFen · · Score: 1

      Microsoft *thought* the desktop should lean toward touch. They seem to have revised their opinion on that.

      Or so they claim. I haven't seen much real evidence of that, though. Win 8.1.1 threw a couple of small bones in that direction, but those changes were pretty weak sauce. Perhaps Win 9 will show something more substantial.

    9. Re:Trolling? by bluefoxlucid · · Score: 1

      They copied that trend from Ubuntu Unity.

    10. Re:Trolling? by Anonymous Coward · · Score: 0

      I don't think even Microsoft is stupid enough to use a monolithic kernel anymore. You can have a single modularized one, though.

    11. Re:Trolling? by Anonymous Coward · · Score: 0

      And who wouldn't want to take trade the possible hand/wrist repetitive strain from using a mouse/trackball for possible hand/wrist/elbow/arm/shoulder repetitive strain of using a touchscreen monitor?

      I'm biased: I used a light pen in the 80s. It ****ing sucked.

    12. Re:Trolling? by Miamicanes · · Score: 1

      you're not creating a usable platform for any since you are constantly making compromises

      Microsoft has a long, proud history of compromising the usability of their products for power users for the sake of accommodating casual users who've never read the manual and expect everything to work like Word... even when it turns an action you're going to do a LOT into 40 seconds of drilling down through menus and dialogs to do something a non-Microsoft application might be able to do with ctrl-shift-rightclick and a few keystrokes. More importantly, though, is that Microsoft has increasingly gotten into the habit of making the dumbed-down way of doing something the ONLY way to do it, instead of merely the default.

      Microsoft SHOULD have taken MVC design to its next logical level, and built upon .net instead of throwing it all away in the blighted name of Metro... common model and controller code across all Windows platforms, with different views for desktop, tablet, and maybe mobile devices whose displays are too small to treat like a tablet. They could have compiled the code to CLR, then had the installer itself compile it to native code optimized for the local platform. But no... they just *had* to ruin a good thing, and try to ram touch down everybody's throats.

      Instead of racing to smaller and lower-res touch displays, Microsoft should be encouraging bigger multiple-unit displays and high-DPI/high-rate gaming mice. If Microsoft REALLY wanted to do something positive, they'd partner with someone like Samsung to define an official form factor for Portrait-Landscape-Portrait displays with matched pixel density and alignment (up to now, the holy grail we've never really had... as far as I know, nobody has ever made displays explicitly matched for P-L-P use). We could have laptops with a main 2560x1440 display flanked by a pair of 1280x1440 displays that fold inward like window shutters (glass facing glass), then latch down over the keyboard, or desktop with 27-32" 2560x1440 or higher display flanked by displays of identical vertical height and pixel density, specifically manufactured to be in portrait orientation.

      The second-to-last piece of the puzzle (commercial unavailability of PLP-matched panel sets) was finally solved a couple of years ago by DisplayPort (a 3-monitor assembly could incorporate a DisplayPort hub that connects to all 3 displays internally & presents a single DisplayPort interface to the outside world).

    13. Re:Trolling? by Anonymous Coward · · Score: 0

      Did you manage to keep your hands from touching the ground while running in the ducked position? See, Microsoft is clearly onto something here.

    14. Re:Trolling? by Anonymous Coward · · Score: 0

      You seem to be joking, but when I first saw the "Metro" Interface, it reminded me of Kanzi and the tool he used to communicate with.

    15. Re:Trolling? by benjymouse · · Score: 1

      Microsoft SHOULD have taken MVC design to its next logical level, and built upon .net instead of throwing it all away in the blighted name of Metro... common model and controller code across all Windows platforms, with different views for desktop, tablet, and maybe mobile devices whose displays are too small to treat like a tablet. They could have compiled the code to CLR, then had the installer itself compile it to native code optimized for the local platform. But no... they just *had* to ruin a good thing, and try to ram touch down everybody's throats.

      This does not make sense to me at all. While I agree that's the way they should have taken (IMHO using MVVM instead of MVC), it is almost exactly the way they took. They didn't have all the ducks in row at the first iteration, but it was the plan all the way. They said so at the time.

      You did not belive the FUD about Microsoft abandoning .NET did you? .NET is very, very much in the game. At /Build// Microsoft just announced Universal Apps.

      MSDN has documentation

      With universal apps you build one app for phone, tablets and laptops/desktops. The same app can share views and viewmodels (MVVM) across the form factors, or they can have completely different view/viewmodels. A view/viewmodel can also "adapt" to the formfactor - showing only primary and essential information on phones, more on tablets and include secondary/tertiary information on desktops.

      When deployed, the universal apps are deployed as IL/CLR code. When a device installs an app, the cloud service will perform the compilation and serve a native app to the device, compiled for the architecture, memory requirements and core count. The delivery system will only serve resources used by the specific device, i.e. even if the universal app is distributed with extensive resources for desktop users, the package that is downloaded to a phone will strip those resources.

      Metro was never mutually exclusive with .NET. Microsoft made plenty of blunders both with their messaging on Metro as well as the initial Dr. Jekyll-and-Hyde two-personality Windows 8. But they have been consistent on their messaging on .NET and apps.

      --
      Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
    16. Re:Trolling? by davester666 · · Score: 1

      no need to run. knuckle draggers are slow...

      --
      Sleep your way to a whiter smile...date a dentist!
    17. Re:Trolling? by Anonymous Coward · · Score: 0

      I used a light pen in the 80s. It ****ing sucked.

      I've used a light pen as well. It helps if you use lube, and if you strap a vibrator to it... well! That'll bring a smile to her lips! All of them!

    18. Re:Trolling? by Darinbob · · Score: 1

      You need a finglonger.

    19. Re:Trolling? by mikael · · Score: 1

      I would go for the Wacom style art tablet with a built-in screen, but still with a keyboard. That allows for additional interaction including tilt, pressure, and multiple stylus pens to be used simultaneously. I've tried explaining how to use a computer to some of my more senior relatives, and they immediately get all annoyed and panicky when I tell them to "grab the mouse, and pull it towards them". They panic at the thought there is a rodent on the table.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    20. Re:Trolling? by PPH · · Score: 1

      The difference being that every time someone uses Metro, Ballmer gets the banana.

      --
      Have gnu, will travel.
    21. Re:Trolling? by Shirley+Marquez · · Score: 1

      The light pen wasn't too bad for drawing applications, though it didn't measure up to what you can do with a pressure sensitive pen. It was a horrible interface for pretty much everything else. A lot of that was implementation; if a light pen had been as responsive as a touchscreen it would have worked about as well as early touch systems that used a stylus or did only single-point touch with a finger.

  2. I'll believe it by Anonymous Coward · · Score: 0

    when I see IE running on Linux ... or people actually WANTING to run IE on Linux...

    1. Re:I'll believe it by wiredlogic · · Score: 1

      Been done. At least for Solaris and HP-UX.

      --
      I am becoming gerund, destroyer of verbs.
    2. Re:I'll believe it by Anonymous Coward · · Score: 0

      True. But that doesn't answer the "WANTING" part...

    3. Re:I'll believe it by rubycodez · · Score: 1
    4. Re:I'll believe it by JeffAtl · · Score: 1

      Many websites only work well on IE - especially some internal corporate ones.

    5. Re:I'll believe it by unixisc · · Score: 1

      Been done. At least for Solaris and HP-UX.

      ...and since discontinued

    6. Re:I'll believe it by symbolset · · Score: 1

      IE11 on XP is a cue that they have divorced the old thinking. If you see that, you will know this is the dawn of a new age. You know they can do it. The browsers they are competing against can. But they won't do it because they rely on the latest IE to sell the latest Windows, fragmenting their user base.

      --
      Help stamp out iliturcy.
    7. Re:I'll believe it by CraigCruden · · Score: 1

      That would be IE6 - and if they are still running that version they are not supported by Microsoft properly since even Microsoft moved on long ago. The most popular (surprised me, I just assumed IE was still due to bundling) browser now is Chrome. Most browsers including IE are closer together in their use of standards so they are becoming interchangeable.

    8. Re:I'll believe it by Shirley+Marquez · · Score: 1

      The wanting mostly happened circa 2000. Netscape 4 was getting long in the tooth; it choked on complex pages and the Javascript implementation was horrible. Netscape 5 (an update of 4) was abandoned, and the fruit of Netscape's ground-up reimplementation, Netscape 7 / Mozilla Suite 1.0, didn't reach full release until 2002 though many of us were using beta versions before that. IE was, for a brief time, the best readily available browser. I stuck with Netscape anyway because it was fully cross-platform; there was an IE for some versions of Unix but not for Linux.

  3. now if they'd let us have our desktops back... by swschrad · · Score: 1

    the 8.1 update didn't fix all the issues with Metro, uh, Modern kicking your desktop and work to the curb when it feels like it. sucks. HULK HATE 8 !!!

    --
    if this is supposed to be a new economy, how come they still want my old fashioned money?
    1. Re:now if they'd let us have our desktops back... by jones_supa · · Score: 1

      Apparently the recent updates brought the Modern apps to taskbar and gave them an autohide title bar with minimize and close controls. When the Start Menu update (the most important piece) arrives later, it's gonna be pretty good already.

      By the way I actually like the idea of snapping the Modern apps to the side of the desktop. It's a good way to utilize a widescreen monitor by docking Twitter or something else there. I wouldn't care about Modern apps otherwise, but this is a fun feature.

    2. Re:now if they'd let us have our desktops back... by jeffmflanagan · · Score: 2

      By the way I actually like the idea of snapping the Modern apps to the side of the desktop. It's a good way to utilize a widescreen monitor by docking Twitter or something else there. I wouldn't care about Modern apps otherwise, but this is a fun feature.

      Of course. The whole problem with Metro/Modern was that they set their user-interface back to the DOS days with only a single application displayed at a time. As long as Metro apps work in Windows, Metro is no longer a huge step back.

    3. Re:now if they'd let us have our desktops back... by NatasRevol · · Score: 1

      And a shit search bar.

      And half assed access to settings.

      --
      There are two types of people in the world: Those who crave closure
    4. Re:now if they'd let us have our desktops back... by symbolset · · Score: 1

      When the start menu update comes I'll be ready to recommend Windows 8.x for people who have to have Windows. Until then the recommend is Windows 7.

      And yes, I say it like that. "If you have to have Windows then this is the one."

      --
      Help stamp out iliturcy.
  4. Perhaps... by Anonymous Coward · · Score: 0

    One interface, yes is probably not the greatest idea that they have ever had, but one code base... Actually a pretty good one. It allows for them to iterate more quickly, support a greater range of hardware, apps, and all around capabilities. At the same time it also allows your cell phone to be subject to the same ransomware as your desktop!

    1. Re:Perhaps... by CraigCruden · · Score: 0

      One code base in a well designed componentized system is ideal, but the last time the windows code was leaked it was a disaster area....

    2. Re:Perhaps... by Jeremiah+Cornelius · · Score: 1

      One turd, not several. Wow. :-)

      --
      "Flyin' in just a sweet place,
      Never been known to fail..."
  5. Good for devs. by digsbo · · Score: 5, Insightful

    One thing this should help with is not making devs afraid to adopt a particular technology from MS, which is later trashed due to it having won a political, rather than technical, battle for promotion. For example, WCF was touted as the only way to do XML/HTTP services replacing the binary remoting protocol for several years, and then WebAPI replaced it. WCF devs are now irritated. Same with SilverLight, though WAY worse - "this is THE platform for Windows 8!", then, "Uh, not really.". I get the sense these teams have to compete for their platform to get noticed and marketed, instead of collaborate and take the advantages from two competing platforms.

    1. Re:Good for devs. by Anonymous Coward · · Score: 0

      This is actually accurate. Teams had to compete for budget. So basically think Apple during the Lisa/Apple II days.

    2. Re:Good for devs. by avandesande · · Score: 1

      If we went 'ad nauseum' with your example everyone will still be using COM and ActiveX

      --
      love is just extroverted narcissism
    3. Re:Good for devs. by bazmail · · Score: 1

      True. So true. We narrowly dodged the WCF bullet by delaying so long in switching to it that it was dead by the time we were ready. Straight to WebAPI.

      For years MS was run like the UFC with battling stables of fighters constantly trying to fuck eachother up, ultimately at the expense of the Devs/Users.

      Remains to be seen if the new guy "gets it" and smashes the toxic and entrenched Fiefdom system that exists in Redmond.

    4. Re:Good for devs. by slack_justyb · · Score: 1

      Totally hit nail on head there. It's always been a gamble which of the different frameworks will mesh out in the petty internal battle. It's hard to bank on any MS tech because you never know when it might just up and vanish. I've seen some say, oh then I guess we should just stick to COM then. No, but changing the game as often as I change my phone isn't going to help you win converts.

    5. Re:Good for devs. by ArhcAngel · · Score: 1

      My company IS still using COM and ActiveX you insensitive clod!

      --
      "A person is smart. People are dumb, panicky dangerous animals and you know it." - K
    6. Re:Good for devs. by Jaime2 · · Score: 1

      I don't see devs being hurt by this at all. Sure, Microsoft has changed what it is pushing, but their support of deprecated technology is still excellent. Not only is WCF still supported, but their SOAP stuff still continues to work just fine (and to be fully supported by Visual Studio), even though it hasn't been pushed for over ten years.

      As for Silverlight - anyone that thought that was going to work wasn't paying attention. The fact is, there are still two markets for Windows apps; corporate stuff that has no reason to adopt Metro, so will continue to be WinForms and WPF for a long time; and consumer stuff, which is served well by apps delivered through app stores. In order to execute the current app store model without creating a virus epidemic, some protections need to be in place. That was always going to be based on the protections already in place with existing web technologies. Anyone who's surprised that app store apps adopted HTML5 and Javascript wasn't paying attention.

      Also, the other technology supported for app store apps is XAML with a limited subset of the API. That's essentially what Silverlight was without the stupid browser plugin concept. So, Silverlight developers weren't left in the cold - 95% of their skillset is still useful for app store development.

    7. Re:Good for devs. by Marginal+Coward · · Score: 1

      Wouldn't it be VBX controls? IIRC, that was the Hot New Thing they wanted everybody to use at one time...until they replaced VBX with ActiveX. That's about the time I lost all interest in all of Microsoft's binary component technologies.

      I did manage to get myself roped into MFC, though, many years ago. I'm still stuck using that due to having a large code base that's written for it (and isn't economical to convert to something like WxWidgets). Fortunately, Microsoft has supported MFC faithfully...for now.

    8. Re:Good for devs. by Anonymous Coward · · Score: 0

      While I agree that Microsoft has been pretty bad about creating frameworks and then abandoning them, I'm not sure you picked the best example in WCF. WCF was (and still is) the preferred way to do XML/HTTP services that are SOAP based within the Microsoft world. WebAPI was introduced to better support REST based services. While it is technically possible to create REST-like services in WCF, it is a mess because SOAP and REST are different philosophies and I think they made the right decision by creating a separate framework designed for REST from the ground up. The same basic thing exists on the Java side with the JAX-WS spec, which is primarily for SOAP based services, and JAX-RS for REST services.

      I wouldn't say WCF is dead at all. There are still plenty of applications for SOAP-based services (especially when you move out of web/mobile development), and WCF is probably the best choice for that within the Microsoft ecosystem. If you need/want REST, use WebAPI.

      I think the industry in general has gotten a little framework happy. It seems like every day there is AFF (another fucking framework) that addresses all of the failings of previous frameworks and will make magically make everything better.

      I agree with the others who have noted that banking on a new framework is a crap shoot, I just don't think it is that unique to Microsoft.

    9. Re:Good for devs. by digsbo · · Score: 1

      WCF isn't dead, no, and I didn't really mean to say that so much. But as the "guy who touted WCF to replace remoting" at my shop, I've also been the loudest voice heard to push people to WebAPI unless they REALLY, REALLY NEED WCF, due to the configuration overhead. WebAPI took me, I don't know, a few hours to implement the first time, as opposed to weeks getting WCF to run w/ SSL termination at a load balancer...there is a place for WCF, but not when you need simple XML or RESTful data interchange.

    10. Re:Good for devs. by digsbo · · Score: 1

      Regarding Silverlight, you are factually correct on all points, but even so, app store development is kind of a crap shoot as far as convertibility to money goes, and now those companies are left with "the new IE6" in terms of entrenched intranet applications which the engineering team can't convince management to give them budget to port to a forward-compatible technology, because it's in place, and it works.

    11. Re:Good for devs. by gbjbaanb · · Score: 1

      no, they'd be using win32 and C based APIs for system services.... a lot like a certain alternative OS.

    12. Re:Good for devs. by gbjbaanb · · Score: 1

      It is the preferred solution... unfortunately.

      Try the Windows Web Services alternative (a compatible system designed by the Windows team, significantly faster and less memory intensive).

      I also thought the new preferred way to write back-end services was to sue the REST toolkit that came out with VS2013 (ex codename casablanca). WCF is only still around because the ,NET devs don't have much of an alternative, that's all.

    13. Re:Good for devs. by Anonymous Coward · · Score: 0

      Right, Microsoft wanted to push me to WPF and silverlight, but Winforms still works just fine.

    14. Re:Good for devs. by RightSaidFred99 · · Score: 0

      WebAPI has not replaced WCF. Sure, all the cool kids think REST services are the only game in town, but it ain't so and WCF does a lot, lot, lot more than WebAPI.

      Sure, they moved OData and REST to WebAPI, but that ain't the whole enchilada. Not sure why anyone using WCF would be "annoyed".

    15. Re:Good for devs. by savuporo · · Score: 1

      You realize COM is about the only solid thing about Windows ? It pretty much holds everything together, and there is no other code componentization approach out in there that is even slightly as capable or robust, that would be widely deployed.
      They thought .NET and managed stuff will replace COM - well it didn't, backtracking is happening rather quickly.

      Yes, COM is long in the tooth and would benefit from a major revision that is not backwards compatible over the binary interfaces, but the fundamental ideas of COM are solid. One binary component talking to other binary component through stable binary interfaces, regardless of the languages used, threading models on either sides etc.

      --
      http://validator.w3.org/check?uri=http%3A%2F%2Fwww.slashdot.org Errors found while checking this document as HTML5!
    16. Re:Good for devs. by RightSaidFred99 · · Score: 0

      WCF is still around because it works ridiculously well for SOAP based web services over multiple types of transports. There's nothing better.

      Of course, REST is now where all the cool kids are going, but then again all the cool kids are using Web Scale MongoDB and Rubython with Djangeroo and WebFlops Celery, or whatever ridiculous mishmash of bullshit is popular now.

    17. Re:Good for devs. by digsbo · · Score: 1

      I don't know why you got modded down, you're right and funny. That said, WCF is a lot more effort to implement behind an SSL terminating load balancer w/ the username/password auth my boss insisted I use. Took two weeks to figure that out, as opposed to the two hours it took w/ WebAPI. And you can do complex object interactions w/ WebAPI ok by POSTing a JSON object and returning whatever in the doc. You don't lose much w/ WebAPI unless you really need a SOAP interface.

    18. Re:Good for devs. by UnknownSoldier · · Score: 1

      The running joke is that Microsoft's three letter technology acronyms are always hyped as the latest and greatest until the next one in ~3-5 years.

      COM
      OLE
      MFC
      AFX
      NET
      Silverlight
      WCF

    19. Re:Good for devs. by jimmyfrank · · Score: 1

      I've never been afraid to adopt a MS tech. Silverlight still works fine and it's easy to convert a SL app to XAML/Windows. WCF works fine still and it's not that difficult to port that stuff over to WebAPI or ServiceStack. Maybe you're rather not have innovation.

    20. Re:Good for devs. by RaceProUK · · Score: 1

      WCF is built on .NET. Silverlight is built on .NET. WinRT has a full .NET layer.

      .NET is dead the same way the Sun is made of ice.

      --
      No colour or religion ever stopped the bullet from a gun
    21. Re:Good for devs. by drolli · · Score: 1

      How else should I programmatically access ms office from decent languages?

    22. Re:Good for devs. by Desler · · Score: 1

      You talk as if COM went away. Protip: It didn't.

    23. Re:Good for devs. by symbolset · · Score: 1

      Wow. This is intended to be funny, yes?

      --
      Help stamp out iliturcy.
    24. Re:Good for devs. by digsbo · · Score: 1

      The irony...I switched from a Unix shop to an MS shop to do new stuff, researched and advised about services and recommended WCF when that was the MS advised way to go, and now push WebAPI. Yeah, like he said, I'd rather not have innovation...

    25. Re:Good for devs. by symbolset · · Score: 1

      So we are populating the comments with autogen now.

      --
      Help stamp out iliturcy.
    26. Re:Good for devs. by WuphonsReach · · Score: 1

      Remains to be seen if the new guy "gets it" and smashes the toxic and entrenched Fiefdom system that exists in Redmond.

      I give him about 1 chance in 10 of pulling it off. Unless there are massive restructurings / layoffs / outright firings over the next 6 months.

      --
      Wolde you bothe eate your cake, and have your cake?
    27. Re:Good for devs. by avandesande · · Score: 1

      Neither will WCF. That wasn't the point.

      --
      love is just extroverted narcissism
  6. doubt it by phantomfive · · Score: 5, Insightful

    "The stodgy old enterprise company whose former CEO once called open source Linux a 'cancer' is gone. So is its notorious tendency to keep developers and consumers within its walled gardens.

    I doubt it.

    "If you want to use a Microsoft app, you can find it on whatever platform or device you are using, not just on Windows. Running behind everything is Microsoft’s Azure cloud and services."

    That sounds more like it, you can have any platform you want, as long as it's running on Microsoft. Seriously, who do they even think they are fooling? It' sounds like an employee pep meeting.

    "Time will tell if Microsoft’s overtures to the open source community are a real and altruistic form of doing business"

    They aren't altruistic. If you think they are, I am just flabbergasted.

    --
    "First they came for the slanderers and i said nothing."
    1. Re:doubt it by phantomfive · · Score: 1

      Although come to think of it, this post is long-winded and adulatory, but it does give good insight into what Microsoft is planning for the future, and why the board chose the CEO they did. He is planning on making windows Azure the platform that runs the internet, and making a ton of revenue that way.

      I'm somewhat skeptical that they will be able to compete with OpenStack. Not because they can't make a better product, maybe they can; but because people are still wary after the destruction of VB. Why would you build your entire product on a platform that could be destroyed in a moment Microsoft decides they don't want to support backwards compatibility again? That's not a good technology decision, it's not even a good business decision.

      --
      "First they came for the slanderers and i said nothing."
    2. Re:doubt it by jeffmflanagan · · Score: 1

      Please define "VB" as used in your post. It usually stands for Visual Basic, but that hasn't been destroyed - even going all the way back to the pre-DotNet VB6 the apps run fine on Windows 8, so that can't be it.

    3. Re:doubt it by Tough+Love · · Score: 1

      ...He is planning on making windows Azure the platform that runs the internet, and making a ton of revenue that way...

      Their only hope is to bulldoze the Windows servers and put in nice Linux clusters like everybody else. Otherwise, the inevitable result will be high comedy. Except for those unfortunate victims who decide to throw their corporate fortunes in with Microsoft's big system expertise.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    4. Re:doubt it by Anonymous Coward · · Score: 0

      I doubt it.
       
      What you think doesn't matter and the following points will show why.
       
        That sounds more like it, you can have any platform you want, as long as it's running on Microsoft. Seriously, who do they even think they are fooling? It' sounds like an employee pep meeting.
       
      Soooo... a service running on an Apache web server is now magically a Linux app? Yeah, that makes a ton of sense.
       
      I guess you can run Google Apps on any platform you like, as long as it's Linux!!!! HERP!!
       
        They aren't altruistic. If you think they are, I am just flabbergasted.
       
      Did you real the part about "Time will tell if..."? Or are you really going out of your way for the cheap knee-jerk damn-near-illiterate mod points from clueless fanboys?

    5. Re:doubt it by Anonymous Coward · · Score: 0

      >Their only hope is to bulldoze the Windows servers and put in nice Linux clusters like everybody else.

      How's that? The MS servers are already better in that they've never been wide-open with Heartbleed like Linux servers are. Now that we've clearly seen that open source does not equal secure, much of the perceived benefit of using open-source software is gone.

    6. Re:doubt it by phantomfive · · Score: 0, Troll

      Please define "VB" as used in your post. It usually stands for Visual Basic, but that hasn't been destroyed - even going all the way back to the pre-DotNet VB6 the apps run fine on Windows 8, so that can't be it.

      Microsoft 'supports' VB6 just enough that shills and sycophants like you can write posts saying they still support it. You can sometimes get those apps to run (assuming all the libraries you need work, which might not be the case), but if you want to change anything you better hope you can get VS6.0 running on Windows 8 (it crashes on startup).

      Microsoft had no migration path for those apps other than "rewrite your code for .net." If you don't understand why that is a problem, you're on the wrong website. Developers did rewrite their code, mainly into web apps. I'm betting they won't want to fall into the same trap again; on the other hand, human shortsightedness springs eternal, so maybe developers will lock themselves into Azure.

      If Microsoft hadn't failed at that crucial point of backwards support, the world would still be running on Microsoft, certainly for business apps.

      --
      "First they came for the slanderers and i said nothing."
    7. Re:doubt it by jeffmflanagan · · Score: 2, Funny

      >Microsoft 'supports' VB6 just enough that shills and sycophants like you can write posts saying they still support it.

      Why didn't you just say that you're an idiot?

    8. Re:doubt it by phantomfive · · Score: 1

      Except for those unfortunate victims who decide to throw their corporate fortunes in with Microsoft's big system expertise.

      Sir, that only sounds like more comedy.

      --
      "First they came for the slanderers and i said nothing."
    9. Re:doubt it by Anonymous Coward · · Score: 0

      Really??? Given all the attacks on Apache, not to mention the giant security hole in OpenSSL, seems that IIS has become the more secure platform. Linux != secure.

    10. Re:doubt it by phantomfive · · Score: 5, Informative

      How's that? The MS servers are already better in that they've never been wide-open with Heartbleed like Linux servers are.

      This one is ten times worse than Heartbleed

      --
      "First they came for the slanderers and i said nothing."
    11. Re:doubt it by Tough+Love · · Score: 1

      Microsoft security, the gift that just keeps on giving. Note the elapsed times between vulnerability publication and update.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    12. Re:doubt it by RightSaidFred99 · · Score: 0

      OpenStack? Fucking please. I have to deal with that monstrosity at work. Good. Fucking. Luck. It's a piece of shit, a mishmash of half-working shit thrown together in more of a cloud "framework" you can maybe make work if you have 50 people to put on it than a "product". Mirantis (and others) have sprung up around it trying to make it something moderately less miserable to install and manage, but even the "easy mode" OpenStack is incredibly hard in a large, complex enterprise environment.

      But it's definitely got momentum, I'll give you that. It's complete _shit_ compared to Azure, but Azure is also a different product - you can't (fully and well) install Azure in your own enterprise.

      So to some degree they are different beasts. But if Microsoft were to focus on making Azure something you could deploy on-premises easily Openstack would be an epic fail in just about every way in comparison.

    13. Re:doubt it by RightSaidFred99 · · Score: 0

      Nobody who knows anything is buying what you're selling. OpenStack is shit. Complete shit and will continue to be shit for at least 2 more years.

      Your blathering indicates you know not what the fuck you're talking about and live in a prickly neckbeard bubble.

    14. Re:doubt it by Anonymous Coward · · Score: 0

      As usual, trolls like you don't mention the whole story. While the Linux kernel may sometimes have major security problems patched yearly, bugs that affect usability of the entire GNU/Linux userland sometimes take years to get fixed, if at all. Of course, you don't mention that.

    15. Re:doubt it by symbolset · · Score: 1

      OMG. The day a real computer scientist can justifiably declare IIS secure I will hang up my nerd hat and call it a career.

      --
      Help stamp out iliturcy.
    16. Re:doubt it by phantomfive · · Score: 1

      Well it's interesting to hear a review from someone who's used OpenStack, I've been wondering.

      I'm sure Azure could be great, but once again I'm not sure it's wise to build on something that might be shut down like many MSFT technologies.

      --
      "First they came for the slanderers and i said nothing."
    17. Re:doubt it by drinkypoo · · Score: 0

      Why didn't you just say that you're an idiot?

      I have personally encountered VB6 apps which ran fine on XP but which won't run for love nor money on Windows 7.

      Then again, Microsoft is generally bad at backwards compatibility, ironic given that's been their bread and butter. Fuck, Civ 2 won't even run on XP mode in Win7. They can't even make a virtual machine worth a fuck.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  7. A possum playing possum by bazmail · · Score: 5, Insightful

    I still dont' trust MS. Once they start getting back large market share the old anti competitive stifling old fart of a company will emerge from behind the mask again.

    They need to just continue to wither away. The software industry has never been as vibrant or innovative as the last few years when MS was down.

    1. Re:A possum playing possum by jellomizer · · Score: 3, Insightful

      This would happen to any group that gains market control.
      IBM, Microsoft, Apple...

      If a Linux distribution somehow got a large foothold in the market, they will find a way to keep their dominance. Having a particular fork of the kernel, a distribution system that is a bit different, rename some folders around. Add a closed source install tool or Windows manager....

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    2. Re:A possum playing possum by bazmail · · Score: 1

      Correct. You'll notice I'm not shouting for any particular company to gain a monopoly or near-monopoly, As none of the companies you mentioned have ever wielded, or indeed abused the kind of power MS had, they are not considered as dangerous or debate-worthy in this regard.

      The health of an eco-system can be measured by its diversity and MS has repeatedly demonstrated itself to be a diversity-killer.

    3. Re:A possum playing possum by SuricouRaven · · Score: 2

      They never stopped trying. What do you think Secure Boot is? Anyone can design an effective vendor-neutral protection system against boot-sector rootkits - it's a simple matter of storing the EFI bootloader hash in config flash and requiring a new one be re-hashed manually after OS installation. Trivial. But somehow Microsoft and Intel instead managed to come up with an over-complicated solution that just happens to only work for OS vendors which have the market share to get their own public keys added to the configuration by motherboard manufacturers? I'm not buying that as simply inept design: This has to be a deliberate attempt to inconvenience rivals while claiming to be about improving security.

    4. Re:A possum playing possum by Capt.DrumkenBum · · Score: 1

      Meet the new boss, same as the old boss.

      --
      If I were God, wouldn't I protect my churches from acts of me?
    5. Re:A possum playing possum by sconeu · · Score: 5, Informative

      Excuse me????? IBM never wielded or abused the kind of power that MS had????

      Do you recall ever hearing ANYTHING about a 13 year antitrust trial? Or do you know the origin of the term "FUD"?

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    6. Re:A possum playing possum by Anonymous Coward · · Score: 0

      All they need to do is make Microsoft Linux, the distribution that works best with Microsoft Windows products, which comes with the Microsoft Windows Linux Store for all your Windows on Wine Apps and native Linux apps.

    7. Re:A possum playing possum by phantomfive · · Score: 1

      This would happen to any group that gains market control. IBM, Microsoft, Apple...

      There is something to this post, certainly now that Google has gained traction with Android, they've begun making it less open (whether you think their motivations are sincere or not, that is what's happening).

      My ideal world would have 20% Linux, 20% OSX, 20% windows, and 20%BSD, with some room there for other interesting alternatives.

      --
      "First they came for the slanderers and i said nothing."
    8. Re:A possum playing possum by dnavid · · Score: 1

      This would happen to any group that gains market control. IBM, Microsoft, Apple...

      Maybe, but not all companies are actually trying to gain monopolistic control of a major chunk of the computing market like Microsoft has always tried to do and has actually had in the past. Apple, for example, would love to own everything everywhere, but they clearly have not even the desire to do what would be necessary to gain the same control over the PC space as Microsoft once had, and has shown no willingness to compete head-on with Android for the entire smartphone space. Apple wants to make a ton of money being a boutique supplier of consumer computing for the most part. No matter how powerful Apple becomes, they have not shown an interest in parlaying that power into becoming a market monopolizer.

      But Microsoft has that desire *and* willingness written in their DNA. And its unclear to me if they have really changed that overall stance, or are just making concessions in the spaces they know they've permanently lost the ability to gain that market control and are trying to refocus on regaining it elsewhere, such as in Azure and their other cloud endeavors where its still up for grabs. The article says Microsoft recognizes that consumers "hate ecosystems" yet most of their efforts have been to try to replicate the ecosystems that Apple and Google/Android have created. Their unified kernel work has only re-solidified their long-time "Windows everywhere" strategy which hurt them over the last fifteen years.

      Microsoft's history compels people to be skeptical of any public appearance of compromise or capitulation to outside forces. Apple has no glory-days of market dominance to reminisce about and strive to recapture. Few people left alive can remember when that was true for IBM. But for Microsoft that happened during the watch of its current chief technology advisor and continued under its previous chairman. The bad old days of Microsoft were almost literally yesterday. Microsoft is going to have to do a lot more for a lot longer before it convinces even its moderate skeptics its a changed company.

      Quite recently a Microsoft engineer did an interview where he stated that the reason why Windows 8 took the Win7 start bar and other conventions away was NOT because the Win8 interface was objectively better - which was Microsoft's previous story - but because they wanted to compel its customers to learn to use it to break the cycle of dependence people had for Win7, and the intention was ALWAYS to add those features back. It says more about Microsoft that they believed anyone would believe that, than it says about what Microsoft's actual internal strategy was.

      The day Microsoft says, about any significant decision they've made, that they made a choice that was best for their strategic vision and that decision was wrong because it turned out to be not in the best interests of their customers and they are reversing it in the interests of their customers, then I might start to soften up on Microsoft. Other companies have done that: Intel eventually admitted they were wrong to downplay the Pentium round off bug and offered customers a no-questions asked return option. Tim Cook actually suggested to Apple customers in his formal apology for the poor performance of Maps that they could use competitors in place of Maps until Maps' issues were addressed, which for Apple is the equivalent of falling on your sword onto another sword. Microsoft never really apologizes for anything: not even when Vista being a disaster was a foregone conclusion did they ever admit they did anything wrong. The closest to that we ever got was after Balmer retired, when he admitted that Vista was one of his biggest mistakes, and even then he seemed more regretful about the Microsoft resources developing Vista tied up than the impact on customers. They still won't admit removing the Win7 interface was a mistake, even though it was obviously a huge mistake.

    9. Re:A possum playing possum by Richard+Elmore · · Score: 1

      How long have you been following the computer industry?

      I remember the day when IBM was suing the hell out of anyone who tried to manufacture System 370 compatible peripherals or to make a compatible mainframe system. If you look at the history of the IBM PC it was manufactured using off the self components (instead of custom IBM parts secured by their patents) because IBM was under anti-trust scrutiny and they did not want to endanger their mainframe monopoly by getting it hot water in the emerging PC market.

      In the mainframe generation of computing IBM had EXACTLY the same sort of power that MS has in the PC generation and that Google is on the road to having in the mobile generation.

    10. Re:A possum playing possum by kesuki · · Score: 1

      apple"and has shown no willingness to compete head-on with Android for the entire smartphone space."

      have you read this http://apple.slashdot.org/story/14/03/12/0011257/apple-demands-40-per-samsung-phone-for-5-software-patents
      or maybe this http://apple.slashdot.org/story/13/11/21/2137256/samsung-ordered-to-pay-apple-290m-in-patent-case
      or maybe even this http://tech.slashdot.org/story/14/01/27/1546238/google-and-samsung-sign-global-patent-deal
      freebsd had code years back that was patented and 'leased' for free to freebsd when the owner sold the rights freebsd was in a panic to rewrite a huge portion of it's code base... there are linux distros that do things 'wrong' (ie binary blobs and code that is in effect a rip off of copyrighted and patented code) totally 'free' systems do a lot of wierd interface choices and code writes that are sub optimal, just to avoid patents. but when a company is making a lot of money, they get sued for it even if small linux distros get away with not paying up.

    11. Re:A possum playing possum by bazmail · · Score: 1

      >Excuse me????? IBM never wielded or abused the kind of power that MS had????

      Nope. IBM never had and install base like MS. Never had license revenues like MS. Were not at the top as long as MS.

      Don't get me wrong, IBM were nasty motherfuckers in their day, but their stick was considerably smaller than Microsoft's.

    12. Re:A possum playing possum by TrancePhreak · · Score: 1

      No matter how powerful Apple becomes, they have not shown an interest in parlaying that power into becoming a market monopolizer.

      I think their lawsuits show that this is not the case.

      --

      -]Phreak Out[-
    13. Re:A possum playing possum by Richard+Elmore · · Score: 2

      In terms of how much control they had on the industry they absolutely did. In seventies it was common sentiment in the computer industry that IBM's dominance would be the death of innovation. They were wrong not because IBM failed to maintain its dominance in the mainframe market but because computing moved on from mainframes to PCs.

      They never had the sort of installed base that MS has with Windows because there were never any where near as many mainframes as there are PCs, but guess what, there are already more mobile devices out there running Android than there are PCs running Windows.

      The only difference is that the market base has grown with each generation of computing and a new monopoly has risen and taken advantage of it's position. Only time will tell what happens in the mobile generation but if history is any indicator expect another monopoly using its influence to keep others out of the market.

    14. Re:A possum playing possum by sconeu · · Score: 1

      I'm assuming you're replying to bazmail, and not me.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    15. Re:A possum playing possum by bazmail · · Score: 1

      >In terms of how much control they had on the industry they absolutely did.
      IBM never had a 90%+ stranglehold on the market. MS did.


      >They never had the sort of installed base that MS has with Windows because there were never any where near
      >as many mainframes as there are PCs, but guess what, there are already more mobile devices out there running
      >Android than there are PCs running Windows.

      There are also more ios devices being sold then windows PCs out there = more competition in mobile space than in the PC space.
      http://qz.com/176643/its-offic...

    16. Re:A possum playing possum by Richard+Elmore · · Score: 2

      If the information that validates the boot loader can be easily updated after the OS install then it can also be easily updated by malware as part of it's own install process.

      But "NO", you say. It would require that your authenticate as an admin user to do that.

      Unfortunate fact, if you write a piece of software that pops up a dialog that says "Please enter your admin password so Slimeware can install something really important that you can't live without!" a lot of people are going to enter their password (which is probably 1234 anyway). Existing malware has demonstrated this time and time again.

      Your suggestion for a trivial solution may work fine for your average Slashdotter but will be ineffective in the world at large for the same reason that you are safer traveling by commercial airline than you are traveling by car. An airline pilot does not have to be perfect for safety to be better on average, he just has to be sufficiently "above average" when compared to the typical driver to tip the scales.

    17. Re:A possum playing possum by Richard+Elmore · · Score: 2

      In the early days of the mainframe there were many vendors (IBM, Univac, Burroughs, CDC, Honeywell, GE, RCA); IBM was not the first but by the 70s they owned over 70% of the market and today they own 90% of the market (but almost nobody cares because mainframe sales were long ago overtaken by PC sales.).

      In the early days of the PC there were many OS vendors (Microsoft, Apple, Tandy, Digital Research, Commodore, Atari), Microsoft was not the first but by the mid-90s Microsoft owned over 90% of the market and still does today (but fewer and fewer people care because PCs have been overtaken by mobile device sales).

      Today there are many mobile OS vendors (Google, Apple, Microsoft, RIM, Ubuntu), Google was not the first but today they own 70% of the market, in ten years ???

      In each generation there has been one dominant platform and the owner of that platform has used their market dominance to attempt to exclude others. Why exactly do you think things are going to play out differently this time around? I'm not saying that this is desirable but absent some basic change in the way the industry works it seems somewhat inevitable.

      "Those who cannot remember the past are condemned to repeat it".
      - George Santayana

    18. Re:A possum playing possum by Anonymous Coward · · Score: 0

      Within the industry, you're right, IBM wielded that power, but it didn't affect the ability of the average consumer to make choice.

      Microsoft wielded this power across nearly the entire north american continent (and any other place that used their software) in the 90's and early 2000s. They have completely different definitions when you look at the term 'the kind of power MS had'.

      Nor did the GP have an agenda saying MS is the worst EVAR. Just withing the framework of the discussion, which you took out of contact.

      Judging by the bold on your comment, I'm guessing you've had a very bad day and decided to take it out on this guy phrasing something in a way you couldn't understand.

    19. Re:A possum playing possum by mikael · · Score: 1

      The interesting thing about the home computers vs the IBM PC and clones was that the home computes (Atari ST, Amiga, Apple) were ahead of the IBM PC in terms of connectors (MIDI) and display capability (GUI's), but it only took a couple of graphics and audio boards (Soundblaster) for the PC to catch up.

      I do have to wonder what the next two iterations are going to be? Wearable computing? Implantable computing?

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    20. Re:A possum playing possum by Anonymous Coward · · Score: 0

      The software industry has never been as vibrant or innovative as the last few years when MS was down

      How so? The last few years has seen nothing but the dumbing down of computing.

    21. Re:A possum playing possum by dnavid · · Score: 1

      No matter how powerful Apple becomes, they have not shown an interest in parlaying that power into becoming a market monopolizer.

      I think their lawsuits show that this is not the case.

      In what way? Does everyone that sues anyone over patent infringement demonstrate a willingness to completely take over the space? Even if Apple won every single lawsuit it filed, it makes phones too expensive for many people to own, and Apple has no intention of making a product to fill that large space. *Someone* would have it, and Apple has proven that even when people think they want it or even that they *must try* to get it, they don't. cf: iPhone 5c. All the stories about how Apple wanted to make a low cost iPhone, and all the stories that said Apple *had to* make a low cost iPhone or its future was in jeopardy, and Apple chose to continue their boutique strategy of making the most expensive "low-end" smartphone in history.

      Whatever your feeling about patent lawsuits, they do not come close to demonstrating the thesis that Apple even wants most of the smartphone market, much less is willing to make a phone a large percentage of that market is capable of owning. That's not true for Microsoft, where Microsoft forced almost everyone to buy Windows whether they wanted to or not, by co-opting the major PC manufacturers. I don't think Apple even *wants* OSX running on non-Apple hardware.

      So no, I don't think Apple lawsuits come anywhere near demonstrating they are willing to take the steps necessary to gain the kind of market control of a platform the way Microsoft once did. It isn't even in the same zip code, much less nearby

    22. Re:A possum playing possum by Anonymous Coward · · Score: 0

      Yup, Apparently he wasn't working in the 80's... LOL

    23. Re:A possum playing possum by SuricouRaven · · Score: 1

      I didn't say it would be easily updated. That's the kind of thing the firmware does. Just lock the hash value read-only immediately before loading the bootloader - the only way to change it would be to physically restart and do the 'press F1 to enter setup' thing. It would be a bit of a bother if you are trying to do an OS installation unattended over the network, but that's not a common situation and Secure Boot has its own problems with that. Try finding a signed image suitable for network booting.

    24. Re:A possum playing possum by vandamme · · Score: 1

      "If a Linux distribution somehow got a large foothold in the market, they will find a way to keep their dominance. Having a particular fork of the kernel, a distribution system that is a bit different, rename some folders around. Add a closed source install tool... "

      You mean if Android had the predominant part of the market?

    25. Re:A possum playing possum by TrancePhreak · · Score: 1

      Then why are they really trying to block other smartphones from being sold? What you mention is only part of the puzzle. They don't want to make phones everyone wants, but they want to be the only ones people can buy at the same time. They're not mutually exclusive things.

      --

      -]Phreak Out[-
    26. Re:A possum playing possum by david_thornley · · Score: 1

      From what I read at the time, the IBM PC was a fringe project that some people put together without real backing, and IBM decided to put it on the market. The reason it used off-the-shelf components was that it was a low-budget project. This didn't stop IBM from at least threatening to sue people making PC-compatible boards (I don't know offhand if IBM ever filed suit). The low budget also meant that the BIOS ROM could be effectively duplicated, and they didn't bother getting an exclusive deal for PC-DOS, which shortly thereafter resulted in lots of "clones" running MS-DOS.

      IBM's ideal PC was the PC/2, which was locked down the way they liked it. Selling it to people proved to be the real challenge.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
    27. Re:A possum playing possum by dnavid · · Score: 1

      Then why are they really trying to block other smartphones from being sold? What you mention is only part of the puzzle. They don't want to make phones everyone wants, but they want to be the only ones people can buy at the same time. They're not mutually exclusive things.

      Everyone tries to damage their competitors in some way. But I'm not sure why this is something that actually has to be pointed out, repeatedly. To demonstrate wanting to become the only or even the dominant market share smart phone supplier it is mandatory to actually be willing to sell products in that entire space . Coke would probably be more than happy to own the entire soft drink industry and they actually make actual products that address the majority of that space. But until Taco Bell opens a steak house, attempting to convince me Yum foods wants to own the entire food service industry is futile.

      If you believe suing a competitor is sufficient to prove a desire to construct a market monopoly, you're entitled to that opinion. Since it isn't, I'm unlikely to find it persuasive.

  8. I am so glad by Anon-Admin · · Score: 0

    I am so glad that I quit running windows. I converted to Linux when Windows 3.1 went to Windows 95 and have never regretted it.

    1. Re:I am so glad by HerculesMO · · Score: 4, Insightful

      It is a good case however, for you to not really be in the position to speak from knowledge on the subject. You've hated MS for years, and adding your two cents about "yea I went to Linux" over ten years ago seems about par for the course of Slashdot angry posts about Microsoft.

      It's a tool. You use it in the right place, at the right time. When you get religion about a tool, then it tends to be a problem. MS or not.

      --
      The price is always right if someone else is paying.
    2. Re:I am so glad by jones_supa · · Score: 3, Insightful

      It's a tool. You use it in the right place, at the right time. When you get religion about a tool, then it tends to be a problem. MS or not.

      This. Many people seem to think that Linux and OSS is some holy water which should be applied everywhere possible to automatically make things great. And just like with a religion, friends and families must be converted.

    3. Re:I am so glad by Anonymous Coward · · Score: 0

      ... and adding your two cents about "yea I went to Linux" over ten years ago seems about par for the course of Slashdot angry posts about Microsoft.

      Nearly twenty years ago actually. Windows 95, surprisingly, came out right around 1995.

    4. Re:I am so glad by Anonymous Coward · · Score: 0

      http://en.wikipedia.org/wiki/Shoe-fitting_fluoroscope was a tool too.

    5. Re:I am so glad by Anon-Admin · · Score: 1

      Ok, I went to linux 20 years ago.

      I am also in IT, I am a Linux systems engineer. (over 20 years at it, Solaris before that, Sun OS before that, SCO and ATT System 5 before all of it)

      I use windows on my work desktop because someone else decided it was the correct solution.

      I have listened to management for 20 years demand that "It should be a windows solution" when really the solution should be looked at and choices made based on the merits of the job at hand.

      I don't hate Microsoft, I also do not believe that every answer should be to use a Microsoft product. If a tool is a tool then join me and give Linux a try, otherwise you are the one who is not "in the position to speak from knowledge on the subject"

    6. Re:I am so glad by JohnFen · · Score: 4, Insightful

      Linux is no panacea. It is, however, a completely reasonable alternative for those who don't like Windows.

    7. Re:I am so glad by jones_supa · · Score: 1

      Agreed.

    8. Re:I am so glad by HerculesMO · · Score: 1

      I'm agnostic... I design solutions around Linux or Windows; it's the core requirement that makes me choose a technology, not a technology that makes me fix my requirements.

      --
      The price is always right if someone else is paying.
    9. Re:I am so glad by Anonymous Coward · · Score: 0

      Kind of in the same situation. Java programmer who has managers that think Microsoft is so innovative. However, I find that when something goes wrong with Windows, no one actually calls Microsoft for support despite paying for an MSDN subscription. We've had trouble connecting to SQLServer or the jdbc driver for SQLServer has a memory leak, don't call Microsoft. Instead my manager scours the internet and says, "take this website's advice." How, I ask you, how is that different than Linux? So much for better supported.

      They all tell you that Windows is easier to administer, but it takes an admin three weeks to figure out why you can't access a shared drive or, better yet, why the antivirus software they chose shutdown ports to your application.

      I've had seasoned Windows programmers (Visual Basic) mount a hard drive and then click on word.exe then wonder why it won't run.

      I don't hate Microsoft because of their products. I hate them because they make mediocrity acceptable.

    10. Re:I am so glad by SmileyByte · · Score: 1

      Over ten years ago? It's almost twenty years.

      --

      h@hh@hh@...@.&.... "You shall not pass!"
    11. Re:I am so glad by digsbo · · Score: 2

      It's the users/developers/admins, not MS -- at least not any more. I have MSDN and have used the support call, and I was impressed. I learned more about debugging on their OS in four hours than in four years on my own (came to an MS shop after 15 years of Unix/Linux). Some awesome stuff; even better than tools I used on Linux or Unix.

      Now, a year later, after I "got it" that Windows is TODAY (unlike 15 years ago) a decent OS, I'm using the CLI and scripting in PowerShell and treating the OS with enough respect to learn about it before making judgments. What's interesting is that SO MANY MS devs simply never took the time to learn tools which have been available for 5-10 years to make MS administration relatively modern.

      You don't have to touch a mouse to configure a full ASP.Net/IIS application stack on Windows since server 2008. Yet people still do it one machine at a time, manually, doing in five hours of people time what can be done in 15 seconds of people time. And yes, all of it is WELL documented.

    12. Re:I am so glad by Yunzil · · Score: 1

      However, I find that when something goes wrong with Windows, no one actually calls Microsoft for support despite paying for an MSDN subscription. We've had trouble connecting to SQLServer or the jdbc driver for SQLServer has a memory leak, don't call Microsoft. Instead my manager scours the internet and says, "take this website's advice." How, I ask you, how is that different than Linux? So much for better supported.

      Hold on, you're paying for support, no one uses it and somehow that proves that MS products don't have good support?

    13. Re:I am so glad by Ol+Olsoc · · Score: 1

      I have listened to management for 20 years demand that "It should be a windows solution" when really the solution should be looked at and choices made based on the merits of the job at hand.

      THIS! And just when I'm out of mod points. Someone mod this guy up and get it to 5.

      I don't hate Microsoft, I also do not believe that every answer should be to use a Microsoft product. If a tool is a tool then join me and give Linux a try, otherwise you are the one who is not "in the position to speak from knowledge on the subject"

      I've spent way too much time on the front lines, trying to fix microsoft fuckups with incredible meeting burn rates to not hate them. After-Patch Tuesday Wednesdays were like being waterboarded some times.

      But yes, people should use the best tool for the job. Way too often any more, it is not a Redmond OS product.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    14. Re:I am so glad by Ol+Olsoc · · Score: 1

      Hold on, you're paying for support, no one uses it and somehow that proves that MS products don't have good support?

      No, it means that it's of no value to call Microsoft support. We actually want to get things done instead of hearning how it's not their problem.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    15. Re:I am so glad by Anonymous Coward · · Score: 0

      I've tried Linux for 17 years. This year I switched to Linux (Mint Debian), for good.

      Maybe it'll take you longer time, but you'll reach the same conclusion at some point in time, just as everyone else.

      Protip: Search for "Haloween documents microsoft"

      Captcha: vehement

    16. Re:I am so glad by drinkypoo · · Score: 1

      Many people seem to think that Linux and OSS is some holy water which should be applied everywhere possible to automatically make things great.

      Freedom and openness (interoperability and transparency) are principles which should be applied everywhere possible, which do automatically make things better than the alternative: protected, proprietary interfaces whose workings you are not permitted to know.

      And just like with a religion, friends and families must be converted.

      No, people simply must have the bullshit washed out of their heads. They have to be converted away from the mindset that keeping secrets makes a better world. People naturally want to share their ideas with other people, they learn not to by being ridiculed, taken advantage of, or attacked — or by being forced into an economic system based on artificial scarcity and designed to maintain an extremely unequal status quo.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  9. Godwin's law. by RyuuzakiTetsuya · · Score: 3, Funny

    Ein Windows Ein SDK Ein...

    err sorry.

    --
    Non impediti ratione cogitationus.
    1. Re:Godwin's law. by bob_super · · Score: 1

      Jest if you want, but the "One $company" slogan has been used by my last two employers and at least 4 companies I worked with.
      While it somewhat makes sense in the case of recent mergers, it's mainly just one of the recent CEO buzzwords.
      We know that most CEOs are sheep who just follow groupthink to be safe ("everybody else agrees it's the right thing now")
      Wouldn't you, if you had that much at stake?

    2. Re:Godwin's law. by Anonymous Coward · · Score: 0

      What's a Scompany?

    3. Re:Godwin's law. by grcumb · · Score: 2

      What's a Scompany?

      In C, a Hungarian string manufacturer. :-)

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
  10. One Kernel? What Does That Mean? by snookerdoodle · · Score: 0

    "No longer are there different kernels for Windows 8, Windows Phone or Windows RT"

    Umm, is this honest? If I buy any tablet running Windows 8 now, I can now run any Windows application on it?

    1. Re:One Kernel? What Does That Mean? by ledow · · Score: 5, Insightful

      I don't think you have much of an idea of what a kernel is.

      Just because you have the same kernel does not mean that you can run the same applications.

    2. Re:One Kernel? What Does That Mean? by squiggleslash · · Score: 1

      An operating system is more than a kernel, and additionally the same kernel may run on different CPUs, so no, just because two computers share the same kernel doesn't mean the same apps will run on them.

      Look at, for example, a Linux based OS like Ubuntu vs a similar Linux based OS like WHAT_YOUR_ROUTER_RUNS for an obvious example! (Was tempted to use Android as the example, but I believe Android uses some customizations to the Linux kernel that make it not-quite-Linux-kernel-though-from-a-developers-standpoint-youd-never-know)

      --
      You are not alone. This is not normal. None of this is normal.
    3. Re:One Kernel? What Does That Mean? by thevirtualcat · · Score: 5, Informative

      Yes, it's true. They run the same kernel.

      But no, you can't run Windows applications on a Windows RT or Windows Phone device.

      iOS runs the same kernel as Mac OS X, but you can't run OS X applications on iOS.
      Android uses the Linux kernel, but you can't run Linux Desktop applications on Android. (At least, not without a lot of work adding the needed libraries and recompiling everything for ARM.)

      "Same kernel" doesn't mean "all the applications are interoperable."

    4. Re:One Kernel? What Does That Mean? by Anonymous Coward · · Score: 0

      No, in the same way you can't run the same applications on your router, your phone and your Linux desktop, even though they're all using the same kernel (and even though in the case of Linux, the kernel is a much bigger part of a complete OS than the kernels in most other operating systems).

    5. Re:One Kernel? What Does That Mean? by TMYates · · Score: 1

      Probably not entirely true right now because most of their development has not touched the SDKs for these platforms. It is still a work in progress and their new Unified App framework will most likely make your desire a reality. The fact that they went from Windows CE during the Windows Phone 7.X and earlier days to an NT kernel for 8 shows this progress in the phone space for Microsoft. It also helps that they are migrating from XAP apps to Appx. The new Xbox One uses something based off Windows 8 components (At least kernel, not sure of anything else). Even the Windows for ARM called RT (Big fan of mine by the way for all the haters out there).

      They are getting there, but it is not an overnight accomplishment. That would be like saying tomorrow PS3 games will work without recompiling on an Xbox. They have to update headers and references to SDKs they are using to make it work on another platform. This is where Microsoft is really wanting to head with the Unified Apps. They want to have their framework on everything so you do not have to recode. Even better that they are open sourcing good portions of the .NET framework. That would potentially mean that even Android/Linux could use the same app in some ways.

    6. Re:One Kernel? What Does That Mean? by snookerdoodle · · Score: 0

      'Not sure why you felt the need to be snarky.

      I asked if it was "honest" as opposed to asking if it was "true." I wonder if they intend for people to infer that my statement is true. That is all.

    7. Re:One Kernel? What Does That Mean? by Anonymous Coward · · Score: 0

      you can chroot into debian armhf build?

  11. Marketing only. by AntEater · · Score: 0

    They're still evil.

    --
    Alex, I'll take keybindings not used by Emacs for $400....
    1. Re:Marketing only. by Krishnoid · · Score: 1

      They're still evil.

      It's one Microsoft, so it's it's, not they're. Also, while this is promising:

      The New 'One Microsoft' Is Finally Poised For the Future

      of moving from many to one and hopefully beyond, this statement seems a little premature:

      The stodgy old enterprise company whose former CEO once called open source Linux a 'cancer' is gone.

      However, this a hopeful trend towards you eventually being able to use the plural "they're". At that point, though, "still" may no longer be valid.

    2. Re:Marketing only. by theArtificial · · Score: 1

      Something to think about regarding the it's vs they're in regards to companies is the origin of the speaker. Collective nouns in American English almost always have singular verb agreement, in British English it is common to use plural verb agreement.

      --
      Man blir trött av att gå och göra ingenting.
  12. That's not the only thing that's gone... by lord_mike · · Score: 4, Interesting

    Their motto of "Developers, Developers, Developers" also disappeared with Ballmer's exit. Everything is now getting locked down to the max in their attempt to be like Apple. What makes it worse is that they don't seem to have a direction as far as application development goes. They were strongly pushing portable .NET when there was no need for cross platform applications, but as soon as ARM gets into their mix of products, they drop that strategy and go with a native code strategy. It's all mixed up and extremely confusing. Their complete lack of direction is certainly not welcoming to developers trying to figure out how they should target the Windows platform, and that doesn't even take into account their confusion on user interfaces as well.

    Microsoft's previous success was based on offering very cheap products that were friendly to developers. Yeah, their products were buggy and unfinished, but they were a bargain, and you could always "embrace and extend" them as you saw fit. Now, they are trying to market themselves as a premium luxury product like Apple (at least the consumer end) and walling the garden as much as possible. They're locking down the hardware, too, and alienating their hardware partners, who were the greatest drivers of their previous success. It's a big change. Can they do it? Hyundai managed to convert themselves from being a discount car manufacturer to a more upscale brand, but Hyundai didn't have the problem with their brand reputation that Microsoft has. Microsoft has made cheap crap for so long, I don't see how they manage to convince everyone that they are now an "upscale" high quality manufacturer of products and services.

    1. Re:That's not the only thing that's gone... by mbkennel · · Score: 2

      | They were strongly pushing portable .NET when there was no need for cross platform applications, but as soon as ARM gets into their mix of products, they drop that strategy and go with a native code strategy

      I think that was driven by power dissipation motivations. The purpose of fast native code isn't speed, but low power consumption.

    2. Re:That's not the only thing that's gone... by Tough+Love · · Score: 1

      They were strongly pushing portable .NET...

      I thought that .NET was dead. Does anybody really know?

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    3. Re:That's not the only thing that's gone... by jones_supa · · Score: 1

      Microsoft's previous success was based on offering very cheap products

      I don't remember such time. Microsoft software has always been quite pricey.

    4. Re:That's not the only thing that's gone... by Anonymous Coward · · Score: 0

      Their motto of "Developers, Developers, Developers" also disappeared with Ballmer's exit.

      That's been gone for years. They've been deprecating APIs and introducing the new "hot" APIs at a rate so quickly no developer can keep up. Silverlight and XNA are the ones that affected me the most, but I've heard other developers complaining about others.

    5. Re:That's not the only thing that's gone... by lord_mike · · Score: 3, Informative

      .NET seems to live in a zombie state, not really dead, but not really alive, either. They haven't killed it, but they aren't going to expand on it, either. Who knows where things really stand. The RT strategy seems to be in constant flux, too.

    6. Re:That's not the only thing that's gone... by lord_mike · · Score: 1

      Windows was cheap. For most people it appeared to be "free". A lot of their stuff seemed pricey at the time, but they were always cheaper than their competition. SQL Server cost less than Oracle. IIS cost less than Netscape Web Server. Windows Mobile cost less than Palm. Visual C cost less than Borland. Office cost less than Word Perfect. Mcrtosoft's pricing is what drove a lot of these guys out of business. Microsoft's products were cheaper quality-wise, too, which is why they have such a terrible reputation.

    7. Re:That's not the only thing that's gone... by Anonymous Coward · · Score: 0

      (AC because I've modded)

      Low power might be the reason, but we've had the '.net portable' pushed down our throats since 2002 now. When the long-touted benefits of portable code finally come around (with the rise of the ARM powered stuff), Microsoft drops .net like a hot potato and goes scurrying back to native code. It smacks of IBM's announcement of Josephson junctions years ago: announce something really big, throw all your competitors into a tailspin as they race to adopt the new ideas and technology, and then quietly announce "oops; that didn't work out".

      .net isn't as bad as that, but it's close. For example, just how much managed code is in Windows? On the opposite side, in ERP-Land, just how much managed code is in Dynamics AX 2012? Answer: heaps; and it runs like a dog, crashes at a moment's notice and generally is a far crappier release than all the prior, native code, versions. It will (and is) getting better over time, but as a Technical Consultant dealing with this things every day it does not inspire much confidence in the .net way of things.

    8. Re:That's not the only thing that's gone... by gbjbaanb · · Score: 4, Insightful

      .NET is not dead - there are far too many developers who are unable to code in anything else. They won't give it up easily.

    9. Re:That's not the only thing that's gone... by sribe · · Score: 1

      Hyundai managed to convert themselves from being a discount car manufacturer to a more upscale brand, but Hyundai didn't have the problem with their brand reputation that Microsoft has. Microsoft has made cheap crap for so long, I don't see how they manage to convince everyone that they are now an "upscale" high quality manufacturer of products and services.

      Yeah, but if you look at the history of car brands in the U.S. that was actually a time-tested well-accepted strategy. In no particular order, Honda, Toyota, Nissan (Datsun), and V.W. had all done the same thing.

    10. Re:That's not the only thing that's gone... by lord_mike · · Score: 1

      Their whole .NET strategy seems to have been, "Well, Java's popular now, so I guess we better do bytecode, too," even though there was no compelling reason to do so. Non-Intel Windows machines were long gone, so there was no reason for Windows application portability. Now that they have a good reason to make applications hardware independent, they abandon the .NET thing that they pushed so hard on everyone. It's simply bizarre.

    11. Re:That's not the only thing that's gone... by Anonymous Coward · · Score: 0

      Microsoft is number one because the High Level Programming Languages they make are the best developemnt tools...

    12. Re:That's not the only thing that's gone... by lord_mike · · Score: 2

      Visual Basic developers didn't like going to .NET, either, but Microsoft left them out in the cold, too.

    13. Re:That's not the only thing that's gone... by lord_mike · · Score: 2

      Yes, I know. .NET is big, yet Microsoft has made it clear that they are going in a different direction. They haven't abandoned .NET yet, but they aren't going to be devoting a lot of resources to it either as they are pushing the RT and Azure stuff now.

    14. Re:That's not the only thing that's gone... by Hadlock · · Score: 1

      The uptick of .net seems to have been that they unified their C/C++ computer scientists and C# business programming jockies, along with powershell scripting monkeys on top of the same framework. And fir the first two, share the same development environment.

      --
      moox. for a new generation.
    15. Re:That's not the only thing that's gone... by phantomfive · · Score: 1

      They were strongly pushing portable .NET when there was no need for cross platform applications, but as soon as ARM gets into their mix of products, they drop that strategy,

      This was one of the most hilarious ironies ever to come out of .net. It made me laugh when I heard it.

      --
      "First they came for the slanderers and i said nothing."
    16. Re:That's not the only thing that's gone... by shutdown+-p+now · · Score: 1

      Did you miss the entire recent .NET cross-platform push, what with the Xamarin partnership and all?

    17. Re:That's not the only thing that's gone... by shutdown+-p+now · · Score: 1

      Their motto of "Developers, Developers, Developers" also disappeared with Ballmer's exit. Everything is now getting locked down to the max in their attempt to be like Apple.

      If by this you mean the various limitations surrounding Windows Store (aka "Metro") apps, then those happened very much under Ballmer. Hell, the guy have only just recently left, so what exactly has disappeared since then?

      At the same time, Satya was heading Cloud & Enterprise business before becoming CEO. And C&E, among other things, includes DevDiv - and Satya has a lot of supporters there. Furthermore, note the meteoric rise of Scott Guthrie, who was always one of the more passionate advocates of a solid and modern developer story for MS (in particular, embracing F/OSS).

  13. Let's use a sailng metaphor by david.emery · · Score: 1

    The new captain has set a new course, one that veers away from the rocks. But this ship will take a long time and a lot of leeway to make that turn.

    (Of course, I thought the old captain should have been 'relieved for cause' years ago, but since personally I'm neither a customer/user nor a direct shareholder in MSFT, it really wasn't my business :-)

    1. Re:Let's use a sailng metaphor by Tough+Love · · Score: 2

      I was saddened to see Ballmer go. I felt that all the Microsoft toadies richly deserved him. It would have been nice to see him go down with the ship, but I knew in my heart what rats do when the water starts rising. I sincerely hope that Nadella proves himself fully worthy to fill Ballmer's clown shoes.

      --
      When all you have is a hammer, every problem starts to look like a thumb.
    2. Re:Let's use a sailng metaphor by roc97007 · · Score: 1

      Really? Or has the captain issued a press release intended to placate passengers while doubling down on the course into the rocks?

      --
      Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    3. Re:Let's use a sailng metaphor by jones_supa · · Score: 1

      I sincerely hope that Nadella proves himself fully worthy to fill Ballmer's clown shoes.

      I actually expect Nadella to be the best Microsoft CEO so far.

    4. Re:Let's use a sailng metaphor by roc97007 · · Score: 1

      > I was saddened to see Ballmer go.

      Agreed. If nothing else, he was entertaining.

      --
      Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    5. Re:Let's use a sailng metaphor by david.emery · · Score: 1

      Fair enough, and that begs the question whether the passengers on the ship could ever tell the difference...

  14. Welcome to 2004 by HangingChad · · Score: 4, Funny

    Microsoft: Yesterday's Technology Next Week

    They always reminded me of Yoyodyne Industries from Buckaroo Banzai, where the future begins tomorrow.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    1. Re:Welcome to 2004 by Krishnoid · · Score: 1

      Actually, the first thing that came to mind for me was: "Last year's zero-day exploit ignored for a while, then eventually fixed in an upcoming Patch Tuesday".

  15. The One Microsoft by Anonymous Coward · · Score: 1

    One Microsoft to rule them all, One Microsoft to find them,
    One Microsoft to bring them all and in the darkness bind them

  16. Walled gardens??? by DoofusOfDeath · · Score: 5, Insightful

    So is its notorious tendency to keep developers and consumers within its walled gardens.

    What on earth are you talking about? Windows 8 is all about forcing people to get software from Microsoft's store. That's exactly opposite of leaving behind walled gardens.

    1. Re:Walled gardens??? by phantomfive · · Score: 1

      I tried to figure that out too. The article is talking about the future, Microsoft's intentions, so it would be fair for them to say they intended to change it in the future.

      That was the viewpoint I used to read the article, and I looked specifically for that walled garden problem to see what they planned on doing about it. As far as I can tell, they are doing nothing about it, absolutely nothing. When they say they will let you leave the 'walled garden,' what they mean is they will let you use Microsoft Office inside of Apple's walled garden. So have fun, you newly liberated developer. And by liberation they mean you use Azure.

      --
      "First they came for the slanderers and i said nothing."
    2. Re:Walled gardens??? by Anonymous Coward · · Score: 0

      This needs to be modded way up to the top.

      App store is the ultimate walled garden.

    3. Re:Walled gardens??? by Anonymous Coward · · Score: 0

      Yeah, it was always easy to use 3rd party applications with Windows and it's only with 8 that they're really pushing for the walled garden, this is totally backwards.

    4. Re:Walled gardens??? by roc97007 · · Score: 1

      > I tried to figure that out too. The article is talking about the future, Microsoft's intentions, so it would be fair for them to say they intended to change it in the future.

      And who, not under the influence of recreational pharmaceuticals, would actually believe that?

      --
      Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    5. Re:Walled gardens??? by phantomfive · · Score: 1

      I'll give them the benefit of the doubt. By which I mean, I won't give them any money and watch them as I fully expect them to continue to deceive.

      --
      "First they came for the slanderers and i said nothing."
    6. Re:Walled gardens??? by VortexCortex · · Score: 1

      Windows 8 is all about forcing people to get software from Microsoft's store. That's exactly opposite of leaving behind walled gardens.

      You might reconsider your definition of "leaving" once you see what I've dumped behind those garden walls.

    7. Re:Walled gardens??? by DoofusOfDeath · · Score: 1

      You might reconsider your definition of "leaving" once you see what I've dumped behind those garden walls.

      At least you're willing to admit that you're a Microsoft Office developer!

    8. Re:Walled gardens??? by Anonymous Coward · · Score: 0

      What on earth are you talking about, and why was it modded insightful? Windows 8 NEVER forces you to use the Windows store. It's completely optional.

  17. Poised for the past by Tough+Love · · Score: 5, Insightful

    Nothing about Microsoft has changed except its PR spin. It remains the same morally bankrupt skofflaw monopolist it has always been. Puff piece.

    --
    When all you have is a hammer, every problem starts to look like a thumb.
    1. Re:Poised for the past by jimmyfrank · · Score: 1

      The C# compiler was open sourced, among other projects. That's a change so I guess you're wrong :(

  18. First step by Dcnjoe60 · · Score: 1

    One code base is just the first step. The problem is how tightly the presentation layer is tied to the kernel. Microsoft would have been in a better position if they broke it out more like the linux pyramid with a common kernel at the base, plumbing in the middle and a display manager on top. Then, the presentation layer in that display manager could be swapped out as needed based on the form factor involved.

    KDE did this with their netbook and desktop interfaces. Regardless of which one you use, it is still all KDE underneath. One Microsoft should be about have "one" Windows with interfaces tailored to specific use cases, not "one" interface for all use cases.

    1. Re:First step by Anonymous Coward · · Score: 0

      NT is not a kernel, it is a operating system. Why? Because NT is by architecture the server-client operating system, not a monolithic.
      Linux is a kernel, it is a operating system. Why? Because Linux is by architecture monolithic operating system, not server-client.

      Microsoft had long time ago a project "MinWin" what was finalized with NT 6.1, what came in Windows 7. Its first versions were in NT 6.0 what came in Windows Vista.

      The goal in MinWin project was to remove all NT operating system dependencies to middleware; system programs, system libraries etc. And they get there by slimming NT operating system to only require less than 40MB of RAM when it was running basic system programs and libraries, compare that to NT 5.2 what required few hundred megabytes as it had so much dependencies to up.

      Today NT operating system is very slim since 6.1, compared what it was on XP era or even in Windows 7. As since Windows 8 what use NT 6.2, what is even more slimmed down on middleware by cutting its dependencies up to graphical user interface and application programs like Windows Explorer (shell).
      The Windowing Manager in Windows has been separated from NT operating system since MinWin first release (Windows Vista). This gave the possibility that applications doesn't crash when the 3D driver crash but it can be recovered and continue running 3D application.

      KDE did nothing similar, because they don't work with Linux operating system (or any other). They use just same system libraries and programs as everyone else, what all are ran by Linux operating system (or other OS).

      KDE did own modulation by building a Plasma framework what to use to write a own shells like Plasma Desktop and Plasma Netbook.
      It is now in coming KDE 5 even more so, slimming things down and moving to Qt5. Still maintaining same philosophy.

    2. Re:First step by Miamicanes · · Score: 1

      Then, the presentation layer in that display manager could be swapped out as needed based on the form factor involved.

      It's still mostly experimental at this point, but there's ALREADY an active effort to port KDE to Windows as an outright replacement for Windows' native UI -- http://windows.kde.org/

  19. Summary for those who get suicidal from corpspeak by avandesande · · Score: 1

    Windows operating system will be free for devices under 9 inches

    EOM

    --
    love is just extroverted narcissism
  20. Are you sure? by Anonymous Coward · · Score: 0

    I heard that when source code for older versions of windows were "leaked", it was quite pristine. Do you have links to this "disaster area"?

    1. Re:Are you sure? by CraigCruden · · Score: 1

      The links have long disappeared due to DCMA takedowns.....

    2. Re:Are you sure? by NatasRevol · · Score: 0

      I guess you haven't heard that the phrase 'spaghetti code' was invented for Windows 95.

      --
      There are two types of people in the world: Those who crave closure
    3. Re:Are you sure? by Capt.DrumkenBum · · Score: 2

      Sorry, but I was producing 'spaghetti code' long before windows 95 came out.
      Perhaps I should sue. :)

      --
      If I were God, wouldn't I protect my churches from acts of me?
    4. Re:Are you sure? by cusco · · Score: 1

      Spaghetti Code was already an old phrase when I learned Quick Basic on DOS 4.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
    5. Re:Are you sure? by symbolset · · Score: 1

      Structured programming has been a thing since the 1960's. AFAIK, the derogatory term "spaghetti code" has existed since before Dijkstra's "goto statement considered harmful" in 1968. Of course it is possible to make spaghetti with structured code too, but that is art.

      --
      Help stamp out iliturcy.
    6. Re:Are you sure? by bbsalem · · Score: 1

      Yeah, I was writing FORTRAN back about 1970 and I heard the term back then. It is only for the abuse of GOTO to kludge code together.

    7. Re:Are you sure? by Optali · · Score: 1

      Indeed,

      in the old times it referred to BASIC-alike codingg style of putting everything into a singe large GOTO ridden program vs the use of functions like in more "normal" programming languages. You may not recall that but there were actually programs that were written just like that: A loooong sequence of instructions with gotos were needed.

      Later I have also read this term referring to (then) "normal" coding vs. OOP.

      --
      -- 29A the number of the Beast
  21. People sure do like to beat the cancer thing by Daniel+Hoffmann · · Score: 3, Interesting

    But GPL is indeed cancerous, intentionally so. Interacting with GPL code is a mine field if you don't want to GPL your code as well, there was no lie in that.

    1. Re:People sure do like to beat the cancer thing by Anonymous Coward · · Score: 0

      I expected to see your comment modded out of existence, but you're totally right.

    2. Re:People sure do like to beat the cancer thing by JohnFen · · Score: 2

      Not like a cancer, because cancer isn't contagious. GPL is more like a virus -- consciously and intentionally so. That's one of it's primary benefits, imo.

    3. Re:People sure do like to beat the cancer thing by ProzacPatient · · Score: 1

      People often equate open source with GPL so one might also be quick to assume he's talking about developing proprietary software and profiteering off of open source but that is not always the case; GPL often presents itself as a pain for open source developers as well who may want to license their software under an even more liberal license such as BSD, MIT or even the WTFPL and wish not to taint their software with the ideological restrictions and burdens GPL places upon its users.

    4. Re:People sure do like to beat the cancer thing by Anonymous Coward · · Score: 5, Interesting

      If you want to use GPLed code but not GPL your application, you are the problem!

    5. Re:People sure do like to beat the cancer thing by Uecker · · Score: 5, Insightful

      If you "interact" (I assume you mean copy and re-distribute) with proprietary code is it even more a mine field, because if you copy proprietay code in your project without an explicit license which allows this you cannot do anything anymore (not even use it yourself - which the GPL allows). So if the GPL is cancerous, proprietary code is instant death.

    6. Re:People sure do like to beat the cancer thing by vux984 · · Score: 1

      But GPL is indeed cancerous, intentionally so. Interacting with GPL code is a mine field if you don't want to GPL your code as well, there was no lie in that.

      Cancer spreads and is difficult to stop.

      The GPL is entirely opt-in, and a 4 year old can understand the so-called 'mine field':

      Do I want to release my code as GPL?

      Yes? Then feel free to use other GPL code in your code.
      No? Then don't.

      It is no more difficult than any other software development. Do you want to release something via the BSD license? Great. Can you willy-nilly link to code from other licenses as part of that? Nope. You have to be just as thoughtful with that too.

      Ditto for any license... including the desire to release proprietary code. You can't just go around slurping code from around the internet -- and incorporating it in your product. Not just because of the GPL... but because you can't just include other people's random code in your product.

      The GPL doesn't make this more or less tricky. It just represents a pile of code that's available to you to use if you want to reidstribute GPL code, and that's unavailable to you if you do not.

    7. Re:People sure do like to beat the cancer thing by lord_mike · · Score: 1

      By "even more liberal", you mean less free, since BSD allows anyone to essentially take code for their own personal use without giving anything back to the project (like Apple using the BSD kernel to make lots of money, but not allowing the BSD folk any access to the Apple code that interacted with it).

    8. Re:People sure do like to beat the cancer thing by Anonymous Coward · · Score: 0

      How does Apple denying access make BSD more free? That sounds like the opposite of freedom. GPL maximizes freedom for all.

    9. Re:People sure do like to beat the cancer thing by lord_mike · · Score: 1

      I think we're in agreement here. I was trying to object to the original author's argument that the BSD license was more "free" than the GPL. If I miscommunicated, I apologize.

    10. Re:People sure do like to beat the cancer thing by Anonymous Coward · · Score: 0

      Yes, you're _free_ to do that....
      LOL

    11. Re:People sure do like to beat the cancer thing by Anonymous Coward · · Score: 0

      Wrong. You are free not to use GPL. Not so with cancer, flu, etc.

    12. Re:People sure do like to beat the cancer thing by Anonymous Coward · · Score: 0

      If you want to use GPLed code but not GPL your application, you are the problem!

      Reality check:

      • I do not care about the GPL or GPLed code, as a professional developer I care about solving problems and not about religious motivated nonsense.
      • If I want to use GPLed code without GPL ling "my" application I can do so, unless I redistribute it there is nothing anyone can do about it and people already found loopholes for the distribution in the past - also the FSF seems rather selective in their copyright enforcement so I couldn't care less about the GPL and its magic pixi dust
      • When I have to solve a problem at work the license is not my decision to make so I just have to find an alternative solution that does not involve getting chancer.
    13. Re:People sure do like to beat the cancer thing by Anonymous Coward · · Score: 0

      The GPL is less open than BSD licenses, and contaminates BSD code.

    14. Re:People sure do like to beat the cancer thing by Anonymous Coward · · Score: 0

      Words like free do not need to be redefined to fit your singular world view.

      If you were a maths professor, would it be more free to force your students to give 10% of their income to you, or not to do that?

    15. Re:People sure do like to beat the cancer thing by drinkypoo · · Score: 1

      The GPL is less open than BSD licenses, and contaminates BSD code.

      Open means interoperable and transparent, so no, that's a lie. It meant that to the industry already when the OSI was formed.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    16. Re:People sure do like to beat the cancer thing by Daniel+Hoffmann · · Score: 1

      For the wise a single word is enough, indeed GPL was intentionally made to be contagious and Bill was right to bash it in that respect. GPL makes software indeed more free for the general community, but MIT-like licenses make the software more free for the developer himself.

      I am not saying that GPL is evil or worst than MIT-like licenses, there are some classes of software that are better to be licensed GPL and others that are not. I am against the zealots who say that everything should be GPL though.

  22. RE: COM by xdor · · Score: 1

    You make is sound like a bad thing.

  23. Re:Summary for those who get suicidal from corpspe by __aanbvm4272 · · Score: 1

    Even for a windows vibrator?

  24. One too many? by slapout · · Score: 3, Insightful

    I would have thought they'd want a kernel optimized for small devices driving the phones and a different one for desktops. Maybe have them implement the same API. But isn't the kernel something you'd want optimized for the device family?

    --
    Coder's Stone: The programming language quick ref for iPad
    1. Re:One too many? by Ol+Olsoc · · Score: 1

      I would have thought they'd want a kernel optimized for small devices driving the phones and a different one for desktops. Maybe have them implement the same API. But isn't the kernel something you'd want optimized for the device family?

      Yep, that's pretty much what most of us folks who weren't dopes thought.

      Which has a rather big part in why W8 is the best failure since Vista.

      I for one, plan on waiting a long, long time before I run any Microsoft OS. They've used the abusive spouse model for way too long.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  25. ok... by roc97007 · · Score: 1

    > No longer are there different kernels for Windows 8, Windows Phone or Windows RT it's now all just One Windows.

    Maybe not right now, but soon. And that's a good thing how?

    > As goes the Windows kernel, so goes the entire company.

    Um, yep. And again, that's a good thing how?

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    1. Re:ok... by drinkypoo · · Score: 1

      No longer are there different kernels for Windows 8, Windows Phone or Windows RT it's now all just One Windows.

      Maybe not right now, but soon. And that's a good thing how?

      If you had experience with the bastard children of Windows, you wouldn't have to ask that question. They are shit and they lead to fragmentation and duplication of effort.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:ok... by roc97007 · · Score: 1

      No longer are there different kernels for Windows 8, Windows Phone or Windows RT it's now all just One Windows.

      Maybe not right now, but soon. And that's a good thing how?

      If you had experience with the bastard children of Windows, you wouldn't have to ask that question. They are shit and they lead to fragmentation and duplication of effort.

      Oh, I had to suffer through a Windows Mobile phone for awhile, (Never, ever again.) so I have had experience with the bastard children of Windows. Thing is, now they're all bastard children. They've thrown out the wheat and kept the chaff. In trying to enter a market in which they have very little penetration, and very little experience, and in keeping with this insane policy of "one GUI to rule them all", they've absolutely screwed their core. That's not the way to be successful.

      --
      Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
    3. Re:ok... by drinkypoo · · Score: 1

      One kernel to rule them all: good idea.

      One GUI to rule them all: bad idea.

      Hence Windows waning, and others gaining. Apple didn't try to use the same GUI on mobile as on the desktop, but they did reuse their kernel because to do otherwise is stupid. It may well have made sense when mobile platforms were so very weak, but now they are very strong.

      Hell, successful Linux on mobile isn't even using the traditional userland.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  26. Aps could be the future by GoodNewsJimDotCom · · Score: 1

    I don't care about a limited 2 aps at once, or touchscreen. The one thing Windows needs is the ability to fearlessly run applications. Windows should have been virus proof back since 98 when the Internet was becoming a big thing. It isn't as hard as you'd think to make an OS virus proof if that is what you're designing for.

    The moment your platform becomes a fearless platform to try new software, people will try software as a hobby. The way Windows is now, before aps are catching on, no one in their right mind is going to download random .exe from the Internet. We're even wary of .png and .mp3s because of buffer overflow exploits. This should have never been the case.

    Now aps won't catch on really fast because only Windows 8 does Aps. If Microsoft was smart, they would have allowed all versions of Windows back to XP use aps. That way more people would make aps. It would have caught on a lot faster. And since Microsoft probably has an "ap store", they'd have made more money even. The short term money isn't what wins you control over the Internet through which gives you the long term money gain. The key is you want more people to buy your OS over a MAC which word on the street says is harder to get viruses.

    Aps could be a good thing for Microsoft's future, but they didn't do enough to have them take off with initial velocity. My guess is there's some self proclaimed genius at Microsoft,"Everyone's gonna love aps, they're going to buy new copies of windows just to get aps. If we make old versions of windows use aps, we'll just lose sales!"

    1. Re:Aps could be the future by Anonymous Coward · · Score: 0

      This HAS to be a troll, right?

  27. Who? by MouseTheLuckyDog · · Score: 2

    meet the new boss, same as the old boss.

  28. I don't think so by SuperKendall · · Score: 1

    This would happen to any group that gains market control.
    IBM, Microsoft, Apple...

    Not at all true. IBM and Apple both are strong contributors to many open source projects, so as they gain power lots of tooling and frameworks are produced that benefit everyone outside those companies.

    Microsoft traditionally had contributed little to open source, with everything being worked on held internally. That's changing to some extent, but that was the reason why the industry suffered under Microsoft dominance, because so much work was locked to Microsoft and only usable by them.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:I don't think so by cavreader · · Score: 1

      You do realize IBM has been a going concern since way before the term "Open Source" was ever uttered? Apple is one of the most closed computing ecosystems in existence for both hardware and software. Like Goggle they open source some code but don't think for a second they are open sourcing anything might actually result in giving a competitor a chance to catch up. Their contributions to open source are used to generate good PR in the development world.

    2. Re:I don't think so by Anonymous Coward · · Score: 0

      Wow. That's so amazingly ignorant. Having been there done that and gave those TShirts to the thrift store,

      IBM was the defacto standard for software AND hardware for PCs in the 80s. Only their tragic foray into MCA architecture made them a more "diverse" company. As everyone else went EISA. (That and their amazingly high prices) Losing their customers didn't dissuade them from their path since it didn't really hurt their pockets for years.

      Apple has got to be the most draconian software company I can think of. Who changes their operating systems because someone wants to use a button a different way than what you thought they should? I remember back before they thought laptops were a good idea suing Outbound out of existence because they had a machine you could just plug their SE and Mac Plus ROMs into... I hope this company never gains enough share to be dominant.

      Microsoft is following IBM's fine example and is systematically alienating their partners whether they be developers, VARs, and now their end users. This swami believes that in their hubris, they will continue to lose their market share by not paying attention to their customers. Just as IBM did in the late 80s. I predict the same model to be followed as history has a tendency to repeat itself. Their reaction to the Windows 8 debacle is setting up the same sort of scenario. After all. who thought it was a good idea to generate a cryptic hex code for an error message and never be able to tell you in english what it means? Gah. The 80's called and wants their error messages back...

      Microsoft is only moving into open source because they've taken over all the other markets or bought them.

    3. Re:I don't think so by Anonymous Coward · · Score: 0

      You're missing the point.

      Imagine a world where a company keeps its comparative advantage close whilst it develops and markets it. Competitors can develop their own. When the market is mature enough, the original leaders will stop thinking of it as comparative advantage and move on, so that the the ecosystem of established standards and platforms will continually ratchet up.

      And that would a bad thing because... ?

    4. Re:I don't think so by david_thornley · · Score: 1

      You do realize that the modern "open source" movement has a whole lot in common with the old IBM User Groups, don't you? People were writing programs, including system software, and sharing them all over. (One a company I worked at was really excited by was HASP (Houston Aerospace SPooler, IIRC). It read all the punch cards for running a program onto disk, so you could just run the card deck in and then you could use the card reader for another program.) You needed to have access to an IBM 360 computer to do that, but then you really do need a computer to contribute to or benefit from F/OSS.

      --
      "When you have eliminated the unacceptable, whatever is left, however improbable, must be the truthiness" - Holmes
  29. just need to do your due diligence by Chirs · · Score: 1

    You can "interact with" GPL code just fine, as long as your proprietary code isn't a derivative work of the GPL code in the copyright sense.

    So you can exec() it, you can call it from the shell, you can send packets to it and receive responses, in some cases you can even have proprietary code as a module/plugin being called by the GPL'd code.

    1. Re:just need to do your due diligence by Anonymous Coward · · Score: 0

      you can send packets to it and receive responses

      Wasn't part of the GPLv3 meant to fix the web service hole? After all the server software was never distributed to users so no need to publish the source.

      So you can exec() it, you can call it from the shell

      Which would be nice if some software wasn't designed to make that nearly useless/buggy - gcc for a long time avoided a sane design because RMS thought that any stable API could be somehow used by proprietary software without breaking the GPL.

  30. Sounds Great But... by RevSpaminator · · Score: 0

    They still need fix the core problem.. the NT kernel. :)

    1. Re:Sounds Great But... by Anonymous Coward · · Score: 1

      (AC because modded)
      What's wrong with the NT kernel? It's one of the most robust ones out there now.

  31. I call BS by benjymouse · · Score: 3, Informative

    The links have long disappeared due to DCMA takedowns.....

    No they haven't. You just do not want slashdot readers to read them, because they do not say what you claim.

    http://www.internetnews.com/de...

    Quote from that article:

    One technology enthusiast at Web site kuro5shin noted many of the hacks (additions) to the code base included some colorful comments and creative use of adjectives in noting programming changes.

    In this case, the reviewer concluded the code was generally "excellent." But he also noted the many additions to the Windows code to be almost universally compatible with previous Windows versions. And third-party software has "clearly come at a cost, both in developer-sweat and the elegance (and hence stability and maintainability) of the code."

    GP is correct, those who took a look at it indeed came away with the impression that it was quite pristine.

    You, OTOH, are just lying.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
    1. Re:I call BS by K.+S.+Kyosuke · · Score: 2

      First, there are many people who like the NT kernel itself, but don't necessarily like the constantly changing mess on top of it (although WinRT is probably a much better design than Win32). Second, many people certainly acknowledge that the Windows code base is very high on many quantitative aspects (e.g., that compared to average commercial software, it's virtually bug-free) but that's not the same thing as being a "well designed componentized system". And last but not least, even back then, the people apparently acknowledged the rising presence of "kludges" in the Windows source code, basically hot-fixes for lousy applications to make them run problem-free, even at the expense of turning a large part of Windows into a mess of application-specific code paths to keep old stuff running. I don't want to imagine how it must look today (but then again, the kludges for 16-bit apps aren't present in 64-bit Windows anymore, so there's that).

      --
      Ezekiel 23:20
    2. Re:I call BS by Anonymous Coward · · Score: 0

      You should be a lawyer or a conman. You certainly have the pedantry, excuses, weasel wording and goalpost moving down.

  32. They DID this by Anonymous Coward · · Score: 0

    They DID have a touch screen that worked like a mouse and keyboard...

    Windows Mobile. It was VERY hard to use on a phone without a stylus. Once I got out of HTC's skin, i couldn't use my finger to do anything because it was too difficult...

  33. "They were strongly pushing portable .NET when the by Anonymous Coward · · Score: 1

    .NET was never cross platform. It was cross platform if you thought there was a difference between Windows XP and Windows Vista. NET was cross language platform. You could write in any language and it got complied down to byte code that was run on a .NET VM. But .NET only ran on Windows platforms.

    Mono, the open source implementation of .NET, ran on other platforms which made .NET kind of crossplatform.

    If you bought into .NET, you bought into Windows and you didn't need .NET for any other platform. Mono was a nice try, but without Microsoft's imprimatur, is was doomed. Had Microsoft embraced Mono or absorbed it, I think that Java would be dead and Microsoft would pretty much rule the developer world.

  34. Re:"They were strongly pushing portable .NET when by lord_mike · · Score: 2

    .NET was cross platform--at least cross hardware. Yes, it was Windows-only, but a .NET application could run on an ARM machine or any other hardware that might run windows, since .NET was hardware independent byte code. Yes, you were still stuck on some form of Windows OS to use it, but now that they are selling windows on both ARM and Intel, it would seem to behoove them to support a portable hardware application strategy, yet they have essentially abandoned it.

  35. Marketspeak by NoKaOi · · Score: 5, Insightful

    95% of the article has no substance and is clearly a bunch of marketspeak, though it's not clear who the marketspeak is targeted at. Users? They're not gonna care about any of it because it's gonna make sense or doesn't affect them. Shareholders? Maybe.

    There's really only two bits that seem to mean anything:

    No longer are there different kernels for Windows 8, Windows Phone or Windows RT it's now all just One Windows.

    That's cool, and it actually means something. But do users care about this? Do investors care about this? How many Apple users know or care that Mac OS, iPhone, and Apple TV all share the same kernel? In general neither users nor investors know what a kernel is.

    If you want to use a Microsoft app, you can find it on whatever platform or device you are using, not just on Windows.

    That's means something too, but....are you freakin' kidding me? So if I'm making an Windows app, I'm required to design it to work well on a desktop, tablet, phone, and gaming console? What if it's an awesome app that sucks on a little phone screen? What if it's an awesome app that works well on a touchscreen but sucks with a mouse? What if it's awesome with a keyboard and mouse and sucks on a touchscreen? You get the idea...this is the whole thing they're trying to do with Windows 8 and surface and they're failing to hear users screaming at the top of their lungs DO NOT WANT.

    1. Re:Marketspeak by Anonymous Coward · · Score: 0

      Users don't care. Investors care only because developers care. And yeah, developers think this is nice. No, it's not mind blowing or anything. And how ridiculous do you think everyone is thinking we're going to use the same UI for an XBox One w/ Kinect that we would on a phone or desktop? Microsoft explicitly says that UI will need to be redesigned for different devices. This is obvious even to you. All this is is encouragement to develop for more of Microsoft's ecosystem. We already share a lot of code between those devices. Now we can simplify our build processes, port a bit easier, and Windows Store submission paperwork is much simplified. That's less hassle for us when we go to publish the app through Microsoft's store. More time to spend on our product. If you want to complain about anything, complain about how Microsoft is trying to get that juicy 30% cut same as Apple's App store or the Google Play store. Remember, some of us do see value in a storefront that reaches so many people for really not that much effort.

    2. Re:Marketspeak by Anonymous Coward · · Score: 0

      If you want to use a Microsoft app, you can find it on whatever platform or device you are using, not just on Windows.

      That's means something too, but....are you freakin' kidding me? So if I'm making an Windows app, I'm required to design it to work well on a desktop, tablet, phone, and gaming console?

      No. The quote says, rightly or not, that if Microsoft are writing an app then they will make it available on a broad range of platforms, not just on Windows. It doesn't say that anyone else is forced to do the same.

  36. cancer and viral infections aren't usually a choic by Anonymous Coward · · Score: 0

    the GPL is a choice.

    the BSD license is also a choice. Apple's sure built an tidy empire on BSD's lack of restrictions..

    Licenses are a choice.

    People who cast a pall on the GPL in general seem never to mention that part.

  37. Microsoft kicks ass by jimmyfrank · · Score: 1

    Best tools, best language (C#), best jobs that pay well. Thanks MS!!!

  38. Was this written in 2008? by smadasam · · Score: 1

    "No longer are there different kernels for Windows 8, Windows Phone or Windows RT it's now all just One Windows. As goes the Windows kernel, so goes the entire company." Seriously what is he talking about? The kernels were already the same on Windows 8, Windows Phone 8, Xbox One, and Windows RT. This already has been happening for many years now. This is public knowledge that anyone could know if they just bothered to look. By the way, they announced at the //Build conference a few weeks ago that even the app model an WinRT APIs are going to be converged now between Windows, Phone, and Xbox so you can write one app for all of all platforms once.

    1. Re:Was this written in 2008? by drinkypoo · · Score: 1

      The kernels were already the same on Windows 8, Windows Phone 8, Xbox One, and Windows RT. This already has been happening for many years now. This is public knowledge that anyone could know if they just bothered to look

      Microsoft has explicitly stated and restated that the Xbox One kernel is derived from the Xbox 360 kernel, and that is similarly (confirmed to be) based on the Xbox kernel, which was based on Windows 2000 which was confirmed by Microsoft before it was denied repeatedly and claimed to be a "completely custom kernel" which is completely bullshit, which we know from hacker analysis.

      Either Microsoft completely lied about the bloodline of the 360 kernel, or what you say is a load of dingo's kidneys.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:Was this written in 2008? by Anonymous Coward · · Score: 0

      The kernels were already the same on Windows 8, Windows Phone 8, Xbox One, and Windows RT. This already has been happening for many years now. This is public knowledge that anyone could know if they just bothered to look

      Microsoft has explicitly stated and restated that the Xbox One kernel is derived from the Xbox 360 kernel, and that is similarly (confirmed to be) based on the Xbox kernel, which was based on Windows 2000 which was confirmed by Microsoft before it was denied repeatedly and claimed to be a "completely custom kernel" which is completely bullshit, which we know from hacker analysis.

      Either Microsoft completely lied about the bloodline of the 360 kernel, or what you say is a load of dingo's kidneys.

      It looks like you are someone else who can't be bothered to look. Can you please cite one real source that claims that the xbox one has a kerenl based off of the 360 kernel.

      You can use this link to find sources:
      http://lmgtfy.com/?q=xbox+one+kernel#

      There are tons of information on how the Xbox One has a converged kernel with the Windows 8 code base...if you just bothered to look.
      For instance, this is the 4th link explains this clearly:
      http://www.neowin.net/news/xbox-one-uses-the-windows-kernal-completes-the-ecosystem

      Trolling? Or, Just ignorant? I can't tell for sure, so I will just assume that you are ignorant, and not being stupid or trolling, so I will try to clear this up for you. There may be some people may be trying to read Slashdot to get some kind of factual information.

      The Xbox, and Xbox 360 are based off of the Windows 2000 NT kernel and code base. Is it exactly the same Windows 2000 kernel that shipped on desktops and servers? No it is not, but it is derived from that code base. For instance, do you think they really wrote CreateThread or WaitForSingleObject from scratch? No, I assume you are not familiar with systems programming, but that would actually be a lot of work. Did they hack them up for their purposes? Possibly.

      The Xbox One is based off of the Windows 8 NT kernel. Is it exactly the same as the Windows 8 client/server kernel? Not is is not, but it is derived from that code base. The Xbox One has 3 OSes: a bare metal hyper visor, a VM to run the dashboard and apps, and an OS for the AAA games to run as close to the metal as possible. This is how the Xbox One can switch between the dashboard and games instantaneously. Again, a little Googling here could have helped you to know this

      Windows Phone 8 is also based off the Windows 8 code base and kernel. Is it exactly the same kernel that desktops and server run, no. For one thing, the architectures are different, the HALs are different, phones need BSPs, etc. You may google these terms if they are unfamiliar.

      Are the API the same between XBox One, PC, and Phone? The are all based off of the same code base. Internally they are all built on top of Win32, etc. Pubically the are built on top of a common WinRT APIs, but they are not completely converged yet. They will be very soon. This means you may write a Windows 8.1 app and it will just work on WP8.1, and Xbox one. This will be the case very soon.

      http://www.wpcentral.com/windows-phone-threshold-update-converging-windows-8

  39. Huzzah! by newdsfornerds · · Score: 1

    Bravo! I can't wait for Windows RG!

    --
    Damping absorbs vibrations. Dampening is caused by moisture.
  40. ReactOS? by Anonymous Coward · · Score: 0

    You can't mean Linux+Wine

  41. Beta Sucks by Anonymous Coward · · Score: 0

    But if Metro apps work in Windows, no-one has any incentive to write them instead of real apps.

  42. Beta Sucks by Anonymous Coward · · Score: 0

    And how long is the 'Window 8 missing start menu' usability bug taking to fix? Note that it was reported long before Window 8 was actually released.

  43. Re:smiley by symbolset · · Score: 1

    OK we are going to talk about Bob. Bob was Melinda French's idea. Melinda was the Marissa Mayer of her day. Hard body rock climber / magazine model / super genius rock star programmer / usability expert. The paradigm was a sort of 2D representation of the familiar world for the novice user - a VR not unlike Oculus Rift is today. The hardware and software weren't yet up to it. But Bill letting her reach for the stars and getting in a late night scrum with her now and then? Well I try not to hold it against a man that he did the thing I, in his place, would have done. For all the miserable inane products foisted on us by Microsoft, the myriad ways they have thwarted progress, subverted security and manipulated the dialog of computer science until it is a cartoon I hate them. But for me, Bob gets a pass. Bob was a long shot at a transformational paradigm that was just too early. And Mrs. Melinda Gates has still got it goin' on.

    --
    Help stamp out iliturcy.
  44. Still False by SuperKendall · · Score: 1

    You do realize IBM has been a going concern since way before the term "Open Source" was ever uttered?

    Yes of course. But IBM has been supporting open source fairly well since 1998 or so. They had a lot of open source Java stuff, including the not insignificant Eclipse...

    Apple is one of the most closed computing ecosystems in existence for both hardware and software.

    Webkit, BSD, Clang, GCC (before Clang), etc. etc. etc. Apple is one of the most OPEN ecosystems around as far as the OS goes, relying on many open standards to work and which they give a lot of code back for.

    Like Goggle they open source some code but don't think for a second they are open sourcing anything might actually result in giving a competitor a chance to catch up.

    Webkit and Clang alone prove you very, very wrong.

    Their contributions to open source are used to generate good PR in the development world.

    Their contributions are for the most selfish of reasons - because then other people and companies can build atop it, and Apple can bring those changes back into the fold. So has it been with Webkit, so has it been with Clang. You don't have to think that any company is a paragon of virtue to strongly support open source, there are fantastic financial and engineering resource reasons for doing so that have nothing to do with PR.

    The very notion that Apple care about PR in the development world is frankly laughable. No-one caress about development PR except MAYBE for platforms struggling to get developers, which is not true of iOS or OSX.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  45. Is the kernel really the same for all 3. by ralphaostrander · · Score: 1

    Phone and desktop the same.

    1. Re:Is the kernel really the same for all 3. by slashmydots · · Score: 1

      One's ARM, one's x86 so no. It's just marketing fluff.

  46. heading top speed in the wrong direction by slashmydots · · Score: 1

    They got in (the recent) deep shit by making their PCs just like their tablets. Now they're literally the same OS. Great. Now I have to start selling Linux at my shop on 3 years and my 2 degrees are worthless. Fan-fucking-tastic.

  47. Re:"They were strongly pushing portable .NET when by Anonymous Coward · · Score: 0

    But -as you said- it's Windows only.

    And that is exactly the core of the problem.

  48. My wishlist for Satya by yuhong · · Score: 1
  49. unmod by richardablitt · · Score: 1

    Posting to undo accidental mod.

  50. My walled garden.. under construction by Anonymous Coward · · Score: 0

    ASrock 970A Pro 3, AMD FX6300, 64 Gigs DDR3 (starting with 8). Dual-booting Mageia and CAELinux. With Windows 2000, Windows XP virtual machine images.

    And why? Five reasons:
    1. I'm cheap.
    2. Windows 7 looks and behaves too much like a Macintosh. Windows 8 and 8.1 are bad copies of "phones." If I wanted a computer with training wheels, I'd buy a Macintosh. I've already got a phone. It's a Samsung Galaxy S2.
    3. I still like playing around with the original NeverWinterNights.
    4. The XP version of the hardware development software I use is much more stable than the Windows 7 nightmare.
    5. I like menus that behave like menus - not that the "your mouse is a swiper" crap.

    The "common kernel" idea is a good improvement, as it makes it possible for a Windows developer to do cross-platform development without having to relearn everything. Of course, Linux was there first. It's only took Microsoft 20 years to figure that one out?

  51. I'm too young by Optali · · Score: 1

    My parents are unfortunately too young and already tainted by such infernal contraptions as the typewriter and the telephone dial (both with buttuns and actual dial)
    Quite a pity. I blamte the industrial revolution for that, damn steam engines.

    I myself, at my tender age of 50 still have problems trying to type on my iPad... so that's why I'm writing this on an antiquated Keyboard (Microsoct Classic, BTW) and on a normal desktop PC.

    I am certalinly in favour of modernity, don't take me wrong: I have tried to talk my boss into acquiring Wacom tablets and touchscreens to replace our old fashoned keyboards, macs and sepcially our Linux servers... I agree, trying to type a lengty one liner in bash with several regexes and a few instances of variable substitution is difficult on a touchscreen or with the stylus, but for the sake of modernity, we must mater this art! No matter how many hours we waste and how angry our customers grow: Modernity is the way to go! Unfortunately our IT dept manager and our CEO don't share my points of view aducing such feeble arguments as "productivity" and "RSI".

    Ahh, the tribulations of beeing so young.

    --
    -- 29A the number of the Beast
  52. Rule #34 by Optali · · Score: 1

    That's gross mate!

    --
    -- 29A the number of the Beast