Earlier quoted context omitted.
We have removed all the weapon deployment buttons from our nuclear subs, silos, and bombers, because telemetry shows that they are typically only pressed during unit testing. Since we only have two recorded events of someone deploying a nuclear weapon in a real-world scenario, it should be safe to relocate those buttons off the main console, and just use the auxiliary functions button, behind the kick panel, next to…
I know this is just meant in jest, but because the weapon deployment buttons are something you never want to be pressed on accident, ideally you really do want to obscure them behind layers and layers of user interaction. If anything we had the problem of them not being obscured enough for a while (if the story of the launch codes being 00000000 across the board is true).
Announcing .NET Core 1.0
201–210 of 327 posts
Re: Announcing .NET Core 1.0
#202Earlier quoted context omitted.
I choose to ignore this post so five weeks from now I can write an outraged "Microsoft is TRACKING YOU" article on Medium that will garner me praise and upvotes.
Much quicker and easier than simply forking the code and commenting out the telemetry feature :P
> You can opt-out of the telemetry feature by setting an environment variable DOTNET_CLI_TELEMETRY_OPTOUT (e.g. export on OS X/Linux, set on Windows) to true (e.g. “true”, 1). Doing this will stop the collection process from running.
Re: Announcing .NET Core 1.0
#203It's fascinating how Microsoft's marketing moved from ".Net - One platform with multiple languages" to "This is .Net - here some samples in C#"(without mentioning C# by name anywhere in the page). I think that .Net would be much better if they had this kind of focus in dev side from the start. *Hides from the f# mafia.
Can you make a mafia with only three people?
Re: Announcing .NET Core 1.0
#204Earlier quoted context omitted.
Interesting. I'm guessing it doesn't support COM interop?
If you need COM interop, you don't need cross platform compatibility. You can just use the full .Net framework.
Re: Announcing .NET Core 1.0
#205Earlier quoted context omitted.
MVC 6's name is now also ASP.NET Core MVC 1.x.x. It's really a version number reset. The confusing thing is that it's not plugged through everywhere and people interchange the two regularly.
#wellactually We don't talk about ASP.NET MVC as a separate thing anymore. It's just ASP.NET Core. So you might build an MVC app on ASP.NET Core, or build APIs on ASP.NET Core, etc., but it's all just ASP.NET Core.
Re: Announcing .NET Core 1.0
#206Re: Announcing .NET Core 1.0
#207I've mixed feelings about this release, because it seems a bit early to me. Some fundamentals will change soon (project.json replacement) and I am still not able to get debugging to work in VS Code on OSX. The whole situation in the .NET Core space was very confusing for the last months and this trend seems to continue. This is sad, because I'd love to code in C# on any platform and that things would just work as adv…
It's still extremely buggy. Very difficult to get a .NET MVC app up and running (they're not using the term WebAPI anymore).
It's code "purity" over usability. It's putting the core dev team's principles over their customers actual need, completely violating KISS, DRY and YAGNI.
DI really is our generation's factories. I'm already seeing projects written by people who don't understand it making utter nightmare spagetti code, worse than any code I've ever seen.
It's nasty scaffolding code which is a symptom of limitations of the language, definitely not code anyone should ever actually be wasting time writing.
Instead of recognising it's a flash in the pan, the core team have embraced it and are trying to force it down everyone's necks, and a lot programmers simply don't get it and are making an utter mess instead.
Re: Announcing .NET Core 1.0
#208Earlier quoted context omitted.
Big Brother has trained you well. ;-)
Yep. Don't vote and nobody will care about your (unexpressed) needs when making decisions.
Re: Announcing .NET Core 1.0
#209Earlier quoted context omitted.
You reported the issue 11 days ago. I'm surprised they just announced it with such a basic use case being broken. It doesn't bode well for F# as a first class citizen in their ecosystem.
Seconded. I saw the announcement and immediately went to grab the docker image and give it a shot with F# via "dotnet new -l F#" and go. It restored and built, but didn't run. So v1.0 is broken, I guess?
Re: Announcing .NET Core 1.0
#210I don't understand, why does the package name for Linux say preview2? apt-get install dotnet-dev-1.0.0-preview2-003121 Isn't this the final release?