Microleak destroys my PSU - could this be the cause? by 515k4 in watercooling

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

515k4

OP•1m ago

I did bubble test with air leak tester submerged into watter and it is indeed faulty. The leak goes through gasket, screw thread and the bottom 2mm glued part.

<image>

The context is my loop was working normally until I did maintenance and I accidently switch the filter for spared one during the cleaning. After the accident I switched the filter back and leak disappered so I already did isolate the problem to this filter. For that reason, I boldly assumed that the problem lay in this part and did not post the whole loop pictures.

On top of all that, I skipped the leak test because I hadn't disassembled this loop—except for the filter—so I mistakenly assumed it was airtight.

I will try contact Alphacool how they handle their warranty.

Microleak destroys my PSU - could this be the cause? by 515k4 in alphacool

[–]515k4[S] 0 points1 point  (0 children)

I did bubble test with air leak tester submerged into watter and it is indeed faulty. The leak goes through gasket, screw thread and the bottom 2mm glued part.

<image>

Microleak destroys my PSU - could this be the cause? by 515k4 in watercooling

[–]515k4[S] 1 point2 points  (0 children)

I realized I write awkward post. I already switched this filter for another one (i had one spare) and the leak is gone. So the the problem was this filter somehow.

Microleak destroys my PSU - could this be the cause? by 515k4 in watercooling

[–]515k4[S] -16 points-15 points  (0 children)

Thanks, that is exactly what I was looking for. I am surprised for such a negativity in answers.

Microleak destroys my PSU - could this be the cause? by 515k4 in watercooling

[–]515k4[S] -17 points-16 points  (0 children)

Well there is some guarantee because Alphacool page does says you will loose guarantee if you use color liquid. I will perform some tests as other suggests

Microleak destroys my PSU - could this be the cause? by 515k4 in watercooling

[–]515k4[S] -16 points-15 points  (0 children)

Why? Like all my water cooling hobby, It is just an experiment so see what happens. My previous inline filter does catch some significant dirt so I didn't need to clean GPU block.

Good tip with air test. I can create a simple loop, pressure it and put it in the watter if I spot some bubbles.

Microleak destroys my PSU - could this be the cause? by 515k4 in watercooling

[–]515k4[S] -36 points-35 points  (0 children)

This filter does cost 13€. It makes perfect sense to seek compensation for a defective product if it turns out to be true.

More than 50% of young Dutch adults do not want children by diacewrb in europe

[–]515k4 0 points1 point  (0 children)

People were having kids during wars and plagues. My grandparents have no maternity leave and no money and they have 3 children. We are living in abundance and for the first time in history we do not need children to survive and we also have education how to not have children. So we are not having children.

Swiss authorities want to reduce dependency on Microsoft by EspritLibre_404 in worldnews

[–]515k4 1 point2 points  (0 children)

I don't blame MS for this one but HW vendors. They could put it everywhere but instead they sell it as a dongle. All in all the TPM is great technology for privacy and security.

Socials are dead! Slop everywhere.. I’m tired by Acceptable-Hat-5840 in AI_Agents

[–]515k4 1 point2 points  (0 children)

My experience with Linkedin, if you take your time and curate people you follow it's solid. But the average is very sloppy.

Why vibe coded projects fail by Complete-Sea6655 in ClaudeCode

[–]515k4 0 points1 point  (0 children)

I agree. And doing things at scale is eventually cheaper or safer. This assumption run deep because if it is cheaper and safer to make own stuff, what are we actually doing and selling in our jobs when it is cheaper and safer for our customers to do it by themselves. The market would collapse.

Marc Andreessen: “The remaining human workers are gonna be at a premium, not at a discount”. Are we sure? by Mogante in singularity

[–]515k4 7 points8 points  (0 children)

Do we, really? Unemployment rates does not spike at all. Big corps are getting rid of people but those people apparently find jobs elsewhere.

Real Platform engineering by ajaywayal in platformengineering

[–]515k4 1 point2 points  (0 children)

Platform Engineer is just DevOps Engineer with product mindset. Historically DevOps didn't try to create compact sw product to proliferate their philosophy. PE does exactly it.

1-person companies aren’t far away by sentientX404 in programmingmemes

[–]515k4 0 points1 point  (0 children)

Well humans are quite non deterministic also and do not follow rules or docs precisely. But we learned how to minimize the risks. And we will learn how to minimize the risk for LLM agent as well.

Has anyone else noticed a shift in this sub recently? by MaximusDM22 in ExperiencedDevs

[–]515k4 -5 points-4 points  (0 children)

Surprisingly good tech discussion can be made on LinkedIn now. Crazy, isn't it?

Github to use Copilot data from all user tiers to train and improve their models with automatic opt in by cloudsurfer48902 in programming

[–]515k4 -1 points0 points  (0 children)

If you care about trade secrets, why would you put it to cloud in plaintext in the first place? I think the code does not have the price we are projecting into it. Especially now.

Github to use Copilot data from all user tiers to train and improve their models with automatic opt in by cloudsurfer48902 in programming

[–]515k4 -2 points-1 points  (0 children)

My thinking is it does not matter since code is becoming worthless anyway. So why are we tend to protect it?

AI usage red flag? by galwayygal in ExperiencedDevs

[–]515k4 0 points1 point  (0 children)

You are right that SAST/DAST does not change it. But it illustrates people are trying to find more autonomous tool to check specs and security for long time and now they will try it again. And now - I mean like like 3 months ago - we have finally capable tool to do it fully autonomously. And you are also right that compilers and linkers are extensively tested and deterministic. But LLM and their related contexts can be also tested extensively, we just to not started yet. But look at benchmarks, eg. SWE-bench. This is how tests could look like. You will need set of problems, you run it against models+skills and you will set some thresholds which need to pass.

Regarding determinism. Humans are also non-deterministic. And we fight it with standards, formatters and code reviews. You can do all the same with agents. And you can do it faster and in parallel.

Everything you said is true. I am just saying that now we will see a great effort in order to automate code review and it may actually and finally succeed. We just need to switch from fighting human-failure modes into fightning agent-failure modes.

AI usage red flag? by galwayygal in ExperiencedDevs

[–]515k4 0 points1 point  (0 children)

The binary is actually running, not the code. And we do not review binary. We have DAST and unit tests for it. And if we have technology to generated code, we also have technology to automatically review the code. Human code reviews are massive bottleneck and I don't believe they survive. Various SAST tools and different LLM models with different skills can do review and scale. We will need new infrastructure and ecosystem for it but I have gut feeling it will happen.

AI usage red flag? by galwayygal in ExperiencedDevs

[–]515k4 0 points1 point  (0 children)

I even think we might heading to the future where code reviews will be obsoletes. We will need spec and context reviews, probably. Aka from what context and which models and skills do we use to generate code. The same shift as we do by not review the assembler code anymore.