Steve BlankYou Don’t Need Permission I was pleasantly surprised to hear from Suresh, an ex-student I’ve known for a long time. A U.S. citizen he was now the head of sales and marketing for a company in London selling medical devices t…
The Life Hack of Lifehacks - Victor Rotariu Information overwhelms us at an individual level. The lifehack of lifehacks is to deliberately select the information that you process. Learn how.
Computer says ‘guilty’ – the scandals contained within the Post Office miscarriage of justice scandal 4th June 2021 One of the successful appeal barristers in the Post Office miscarriage of justice scandal has given a powerful and important speech, which you should click on and read here. Almost e…
Use Auth0 custom actions to enrich user tokens with business data Have you ever had the need to enrich your users access token or id token with custom data from your backend after they login? With Auth0 and their actions this has become really easy. In this blog post I want to show you how you can do an API call to one ...
Microsoft's PowerShell Dev Team Helps Fix OmniSharp -- Visual Studio Magazine In announcing an update to the PowerShell extension for Visual Studio Code, Microsoft's dev team revealed it helped fix the latest edition of the OmniSharp C# Language Server Protocol in a month-long effort. One of the bugs fixed would have broken the d...
DreamCoder: Wake & Sleep Program Learning Learning to code by growing function library, fantasising coding tasks, and training neural search.
APIs will disrupt RPA. This is obvious to engineers. If engineers knew what RPA was, they'd probably scratch their head at the idea.
POKEGB: a gameboy emulator that only plays Pokémon blue I recently tweeted out an emulator that I made over the last few days:
iFixit Digs Into M1 iPad Pro in New XDR Display Teardown iFixit has started one of its traditional teardowns on the 12.9-inch M1 iPad Pro, which began arriving to customers on its May 21 launch date....
The Security Engineer Handbook learn to make it in a security team, develop a risk-oriented mindset, and discover the secrets of the industry
Converting JSON Objects to Relational Tables, Part 2: Creating Related Tables -- Visual Studio Magazine SQL Server's OpenJson function will let you dismantle JSON structures into relational tables, including tables with foreign/primary key relationships.
Why We Should End the Data Economy - The Reboot The data economy depends on violating our right to privacy on a massive scale, collecting as much personal data as possible for profit.
Microsoft Edge DevTools for VS Code survey This content is created by the owner of the form. The data you submit will be sent to the form owner. Microsoft is not responsible for the privacy or security practices of its customers, including those of this form owner. Never give out your password.
Fuzzing is Beta Ready - The Go Blog Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
Weekly Update 246 Going live with my weekly vid in a few minutes! It's Winter; Pwned Passwords & 1B; Heaps of HIBP PRs; Dominican Republic on HIBP; Belgium on HIBP
Top Stories from the Microsoft DevOps Community – 2021.05.28 | Azure DevOps Blog Happy Friday, DevOps Friends! Hope you had a great Microsoft Build, I know I did. I really enjoyed a lot of the great sessions, Ask The Experts, and of course keynotes that were broadcast throughout the week. One of my favorite sessions was Ask the Expert...
Network-based policies in Cloudflare Gateway Today we’re excited to announce the ability for administrators to configure network-based policies in Cloudflare Gateway.
An overview of Azure Web PubSub | Azure Friday Develop web applications with real-time messaging using Azure Web PubSub, a fully managed service that supports native and serverless WebSockets. David Fowl...
</> htmx - Documentation Htmx is a library that allows you to access modern browser features directly from HTML, rather than using javascript.
June 3, 2021 - Error Logging with Rollbar, .NET, and Azure Functions Today Fritz welcomed Nico Kruger from Rollbar and we talked about how Rollbar can be added to our applications to provide better logging, error tracking and ...
SvelteKit Crash Course - SSR, API Routes, Stores, Tailwind CSS, and More! SvelteKit is one of the most exciting frameworks in Web Development. With the success and growth of Next.js (framework built on top of React), SvelteKit is a...
Somehow This Robot Sticks to Ceilings by Vibrating a Flexible Disc - IEEE Spectrum Just when I think I’ve seen every possible iteration of climbing robot, someone comes up with a new way of getting robots to stick to things. The latest technique comes from the Bioinspired Robotics and Design Lab at UCSD, where they’ve managed to get a r...
The ARM processor (Thumb-2), part 5: Arithmetic | The Old New Thing The general format of three-register instructions in Thumb-2 goes like this:¹ op Rd, Rn, #imm12 ; Rd = Rn op decode(imm12) op Rd, Rn, Rm ; Rd = Rn op Rm op Rd, Rn, Rm, shift ; Rd = Rn op (Rm with shift applied) ;
Volosoft Announces the .NET Foundation Sponsorship We are proud of being a corporate sponsor of the .NET Foundation.
CDK for Terraform Adds Go Support and Improves Asset Construction Hashicorp recently released version 0.4 of their CDK for Terraform. The CDK allows for writing Terraform configurations in a number of programming languages including C#, Python, TypeScripts, and Java. This release adds experimental support for using Go t...
Code Maze Weekly #79 - Code Maze Issue #79 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Benchmarking 4 reflection methods for calling a constructor in .NET [andrewlock.net] Four different reflection methods, four different results. Which reflect...
Microsoft Announces Event Hubs Premium in Preview Azure Event Hubs is Microsoft’s managed real-time event ingestion service designed to serve demanding big data streaming and event ingestion needs in the Cloud. Microsoft announced the public preview of Event Hubs Premium during the annual Build conferenc...
.NET 6: Collections Improvements Next in our series on the API changes for .NET 6, we look at collections.
When LINQ is not LINQ Check out the ABP Framework here: https://bit.ly/3uGp80VSubscribe: http://bit.ly/ChapsasSubBecome a Patreon and get source code access: https://www.patreon.c...
Math Has a Fatal Flaw Not everything that is true can be proven. This discovery transformed infinity, changed the course of a world war and led to the modern computer. This video ...
Belgische overheid doet voortaan beroep op Have I Been Pwned Het Center for Cyber Security Belgium (CCB) gaat voortaan gebruik maken van de wachtwoordendatabase van Have I Been Pwned.
.NET Foundation - Invidious You've found the heartbeat of .NET—where projects and communities come together to get things done in our open-source world. Share your skills for the greater good. Meet in person, get involved virtually, and stay on top of the latest news, meetups, and e...
Release 5.0.5 · aspnet-contrib/AspNet.Security.OAuth.Providers Added Add WorkWeixin (WeCom) provider (#539) Thanks @w757703598! Add Keycloak provider (#543) Thanks @antosubash! Add Notion provider (#549) Thanks @mifopen! Add Streamlabs provider (#553) Thanks ...
.NET Open Source: What Happens When the Free Lunch Ends? .NET users collectively ask to speak to the manager over Duende IdentityServer.
With so many Blazor Component Libraries, which one is best for you? There's no shortage of component libraries available for Blazor, but how do you figure out which one you should use?
PowerShell for Visual Studio Code May 2021 Update | PowerShell Team We are excited to announce that an update to our PowerShell extension is now available on the Visual Studio Code Marketplace. This blog will explain what is new in this release as well as what you can expect from the extension in the coming months.
Monsters Weekly 212 - Deploying to Environments with GitHub Actions GitHub Actions now includes Environments as a first class citizen! You can define environments, including approvals and secrets. See how to easily split your CI/CD workflow into jobs that allow your d
Hard work and poor pay stresses out open-source maintainers | ZDNet Maintaining open-source code is a vital but stressful job. Despite that, a recent Tidelift survey found that almost half of code maintainers aren't paid at all.
Nulls in Value Objects Today, we’ll discuss an interesting use case of handling nulls in value objects. Should you put null inside the value objects themselves or decorate those value objects using the nullable reference type notation (? or Maybe)?
A Double Header with Blazor - PHINUG 2021.06 This session is run by the Philippine .NET Users Group (https://meetup.com/phinug) that hosts meetups in Manila, Philippines.Meetup link: https://www.meet...
Vitess | A new Protocol Buffers generator for Go Although the main interface between applications and a Vitess database is through the MySQL protocol, Vitess is a large and complex distributed system, and all the communication between the different services in a Vitess cluster is performed through GRPC.
r/teslamotors - You think ice cream truck stop signs are a problem?! 1,631 votes and 98 comments so far on Reddit
Tour of our 250k line Clojure codebase At Red Planet Labs we’ve been quietly developing a new kind of developer tool for many years. Our tool reduces the cost of building large-scale end-to-end applications by multiple orders of m…