Sabitlenmiş Tweet
analogrelay 🐘
13K posts

analogrelay 🐘
@analogrelay
Not here anymore. Find me 🤷🏻
Katılım Mart 2008
847 Takip Edilen3.1K Takipçiler

@davidfowl <div class="grid place-items-center h-screen w-screen"><div>I'm Centered</div></div>
English

I guess I'll give Mastodon a shot. Not sure if I _need_ a Twitter replacement, but it's kinda fun anyway. I'm @analogrelay@hachyderm.io
English

@ssmary Y'know what's funny? The RSV swab card was an Abbott test card that looked exactly like the COVID one (though they had to swab further up her nose)
English

@Nick_Craver I'll be honest, this might be the kick I needed to get off Twitter. I'm enjoying Mastodon because it feels a little like early Twitter and the stakes are lower. Less collapse-of-democracy, more silly jokes
English

@davidfowl That’s very new. Didn’t work when I tried a few months ago. Nice!
English

@analogrelay Yea, last I checked, if you use the OTEL azure monitor exporter, metrics work.
English

@davidfowl Wait, App Insights supports System.Diagnostics.Meter now? That’s new, if so. It only supported Distributed Tracing via OTEL when I checked a couple months ago.
English

This is what it looks like to create your own metrics! This is using the new meter APIs added in .NET 6. These interop with open telemetry so you can mix metrics from the runtime, libraries and your own as well. They're all open telemetry compatible by default! #opentelemetry

English

Entertaining and educational (TIL about the ‘::selection’ selector) as always 😂
Cassidy@cassidoo
.cassidy { display: haunted; }
English

@jeffwilcox It's always "GitHub" or "github" for me. Never "Github".
English

@JamesNK Honestly, isn’t ICanBindEndPoint better than IEndPointBindable anyway?
English

@JamesNK Reminds me of ICanHasNuget, which we were going to use as a way for VS Project Systems to opt in to NuGet logic 😂
English

Today, in a code review, the #aspnetcore team rejected my proposal to name an interface ICanBindEndPoint. Apparently, the I interface prefix can't be used to also refer to the current instance.
This is a miscarriage of justice, and I will be appealing to the .NET supreme court.
English

@marcgravell @terrajobst Yeah, there are a few local breweries here with NA beers as well. I'll have to give it another try!
English

@analogrelay @terrajobst Guinness zero is awesome. I like the gins - Gordon's do a nice zero. Here (UK), the main brands have a zero and they're pretty good. Micro-brewers are experimenting too. Huge growth in zeros/ultra-lows.
English

@aizeekay The expression “foo.Require()” is just shorthand for “foo ?? throw new UnreachableException()”.
English

@aizeekay Required members don’t really do the same thing as our “Require” extension method. Required properties prevent you from initializing the type without setting the property. Our extension method is about consuming nullable properties.
English

Now that we've rolled out our .NET 7 update, I can blog about one of my favorite little features in .NET 7: UnreachableException ab.bot/blog/that-shou…
English



