New Spectre attack once again sends Intel and AMD scrambling for a fix A new transient execution variant is the first exploit micro-ops caches.
Azure Machine Learning Experience Improved in VS Code -- Visual Studio Magazine Microsoft dev teams for Azure Machine Learning (Azure ML) and Visual Studio Code have improved the developer experience in the super-popular, open source-based, cross-platform code editor.
What is Machine Learning? Ever wondered how an app like Amazon, find products that you might be interested in buying? Or how does Netflix give you amazing recommendations that perfectly align with what you like? Well, the a…
Make haste slowly: quantify economics In the past thousand sprints, you’ve been consistently delivering plenty of code. By now, your caffeine intake is on the thousands of milligrams, and you’ve ...
Lessons from Yahoo - Rui Zhi Dong Verizon has announced that it sold off Yahoo and AOL to Apollo for about $5 billion. As I consider Yahoo’s history, I think about lessons that we can learn from their fall from grace. As Charlie Munger once said, “All I Want To Know Is Where I’m Going To ...
Building a Bingo game backend with encore.dev Daniel Aguilera Personal Blog and Portfolio available in English and Spanish
Preserving the Web As Sarah and I were in the middle of moving, packing our lives into cardboard boxes, we unearthed a bunch of old laptops. Before donating them, I cracked them open to back everything up — and found a ton of old websites I’d worked on over the years. Rathe...
Portability is Reliability Anyone familiar with my open source work knows that a major focus of my work is on portability, but it recently occurred to me that a lot of people probably don’t know why. For example, some …
The Venture Capital Paradox? - Can's blog Building a software business on the internet requires almost no capital. You don’t need to rent an office or a warehouse. You don’t need to invest …
Avoiding Busses Fig 1. A Bus It's always been the case that there are certain parts of PHP source code that only a few people understand. The Karma system...
Ascript Apex Scripting Ascript is an easy, extensible, fast, free script interpreter. Where https://cordialmind.blogspot.com/2021/04/b...
How to host a website on the dark web Host any website or service on the dark web full tutorials for Linux beginners.
timvisee/send :mailbox_with_mail: Simple, private file sharing. Mirror of https://gitlab.com/timvisee/send - timvisee/send
How I Got Into Computers Final Job Search Edition This is another in a series about how I got into computers and how my career has unfolded.
$40 million to help developers measure everything that matters We're excited to announce that we've a raised $40M Series B, led by Redpoint Ventures, to help developers measure everything that matters – and we're celebrating the news with 10+ launches over the next month 🚀
21Nails Vulnerabilities Impact 60% of the Internet's Email Servers - Slashdot The maintainers of the Exim email server software have released updates today to patch a collection of 21 vulnerabilities that can allow threat actors to take over servers using both local and remote attack vectors. The Record reports: Known as 21Nails, ...
Tens of Thousands of GoDaddy Certificates Will Break in macOS 11.4 and iOS 14.6 macOS 11.4 and iOS 14.6 impose new transparency requirements for SSL certificates issued on or after April 21, 2021
String.Format Method (System) Converts the value of objects to strings based on the formats specified and inserts them into another string. If you are new to the String.Format method, see the Get started with the String.Format method section for a quick overview. See the Remarks secti...
The Curse of the A-word I wanted to write this post ever since I saw David Fowler's tweet and the discussion it triggered. W...
Tesla Car Hacked Remotely From Drone via Zero-Click Exploit Researchers show how Tesla cars could have been hacked remotely, from a drone, without any user interaction.
Postman I ❤️ you, but I met Thunder Client for Visual Studio Code ❤️❤️❤️ Introduction My dear developer friends, I would like to share with you a little gem...
From Structs and Lambdas to CO2 Emissions: Microsoft Software Development Gets Greener -- Visual Studio Magazine As humanity descends into a suicidal climate-change death spiral (some might say), Microsoft-centric software development is increasingly adopting 'green' practices such as lowering CO2 emissions in order to slow the roll.
Output in password_hash - Rust Output from password hashing functions, i.e. the “hash” or “digest” as raw bytes.
Why simplicity? Choosing a web architecture 18F builds effective, user-centric digital services focused on the interaction between government and the people and businesses it serves.
Entity Framework Community Standup - Triggers for EF Core Guest Koen Bekkenutte will introduce us to the EFCore.Triggered project and discuss its advantages and how it differs from domain events and database trigger...
Building a supply chain attack with .NET, NuGet, DNS, source generators, and more! For a couple of months now, I’ve been pondering about what tools are at your disposal in .NET to help build and execute a supply chain attack.My goal was to see what is available out there, and what we, as .NET developers, should be aware of.Prepare for a...
The Catch Block #56 - A New Preview and Lots of Quality Reads Lots of cool new stuff coming in the near future! Plus LINQ in .NET 6, CAPTCHA, and going beyond Calibri.
C# Language Highlights: Property Patterning Matching In this quick video, Cecil and David show us how property pattern matching works. Useful LinksPattern MatchingA Tour of C#What's new in C# 9
Microsoft Build Join us for the Microsoft Build 2-day, digital event to expand your skillset, find technical solutions, and innovate for the challenges of tomorrow.
C# Language Highlights: Property Patterning Matching In this quick video, Cecil and David show us how property pattern matching works. Useful LinksPattern MatchingA Tour of C#What's new in C# 9
Testing Aggregate with Event Sourcing made SIMPLE How do you test your domain when Event Sourcing? I find testing aggregates with Event Sourcing to be simpler than testing if you're storing current state. Th...
Why is coroutine_handle::resume() potentially-throwing? | The Old New Thing In our explorations of making co_awaitable objects, we had largely been ignoring the possibility of the coroutine handle throwing an exception upon resume. But according to the language specification, the resume method (and its equivalent, the operator() ...
MH370 pilot made many turns and speed changes new report reveals - Airline Ratings A new research paper by one of the world’s leading MH370 investigators has revealed that the pilot in command (PIC) of the Boeing 777 made many turns to avoid detection before it settled on its fatal course into the Southern Indian Ocean. MH370 disappeare...
ClearURLs/Addon ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy. - ClearURLs/Addon
Migrating From Python to Kotlin for Our Backend Services To support our migration to microservices we needed to find a new tech stack. Learn how we compared all the options and chose Kotlin
Catala: A Programming Language for the Law Law at large underpins modern society, codifying and governing many aspects of citizens' daily lives. Oftentimes, law is subject to interpretation, debate and challenges throughout various courts and jurisdictions. But in some other areas, law leaves litt...
Observable Plot Observable Plot is a free, open-source JavaScript library to help you quickly visualize tabular data. It has a concise and (hopefully) memorable API to foster fluency — and plenty of examples to learn from and copy-paste. In the spirit of show don’t tell,...
The Adapter Pattern | Gary Woodfine Converts the interface of a class into another interface this client expects.
Getting Started with Azure Web PubSub Service - Daily .NET Tips Getting Started with Azure Web PubSub, Learn How to create Azure Web PubSub and Develop with Azure PubSub Platform
The future of gRPC in C# belongs to grpc-dotnet TL;DR grpc-dotnet (the Grpc.Net.Client and Grpc.AspNetCore.Server nuget packages) is now the recommended gRPC implementation for .NET/C#. The original gRPC C# implementation (the Grpc.Core nuget package) will enter maintenance mode and won’t be getting an...
An Update Last week was terrible. We started with policy changes that felt simple, reasonable, and principled, and it blew things up culturally in ways we never anticipated. David and I completely own the consequences, and we're sorry. We have a lot to learn and re...
davidfowl/CommunityStandUpMinimalAPI Contribute to davidfowl/CommunityStandUpMinimalAPI development by creating an account on GitHub.
Me2BA Product Testing Spotlight Report Published: Data Sharing in Primary & Secondary School Mobile Apps 60% of School Apps are Sending Student Data to Potentially High-risk Third Parties Without Knowledge or Consent According to New Research from Me2B Alliance<br><br> Research uncovers disturbing findings around privacy concerns with the use of school app...
Please fix the AWS Free Tier before somebody gets hurt Let engineers learn cloud without jeopardizing their personal well-being.
They Told Their Therapists Everything. Hackers Leaked It All A mental health startup built its business on easy-to-use technology. Patients joined in droves. Then came a catastrophic data breach.
facebookincubator/cinder Instagram's performance oriented fork of CPython. Contribute to facebookincubator/cinder development by creating an account on GitHub.
ML to AI with ML.Net and Azure Use ML.Net to build a Sentiment Analysis API Goal This post will show you how easy it is...
Rework all of this to use ControlFlowGraph and IOperations. · kevin-montrose/AsyncSizeAnalyzer@71b87c2 PoC - Warn on Large Async State Machines. Contribute to kevin-montrose/AsyncSizeAnalyzer development by creating an account on GitHub.
Basecamp employees detail an all-hands that led to resignations, including the head of strategy, who questioned the existence of white supremacy at the company By Casey Newton / The Verge. View the full context on Techmeme.
Introducing Observable Plot No pie charts were harmed in the making of this logo. We are thrilled to announce Observable Plot, a new open-source JavaScript library for exploratory data visualization. Observable’s mission is to help everyone make sense of the world with data. To succ...