This Extension of the Week is a serious time-saver.
It cuts down the repetitive stuff and speeds up your workflow fast.
Watch to seeπ
This Extension of the Week is a serious time-saver.
It cuts down the repetitive stuff and speeds up your workflow fast.
Watch to seeπ
You might have seen it in the past, but in case you haven't looked recently, GitHub has a couple really nice font sets:
Mona Sans & Hubot Sans:
github.com/mona-sans
Monaspace:
monaspace.githubnext.com
Multi-Head Latent Attention
π github.com/rasbt/LLMs-f...
What a dream
"If it takes longer to make your coffee than it does for you build pipeline to complete, you're doing one of them wrong"
- @abangser.bsky.social
Fantastic technical post about experiments in making LLMs deterministic by making kernel operations act invariant of batch sizes: thinkingmachines.ai/blog/defeati...
Curious if we'll see something like this roll out more broadly in the future!
dir 1.txt.* matches 1.txt
I just learned that Directory.GetFiles with pattern 1.txt.* matches 1.txt, and it's the OS behavior:
Screenshot of running a file-based C# app from stdin to dotnet run -
File-based C# apps & support for stdin to `dotnet run -` makes it incredibly easy to check behavior of APIs in .NET 10!
Not entirely sure what I'm going to do with all that money.
Captain Haddock looking very frazzled, saying, βWhat a week, huh?β Tintin leans into the frame and says, βCaptain, itβs Wednesday.β Snowy is very excited about the drink he has found.
The SCUMM Bar screenshot of the day
Daily scene from βMonkey Island 2: LeChuckβs Revengeβ (VGA): Part II β Four Map Pieces #MonkeyIsland
Semantic code search is now built into Visual Studio Copilot Chat, making it easier to find code based on meaning.
devblogs.microsoft.com/visualstudio... #visualstudio
spot art. Photo of presenter(s). text reads: MCP security best practices
If you're building AI tools in #VisualStudio, adopting MCP can help you scale fastβbut it also introduces a new class of threats you might not expect.
Get actionable strategies and tooling tips to keep AI systems secure, resilient, & enterprise-ready.
π₯ msft.it/63327s3QfX
β We're live in 10 minutes! It's another VS Code Release Party. Today the team will demo new features and updates from the v1.103 release including coding agent integration, MCP updates, beast mode, evaluating GPT-5! Join us βΆοΈ www.youtube.com/watch?v=EYMi...
Image described in post
Scene of the Day: βThimbleweed Parkβ (PC): Part Three β The Arrest
We've made some "beastly" upgrades to our GPT agent prompt and we're seeing big improvements in completion rates across scenarios.
You can use it today in Insiders with any GPT model...
"github.copilot.chat.alternateGptPrompt.enabled": true,
"chat.todoListTool.enabled": true
GPT-5 in Visual Studio is now available. #visualstudio devblogs.microsoft.com/visualstudio...
A #csharp 14.0 feature to expect in the next #ILSpy preview for #dotnet 10 is extension members (not final, see github.com/icsharpcode/...)
Explore the future of cloud at azuredevsummit.com β a powerhouse event featuring not just AI, but a full spectrum of cloud innovations, hands-on workshops, and top-tier speakers
Early Bird pricing ends this week!
The LLVM Compiler Infrastructure - Chris Lattner - 2004/07 www.youtube.com/watch?v=f9I2...
Troubleshooting walkthrough: Cascade Into Darkness
This is a real issue I solved in Windows, the hurdles I faced, and what I'd do differently.
π₯π₯YOU CAN MUTE JUST THIS CONVERSATION THREADπ₯π₯
It starts with the user editing "HKLM\HARDWARE" and misunderstanding an instruction and breaking Windows.
Hey folks! Know anyone looking for a product manager with deep experience working on C#, JavaScript, mobile, web and AI developer tools? I'm on the market and looking for new opportunities! You can read up on my history here: linkedin.com/in/jordanmat...
Feel free to DM me as well.
Blogged: Unexpected inconsistency in records - codeblog.jonskeet.uk/2025/07/19/u... - if you use C# records and the "with" operator, I'd suggest reading this to avoid a footgun you may be unaware of
Looks like eslint-plugin-prettier and eslint-config-prettier might have been compromised π¬ github.com/prettier/esl...
I just wanted to say, Iβm probably more proud of this Ted talk than just about anything Iβve ever done so Iβm gonna be absolutely useless for the next couple of weeks as I promote the shit out of this because I want you to watch it because it matters in the moment we are in youtu.be/dVG8W-0p6vg
Next version of the dotnet runfile supports publishing these .cs files to a native binary (via Native AOT learn.microsoft.com/en-us/dotnet...), no dependencies on the runtime, self-contained.
#dotnet #csharp
many rows of multiple rectangles per row, each rectangle is the project name, some rectangles are bigger and bluer (they are referenced more). One rectangle is selected and green, it has outgoing arrows above it that point to other rectangles, with purple border. Those are the referenced projects. Arrows also go down, to rectangles with green borders. Those are projects that reference the selected one.
New in MSBuild Structured Log Viewer:
Project Reference Graph
New tab that shows the project graph layered by project "height". Each project only references projects above it.
Clicking a project highlights all directly referenced projects above, and all projects below it that reference this one.