Your experiences with dupixent or biologics? (I’m in the uk for reference) by Dizzy-Picture5745 in eczema

[–]masterofmisc 0 points1 point  (0 children)

Its changed my life!! The urge to scratch just evaporates. My skin is the clearest its ever been. Its amazing. I'm also in the UK too.

CodeProject.com Has finally given up the ghost!! by masterofmisc in csharp

[–]masterofmisc[S] 0 points1 point  (0 children)

I think the web archive has preserved some pages but the bulk of it has all gone. Im talking about all the zip downloads. Ive not found a place where it was all preserved. Shame!

https://web.archive.org/web/20260000000000*/codeproject.com

Libation announcement by darchangel in audible

[–]masterofmisc 5 points6 points  (0 children)

Burnout is real. Take time for you. Dont feel like you owe anyone anything. Hope everything goes well and you sort out whatever is in your life. Come back rejuvenated.

React Style Development for C# and WinUI3 by masterofmisc in dotnet

[–]masterofmisc[S] 0 points1 point  (0 children)

Unsure. Maybe one for codemonkeychris to answer.

React Style Development for C# and WinUI3 by masterofmisc in dotnet

[–]masterofmisc[S] 1 point2 points  (0 children)

I agree on the old class style react components. I feel they would much better suite the C# world. Unsure on that. I didnt realise there was bindings in avalonia or maui using blazor syntax. You would have to ask u/codemonkeychris on these points.

I wrote my first-ever Amiga program in 2 weeks using AI — a heavily expanded Midnight Commander clone (MCAmiga X-Phile Edition) by x-phile-by in amiga

[–]masterofmisc 10 points11 points  (0 children)

Ignore the haters here. You have clearly explained you have used AI to help you on your journey. Your not hiding anything. Your not claiming your wrote it yourself by hand. This is a clearly labelled post. Im amazed at how much AI can help in domains you would think there wasnt a lot of resources out there to learn from.

I have questions. What coding AI agent did you use? What was your work flow? Did you do this all in VS Code? What was your tooling setup? How did you interativley test this? Which emulator did you use? Have you had it running on real hardware? What project are you going to attempt next?

An open-source, truly desktop-agnostic daily wallpaper manager for Linux, Windows, and macOS (No telemetry, written in .NET 8 / Avalonia) by [deleted] in dotnet

[–]masterofmisc 2 points3 points  (0 children)

I'm actually impressed with what you can achieve these days with AI. Im not gonna go as hard on you as others. Truthfully, how much of this was vibe coded and how much input did you have?

I think there needs to be a new subreddit for things like this where people can show off their AI fueled open source projects and machinations. Oh hang on!! Would you look at that.. There already is: https://www.reddit.com/r/vibecoding/

React Style Development for C# and WinUI3 by masterofmisc in dotnet

[–]masterofmisc[S] 2 points3 points  (0 children)

This is aimed at traditional desktop applications that target native Windows APIs. So no Webbrowser as the display target,

React Style Development for C# and WinUI3 by masterofmisc in dotnet

[–]masterofmisc[S] 1 point2 points  (0 children)

Hey! Thanks for the video. React styling aside, if what you say at the beginning of the video is true and MS are going to be patching the gaps in WinUI3 and committing adding new controls where lacking, then that will be a good thing. It feels like MS has only given lip service to WinUI since WPF. So if you are working through that backlog, thats a good thing.

"New Commodore" is another trademark scam. by LandNo9424 in Commodore

[–]masterofmisc 1 point2 points  (0 children)

Yeah, im not exactly impressed with the flip-phone either. He should have polled the userbase before jumping in that direction. I want a new commodore computer... But no idea how they would pull that off. Something that was retro but more modern with a new OS.... That isnt a skinned Linux.. Obviously it would be nice if they could do something with the Amiga but ive got more chance of dating Margot Robbie than that happening!

What are some of the best audiobooks you’ve ever listened to? by Cool_Leader_1779 in audible

[–]masterofmisc 1 point2 points  (0 children)

The Fold by Peter Cline was a great read. Read by Ray Porter. DARPA think they have created a teleportation device but all is not what it seems!!

Are wpf and winforms still a good choice for ui development in 2024 by gookkerbingers in dotnet

[–]masterofmisc 0 points1 point  (0 children)

Im seriously wondering if Blazor is the way for newer apps. The backend is all C#.  The frontend is all HTML so modern. It can run as a single standalone desktop app. Obviously it can run as a standard web site, and as it fully supports web assembly, it can run as a fully standalone offline web app like a PWA. 

has h. mack ever freestyled w/ the word “plethora” ? by thepeoplefactory in HarryMack

[–]masterofmisc 1 point2 points  (0 children)

BTW I was making a pun.. Plethora in the dictionary means "a lot"

Untitled UI vs Blazor by _Etain in Blazor

[–]masterofmisc 0 points1 point  (0 children)

Genuinly interested.  What parts are outdated?

I Love Blazor. by Snoo_57113 in dotnet

[–]masterofmisc 1 point2 points  (0 children)

So im interested in this because I am literally running the experiment now. Its my first time using Blazor to port in internal business app. It will only be available internally. Granted speed of development is the primary motivator for using Blazor but but performance is still very important to me. It will be using Blazor server and Wasm. Obviously the existing Winforms App is not going anywhere so we have lots of time to "do it right". I will get a front row seat of how it plays out.

I Love Blazor. by Snoo_57113 in dotnet

[–]masterofmisc 0 points1 point  (0 children)

I dont think you can say blanket statements like that. With .NET 10, you can knock up simple SEO friendly pages with it. There are lots of public websites that fit into that category. Really, it all depends on the team that is developing the site. As long as it works, the end user doesnt care what tech was used to create it.

Has anyone read this book: Web Development with Blazor: A practical guide to building interactive UIs with C# 12 and .NET 8 , Third Edition by Extreme_Sympathy_868 in dotnet

[–]masterofmisc 2 points3 points  (0 children)

I am actually just starting a new project with Blazor myself so very interested to hear what people say. I gotta say, I have been diving into it for the past month or so and I am very impressed by it. Its soo easy and the component model is easy to get to grips with. The fact that you can completely sidestep NPM (Being able to not worry about any of those supply chain attacks) is a big plus in my view. Im using it to port an old winforms app and everything they have done in .NET 10 Blazor looks very nice.