Kristoffer Strube
1.2K posts

Kristoffer Strube
@KStrubeG
.NET developer, Microsoft MVP, and Freelance Blazor consultant. GitHub: https://t.co/NLVYOBxzk5 Mastodon: @[email protected]
Aarhus, Denmark Katılım Mart 2020
103 Takip Edilen1.7K Takipçiler

Released a fix to Blazor.MediaCaptureStreams today in version 0.4.1. In the API, microphones now offer finer-grained echo-cancellation capabilities, which the library does not yet support. To fix that, we ignore unsupported values for now.
#dotnet #blazor
#041---2026-02-13" target="_blank" rel="nofollow noopener">github.com/KristofferStru…
English

@JamesNK Agree on most counts although I think some of the holodeck hijinks episodes on TNG are pretty good
English

@mark_heath I caved and used a solver, but I really hope that was not the intended solution.
English

#adventofcode day 10 part 2 has me beaten at the moment. I think I know how you're "supposed" to solve it but would be a huge amount of coding. I guess a brute force with some optimization might work but haven't had the chance to try that yet
English

@mark_heath I found one online Reddit now. It uses primes and other crazy math that I barely understand. 😅
English

@KStrubeG yes, I did wonder if there was one, but didn't have much time to think about it
English

has been fun to do some #AdventOfCode puzzles again this year after missing the last couple. Lessons learned from day 1 were that I am still rubbish at avoiding off-by-one errors - TDD helps a lot, and from day 2 actually read the question properly!
English

@mark_heath I really want to see a mathematic solution for day 2 task 2.
English

@captainsafia The good thing is that it is only half a month this year, so you still have the rest of the month for buying presents and whatnot. 😊
English

🤓 What an unreal moment — officially joining the @aspiredotdev core team. I'm ridiculously excited and genuinely humbled to be here. Let's go!🔥
English

@Aaronontheweb I’ve used a marker attribute [Sensitive] on properties that are sensitive instead and then extended the standard JSON type resolver so that it returns “redacted”. This way you dont need to change your model type. The difficult part is that you need to remember to use the resolver
English

We got Aarhus .NET User Group to be a part of the .NET Foundation Meetup group to have premium for free. A really great opportunity if you host a local user group.
#dotnet #anug
.NET Foundation@dotnetfdn
🎉 Welcome to our newest Meetup Pro groups! • DevOps & GitHub Meetup Brighton • Albuquerque .NET Users Group • Tokyo .NET Developers Meetup • Aarhus .NET User Group We’re excited to support your communities! 🚀
English

@schneidenbach You should take on a bathrobe and make a video about it, Uncle Bob style. 😄
English

@monkey_K1n9 @codemullins Hey! 😊 Happy that you enjoy the packages.
English

@KStrubeG @codemullins Randomly meeting Kristoffer here...
Hey man, I have been using your packages.
I love them, thanks for the work (waiting on future releases 😄)
English

connections + the skia sharp experimental renderer would be live, but it's failing when deployed (console errors)🤔
preview.tilecraft.dev
oh well, time to read and recharge
(still zero additional javascript was added for these features)
Cody Mullins@codemullins
starting to play with connections in the canvas a bit. the refactor I mentioned earlier this week means it works with SkiaSharp too with 0 additional changes also no additional JavaScript was written for this feature for those keeping track at home
English

@codemullins Are you using RC of .NET 10? I’ve heard other have some console errors in the publish build of WASM projects.
English

@codemullins @davidfowl It is already AOT and I don’t like to make WASM only things because it limits who can use it especially after .NET 8 where people might switch rendermode often. But yeah, I’m sure there are still many options for improvements. 😅
English

@KStrubeG @davidfowl I took a peek - I got quite a bit of a performance boost when I 1) switched to the in process JS renderer (no async) and 2) published as AOT
I bet if you did those two things it was be quite a bit faster!
English

“I can’t use Blazor for my app because it’s too slow”
“You have to use a lot of JavaScript to use Blazor anyways”
LIES
Cody Mullins@codemullins
Want some confetti? Want your boss to think you're working diligently, clicking away? Here you go: tilecraft.dev
English

@codemullins @davidfowl I was thinking that it could be cool to make a package that could batch the JS Interop calls themselves as I think that is the primary bottleneck in my project.
English

@codemullins @davidfowl I made a small Confetti package for Blazor some time ago, but it was horrendously slow because I used SVG and individual JSInterop calls for starting the animation of each confetti peace. 😅 A really good idea to use Canvas instead.
kristofferstrube.github.io/Blazor.Confett….
English





