Niklaus Wirth was right and that is a problem – bowero Wirth’s law is not really a law. Actually, none of them ever are laws. They are adages:
swyx Writing | Slack is Fumbling Developers Reflecting on the sudden switch away from Slack for Developer communities
Leveraging Cloudflare Workers to prevent attackers from bypassing your Cloudflare WAF A long standing challenge with Cloudflare is the ability to bypass all protections by attacking the Origin IP directly. Cloudflare Workers could provide a simple way to solve this issue once and for all.
What makes Paul Graham a great writer? Paul Graham, besides being an entrepreneur & investor, is among today's most widely admired essayists. What makes his writing so great? Here are some clues.
Apple’s bulls**t narrative on the App Store “The only apps that are subject to a commission are those where the developer acquires a customer on an Apple device and where the features or services would be experienced and consumed on an…
How I Spent 2 Days Chasing a Bug that Didn't Exist <p class="text-sm preview">Post-<a class="underline" href="https://developer.apple.com/wwdc20/" rel="noopener noreferrer" target="_blank">WWDC2020</a>, I decided to rewrite the backend of txtodo in SwiftUI using the new <a class="underline" href="https://...
Build and deploy GitHub Pages from any branch beta The GitHub Blog Build and deploy GitHub Pages from any branch beta
OpenTelemetry .NET Beta Released! Today, we are happy to announce that the OpenTelemetry .NET SDK has reached beta. This means that you can now begin integrating the…
trozler/whereAmI A one line shell script that returns you your ip address and its geolocation. - trozler/whereAmI
Zello Security Notice – July 31, 2020 On July 8, 2020, we discovered unusual activity on one of our servers. We immediately initiated an investigation, notified law enforcement and engaged a leading independent forensics firm to help. ...
Blackbaud's Bizarre Ransomware Attack Notification How many different shades of bizarre is the data breach notification issued by software vendor Blackbaud? Over the course of three paragraphs, Blackbaud normalizes hacking, congratulates its amazing cybersecurity team, and says it cares so much for its cu...
.NET R&D Digest (July, 2020) This issue of .NET R&D Digest includes bits of computer science (even a link to a paper!), software development and a few learning resources which you can use to learn something new! Ah, yeah, …
Read function arguments from .NET applications with .NET ProfilingAPI I show you how you can extend your profiler in order to read function parameters within a FunctionEnter event
7 Resource Scheduling Errors and How to Mitigate Them - DZone Agile Resource scheduling is essential part of project management. Here’s a read on common scheduling errors most businesses commit, and how to resolve them.
Release Release v0.20.0 · microsoft/PowerToys Our goals for 0.20 release cycle were to focus on adding in a few new features along with a heavy focus on stability / quality fixes. Martin Chrzan helped contribute a new utility that was in our 2...
Upgrade to pip 20.2, plus, changes coming in 20.3 On behalf of the Python Packaging Authority, I am pleased to announce that we have just released pip 20.2, a new version of pip. You can install it by running
Developer News - Visual Studio Marketplace Extension for Visual Studio - Always stay up to date with developer news from the Visual Studio team and other sources right within Visual Studio or your default browser.
Blazor GameDev - part 6: mouse input - Davide Guida Hi All! Welcome back to part 6 of our Blazor 2d Gamedev series. Today we'll see how we can start detecting user interaction and mouse input.
Azure Thursday - August 2020 do 6 aug. 2020 19:00: Join on:https://events.azurethursday.com## Schedule (Time in CEST)18:30- 19:00 - Get ready!19:00 - 19:45 – Barbara Forbes - When powers combine: Azure Function Apps & PowerShell1
Monitoring demystified: A guide for logging, tracing, metrics | TechBeacon Here are the top 38 online resources to teach you how to do observability operations well.
Philosophers On GPT-3 (updated with replies by GPT-3) - Daily Nous Nine philosophers explore the various issues and questions raised by the newly released language model, GPT-3, in this edition of Philosophers On, guest edited by Annette Zimmermann. Introduction Annette Zimmermann, guest editor GPT-3, a powerful, 175 bil...
Add a Blazor sample by ADefWebserver · Pull Request #30 · richorama/IronBlock Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Code Maze Weekly #36 - Code Maze This week we’ve seen articles on all kinds of different topics. From .NET to frontend to AI and some interesting real-world stuff that we can all relate to. Check out this week’s selection, pick your favorite place to read and enjoy: .NET and C# Detecting...
Turn on & manage community contributions Community contributions going away soon Community contributions will be discontinued across all channels after September 28, 2020. Community contributions allowed viewers to add closed captions,
Using the brightness() CSS Filter to generically highlight Content Filters are not new in CSS, but their often overlooked for providing some useful generic behaviors for things like hover styling or nice background effects. In this post I discuss how to use the brightness() filter to create a generic button hover behavio...
Angular Language Service for Visual Studio — NoWaySheCodes Great news everyone: The Angular Language Service is coming to Visual Studio!
September DDD by Night Thu, Sep 10, 2020, 6:00 PM: We have started planning DDD by Night September and now looking for speakers.The evening will be hosted by the DDD Melbourne crew and consists ofshort & sharp presentations
Book Your Daily Ride or Make Money Driving Now Number one Transportation App With Fixed Line and Fare. Get Your Ride In Minutes.
How we migrated Dropbox from Nginx to Envoy In this blogpost we’ll talk about the old Nginx-based traffic infrastructure, its pain points, and the benefits we gained by migrating to Envoy. We’ll compare Nginx to Envoy across many software engineering and operational dimensions. We’ll also briefly t...
Run Blazor-based .NET Web applications on AWS Serverless | Amazon Web Services Blazor WebAssembly is a new client-side web development framework that lets developers to use C# to create application front end. Blazor can run client-side C# code directly in the browser, using WebAssembly. Blazor WebAssembly runs on .NET Core and it is...
How to fix .NET Core's 'Unable to obtain lock file access' error on Red Hat OpenShift - Red Hat Developer Well, it finally happened. Despite the added assurances of working with containers and Kubernetes, the old “It works on my machine” scenario reared its ugly head in my .NET Core (C#) code. The image that I created worked fine on my local PC—a Fedora 32 ma...
Integration testing your Polly policies with HttpClient Interception In my previous post I introduced HttpClientInterception, a hugely versatile .NET library that I've had great success with. In the post I demonstrated how you can use it to stub remote HTTP service dependencies within your application to ease testing. Towa...
How do I find which directory my .NET Core console application was started in or is running from? I got a great question emailed to me today. And while I could find the answer and email them back, I also have a ...
Introducing launch configurations support for SAM debugging in the AWS Toolkit for VS Code | Amazon Web Services The AWS Toolkit for Visual Studio Code implements a new SAM debugging experience based on VS Code launch configurations. This new experience replaces the old Run Locally | Debug Locally experience. To try the SAM debugging experience for VS Code, install ...
Back to Basics #2: Binding Markup - Nick's .NET Travels The next post in the series originally written by Beatriz Stollnitz. Original post available on Github. What does “{Binding}” mean? Most Bindings you see in samples have the Source and Path properties set. The Source property specifies the object you’re b...
dotnet-presentations/dotNETConf Creative and technical content for running a .NET Conf local event in your community - dotnet-presentations/dotNETConf
dotnet/designs This repo is used for reviewing new .NET designs. Contribute to dotnet/designs development by creating an account on GitHub.
The Era of DNA Database Hacks Is Here A major data breach shows genetic information is vulnerable to attack
Token authentication requirements for API and Git operations - The GitHub Blog Beginning November 13th, 2020, we will no longer accept account passwords when authenticating with the GitHub REST API. In the future, we will similarly no longer accept account passwords when authenticating Git operations.
Azure/CloudShell Container Image for Azure Cloud Shell (https://azure.microsoft.com/en-us/features/cloud-shell/) - Azure/CloudShell