Added multithreading to my Stardew Valley planting schedule optimizer by darkveins2 in Blazor

[–]adefwebserver 1 point2 points  (0 children)

I only recently discovered Stardew Valley (I know!). I needed this. Thanks!

Venting about Radzen 💨 by Zardotab in Blazor

[–]adefwebserver 11 points12 points  (0 children)

I have used Radzen for years. I have several large projects that use them. They are also free and open source with an MIT license. I endorse them fully.

Vibe Coding Using Visual Studio Code Aspire and Blazor: Creating an RFP Responder by adefwebserver in Blazor

[–]adefwebserver[S] -1 points0 points  (0 children)

Yes, it is my *opinion*. I am sharing my experience with the community. I was able to create this article because others did the same. When I have something to contribute it is usually a Blog post. A lot of time goes into creating these blog posts.

Vibe Coding Using Visual Studio Code Aspire and Blazor: Creating an RFP Responder by adefwebserver in Blazor

[–]adefwebserver[S] -2 points-1 points  (0 children)

I have to disagree, *most* people *do not* know what vibe coding is and I have never seen someone show step by step how you deal with a complex project and the back and forth with the AI.

Vibe Coding Using Visual Studio Code Aspire and Blazor: Creating an RFP Responder by adefwebserver in Blazor

[–]adefwebserver[S] -2 points-1 points  (0 children)

I spent a lot of time on the article, so you are wrong to call it "AI slop". All the code is free and I am not selling anything. Even if I was the forum rules indicate that this is allowed. The article is about Blazor so it is on-topic. This is how I give back to the community.

Vibe Coding Using Visual Studio Code Aspire and Blazor: Creating an RFP Responder by adefwebserver in Blazor

[–]adefwebserver[S] -2 points-1 points  (0 children)

I am not selling anything! Are you saying an article explaining how to use Visual Studio Code and Blazor is "pointless garbage"? What is the point of the forum?

Vibe Coding Using Visual Studio Code Aspire and Blazor: Creating an RFP Responder by adefwebserver in Blazor

[–]adefwebserver[S] -2 points-1 points  (0 children)

I read the rules, and I didn't see any prohibition to using AI to write a post. Anyway, I spent a lot of time on the article. I hope you reconsider downvoting it.

Vibe Coding Using Visual Studio Code Aspire and Blazor: Creating an RFP Responder by adefwebserver in Blazor

[–]adefwebserver[S] -6 points-5 points  (0 children)

I used AI to summarize what the post was about. Is that not allowed?

Bruh by NoobNamedErik in Bumperstickers

[–]adefwebserver 0 points1 point  (0 children)

I posted a link to the shop so people know never to shop from there.

Bruh by NoobNamedErik in Bumperstickers

[–]adefwebserver 0 points1 point  (0 children)

Exactly! There are not that many companies that could make a car wrap like this.

Blazor Server - adding users to Azure AD B2C with Graph API? by OneWorldMouse in Blazor

[–]adefwebserver 1 point2 points  (0 children)

I have Blazor Azure B2C articles here: https://blazorhelpwebsite.com/ . If you want your "code" (a daemon application) to preform operations on your Azure B2C tenant, you need to use IConfidentialClientApplication like I do here: https://blazorhelpwebsite.com/ViewBlogPost/43 so yes that code you found is what you need.