8K 1x2 HDMI Splitter with 4K Downscaler WolfPack 8K 1x2 HDMI Splitter with 4K Downscaler, HDMI 2.1, HDCP 2.3, 8K 60 4:2:0, 4K 120 4:4:4, HDR10+, Dolby Vision, ALLM, VRR, QFT, 40-GBPS - Call 833-WOLFPACK
Build a web app with Blazor - Learn Learn how to set up your development environment and build your first web app with Blazor, Visual Studio Code, and C#.
"How to Kill Bitcoin: A Guide for Governments" Here is the first draft of a blog post I wrote back in 2013. The final article was lost during a data lossage event. Rather than try to up...
Don't Solve Problems, Eliminate Them How eliminating problems can drastically simplify your codebases and life
I Rejected a Job Because They Had No Team Cohesion Watermelon is a Slack add-on used that helps you create a closer team culture
Focusing on Blue - 10 Projects I'm always in the market for surprising facts. One of my favorites is that the color blue is always out of focus for the human eye. It's hard to believe since it appears that we see blue clearly, but it's astonishing when shown an example. Here', I'll exp...
Centering a tooltip Centering a tooltip is a tricky business to get right. This tutorial describes the pitfalls and the final solution for a perfectly working tooltip.
Probability as a Mental Model is Bullshit The idea is simple: probabilities don’t make any sense as tools for explaining the brain, they make sense as tools for describing what is literally possible. Describing what is possible …
Servers are like babies - tips for being on call Servers tend to cry a lot. Those on call respond to their every whim, much like taking care of a baby. Here's 7 tips for dealing with being on call so it doesn't seem as bad!
TypeScript Outshines C# in Developer Ecosystem Report -- Visual Studio Magazine In the new State of Developer Ecosystem 2021 report from JetBrains, TypeScript was found to be one of the fastest-growing languages and also ranked highly in questions about languages that developers are planning to adopt and were learning in 2021.
An Alabama lawmaker just wants NASA to fly SLS, doesn’t care about payloads "The mission for which is to be determined by the NASA Administrator."
Abuse Program Policies and Enforcement The program policies below apply to Drive, Docs, Sheets, Slides, Forms, and new Sites. The policies play an important role in maintaining a positive experience for everyone using Google products. 
How do you add a database to a GraphQL Server? The key advantage to GraphQL is the ability for clients to interact with data. This, of course, means we typically want a database backend for our GraphQL se...
Adding blog posts to your GitHub README with GitHub Actions This article will discuss about adding your blog posts to your Github readme with Github Actions. You can add a README file to a repository to communicate important information about your project. You can find for more details about the GitHub readme from...
Design your Web Forms apps with Web Live Preview in Visual Studio 2022 In Visual Studio 2022 Preview 2, we have introduced a new designer for Web Forms projects that is powered by Web Live Preview. In this post we will go over how you can use the new Web Forms designer as well as other features provided by Web Live Preview.
What's the difference between throwing a winrt::hresult_error and using winrt::throw_hresult? There are two ways to throw an exception in C++/WinRT. You can throw the exception object directly: throw winrt::hresult_invalid_argument(); throw winrt::hresult_error(D3DERR_DEVICELOST); Or you can use the throw_hresult function. winrt::throw_hresult(E_...
‘Hubble is back!’ Famed space telescope has new lease on life after computer swap appears to fix glitch Email suggests famed space telescope could quickly resume scientific observations
microsoft/foss-fund The Microsoft FOSS Fund provides a direct way for Microsoft engineers to participate in the nomination and selection process to help communities and projects they are passionate about. The FOSS Fun...
Security Analysis of Telegram (Symmetric Part) Overview We performed a detailed security analysis of the encryption offered by the popular Telegram messaging platform. As a result of our analysis, we found several cryptographic weaknesses in the protocol, from technically trivial and easy to exploit t...
Rich, complex rules for advanced load balancing Take control of your traffic by adding custom logic to your origin selection and traffic steering decisions!
Why programming language performance in microservices isn't (that) important Subscribe: http://bit.ly/ChapsasSubBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in this video...
Code Maze Weekly #85 - Code Maze Issue #85 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Building Minimal APIs In .NET 6 [dotnetcoretutorials.com] With the introduction of the .NET 6 features, APIs don’t have to be bulky anymore. Check out this a...
My take on the study from MIT that predicts “societal collapse” In the past couple of days, I have seen a bunch of headlines claiming things like MIT Predicted in 1972 That Society Will Collapse This…
Remote code execution in cdnjs of Cloudflare Preface (日本語版も公開されています。) Cloudflare, which runs cdnjs, is running a “Vulnerability Disclosure Program” on HackerOne, which allows hackers to perform vulnerability assessments. This article describes vulnerabilities reported through this program and publis...
Open Insulin Project We're a team of Bay Area biohackers working on newer, simpler, less expensive ways to make insulin.
Shader Basics Tutorial (no code) I go over the background knowledge you should really understand before checking out other shader tutorials. This information is relevant to most 3D rendering...
Alexander piano- the longest piano in the world Discover the longest piano ever made by a 20 year old with limited help and experience. Built in Timaru, New Zealand
For years, a backdoor in popular KiwiSDR product gave root to project developer Users are rattled after learning their devices and networks were exposed.
The Future of Xamarin Community Toolkit With the release of .NET MAUI coming soon, here is the roadmap for the Xamarin Community Toolkit.
OSS Power-Ups: Verify – Webinar Recording | The .NET Tools Blog The recording of our webinar, OSS Power-Ups: Verify, with Simon Cropp, is now available. Subscribe to our community newsletter to receive notifications about future webinars, or visit our dedicat
Debug code with force run to cursor Starting Visual Studio 2022 Preview 2, you can use "Force Run To Cursor". It is like "Run To Cursor," but you can keep your breakpoints, and the debugger will skip over them until it reaches the line of code with the cursor. It will also skip any of the f...
Tip 324 - How to be productive with GitHub Codespaces Wouldn't it be great if you could pick up a device and start coding on your project, without having to configure your environment and dependencies every time you switch device? You can with GitHub Codespaces (opens new window). Codespaces provides develop...
Don't Code Tired | ICYMI C# 9 New Features: Reduce Boilerplate Constructor Code with Init Only Property Setters Don't Code Tired - Jason Roberts on Software Development and .NET -
Learn how to deploy and manage your Azure resources with Bicep! Have you heard about Bicep? It's our new simple language for deploying your Azure infrastructure. If you've used JSON Azure Resource Manager templates (ARM templates) before, you'll be amazed at how easy it is to work with Bicep’s clean syntax, excellent ...
Live C++ Coding w/Dave: Glass Insulators LIVESTREAM w/ Dave as he codes live in the editor, coding beat detection in C++ for antique glass Heminray insulators. Dave adds both a beat detection algor...
The Future Web: Will Canvas Rendering Replace the DOM? Google Docs leads the way to an app-focused future
CVE-2021-34481 - Security Update Guide - Microsoft An elevation of privilege vulnerability exists when the Windows Print Spooler service improperly performs privileged file operations. An attacker who successfully exploited this vulnerability could run arbitrary code with SYSTEM privileges. An attacker co...
dodyg/practical-aspnetcore Practical samples of ASP.NET Core 2.1, 2.2, 3.1, 5.0 and 6.0 Preview 6 projects you can use. Readme contains explanations on all projects. - dodyg/practical-aspnetcore