r/sanfrancisco - I was so close to renting a new apartment, but then the landlords took it completely off the market 53 votes and 49 comments so far on Reddit
Password Checkup Tools Warnings If you are a security conscious user, you may have installed one of the new extensions in your browser to help you identify bad passwords or passwords that have been compromised in past breaches (e...
Optimising .NET Core Docker images - Ben Foster Put your .NET Core Docker images on a diet with by combining self-contained applications, assembly trimming and multi-stage Docker builds.
Best practices for managing & storing secrets like API keys and other credentials [2020] Storing and managing secrets like API keys and other credentials can be challenging. Here are some of the best practices to help keep secrets and credentials safe.
IdentityServer/IdentityServer4 OpenID Connect and OAuth 2.0 Framework for ASP.NET Core - IdentityServer/IdentityServer4
Jepsen: PostgreSQL 12.3 PostgreSQL is a widely-known relational database system. We evaluated PostgreSQL using Jepsen’s new transactional isolation checker Elle, and found that transactions executed with serializable isolation on a single PostgreSQL instance were not, in fact, s...
Async Python is not faster Async Python is slower than "sync" Python under a realistic benchmark. A bigger worry is that async frameworks go a bit wobbly under load.
Starcom: Nexus, An Indie Dev Story My Start My career as an indie game developer got off to a late start. I spent most of my professional life as a web developer, initially as a general purpose “webmaster” before specializing in UI …
What to write down when you’re reading to learn One of the hardest questions I’ve had to answer as part of the project formerly known as epistemic spot checks is: “how do I know what to write down?” This will be kind of meandering, so here’s the…
CS-ONLINE.CLUB - Play CS 1.6 in the browser! CS-ONLINE.CLUB — best place for playing CS 1.6 with friends. Here you can play cs 1.6 online with friends or bots without registration
Is Dark Mode Such A Good Idea? - Kev Quirk I've decided to stop using dark mode across all of my devices, because research suggests that going to the dark side ain't all that.
Flat UI Elements Attract Less Attention and Cause Uncertainty In an eyetracking experiment comparing different clickability clues, weak and flat signifiers required more user effort than strong ones.
Release Notes Chocolatey Gui Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments.
Chocolatey GUI Release 0.17.1 In this short video, I walk through two bugs which have been addressed in the 0.17.1 release of Chocolatey GUI. Full release notes can be found here: https://chocolatey.org/docs/release-notes-chocolatey-gui The source code for this project can be found...
The Trouble With Phishing Phishing is one of the most common threats hitting organizations. It leads to credential theft, unauthorized access to sensitive systems, and data breaches of confidential information. This guide details the problems around phishing, how it works, and ho...
Ecoji.NET 😻 Encode and decode data using emoji in .NET❣️ Like base64, except base1024, and uses an emoji alphabet. 🎉
Getting Value from appsettings.json in .NET Core Learn how to fetch properties or values from appsettings.json in .NET Core. We’ll cover it using both IConfiguration and Options Pattern.
Life, part 14 Source code for this episode is here. Before we get into today’s episode proper, a quick note. I’ve updated the client so that it now supports the ability to load a pattern off disk, ex…
How Do I Debug Async Code in Visual Studio? | Visual Studio Blog Debugging async code is challenging. Let's explore some Visual Studio tools that can help you debug your async programs easier!
Multi-App Support with Custom Domains for .NET and AWS Elastic Beanstalk | Amazon Web Services AWS Elastic Beanstalk is a powerful, fully managed environment for deploying, hosting, and scaling web applications developed in a variety of languages and frameworks, including .NET. AWS Elastic Beanstalk has long supported the ability to deploy multiple...
DevExpress Controls for WinUI 3 Preview are Now Available At Microsoft Build 2020 the WinUI team released its first public preview of WinUI 3. In addition to fixes and enhancements for UWP-powered apps, this preview introduces support for managed desktop C#/.NET and native C++/Win32 desktop apps. Today, we are e...
RE320 - Variable‑d dynamic vocal & instrument microphone by Electro-voice A professional-grade dynamic microphone designed specifically for recording and sound reinforcement applications requiring extremely low noise and the best possible tonal and transient response. Ideal for capturing a wide variety of vocal and instrument s...
University of the People: Tuition-Free, Accredited Online Degree Programs University of the People, is the first non-profit, tuition-free, online accredited American university, learn more about the
JeremyLikness/BlazorWasmEFCoreExample Example of a Blazor WebAssembly project that uses Entity Framework Core on the server for data access. - JeremyLikness/BlazorWasmEFCoreExample
The Byzantine Generals Problem - Microsoft Research I have long felt that, because it was posed as a cute problem about philosophers seated around a table, Dijkstra’s dining philosopher’s problem received much more attention than it deserves. (For example, it has probably received more attention in the the...