Posts

This profile is from a federated server and may be incomplete. Browse more on the original instance.

bitbonk, (edited ) to iOS German
@bitbonk@mastodon.social avatar

OK, on the @elk on kind of work but it is extremely rudimentary and also rather buggy. This is sad because otherwise has the best of all clients

bitbonk, (edited ) to random German
@bitbonk@mastodon.social avatar

Should the #PWA of @elk on iOS 17.4 support push notifications? #Elk

bitbonk, to random
@bitbonk@mastodon.social avatar

I like how the German words "Tathergang" and "Brathering" sound when pronounced in English.

bitbonk, to dotnet
@bitbonk@mastodon.social avatar

With the help of @slang25 I learned some interesting stuff today.

🧵↓

bitbonk,
@bitbonk@mastodon.social avatar

@slang25 Additionally, I did not know that there is a predefined msbuild variable that can tell me if a project is a test project: IsTestProject

https://github.com/justeattakeaway/JustSaying/blob/main/Directory.Build.props#L53

KirillOsenkov,
@KirillOsenkov@mastodon.social avatar

@bitbonk @slang25 15% on average

bitbonk, to dotnet
@bitbonk@mastodon.social avatar

Wow, I just noticed that the super cool tool by @nblumhardt now supports proper hierarchical visualization of traces from . How could I miss this?

https://datalust.co/seq

bitbonk, to random
@bitbonk@mastodon.social avatar

Hey @bot are you still alive? (Now that you are run by the dotnet.social community and @styx31 !! 👍🏻👍🏻)

styx31,
@styx31@dotnet.social avatar

@bitbonk And many thanks for creating this project :)

bitbonk,
@bitbonk@mastodon.social avatar

@styx31 I am hoping to add PRs to the new repo with some improvements, after discussing it in an issue first, of course.

bitbonk, to dotnet German
@bitbonk@mastodon.social avatar

Who of you folks is going to NDC Oslo this year? (I’m going)

TimPurdum,
@TimPurdum@dotnet.social avatar

@bitbonk I'm very jealous of the European dotnet conferences. NDC used to do a conf in Minneapolis, which I thoroughly enjoyed. Have fun!

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar

@TimPurdum @bitbonk I agree. It seems that European conferences are in a much healthier state than the ones in the U.S.

bitbonk, (edited ) to dotnet
@bitbonk@mastodon.social avatar

We have a based framework (a bunch of packages) that can be used to build desktop executables that control and visualize machine data with a very simple and easy to use based API. It is based on and we want to rewrite/redesign it to make it cross platform.

What UI technology should we base it on?

Customers will have to learn the basics of that chosen technology.

(Boost for reach is appreciated🙏 )

SmartmanApps,
@SmartmanApps@dotnet.social avatar

@bitbonk @w0ger @sjkilleen
Yeah, that's probably a fair comment. As a dev working on a Windows machine it's very frustrating, but I need my apps to work on mobile too (but a very cool advantage here is I can develop and test my app on Windows, and then deploy it to Android just to see if there's any Android-specific issues. The first time I did this I only had to change about 6 lines for Android, and that was mostly around different defaults, which now I just cater for up-front).

bitbonk,
@bitbonk@mastodon.social avatar

@SmartmanApps @w0ger @sjkilleen Ah yes, mobile. In the future we might also want to provide the possibility to build mobile apps with our SDK. It would be nice if the programming model is very similar to the one for desktop. I suppose both as well as would provide that and when (if) has proper desktop support (we need ), it would also be an option.

bitbonk, to dotnet
@bitbonk@mastodon.social avatar

Are you aware of a simple INI file parser for that does not require an additional dependency (DLL) but rather could be added as a source code file (development dependency).

jasonimison,
@jasonimison@mastodon.social avatar

@bitbonk there was some other code further down on the same page that didn’t use Windows APIs

bitbonk,
@bitbonk@mastodon.social avatar

@jasonimison Yes, I suppose copying a little bit of code from an existing repo might be a solution (with proper attribution and if the license allows this). Like this one, maybe https://github.com/fluffynuts/PeanutButter/tree/master/source/INI/PeanutButter.INI

bitbonk, to dotnet
@bitbonk@mastodon.social avatar

@nblumhardt We have a type that does not override ToString(). But we always want it to be serialized as a specific string in . Does Serilog have means to achieve that?
I know about Destructure.ByTransforming but that will require the @ operator in the log template, which is easy to forget. We would prefer that it is not required for that type.

nblumhardt,
@nblumhardt@nblumhardt.com avatar

@bitbonk @esg yeah, the non-@ path is very inflexible unfortunatley; is the type one that you can't modify? Curious about the scenario, have had this on the radar for a long time...

bitbonk,
@bitbonk@mastodon.social avatar

@nblumhardt @esg The type in our case is called LocalizableString. We own this type and *can *modify it. But we cannot override ToString() because this leads to weird behavior when used in bindings in WPF.
I know this is a bit of an edge case but generally, I think it is unfortunate that only the log invoker gets to decide whether there should be destructuring (by adding the @ or not).
This issue is related: https://github.com/datalust/seq-extensions-logging/issues/54 The @ does not place nice with the "new way" of logging.

bitbonk, to dotnet
@bitbonk@mastodon.social avatar

The "new" minimal SDK style csproj file format in minimizes the potential of merge conflicts. But the solution file is still as cumbersome and nerve-racking as always.

A few months ago it was put on the roadmap:

https://developercommunity.visualstudio.com/t/Clean-up-sln-VisualStudio-solution-fil/988209

Do you have any info on the progress? Is there any serious effort going into this somewhere on github?

davidwengier,
@davidwengier@aus.social avatar

@khalidabuhakmeh @bitbonk every aspect of lots of ecosystems. VS supports more than .NET, and "the team" is not the .NET team.

khalidabuhakmeh,
@khalidabuhakmeh@mastodon.social avatar
bitbonk, to CSharp
@bitbonk@mastodon.social avatar

Early in my career I had to take a C# (2.0) test without an IDE.

Today, after 15+ years of working with C# pretty much every day and 10 C# versions later, I am not sure I could pass such a tests.

There is so much stuff in the language now and always tells my how to type or improve my code.

Programming really has changed.

bitbonk, to dotnet German
@bitbonk@mastodon.social avatar

@xunit Interesting, this reads like does something similar to what you have planned for v3.

https://devblogs.microsoft.com/dotnet/introducing-ms-test-runner/

bitbonk, to random German
@bitbonk@mastodon.social avatar

Is there a German word for „trying to press the right button combination and waiting for the LED to start flashing in the right way and then trying to connect the other thing with this thing wirelessly“ ?

bitbonk, to VisualStudio
@bitbonk@mastodon.social avatar

I honestly can’t think of a reason why anyone who tried both and would prefer VS.
Except maybe: „VS is what I‘m used to, don’t move my cheese“.

Can you? (honest question)

bradwilson,
@bradwilson@mastodon.social avatar

@matkoch @bitbonk There, if you want the 10 second answer? "I like minimalism. R#/Rider feels like it's all about maximalism."

bradwilson,
@bradwilson@mastodon.social avatar

@matkoch @bitbonk I realize I never answered your original question. The answer is: October 29, 2023.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines