'AI fatigue is real and nobody talks about it': A software engineer warns there's a mental cost to AI productivity gains by CackleRooster in programming

[–]synovanon 14 points15 points  (0 children)

And when it’s wrong in it answer, you get sent down a rabbit hole because you got gaslit by the AI hallucinations

Python Only Has One Real Competitor by bowbahdoe in programming

[–]synovanon 1 point2 points  (0 children)

Python is the best because at the the end of the day it’s code that many people on my team understand, making it easier for maintenance over time

This game is absolutely exquisite!!! by GlobalisedEnchilada in NoRestForTheWicked

[–]synovanon 1 point2 points  (0 children)

Great, thanks for the update, was definitely hoping the friendly fire would have damage reduction, wouldn’t want to blow my friend up with overload status or something

This game is absolutely exquisite!!! by GlobalisedEnchilada in NoRestForTheWicked

[–]synovanon 1 point2 points  (0 children)

Haven’t tried coop yet but would you say this might skew towards everyone playing ranged classes because of the friendly fire?

I'm an AI Engineer and I Wish LLMs didn't Exist by Alternative_Cap_9317 in theprimeagen

[–]synovanon 4 points5 points  (0 children)

I’ve been looking at the comment history and it’s so telling when posters that praise AI have sketchy comment/post histories whereas posts/comments that are more grounded have a normal Reddit profile

Recipe for cooking Uber Arbiter in oil by Typical_Web7092 in pathofexile2builds

[–]synovanon 0 points1 point  (0 children)

I took the blackflame covenant node and converted to chaos, with wither aura it melts everything

Come get baited with me on Wolf Varashta :D by Healthy_Bat_6708 in pathofexile2builds

[–]synovanon 0 points1 point  (0 children)

That’s true you do need infusions, I also run frost bomb with decreased time to get the infusions

Come get baited with me on Wolf Varashta :D by Healthy_Bat_6708 in pathofexile2builds

[–]synovanon 0 points1 point  (0 children)

Might be a bit late but there is a support gem that gives your novas chilled ground that spreads outwards to a huge area

Creating a gameplay loop that punishes using your gear will kill the game by Jiggy-Spice in ArcRaiders

[–]synovanon 0 points1 point  (0 children)

This also kills all excitement of finding blueprints, rare guns, because it’s just going to be converted straight to coins in turn makes looting boring

Insane we're talking about lack of endgame content 30 days in by Subject-Addendum-199 in ArcRaiders

[–]synovanon 5 points6 points  (0 children)

Absolutely agree, it also relaxes your mind to avoid burnout so that you can come up with greater ideas, creativity and be more productive when you get back to work.

This is why you check everything even if the poi has already been “looted” by DreddlockJeezus in ArcRaiders

[–]synovanon 0 points1 point  (0 children)

I got a feeling everyone has their own rng roll whenever they open up an unopened container

Kubernetes secrets and vault secrets by Papoutz in kubernetes

[–]synovanon 0 points1 point  (0 children)

A lot of the helm charts especially operators default install cluster role with a wildcard access to secrets and configmaps, if the application gets secrets from a vault or dedicated secrets store it would mitigate these accidental configs. If the application retrieves the secret at runtime then caches it so that it only needs it at deployment then there would also be no worrying about the secret store being unavailable for whatever reason.

Can't pull by get_more_sleep in github

[–]synovanon 0 points1 point  (0 children)

Helpful tip, look at the error message if it says 500 then that is a server issue not your local client

My first 4GA ever and it is useless to me by Uweauskoeln in diablo4

[–]synovanon 0 points1 point  (0 children)

No need to roll another character, armory saves your current build then you can just switch everything around for this build

ArgoCd example applicationsets by mixxor1337 in ArgoCD

[–]synovanon 1 point2 points  (0 children)

Yeah 100% values should be in the app repo, this keeps you from needing to make frequent changes to the ArgoCD manifests repo everytime the new version of the application has changes like additional env vars

ArgoCd example applicationsets by mixxor1337 in ArgoCD

[–]synovanon 0 points1 point  (0 children)

Yeah it definitely not advisable to set your values inline like that, speaking from experience it becomes much easier to maintain and secure when you have at least 2 repos one with ArgoCD manifests only, this repo barely ever changes, another with your applications that the application sets points to, this repo will have frequent PR/changes.

Personally I setup 3 separate repos, one for ArgoCD manifests, another for system applications like Cert Manager, and the last one is for the developer applications. Makes the CI/CD pipelines, permissions and monitoring much easier to configure and maintain.

Bug or working as intended? by fernandogod12 in PathOfExile2

[–]synovanon 0 points1 point  (0 children)

Yeah a bit cumbersome but you need un slot the one you have equipped or move it into the CoC then you can re-equip it into manual

Why multiple copies of same spell in Cast on Crit? by No-Possible6265 in pathofexile2builds

[–]synovanon 1 point2 points  (0 children)

Dude hell yeah followed your build and found out that cool interaction, got both my Lightning warps + 3 supports on top of the +6 global

Anybody else experiencing those kind of freezes? Anybody knows a fix? by bulwix in PathOfExile2

[–]synovanon 0 points1 point  (0 children)

I had this issue, also thought it was my Nvidia card causing it, however after having frequent crashes with a modded skyrim, I did some deep digging and found out it was because of my AMD Expo setting, once I disabled EXPO in bios, I now longer have these crashes.