I loved my windows phones so much. lumia 900 and 920. I totally bought in to the microsoft ecosystem because I wanted to keep using that phone OS and those phones. but the ecosystem sucked ass. none of microsoft's google/apple equivalents were up to par. one night when xbox music said I didn't have license to play any of my music on a long car ride home was the last straw. I bought a galaxy note 3 that evening when I…
Satya Nadella admits giving up on Windows Phone and mobile was a mistake
61–70 of 205 posts
Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#62One of the things I find very frustrating about Microsoft (and to a lesser extent Google) is how they will walk back nearly anything at the slightest pushback and cancel anything that isn't an immediate overnight success. The Kinect was really, really cool tech, and I dream about what could have been if MS had not made the Kinect thst came with the XBox One optional pretty much right after it was announced.
Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#63Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#64Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#65For me the saddest thing is not Windows Phone going away, it's Nokia not going all the way with their Qt based Linux distro, Meego. I had a Nokia N9 smartphone, the UI was amazing. It took 5 (I think?) years for iOS and Android to sort of copy the gesture based UI, badly. Damn internal corporate politics at Nokia.
Blackberry went all the way with QNX and it didn't pan out either. There just wasn't room for a third player.
Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#66I never understood Microsoft's desire to use "Windows" in their mobile device marketing. That might have barely made sense back when computing was dominated by geeks, but nobody in 2023 truly cares whether their phone runs a form of Windows, just as they wouldn't care if an iPhone runs iOS instead of macOS; they want a device that does the things they want. Windows today represents more of a necessary evil than somet…
Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#67I never understood Microsoft's desire to use "Windows" in their mobile device marketing. That might have barely made sense back when computing was dominated by geeks, but nobody in 2023 truly cares whether their phone runs a form of Windows, just as they wouldn't care if an iPhone runs iOS instead of macOS; they want a device that does the things they want. Windows today represents more of a necessary evil than somet…
Windows Mobile as a brand came out in 2003. The "Windows" brand itself was massive in that era. Apple branding isn't too much more inspiring (Mac to iMac to iPhone).
Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#68Earlier quoted context omitted.
Looking for some advice here. I’d be interested to develop simple GUI’s at work. I don’t have much experience of that. I have a license for VS2015 to maintain legacy VB and C++ but I think an upgrade could be arranged. I’m comfortable doing web dev but the browser remains limiting. In my situation, would learning native gui development be worthwhile or is it much easier to stick to websites and/or Electron?
Using WinUI is really easy to do. Whether you're using WinUI 2.8 with UWP or WinUI 3. So native GUI development isn't difficult at all. XAML is similar to HTML in a lot of ways. If you have your mind set on web development and want a native GUI, you could go with React Native for Windows.
At least Native AOT might support WinUI in .NET 9, something to look forward to, for anyone that still cares outside Redmond.
Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#69Off the top of my head: Zune (belittling Apple), Search (remember they started name-calling Google), CompuServe (paid shills brutally attacking people online), Operating Systems (attacks on Linux (FUD Advertising), BeOS (Licensing)). So much more.
What they don't do is create a product out of love or passion or belief, usually...
I was surprised when the surface lineup of tablet/laptops... surfaced. They seemed to actually care about what they were doing and really put some thought behind it. I was impressed with the hardware and I very much dislike Microsoft.
I'm glad they got owned on mobile by Google and Apple. I feel comfortable in saying they would not have brought anything positive to this market. A villain was defeated and we are better off.
Mozilla's Firefox OS, however... that's a different story. We all lost when they pulled out.
Re: Satya Nadella admits giving up on Windows Phone and mobile was a mistake
#70Earlier quoted context omitted.
If you watch the Windows UI community talks on YouTube, at least on public channels, whoever is in charge doesn't seem to grasp how much all those rewrites killed the ecosystem, and they keep asking people to invest into WinUI/WinAppSDK, which not only is yet another rewrite, the tooling is a joke versus UWP. No wonder that Windows developer community decided to ignore whatever is related to WinUI, and focus on the s…
Looking for some advice here. I’d be interested to develop simple GUI’s at work. I don’t have much experience of that. I have a license for VS2015 to maintain legacy VB and C++ but I think an upgrade could be arranged. I’m comfortable doing web dev but the browser remains limiting. In my situation, would learning native gui development be worthwhile or is it much easier to stick to websites and/or Electron?
For C++, you're better off with Qt, wxWidgets.
You can use Visual Studio Community if the licence still fits your work, or in the case of Qt, Qt Creator alongside a recent VS or MinGW.