NDC Security Australia 2019 NDC Security Australia, 29 April - 1 May 2019 - 2 days of workshops followed by a 1 day conference. Security Conference, Gold Coast, Australia. Workshops by Troy Hunt and Scott Helme.
DTrace on Windows Here at Microsoft, we are always looking to engage with open source communities to produce better solutions for the community and our customers . One of the more useful debugging advances that have arrived in the last decade is DTrace. DTrace of course ne...
Adventures in Sampling Points on Triangles (Part 1) A new mapping for sampling points on triangles turns out to reduce variance by more than 2 times compared to the traditional approach.
The Promise of Hierarchical Reinforcement Learning This idea of temporal abstraction, once incorporated into reinforcement learning (RL), converts it into *hierarchical* reinforcement learning (HRL).
System.Reflection.Emit.AssemblyBuilder.Save · Issue #15704 · dotnet/runtime AssemblyBuilder.Save and AssemblyBuilderAccess.RunAndSave isn't available in .NET Core, however coreclr seems to have the code to implement it but I looks conditionally compiled out. https://gi...
Alexa Top 1 Million Analysis - February 2019 It's a little late but here it is! The analysis of the Alexa Top 1 Million sites for February of 2019. We have good news, increased numbers, new comparisons and more! The crawlI can't believe this is the 8th report I've done on the Alexa Top 1 Million an...
Elegant way of producing HTTP responses in ASP.NET Core outside of MVC controllers | StrathWeb. A free flowing web tech monologue. ASP.NET Core 2.1 introduced support for a little (or, should I say, not at all) documented feature called IActionResultExecutor<T>. It allows us to use some of the action results -those that we are used to from MVC controllers – outside of the controller ...
Hangfire – Background jobs and workers for .NET and .NET Core An easy way to perform background processing in .NET and .NET Core applications. No Windows Service or separate process required.
SignalR/sample-StreamR Sample demonstrating how to use SignalR's new client-to-server streaming feature - SignalR/sample-StreamR
Safety Experts Weigh in on the Boeing 737 MAX In the last five months, the Boeing 737 MAX 8 has been involved in two crashes involving brand-new airplanes, with the deaths of 346 people combined. On October 29 last year, Lion Air flight JT610 crashed just 12 minutes after takeoff from Jakarta Soekarn...
We need to talk about Session Tickets More specifically, TLS 1.2 Session Tickets. Session Tickets, specified in RFC 5077, are a technique to resume TLS sessions by storing key material encrypted on the clients. In TLS 1.2 they speed up the handshake from two to one round-trips. Unfortunatel...