tm213918-6_s1 - none - 33.2184058s As filed with the Securities and Exchange Commission on April 16, 2021.
Adding a rough draft of the "minimum viable product" for the .NET Libraries APIs to support generic math by tannergooding · Pull Request #205 · dotnet/designs IMPORTANT: This is very much a draft of the API surface and there are several open questions and design points still to be resolved.
Facebook faces ‘mass action’ lawsuit in Europe over 2019 breach – TechCrunch Facebook is to be sued in Europe over the major leak of user data that dates back to 2019 but which only came to light recently after information on more than 533 million accounts was found posted for free download on a hacker forum. Today Digital Rights ...
Data Viewer Enhancements Lead VS Code April Jupyter Update -- Visual Studio Magazine Viewing data is easier in the April update of Jupyter tooling in Visual Studio Code.
Getting Started With Radare2 Radare2 (and, to a lesser extent, it's fork Rizin) are two very popular binary analysis (and more) tools. Knowing how to use one is essential for CTFs...
FileStream rewrite: Caching the ValueTaskSource in AsyncWindowsFileStreamStrategy by carlossanlop · Pull Request #51363 · dotnet/runtime Fixes #50972 Fixes #25074 When AsyncWindowsFileStreamStrategy is wrapped by a BufferedFileStreamStrategy, we need to make sure the ValueTaskSource instance is cached to reduce the number of allocat...
Minimalist Guide To Decluttering Clothes Does the thought of going through your clothes feel overwhelming? Does the prospect of getting rid of unwanted things fill you with dread? Do you procrastinate and say, “I’ll do it next weekend after I’ve had a good night’s sleep”? If you said Yes to any ...
Why has no one made a better Goodreads People who read often desire to read in connection with other readers. Readers have found community within the website, “Goodreads.” And…
Managed Memory Dump Analyzers | Visual Studio Blog For problems that do not manifest in logs or that you cannot investigate by debugging locally you might attempt to capture a diagnostics artifact, like a memory dump, while the issue is active in your production environment. However, upon talking to devel...
Hello World: April 16, 2021 Join the conversation live at https://aka.ms/HelloWorld 👉 Want to influence future Hello World broadcasts? Take 30 seconds to share your feedback with us here: https://aka.ms/HelloWorldFeedback
Luca App: CCC calls for an immediate moratorium Dubious business model, defective software, irregularities in the awarding of contracts: The Chaos Computer Club (CCC) demands an immediate end to states' alimentation of Smudo's million-dollar tax grab "Luca app."
Introducing Acorn, a precision farming rover from Twisted Fields - Research Blog - Twisted Fields community Hello and welcome to the new Twisted Fields technical blog. Twisted Fields is a research farm in San Gregorio, on the beautiful California coast right next to Silicon Valley. Today we are very proud to announce a project we have been working on for just ...
Announcing Cloudflare’s Database Partners Cloudflare introduces Macrometa and Fauna as Edge database partners and adds database connectors for DynamoDB and Aurora to Cloudflare Workers, expanding what developers can build at the edge.
Rust in the Linux kernel Posted by Wedson Almeida Filho, Android Team In our previous post , we announced that Android now supports the Rust programming language...
Google misled consumers about the collection and use of location data The Federal Court has found that Google LLC and Google Australia Pty Ltd (together, Google) misled consumers about personal location data collected through Android mobile devices between January 2017 and December 2018, in a world-first enforcement action ...
C++ coroutines: Getting rid of our reference count | The Old New Thing In an earlier installment, we simplified our promise_ptr type, and one of the consequences of this is that there are no remaining caller of increment_ref. This means that we don’t need a reference count at all and can rely on the state changes to tell us ...
[PATCH 00/13] [RFC] Rust support So I replied with my reactions to a couple of the individual patches,but on the whole I don't hate it.
Node.js support in Cloudflare Workers Check out the current state of Node.js compatibility with Workers. We want to hear from you on which Node.js-dependent libraries and APIs we should support.
ReSharper/Rider 2021.1 Release Party 🥳 Our .NET team at JetBrains has recently released version 2021.1 of ReSharper and Rider. That's a good reason to throw a release party! 🥳We will cover new Re...
Code Maze Weekly #73 - Code Maze Issue #73 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Viewing overwritten configuration values in ASP.NET Core [andrewlock.net] Visualizing and seeing what our configuration values are organized can come in hand...
IMPORTANT: PEP 563, PEP 649 and the future of pydantic · Issue #2678 · samuelcolvin/pydantic PEP 563 "Postponed Evaluation of Annotations" was introduced in python 3.7 behind the from __future__ import annotations switch, it basically meant all annotations are strings, not python...
Episode 74 - libvlcsharp and .NET with Martin Finkel In this episode of the .NET Core Podcast we talked with Martin Finkle about both VLC and libvlcsharp - the open source C# API bindings library for using VLC in your applications
A New Threat to New York’s Clean Energy Goals: Bitcoin Mining - New York Focus A Finger Lakes power plant plans to ramp up Bitcoin mining. Environmentalists warn dozens of fossil-fueled plants could follow.
Why Rust strings seem hard Lately I've been seeing lots of anecdotes from people trying to get into Rust who get really hung up on strings (&str, String, and their relationship). Beyond Rust's usual challenges around ownership, there can be an added layer of frustration because str...
Show dotnet: Build your own unit test platform? The true story of .NET nanoFramework. | .NET Blog Hi! I’m Laurent Ellerbach. I’m a Principal Software Engineer Manager at Microsoft working for the Commercial Software Engineering team. My team and I are doing co-engineering with our largest customers helping them in their digital transformation and focu...
The Sisyphean Task Of DNS Client Config on Linux A brief history of DNS on Linux systems and what steps we are taking to ensure it is configured consistently in Tailscale 1.8.
Opting your Website out of Google's FLoC Network You can remove your website from Google's FLoC rollout by altering HTTP response headers.
Mac Chimes of Death – 512 Pixels We’re all familiar with the Mac’s startup chime. While it has changed over the years, it has greeted users with its friendly tone for decades.
Join the DotNetEvolution Discord Server! Check out the DotNetEvolution community on Discord - hang out with 3,399 other members and enjoy free voice and text chat.
WebView2: Forwarding Alt Keys to a Host WPF Window I've been puzzling over how to reliably integrate keyboard forwarding from the WebView2 control into WPF host forms. Unlike the IE WebBrowser control the WebView2 doesn't automatically forward Alt keys to the host form so special handling is required. In ...
Why is Python popular despite being accused of being slow? Let me reframe this question using different technology. Why are Toyota Corollas so popular despite being so slow? They're obviously much slower than rocket powered aircraft! Things just got crazy, right? Let's do some math to prove our point about how sl...
Implementing least privilege for secrets in GitHub Actions - The GitHub Blog GitHub Actions provide several features to help your organization effectively implement a secret management strategy based on least privilege.
Azure SDK Release (April 2021) | Azure SDK Blog Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Please subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available. You can find links to packages,
Top Level Statement in C# 9.0 C# 9.0 introduced a new feature called Top-Level Statement. Top-Level Statement allows developers to write programs without explicitly defining the class or main method. Until C# 9.0, It was all about the Main() method where program control start and ends...
Debugging Your Application on Client-Side Learn a few tips & tricks on client-side debugging that you may not know about and could be a game changer in your developer career!
The Nation's Corn Belt Has Lost a Third of Its Topsoil Researchers used satellite imaging and surface soil color to find out how much of the nutrient-rich earth has eroded away
Meet the .NET Upgrade Assistant, Your .NET 5 Moving Company The .NET Upgrade Assistant automates many painful parts of migrating from .NET Framework to .NET 5, allowing you to migrate your applications much quicker.
Containerize .NET for Red Hat OpenShift: Linux containers and .NET Core - Red Hat Developer Get a high-level overview of Linux containers and .NET Core, then see a couple of ways to build and containerize .NET Core applications for Red Hat OpenShift.
BlazorDay 2021: Call for Speakers/Papers The online conf about Blazor After more than 10,000 live viewers for the first edition, this new second edition of the BlazorDay comes back. With mor...
How to Build Headless Akka.NET Services with IHostedService At Akka.NET’s inception, most of the server-side code samples we produced all demonstrated how to build so-called “headless” Akka.NET services as outright Windows Services primarily using libraries like Topshelf.
Developer Insights #9 – Orbit Tessellation – Kerbal Space Program Hello all, I’m Johannes Peter – A programmer on Kerbal Space Program 2 – and I love solving interesting problems!
Work with GitHub Actions in your terminal with GitHub CLI - The GitHub Blog As of 1.9.0, GitHub Actions is available in your terminal. Two new top-level commands, `gh run` and `gh workflow`, provide insight into workflow runs.
Obtaining an Access Token from Azure B2C using OAuth2.0 Authorization Code with PKCE in POSTMAN In this post, we will take a look at how we can use Postman to obtain an access token from a user initiated flow that's configured in Azure B2C without having you to create test application for you to login
ASP.NET Community Standup - Securing ASP.NET Core projects with Microsoft identity platform Description: Learn how to build ASP.NET Core Applications using the Microsoft identity platform with guests Sayed I. Hashimi and Jean-Marc Prieur.Community L...