Profile avatar
keansbox.com
I make things fast @ Visual Studio, previously NET. He/Him.
225 posts 721 followers 198 following
Regular Contributor
Active Commenter

Finally had time over the holidays to realize a long-standing dream of mine: a hex editor that knows about the PE file and .NET metadata format. You can click any byte and it will show you which data structure it is in the tree. Every byte is covered. The parser is at github.com/KirillOsenko...

In case you didn't know Visual Studio could do this: #dotnet #csharp

Microsoft is actually going ahead with its Microsoft 365 app logo change 🥲

If you ever hit this sort of thing, just throw in a en.wikipedia.org/wiki/Zero-wi... and no one will ever know.

Spent an hour arguing with chatty about aligning some plotly graphs, and I'm no closer to aligning them. AMA.

On the hottest day of the year and power's gone off. Not a great start!

Is it me or has Google stopped handling stock quotes?

I'm throwing a party and trying to figure out cocktails. Let's say I can only make 4. What should i be making to cover all bases?

Did you know that you can define a DebuggerDisplayAttribute for a type from another assembly? Just add an assembly-level attribute to your code and specify the Target type: [assembly: DebuggerDisplay(@"\{Color = {Color}}", Target = typeof(Pen))]

We added a feature to Visual Studio to automatically detect when it uses an unusual amount of CPU. After 20 mins of continuous CPU across all threads combined (and the machine has been sampled), we capture a short trace.

When @nickcraver.com joined Microsoft I was curious what he will naturally gravitate towards after he looks around. Nick looked around and decided to fix builds! When @nguerrera.dev joined Microsoft, I already knew what he will deem to be most impactful task for starters: fixing builds!