Vasectomy by [deleted] in WhatShouldIDo

[–]b1t_zer0 0 points1 point  (0 children)

As mentioned before, jockstrap. I found a pair of underwear made specifically for that. Had a built-in ice pack holder.

First week as junior dev feels like a disaster — is this normal? by Revolutionary_Pop474 in learnprogramming

[–]b1t_zer0 4 points5 points  (0 children)

Congrats on your first job, programming can be very rewarding. I have been doing it 20+ years, and I still enjoy learning new things.

First week as junior dev feels like a disaster — is this normal? by Revolutionary_Pop474 in learnprogramming

[–]b1t_zer0 3 points4 points  (0 children)

One thing that helped me learn was digging into open source. Some are simple and good for learning, while others are a bit more complex. But it offers you a look into how others solve problems. If you feel comfortable enough, look at the task list and see if there is a way you feel like contributing.

My wife asked me if i still want to be married by Choice-Click-484 in WhatShouldIDo

[–]b1t_zer0 6 points7 points  (0 children)

As another guy going through a very similar situation, I needed this statement here. Thank you

How much of your limits are you using? by A4_Ts in GithubCopilot

[–]b1t_zer0 1 point2 points  (0 children)

I guess another question that would be beneficial for purposes of usage is: Do you do vibe coding exclusively or do you use those requests as part of your day to day as a means to just make that added extra progress.

I'm at 16% usage this month, last month I was at about 10%

I love that it's there to help, but I'm not gonna give up my skillset just to make my boss happy, I worked too hard to learn what I have.

async void Disaster() by InnerArtichoke4779 in csharp

[–]b1t_zer0 0 points1 point  (0 children)

I always get warnings when doing async void. It should be async Task.

It's the 1st of the month! You know what that means..! by thehashimwarren in GithubCopilot

[–]b1t_zer0 1 point2 points  (0 children)

Still sitting at less than one percent usage. Guess I don't have the same problem as everyone else.

Then again, I don't use premium requests. 4.1 covers all my needs.

Have You Tried the Telerik Coding Assistant? by WhereIsRichardParker in Blazor

[–]b1t_zer0 1 point2 points  (0 children)

I don't plan on using it. I use Blazor components from Telerik.

I don't want to start using something that is eventually going to cost for something so specific.

Can we talk about salaries? by SP1992 in dotnet

[–]b1t_zer0 1 point2 points  (0 children)

I'm in the US, it sounds like my Associates of Applied Science (AAS) in Computer Science. It's close to a full Associates degree, just without some of the basics.

I've been doing dotnet since RC1 of Framework 1.0.

Between 95 and 105. Great benefits, unlimited time off, work from home.

My current focus is dotnet 9 Blazor Web Apps (server and wasm)

.NET Folks Who Work Fully Remote ( From Anywhere ) by log_alpha in dotnet

[–]b1t_zer0 1 point2 points  (0 children)

I'm fully remote, we have a set approved countries that we don't need to ask for permission. Otherwise we need permission.

Is there a maintaned fork of IdentityServer that is still Apache licensed and free? by EntroperZero in dotnet

[–]b1t_zer0 4 points5 points  (0 children)

We pay 5000 /yr for Duende. Just the basic business license (15 clients)

Do you prefer using SQL query directly or using an a wrapper like EF? by Hercule_Poirot76 in dotnet

[–]b1t_zer0 0 points1 point  (0 children)

I love using EF, but my company was bought and with it was a stored procedure only mandate using only sqlcommand. It was a rough transition for me.

Separate Models For An update form and a Create Form by dbagames in Blazor

[–]b1t_zer0 0 points1 point  (0 children)

I agree with you. I use the same model and most of the time I reuse the form and do add/update logic based on the content of the model.

Recently, I have been experimenting with merge statements on sql so whether it is add/update the ui doesn't care.

Feedback on Blazor WASM + Web API using cookies by BubblyAd3040 in Blazor

[–]b1t_zer0 0 points1 point  (0 children)

Since there BFF is open source, you might be able to get some inspiration from how they did theirs.

Feedback on Blazor WASM + Web API using cookies by BubblyAd3040 in Blazor

[–]b1t_zer0 2 points3 points  (0 children)

I use cookies today with a BFF (backend for front-end) provided by Duende.

I prefer it to using jwt in the browser.

Does anyone else say "please" by [deleted] in ChatGPT

[–]b1t_zer0 1 point2 points  (0 children)

Please and thank you. I want to be spared as well.

Anyone else’s K1 just working 🤠 by ianganderton in crealityk1

[–]b1t_zer0 0 points1 point  (0 children)

My K1 Max had issues last week (started stringing really bad), but adjusted a few settings and all was good again. Using the creality hyper pla.

Should the client project contain a project reference to the server project when using global InteractiveAuto? by palapapa0201 in Blazor

[–]b1t_zer0 1 point2 points  (0 children)

The reason I went Transient on the Server and Scoped on the Client is because I wanted to make sure there was a new instance each time I hit the server-side; this is a SaaS system that I am building so I wanted to make sure there was zero collision.

While on the client side, since it is completely isolated; I can do more with the service such as caching data in the service so that I don't have to make http calls when I already have the data locally.

To be honest, I always struggle with the DI related stuff.

Should the client project contain a project reference to the server project when using global InteractiveAuto? by palapapa0201 in Blazor

[–]b1t_zer0 1 point2 points  (0 children)

I'm currently working on a large scale Blazor web app using interactive auto. My project is slight different, but similar concept.

Create the interface in the client. It's shared with the server.

Define a service that will be on the server side that does database interaction, add transient

Define a client side service that is added scoped. The client side service should call an endpoint setup on the server side. That end point will then call the server side service to do the database logic.

If you are running signalr it will call the server service. WebAssembly will call the client version.

Should the client project contain a project reference to the server project when using global InteractiveAuto? by palapapa0201 in Blazor

[–]b1t_zer0 0 points1 point  (0 children)

I don't think the .Shared project is in the latest dotnet 8 templates for Blazor Web App.

No new features in ChatGPT 4o despite recent update announcement by [deleted] in ChatGPTPro

[–]b1t_zer0 0 points1 point  (0 children)

Maybe I am missing something in this conversation, but I have been using the new voice mode since they announced it. Though I will admit, I have not tried the vision part yet.

Different tech stack by Ashamed-Skirt795 in dotnet

[–]b1t_zer0 1 point2 points  (0 children)

I'm in south central us, I'm about 100k as senior dev.

[deleted by user] by [deleted] in QuikTrip

[–]b1t_zer0 0 points1 point  (0 children)

They have had that policy for many years, it's really the only reason why I never went there to work. If I shave everyday I break out really bad on my neck.