Exploring the C# Source Link Feature: Enhancing Debugging Experiences Debugging is an essential part of software development, and having easy access to the source code of referenced libraries can significantly improve productivity and troubleshooting. In this blog po…
Weekly Update 348 The ABC Data Mosaic Powered by Have I Been Pwned; The .zip TLD and Phishing; The Massive Luxottica Data Breach
Use environments and even more variables in Postman Using variables to change environments is nice, but we can take this a step further, by using the actual Environments feature in Postman.This feature allows ...
ChatGPT can code: How terrifying is this development? A while ago I played around with ChatGPT and found it sorta interesting. It doesn't take long to find the seams, however. For instance, I asked it:
Creating Custom Rails Generators A concise guide to creating custom rails generators and avoiding the speed bumps.
BurnRate is fueling revenue success with Blazor How Microsoft’s stack is blazing a new trail for go-to-market teams.
Getting started with View Transitions on multi-page apps Spurred by last week’s ShopTalk I rolled out View Transitions here on my static Jekyll site. I hadn’t realized View Transitions for multi-page apps (MPAs) and static sites are ready for testing behind a flag in Chrome 113+. View Transitions for MPAs are a...
Why Algorithmic Feeds Can Be Good People like to say they prefer chronological feeds to algorithmic ones. The actual problem is we rarely see good algorithms built to help us and not drive engagement. But I’d love to see a social network giving me tools to catch up on the people I care ab...
YouTube Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
My solar-powered blog is now on Lithium Iron Phosphate In my last blog post I discussed how a small solar project - to power this blog on a Raspberry Pi - escalated into a full-blown off-grid solar setup, large enough to power the computer I use at the moment to write this update1. In this update, I want to d...
Why I use Linux instead of Windows — whoisthisjoker The story on why I switched to Linux away from Windows. It is a tragic tale of late essays, broken start menus, and an angry teenager.
Intelligence as efficient model building Personal site for posts about my interests: the biotech industry, medicine, molecular biology, neuroscience, biorisk, science, consciousness, AI, innovation, decision making, philosophy, games, sci-fi, probability, and forecasting (among other things). I ...
Borys - Nonius Clock A modern watch is less of a practical device and more a style choice. I’d like to present a novel quirky way to display time. This clock face only needs one moving part to tell time - the rotating ring. Yet, unlike a clock with only an hour hand, it has a...
Glassdoor review of Stack Overflow: Management feudalism means your mileage may vary On July 20, 2020, about 6 months after I left the company, I wrote a review of Stack Overflow on Glassdoor. Glassdoor's model requires people to regularly submit information to their database in order to view contributions. This includes your own contribu...
From Theory to Reality: Explaining the Best Prompt Injection Proof of Concept Explaining a Prompt Injection POC
How HTTP/3 works - Why it was needed? What's wrong with HTTP/2.0 and HTTP/1.1 In this blog, I'll explain how HTTP/3 works, and why it was needed! The purpose of this article is to explain the concepts in basic terms so it could be understood by people without strong understanding of networking concepts.
Adam K Dean / From Einstein to Turing: Misdirecting GPT-4... A recent discussion on Hacker News, titled "Let ChatGPT visit a website and have your email stolen," brought to light potential vulnerabilities in OpenAI's ChatGPT model, especially concerning its new web browsing capabilities. This stimulated an interest...
'Do' More With 'Run' | Max Greenwald I recently wrote about Async Pool, one of my favorite JavaScript / TypeScript helpers, and today I want to share an even simpler yet extremely useful utility
The Fanfic Sex Trope That Caught a Plundering AI Red-Handed Sudowrite, a tool that uses OpenAI’s GPT-3, was found to have understood a sexual act known only to a specific online community of Omegaverse writers.
This Week In Security: .zip Domains, Zip Scanning The world may not be ready, but the .zip Top Level Domain (TLD) is here. It’s a part of the generic TLD category, which was expanded to allow applications for custom TLDs. Google has led the …
Teen Charged in DraftKings Credential Stuffing Case Wisconsin man alleged to have stolen $600,000 from accounts
Password Purgatory - Making Life Hell for Spammers Password must be 12-16 characters long: catJesus2023dog
Azure Messaging: Which Option to Use, Why & How -- Visual Studio Magazine What's an Azure cloud dev to do for messaging in that fancy new app? From messages to events, from streams to publish and subscribe, the options seem overwhelming.
XML Serialization in C# .NET Core: A Comprehensive Guide | Pro Code Guide In this article, we learn about XML-based Serialization and look at ways to achieve XML Serialization in C#. Serialization is an essential concept in software
The magnificent and mysterious temple complex of Ta Prohm, where nature definitely has the upper… The magnificent and mysterious temple complex of Ta Prohm, where nature definitely has the upper…
Modernizing .NET Apps with Key Vault, Azure Monitor, & Beyond Migrate ASP.NET web apps to Azure App Service using PowerShell . Post migration modernize these web apps using Key vault & Azure Monitor integrations along w...
How I won Telegram's $50,000 Sticker App Contest using Flutter Telegram Contests Telegram runs its own platform contest.com with developer challenges aimed at adding or improving features of Telegram ecosystem. The contests are paid and prize pools are split between participants based on their results. Sticker App Co...
Different Outcomes of the Wilcoxon-Mann-Whitney Test from Different Statistics Packages on JSTOR Reinhard Bergmann, John Ludbrook, Will P. J. M. Spooren, Different Outcomes of the Wilcoxon-Mann-Whitney Test from Different Statistics Packages, The American Statistician, Vol. 54, No. 1 (Feb., 2000), pp. 72-77
On catching exceptions in PPL tasks - The Old New Thing You also have to catch the exception when it comes out the end of the task chain.
Use This Pattern To Design a Rich Domain Model With DDD 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicDomain driven design helps you develop rich domain models. But some...
Code Maze Weekly #173 - Code Maze Issue #173 of the Code Maze weekly. Check out what’s new this week and enjoy the read. .NET and C# Top Picks Concurrent Hosted Service Start and Stop in .NET 8 [www.stevejgordon.co.uk] The newest feature of the Microsoft.Extensions.Hosting library and a w...
Improving customer experience in China using China Express We use China Express to accelerate for performance and Workers to fall back to user through China Express for cost-effectiveness.
Xamarin.Forms and Xamarin.Essentials Align with Android 13 Microsoft made the announcement, that Xamarin.Forms and Xamarin.Essentials have been updated to target Android 13, aligning with Google's requirement for new Android apps to target at least Android 13 starting from August 2023. The update aims to ensure c...
Uncensored Models I am publishing this because many people are asking me how I did it, so I will explain. https://huggingface.co/ehartford/WizardLM-13B-Uncensored https://huggingface.co/ehartford/WizardLM-7B-Uncensored https://huggingface.co/ehartford/Wizard-Vicuna-13...
PostgreSQL Basics: A Template for Managing Database Privileges - Simple Talk In the first two articles of this series about PostgreSQL privileges, we reviewed how to create roles, grant them privileges to database objects, and how
CORS in ASP.NET Core Cross-Origin Resource Sharing (CORS) is an HTTP-header based mechanism that enables a server to...
C#12 New Features - NDepend Discover the exciting new features introduced in C# 12. Stay up to date with the latest advancements in the C# language.
Password Purgatory - Making Life Hell for Spammers Password must be 12-16 characters long: Cyberbusiness321I
Structured Logging in ASP.NET Core With log4net - Code Maze In this article, we learned how to write structured logs in an ASP.NET Core application using log4net, log levels, and appenders.