Live data from Hacker News

Microsoft, Rebooted, Emerges as a Tech Leader

wsj.com

291–300 of 303 posts

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#291

Earlier quoted context omitted.

>you saw Tomb Raider not because Square Enix paid to be on the lock screen, but because Microsoft was trying to push that you can get AAA games in the Windows Store I would still consider this to be an ad.

I never said it wasn't still an ad. But as I explained, it has essentially none of the problems that are associated with ads. Ergo, complaints about it are more that it offends your special snowflake sensitivity against ads, than that there's an actual problem that needs to be addressed.

My operating system showing me ads is inherently a problem.

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#292

Earlier quoted context omitted.

I never said it wasn't still an ad. But as I explained, it has essentially none of the problems that are associated with ads. Ergo, complaints about it are more that it offends your special snowflake sensitivity against ads, than that there's an actual problem that needs to be addressed.

My operating system showing me ads is inherently a problem.

In what way? Assuming you've already decided you're okay with rotating wallpapers on your lockscreen downloaded periodically (the only way in which you'll see these "ads"), what is the detrimental effect on your operating system?

We can both agree, I'm sure, that your OS tracking you is a clear problem, and I'm not unable to be convinced on this one here, but I'm going to need to see a line of reasoning on how it harms you.

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#293

Earlier quoted context omitted.

Well, I agree with them not being innovators but they definitely made a marketable product. It's the same thing for which business circles praise Apple. Apple turn already known things into a marketable package which is not so different from what Microsoft did here. That's what being a device manufacturer is about. Innovations come in small bursts. Take the Surface Hub as an example.

I get that people like the product. I guess my problem is if everything is innovation than nothing is.

May "innovation" is just an irrelevant marketing claim. The claim, whether true or false, doesn't make the product better.

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#294
post #282

Earlier quoted context omitted.

But you're never going to get Windows-forms-like applications on Windows You absolutely will be able to get Windows-forms like applications. You just won't be using WinForms or WPF. Instead, you'll use Mono and its bindings to GTK or QT. This is exactly how it should be. WPF is an OS specific GUI library. Using WPF on Linux makes about as much sense as using Cocoa on Windows. But, really, I think it's another example…

Sun cut off MS from Java because MS was creating an incompatible version of Java. That's the extend step.

They were not only dropping standard features like RMI and JNI but also sneaking proprietary methods into standard classes. They could have clearly and honestly put them in a com.microsoft package, but they couldn't trick anyone into writing unportable code that way, so they forked the whole language instead of contributing anything.

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#295

Earlier quoted context omitted.

My operating system showing me ads is inherently a problem.

In what way? Assuming you've already decided you're okay with rotating wallpapers on your lockscreen downloaded periodically (the only way in which you'll see these "ads"), what is the detrimental effect on your operating system? We can both agree, I'm sure, that your OS tracking you is a clear problem, and I'm not unable to be convinced on this one here, but I'm going to need to see a line of reasoning on how it har…

An ad is inherently antagonistic. It doesn't add to the product I'm using (in this case the operating system); its only function is to try to trick me into buying more things.

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#296
post #137

Earlier quoted context omitted.

As a developer there's been so many times that I've gotten tired of MS solutions, and get excited about new emerging platforms elsewhere. Then I smirk when MS incorporates that new platform's ideology. Then I'm pleasantly surprised when it turns out to be cool, and often surpassing the original. I've heard some devs claim they cherry pick from other people's work, and others that they work hard to remain progressive…

> I don't know if .NET Core will catch up with Node, probably not What exactly does it need to catch up to? C#/.NET already vastly exceed anything in Node in performance, features and flexibility.

Well, for starters, a couple learning tutorials/examples that actually work for most people who try it out.

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#297

Earlier quoted context omitted.

I have different priorities than you. In terms of IDE quality, debugger quality, flexibility (ability to use actual threads if you want them!), performance... in my opinion .NET Core is already so far ahead of Node.JS it's embarrassing for them. The only thing I might stack in Node.JS' favor is their NPM package manager. Maybe. Possibly.

Are you seriously saying that NuGet/paket are worse than a flawed package manager that even managed to cause a JavaScript global outage when a padding package was retired? What are your problems with NuGet and paket?

Nuget dependency management is a nightmare for my team. Mostly because there's usually only one package for a given problem, and you're always at their mercy. I suppose it's a community issue, because npm packages I seem to find few complications. Also, I always find plenty of documentation/tutorials/friendly community to help with the package, and never anyone expecting money for a out-of-date pdf generator that works with tooth-picks and bubble gum holding it together (for example). The manager in VS has gotten better, but it's still far more cumbersome than a cli.

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#298

Earlier quoted context omitted.

In what way? Assuming you've already decided you're okay with rotating wallpapers on your lockscreen downloaded periodically (the only way in which you'll see these "ads"), what is the detrimental effect on your operating system? We can both agree, I'm sure, that your OS tracking you is a clear problem, and I'm not unable to be convinced on this one here, but I'm going to need to see a line of reasoning on how it har…

An ad is inherently antagonistic. It doesn't add to the product I'm using (in this case the operating system); its only function is to try to trick me into buying more things.

Are you suggesting the mere display of a wallpaper from the latest Tomb Raider game is capable of deception? Of "tricking" you into buying it?

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#299

Earlier quoted context omitted.

An ad is inherently antagonistic. It doesn't add to the product I'm using (in this case the operating system); its only function is to try to trick me into buying more things.

Are you suggesting the mere display of a wallpaper from the latest Tomb Raider game is capable of deception? Of "tricking" you into buying it?

Is it going to trick me in particular? Probably not; I'm not likely to buy that type of game anyway.

Would it be using my computer as a marketing tool to promote a product? Yes. A more obvious example might have been if it said something like "Drink Coke".

It's a banner ad, but now bundled automatically into your machine. Even if banner ads didn't track you, I'd still block them. There's a reason marketers pay for them.

Re: Microsoft, Rebooted, Emerges as a Tech Leader

#300
post #296

Earlier quoted context omitted.

> I don't know if .NET Core will catch up with Node, probably not What exactly does it need to catch up to? C#/.NET already vastly exceed anything in Node in performance, features and flexibility.

Well, for starters, a couple learning tutorials/examples that actually work for most people who try it out.

It really seems like you're reaching if that's the complaint you have.

.NET is one of the most documented platforms around. MSDN documentation covers everything[1] at a deep technical level and the official .NET docs[2] are full of tutorials and guides as well as in-depth detail. The asp.net site contains even more specific and use-case based walkthroughs with plenty of other blogs, forums, and even free video tutorials and online interactive courses. [3]

1. https://msdn.microsoft.com/library

2. https://docs.microsoft.com/en-us/

3. https://www.asp.net/learn

Post reply on HN