Glenn Versweyveld

260 Followers
419 Following
1.1K Posts
'SH10151' this is the serial number of our orbital gun
Bloghttps://blog.depechie.com
GitHubhttps://github.com/Depechie

This is truly glorious #AISlop from #Microslop in their "Introduction to Github" course.

I don't know why Tim is working in the opposite direction, but I can see that he never once "morges" his code back into develop, let alone doing it "continvoucly"

https://learn.microsoft.com/en-us/training/modules/introduction-to-github/3-components-of-github-flow

Update:

It looks as though after 4-5 months the page has been updated, but if you want to see the image in situ still then the way back machine has you covered.

https://web.archive.org/web/20260216165612/https://learn.microsoft.com/en-us/training/modules/introduction-to-github/3-components-of-github-flow

Blogged: Creating standard and "observable" instruments

https://andrewlock.net/creating-standard-and-observable-instruments/

In this post I discuss the various Instrument<T> types exposed by the System.Diagnostics.Metrics API and show examples from the .NET libraries and ASP.NET Core

#dotnet #observability

Creating standard and "observable" instruments: System.Diagnostics.Metrics APIs - Part 3

In this post I discuss the various Instrument<T> types exposed by the System.Diagnostics.Metrics API and show examples from the .NET libraries and ASP.NET Core

Andrew Lock | .NET Escapades

Anyone feeling like doing some beta testing? 😅

I've been preparing a workshop around the topics of systems resiliency and chaos engineering. It would be great if someone is feeling like taking it for a spin, and provide feedback.

#DotNet #CSharp #ChaosEngineering

https://github.com/joaofbantunes/chaos-workshop-wip

GitHub - joaofbantunes/chaos-workshop-wip: Work in progress version of the chaos workshop

Work in progress version of the chaos workshop. Contribute to joaofbantunes/chaos-workshop-wip development by creating an account on GitHub.

GitHub
Ik ben op zoek naar een freelance front-end developer met snelle beschikbaarheid om de groei van Obra Studio te ondersteunen. Meer info: https://florentine-peak-bd0.notion.site/Front-end-developer-Design-engineer-2e6f032f3f0780428b32c50c0327215e
Front-end developer (Design engineer) | Notion

We are looking for project-based support from a full-time freelancer with availability to juggle multiple projects.

florentine-peak-bd0 on Notion
give me one TINY thing you want fixed or improved in #Obsidian — the smaller the better, I'm going on a paper cuts rampage
I've published this generally useful part on https://www.printables.com/model/1554005-wire-retaining-plate-for-2020-extrusion in case other people have the same need to hold cables in place in the slots of 2020 extrusion. #3dprinting
Wire Retaining Plate for 2020 Extrusion by Dr Footleg | Download free STL model | Printables.com

Printables.com
OK, search on Ecosia isn't helping so I'm turning to Mastodon. This is a #react #OpenTelemetry question. I'm using XMLHttpRequestInstrumentation to log traces but my web app has multiple requests in order to render a page. How do I put multiple requests in the same trace id? Perhaps I can use DocumentLoadInstrumentation, but sometimes the app behaves like a SPA and the lifespan will be way too long. I could also use UserInteractionInstrumentation but it's WAY too noisy. I don't need to track every click event. For budgetary reasons, in the end, I'd like to only dispatch to the collector if an error occurs in any part of the span.