Timing attacks: Introduction Timing attacks extract your confidential data from observations of the time used by your computer. Timing attacks have been demonstrated again and again to successfully extract complete cryptographic keys and other secrets.
GitHub Copilot 'AI Pair Programmer' Now Generally Available at $10/Month -- Visual Studio Magazine After a one-year technical preview, GitHub Copilot, described as an 'AI pair programmer' coding assistant, has reached General Availability (GA) status.
Performance traces and Regex survey Take this survey powered by surveymonkey.com. Create your own surveys for free.
SnarkyJS Week 2022 - Crowdcast Register now for SnarkyJS Week's event on Crowdcast, scheduled to go live on Tuesday June 21, 2022 at 1:00 pm CDT.
Using Rabbit MQ with Jasper I’ve spit out quite a bit of blogging content the past several weeks on both Marten and Jasper: Marten just got better for CQRS architectures about some new functionality dreamed up …
Improving .NET host error messages and supportability Error messages and dotnet --info have been updated with more useful information to improve supportability.
GitHub Copilot is generally available to all developers | The GitHub Blog We’re making GitHub Copilot, an AI pair programmer that suggests code in your editor, generally available to all developers for $10 USD/month or $100 USD/year. It will also be free to use for verified students and maintainers of popular open source projec...
One-liner for running queries against CSV files with SQLite I figured out how to run a SQL query directly against a CSV file using the `sqlite3` command-line utility: sqlite3 :memory: -cmd '.mode csv' -cmd '.import taxi.csv taxi' 'SELECT passenger_count, COUNT(*), AVG(total_amount) FROM taxi GROUP BY p...
How to Build a Custom Alert Component Using SvelteKit and TailwindCSS You don't have to always rely on someone else's code in your application. With just a few minutes, you can easily build your own custom Svelte component that...
Effective Software Testing – A Developer’s Guide I recently finished Effective Software Testing – A Developer’s Guide by Maurício Aniche, and I really liked it. I have been coding for a long time and I think I have been writing pretty…
WUG: Menší, ale o to zajímavější novinky v .NET 6 (online) 21 Jun 2022 1 mins Presentations & Speaking
Cloudflare outage on June 21, 2022 Today, June 21, 2022, Cloudflare suffered an outage that affected traffic in 19 of our data centers
Consuming anonymous types with DiagnosticListener in .NET 6 In this post I look at how to consume DiagnosticListener events where the object is an anonymous type, and so can't be cast to a named Type.
How to improve Serilog logging in .NET 6 by using Scopes - Code4IT Logs are important. Properly structured logs can be the key to resolving some critical issues. With Serilog's Scopes, you can enrich your logs with info about the context where they happened.
Introduction | netboot.xyz netboot.xyz uses iPXE to network boot Operating System installers and utilities from an easy to use menu."
How to Implement Retry Logic in C# - Code Maze In this article, we are going to learn how to implement retry logic in C# to help us handle problems that we can face in our app.
The Repository Pattern is simple yet misunderstood This post revisits the Repository Pattern, addresses the implementation pitfalls in .NET, and reviews proposed solutions to reduce complexity.
Rebooting the London .NET User Group : dylanbeattie.net The London .NET User Group is back! Find out who we are, what we're doing, and how you can get involved.
Cloudflare - The Web Performance & Security Company Here at Cloudflare, we make the Internet work the way it should. Offering CDN, DNS, DDoS protection and security, find out how we can help your site.
WebAssembly Everywhere WebAssembly is gaining more and more traction in the browser and on the server. This post is a general explainer and look to the future of WebAssembly-driven applications.
Seattle Offers Utility Pole EV Chargers To City Residents Seattle City Light will install pole-mounted EV chargers on request in neighborhoods where charging at home is not possible.
Meta Reveals VR Headset Prototypes Designed to Make VR 'Indistinguishable From Reality' Meta says its ultimate goal with its VR hardware is to make a comfortable, compact headset with visual finality that’s ‘indistinguishable from reality’. Today the company revealed its latest VR headset prototypes which it says represent steps toward that ...
Sands of MAUI: Issue #62 Welcome to the Sands of MAUI—newsletter-style issues dedicated to bringing together latest .NET MAUI content relevant to developers.
The Future of Multi-Platform .NET Application Development with WinUI, Net6 and the Uno Platform - Nick's .NET Travels In my previous post I started a series talking about using the Uno.Extensions that the Uno Platform team have been working on. This post was supposed to be a follow-on post but instead I want to recap one of the topics in the previous post. In case you mi...
NuGet Support in Visual Studio for Mac 17.0 Changes NuGet 6.0 support NuGet.Config file location changed NuGet package source passwords now stored in the Keychain Improved clear text password …
StackExchange.Redis/toys at main · StackExchange/StackExchange.Redis General purpose redis client. Contribute to StackExchange/StackExchange.Redis development by creating an account on GitHub.
Connascence as a vocabulary to discuss Coupling How Connascence can make discussions around Coupling easier and more productive.
On leaving Mapbox after 12 years It’s been about nine months since I left mapbox and the circumstances of my exit didn’t offer much opportunity for closure. I feel a combination of gratitude and resentment that I’m still sorting out. Last week was the one year anniversary of the Mapbox W...