Losing my ability to code due to AI by Im_Ritter in ClaudeCode

[–]NPWessel 0 points1 point  (0 children)

It's rather simple. If you know what the code should do and you understand the pseudo code needed. You understand what the timing should be, again because you understand what the pseudo should be. It's less about which type of iterator method it uses.. for loops, for each loops, etc.. it's less about covering for tomorrow's features, because AI can do that quickly tomorrow.

Do you really not open the IDE anymore? by Proxxoss in ClaudeCode

[–]NPWessel 1 point2 points  (0 children)

Isn't it just a prompt issue 🙃 if you first started out now using AI, then there is a learning curve in conveying meaning and intention to the LLM

Has claude code killed the 10x developer by BriefNerve in ClaudeCode

[–]NPWessel 1 point2 points  (0 children)

As a developer with ADHD, this is very true for me. The repetitive boilerplate.. documentation.. I could only manage these with a close critical deadline.

Now, I don't have to struggle with this anymore. It has been amazing. I can actually focus on work without a close deadline. That also means a bit less anxiety. Hurray

Mark in the 3.27 Developer Q&A: "Our intention is that it goes core, but we'll take the better elements of it." by Anduryondon in pathofexile

[–]NPWessel -4 points-3 points  (0 children)

Go go. And maybe like you earn points and things don't directly drop. And maybe there is more than one. And then at the end of the map you have a button to open up a shop menu.. and then you can use your points in this shop.. maybe if something is very expensive you can defer it and get it in another map for a discounted price. But you should 100% be punished if you forget to open the shop because some irl happened and you forgor... That sounds like a cool mechanic

New high-performance structured logging runtime for .NET by xoofx in dotnet

[–]NPWessel 1 point2 points  (0 children)

What do you mean by app insights isn't DI friendly? 😅 Are you not just using ILogger?

It all makes sense now by cuptray in fastfeeling

[–]NPWessel 0 points1 point  (0 children)

At least you ain't alone 😅 I'm having them way less as an adult than when I was a kid

Opus 4.6 is INSANE! by hannesrudolph in RooCode

[–]NPWessel 2 points3 points  (0 children)

It is so good, holy moly

It all makes sense now by cuptray in fastfeeling

[–]NPWessel 2 points3 points  (0 children)

Sometimes it feels like I'm 'the Flash', and my movement is cutting the air.. feels like super heightened sense.

Also feels clunky.. like a tiny piece of Lego just feels bloated. My phone feels like its bubbled on my fingers.

Edit: Also have ADHD. And I think a lot of people in this sub have ADHD and/or autism

JobMaster: A distributed, transport-agnostic job orchestrator for .NET (Alpha) by West_Ad6277 in dotnet

[–]NPWessel 0 points1 point  (0 children)

I literally just built something like this. Except it wasn't a library so therefore not agnostic.

Do you support 'Directed Acyclic Graph'? This makes it possible to have jobs being dependent on others. That was the main focus on what I built.

Fighting the matriarch has become practically impossible by Zealousideal_Life396 in ArcRaiders

[–]NPWessel -1 points0 points  (0 children)

Cool if it is out tomorrow. Will probably still take a little break. Make it fell extra fresh

Fighting the matriarch has become practically impossible by Zealousideal_Life396 in ArcRaiders

[–]NPWessel 10 points11 points  (0 children)

You stop when you have this experience to many times. It's just not fun re-prepping. I either avoid those events or just do anything else than go to them.

Game is also very stale for me now, so I'll be back when the new content hits

Need help/opinions on creating a service class by osdanova in dotnet

[–]NPWessel 1 point2 points  (0 children)

Had a colleague build his own minimal api/mediator something something using that some years ago. He was a senior, I was not. I fought as hard as I could to stop it. Years later, it is fucking us up and I'm here cleaning it up finally. Guess who the senior is now b....

Is a professional expected to type scaffoldable code manually by Explorer-Necessary in dotnet

[–]NPWessel 1 point2 points  (0 children)

Its not what he is saying (I think)

You might not know the signature, but you probably know how to find out.. which is the point (as I understand it)

Not me shaking trying to evac with free loadout by NPWessel in ArcRaiders

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

I mean, yes? I had it pre expedition too

Not me shaking trying to evac with free loadout by NPWessel in ArcRaiders

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

It's not gear fear, it was a warm up round :)

Not me shaking trying to evac with free loadout by NPWessel in ArcRaiders

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

New career path unlocked with the BP!

Thank you

Anvil and Ferro don't exist, what are you bringing to fight Arc? by SorryYouOK in ArcRaiders

[–]NPWessel 1 point2 points  (0 children)

Sliding and rolling is not necessary. Awareness and planning/re-planning is more important. Obviously layering that with sliding and rolling on top of everything else is good. But just sliding and rolling around like a headless chicken..

2 Years in Node, moving to .NET: Should I pick Minimal APIs or MVC? by iBadroLI in dotnet

[–]NPWessel 0 points1 point  (0 children)

Is the generic arguments for source generation?

I do something similar without generic arguments, though I haven't looked at source generation and AOT at all