1. Stack Overflow now has dark mode: stackoverflow.blog/2020/03/30/int… - after dropping IE 11 support, we could use CSS3 variables and make it all possible.
2. All Stack Overflow servers are running on .NET Core. We anticipate merging to master tomorrow.
It's launch day y'all.
.NET Full Framework did far too much magic (to support IE 5) which we had to design around, while .NET Core swings entirely the other way: it's all totally raw.
It's too deep to put into tweets really, but we'll be blogging about what we hit here in the migration.
Dark mode stays on though :)
Optimizations come later.
What we can see much more clearly is our own allocations (used to be hidden by so many MVC allocations). Plans to drastically reduce those soon.