Enemies – real-time cinematic teaser | Unity Enemies is the latest project by Unity’s award-winning Demo Team. It showcases Unity’s capabilities for powering high-end visuals in 2022, including the late...
New Video: An Early Look at C# 11 I've started staying on top of early releases on .NET 7 and C# 11 already. In this new Coding Shorts video, I look at four of the released changes to C# and hopefully you can get a head start on seeing where C# is going.
Sentiment Classification of IMDB Movie Review Data Using a PyTorch LSTM Network -- Visual Studio Magazine This demo from Dr. James McCaffrey of Microsoft Research of creating a prediction system for IMDB data using an LSTM network can be a guide to create a classification system for most types of text data.
Suffer from Ctrl+S fatigue? We have a feature for you The idea of the “Integrated Development Experience” is a tool that brings all the systems a developer needs to develop their application into a single place. Coding, debugging, publishing, profiling… these are all tools that Visual Studio brings to our de...
Network performance update: Security Week Today, we’re proud to report we are the fastest provider in 71% of the top 1,000 most reported networks around the world
Middleware in .NET 6 - Custom Middleware Classes Let's build custom ASP.NET 6 Middleware classes, including a logger and a simple response middleware.
Performance benefits of sealed class in .NET - Gérald Barré In this post, I describe the performance benefits of sealed classes in .NET.
Application security: Cloudflare’s view In this post, we share some of the insights we’ve gathered from the 32 million HTTP requests/second that pass through our network
Hello Podman using .NET | Red Hat Developer The Docker.DotNet library lets .NET programs control containers using Podman or Docker. This tutorial shows you how it's done.
How to Sum Up Elements of an Array in C# - Code Maze In this article, we are going to explore different techniques to Sum Up Elements of an Array in C# and test them with a benchmark
298: The Great M1 Conspiracy Frank has a grand conspiracy theory when it comes to what is going on with the M1 Ultra and M2. We discuss why they glued two chips together.
Performance testing FastAPI ML APIs with Locust | Rubik's Code In this article, we explore how we can perform load tests on our FastAPI Machine Learning APIs with the Locust testing framework.
Information About HubSpot's March 18, 2022 Security Incident Information about HubSpot's March 18, 2022 security incident.
Password must contain "Password must contain" by 4A616D6573 · Pull Request #35 · troyhunt/password-purgatory-api This is the Cloudflare Worker public API for deliberately making password creation hell - Password must contain "Password must contain" by 4A616D6573 · Pull Request #35 · troyhunt/password-purgatory-api
Please put units in names Using strong types, or putting units in names, is a small effort that can make a tremendous difference for code readability.
10 Quick Tips I Have Learned Using TypeScript Besides TypeScript's type system, what made me fall in love with it is that it documents your code. Check out these 10 tips that will help you fall in love too!
How to Build .NET Minimal APIs | Gary Woodfine Exploring the .net minimal Api templates and the how and why they can be useful for developers
GitHub - Swordfish90/cool-retro-term: A good looking terminal emulator which mimics the old cathode display... A good looking terminal emulator which mimics the old cathode display... - GitHub - Swordfish90/cool-retro-term: A good looking terminal emulator which mimics the old cathode display...
How to use Google.Protobuf without code generation in C# The Google.Protobuf NuGet package is the recommended protobuf serializer for .NET. The documented way of using it is to code gen both C# models and serializers from .proto files using the protoc tool. However, sometimes it’s more convenient to do serializ...
Dual use of artificial-intelligence-powered drug discovery - Nature Machine Intelligence An international security conference explored how artificial intelligence (AI) technologies for drug discovery could be misused for de novo design of biochemical weapons. A thought experiment evolved into a computational proof.
Using RSA Securely in 2022 - Dhole Moments If you really must support RSA in 2022, here’s some things to keep in mind.
Windows Needs a Change in Priorities We need to talk about Windows priorities as a product. And I am saying this as someone who wants Windows to succeed - it's a great OS that, despite it's naysayers, is still one of the best when it comes to backwards compatibility and richness of functiona...
Working with JSON data in MySQL - Alexander Hupfer JSON is undeniably king of portable data formats and almost all APIs will return it in some form. But on the database side things are less clear cut, as according to DB-Engines noSQL databases don’t rank in top 4. This … Read More
Descriptify | Articles I was an RPA developer for 4 years - from 2017 to 2021. In late 2019, I made one crucial decision that led to my being chosen as one of UiPath's 62 MVPs for the year 2021. This decision was to stop keeping up with the latest ...
Optimizing Julia code How running time and time to first X can be reduced by fixing type inference problems.
Detecting pitch with the Web Audio API and autocorrelation · Caffeinspiration I’ve been playing with the Web Audio API recently, and I made a basic app that will detect the pitch of incoming tones using your microphone. You can try it by pressing “Start” (be sure to try both the sine wave and the frequency displays), and I’ll be wa...
Searching for outliers Shortly after I started blogging, because I was a college student and had nothing better to do, I set a goal to write every week. I started in September 2013 and wrote around 150 posts between then and when I started working at Wave. (At that point I stop...
Hard to work with. Managing teams has taught me a lot about my own behaviors and motivations. For example, I overworked for a long time. This left me continually teetering on the brink of burnout, and I had no energy left to absorb the typical sorts of organizational change...
What Web Frameworks Solve And How To Do Without Them (Part 1) — Smashing Magazine In this article, Noam Rosenthal dives deep into a few technical features that are common across frameworks, and explains how some of the different frameworks implement them and what they cost.