Advertisement · 728 × 90

Posts by Nicholas Blumhardt

Might end up with some borders 🤔 ... it's tricky to strike a balance between noise with having some rhythm to lead the eye around...

1 month ago 1 0 0 0
A development-time screenshot of the Seq 2026.1 Metrics screen, showing a grid of charts (and not much interesting data).

A development-time screenshot of the Seq 2026.1 Metrics screen, showing a grid of charts (and not much interesting data).

Quick question; we have a lot of variation between monitors on our dev machines. On yours, do the charts in this screenshot appear in little white boxes against a more grey background, or is the whole chart area just one big flat white canvas? Thanks! 😀

1 month ago 1 0 1 0

Signed up with @opentalk.eu after investigating a few Zoom alternatives; so far, so good!

It's surprising just how much functionality is "table stakes" in that space, now; it's nice to see a segment with a bunch of viable offerings.

2 months ago 3 0 0 0

Saw this live; it's sure to strike some chords with my tool-making friends.

2 months ago 2 1 0 0

I had the good fortune to work with you only very briefly (digging into how PowerShell might run on CoreCLR, way back? 🙂) but it left an impression that stuck! Congratulations on all the great software shipped, and all the best for the future.

2 months ago 4 0 1 0
Preview
GitHub - MattParkerDev/sharpdbg: SharpDbg is a .NET managed code debugger supporting the VSCode DAP, implemented completely in C#/.NET SharpDbg is a .NET managed code debugger supporting the VSCode DAP, implemented completely in C#/.NET - MattParkerDev/sharpdbg

I am excited to announce SharpDbg - a new cross platform, managed .NET debugger, written completely in C#! (No C++ required 💪)

⭐ Star it on GitHub! github.com/MattParkerDe...

SharpDbg implements the VS Code Debug Adapter Protocol (DAP),
...

3 months ago 24 9 1 0
Photograph of a busy lecture theater at DDD Brisbane with the presenter gesturing towards overhead slide projection.

Photograph of a busy lecture theater at DDD Brisbane with the presenter gesturing towards overhead slide projection.

The Seq team rounded out 2025 at DDD Adelaide and then DDD Brisbane a month later, both fantastic community-oriented conferences.

Here's Ashley Mannix sharing his experiences shepherding Seq's high-performance #rustlang codebase through back-to-back years of rapid growth.

3 months ago 3 1 0 0
Advertisement

2025 was a year of the industry fixating on development velocity.

2026? The year of fixating on software reliability.

4 months ago 2 0 0 0

Me too, also Mac and Linux, for a few months - it's a nice ultra-minimal companion to Rider/Rust Rover, I don't even bother with the plug-ins 🙂

4 months ago 0 0 0 0
At DDD Adelaide 2025 Ashley Mannix will be presenting Industrial Strength Testing for Complex Software

At DDD Adelaide 2025 Ashley Mannix will be presenting Industrial Strength Testing for Complex Software

Have you ever thought about having unit tests for your unit tests? 🤔 If so, decent chance your testing isn't catching the bugs you need and is just slowing you down ⏱️ @Ashley Mannix at #DDDAdelaide 2025 shows how to test complex software, challenging what a test is 🧪

5 months ago 2 3 0 0
At DDD Adelaide 2025 Liam McLennan will be presenting Metrics for High Performance Monitoring and Dashboarding

At DDD Adelaide 2025 Liam McLennan will be presenting Metrics for High Performance Monitoring and Dashboarding

Liam McLennan shows us at #DDDAdelaide 2025 the power in using Metrics to gain observability at high volumes where logs simply don't work 📊. Join us to learn what metrics are, when they are useful, and how to actually collect and analyse them 📈🔍

5 months ago 1 2 0 1

One thing I started noticing recently is that competent engineers give up their credibility due to AI.

Twice already highly competent engineers I respect sent a PR that turned out to have very subtle issues. These issues would not be possible if a human understood it.

5 months ago 534 89 21 5

Thanks, @dddbrisbane.bsky.social!

Good luck to all the organisers and speakers. This one's sure to be a fun day, I wish we could be there in person 🤠

8 months ago 3 0 1 0

Hope you're all doing okay out there 👋

8 months ago 3 0 0 0
Advertisement
Preview
Add support for NO_COLOR env var · Issue #130 · serilog/serilog-expressions Hey! There is a slight inconsistency between different serilog console logging methods when it comes to support for NO_COLOR env variable. See https://no-color.org/ for the reasoning. Also there ha...

I can't believe it's so rare to get a terse, sensible, un-pushy issue raised ahead of a PR that feel the need to micro-blog when it happens, but here you go 😂 github.com/serilog/seri...

8 months ago 0 0 0 0
Preview
GitHub - serilog/serilog-sinks-opentelemetrysdk: An experimental Serilog sink that writes log events directly to the OpenTelemetry SDK. An experimental Serilog sink that writes log events directly to the OpenTelemetry SDK. - serilog/serilog-sinks-opentelemetrysdk

Meanwhile, if you do want Serilog -> OpenTelemetry SDK bridging, watch or star github.com/serilog/seri...

10 months ago 2 0 0 0

Building the Serilog sink for OpenTelemetry on OTLP, rather than the SDK, is turning out pretty well. It's super stable and in wide use at v4.2.0, while there's still no final SDK API for non-Microsoft loggers.

Dependencies aren't inherently bad, but **schedule dependencies** almost always are.

10 months ago 0 0 1 0
Preview
Work Sharing in Seq Clusters We've reviewed leader election and replication in Seq clusters. While these are tricky to get right, and involve nontrivial code, they're dwarfed in complexity by work sharing, which is the basis of S...

Work Sharing in Seq Clusters ✨

blog.datalust.co/work-sharing...

10 months ago 0 1 0 0

Just spiked out `Ctrl Space` `N` as a shortcut for this, feels pretty good; change is isolated enough we could get it into a patch.

Would it 100% nail this scenario for you?

10 months ago 0 0 1 0

Not quite the same thing (I'm talking about doing it without explicitly adding MCP tools), but thanks for the link 😎

10 months ago 0 0 1 0

Probably the better default 🙂 - for the app I’m looking at, selectively enabling individual commands would make the experience safer, but access permissions behind the scenes would also cover it

10 months ago 1 0 0 0

Would take some gymnastics but seems doable; I got this going for seqcli as a spike, it means access to the app’s features are fine-grained, vs all-or-nothing if it’s exposed as a regular command-line app

10 months ago 0 0 1 0
Advertisement

No, to directly expose and invoke commands as MCP tools, using descriptions etc. from command metadata

10 months ago 0 0 3 0
NuGet download stats for SeilogTracing showing 1.0M total

NuGet download stats for SeilogTracing showing 1.0M total

The first 1.0M is the hardest 😉

www.nuget.org/packages/Ser...

10 months ago 4 0 0 0

Has anyone investigated writing an MCP server binding for System.CommandLine in #dotnet?

Just poking around to keep up with what's going on in that space, seems like it could be an interesting quick bootstrapping option for existing codebases..?

10 months ago 1 0 2 0

Could be the wrong hemisphere for you 🐨🦘

10 months ago 1 0 0 0

@fastmail.com, have been a customer for 10+ years via @datalust.co and have had no regrets

10 months ago 2 0 1 0

Just moved from Gmail after just a crazy number of years. I still use and appreciate a bunch of Google products, but I'm wary of how centralized all these critical apps and services have become. Adopting alternatives from smaller, focused companies wherever I can at the moment...

10 months ago 1 0 1 0

Happy Firefox user, here, but I need to spend more dev time in Chromium-based browsers. Is the Chromium project itself the go-to privacy-conscious option? Any others I should take a look at? 🙏

10 months ago 1 0 1 0
A command line interface

A command line interface

Some c# code

Some c# code

We’re about to take C# to the next level!

#dotnet #csharp

10 months ago 227 35 27 13