SpaceX asks permission to take Starship on a high-altitude test flight SpaceX's Starship could take a high-altitude test flight as soon as March.
EF Core Relationships in ASP .NET Core 3.1 This is the fifth of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll cover 26 topics over a span of 26 weeks from January through June 2020, titled AS…
SLS Core Stage in Stennis B-2 Stand to start Green Run campaign - NASASpaceFlight.com The Green Run test campaign for the first NASA Space Launch System (SLS) Core Stage…
Here's Why Your Static Website Needs HTTPS This is part of the blog post at https://www.troyhunt.com/heres-why-your-static-website-needs-https
Cliff Click's answer to What interesting optimizations can a JIT do that a compiler cannot do? - Quora The JIT has actual profiles available, which no AOT or prior-profiling technology can do. So yes, which branches branch which way. This lets you decide to e.g. run code down the “hot path” JIT’d and on the “so cold its never taken path” in the interpreter...
Life of a triangle - NVIDIA's logical pipeline Since the release of the ground breaking Fermi architecture almost 5 years have gone by, it might be time to refresh the principle graphics architecture beneath it.
GPU Performance for Game Artists Performance is everybody's responsibility, no matter what your role. For artists, a little knowledge of what goes on under the hood can make a big impact on a game's framerate. If you're an artist and want to understand how the GPU works and why things li...
Add Real-Time to a Java App with Azure SignalR Service Azure SignalR is a fully managed service that makes it easy to add highly-scalable real-time messaging to any application using WebSockets and other protocols. SignalR Service has integrations for ASP.NET and Azure Functions. Other backend apps can use th...
Digging into the Bedrock framework, January 2020 Talk by Tim Seaward Abstract: After an abridged history of pipelines and Bedrock Framework, we will look at a basic implementation today. Then after getting our hands a little dirty looking at the internals we will discuss what the future holds for Bedro...
Get CoreRT Hello World selfcontained binary under 1 MB by MichalStrehovsky · Pull Request #7962 · dotnet/corert This has actually two things. The actual fix to make self-contained CoreRT Hello World less than 1 MB, and a bunch of tools that helped me find the fix. I’ve had the tools for a while but they don’...
Champaign Mathematician - with Holly Krieger — Numberphile This is Numberphile. We mainly post videos about mathematics and just numbers in general.
Fixing Random, part 27 Last time on FAIC we went through a loose, hand-wavy definition of what it means to have a “weighted” continuous distribution: our weights are now doubles, and given by a Probability Di…
This is what happens when you divide by zero on a mechanical calculator From early on in math class, you’re taught that you cannot divide a number by zero. On paper, it doesn’t work out. Do it electronically, and you’ll get an error message. http://goo.gl/K1HGYC Try do divide by zero with a mechanical calculator and, well, t...
Entity Framework Core performance tuning – a worked example – The Reformed Programmer Last Updated: December 24, 2019 | Created: September 22, 2017
What dotnet new Could Be The ‘dotnet new’ CLI command is a great way to create projects from templates in dotnet. However, I think it could provide a much better experience than it currently does. I also suspec…
Getting started with cloud deployments with Pulumi and .NET In this episode, Matt and Luke sit with Scott Hunter to show how Pulumi enables .NET developers to define and deployment their cloud infrastructure as code. [00:50] - What is Pulumi?[02:30] - Creating
Yahoo! Inc. Customer Data Security Breach Litigation Settlement Yahoo! Inc. Customer Data Security Breach Litigation Settlement
Reuse Blazor WASM UI in Blazor Server — App vNext So, you’ve decided to use Blazor, but you’re not sure which hosting model to use: Client (WebAssembly) or Server (SignalR-based). Wouldn’t it be great if you could write one version of your app that can run as either a WebAssembly or Server-based Blazor a...
.NET 5 breaking change: StringInfo and TextElementEnumerator classes are now UAX29-compliant · Issue #16702 · dotnet/docs .NET 5's System.Globalization.StringInfo and System.Globalization.TextElementEnumerator classes now follow UAX29 guidelines for extended grapheme enumeration Unicode has the concept of a "...