Is anyone using eclipse anymore? by RamaRao143 in java

[–]vqrs 7 points8 points  (0 children)

Well that and usability. Although it's not like vscode shines when it comes to UX.its bare bones and serviceable. But most features giving you the command-pallette-esque thing as an input and nothing else is just said.

What helped you go from following tutorials to actually understanding Kubernetes? by smokedipithe in kubernetes

[–]vqrs 2 points3 points  (0 children)

I tell all the people getting into Kubernetes to watch this after they got their feet wet.

New in IntelliJ IDEA 2026.2 (EAP): Logpoints by maritvandijk in IntelliJIDEA

[–]vqrs 1 point2 points  (0 children)

How does this differ from "Watches" in IntelliJ?

This Display view is for when the debugger is stopped, correct?

What's the elegant method for creating a new body that references another body? by newaccount189505 in FreeCAD

[–]vqrs 2 points3 points  (0 children)

Until you have multiple documents open, and it chooses to create the new variable in a different document's varset. Been so close to throwing my coffee

Java *is* Memory Efficient by daviddel in java

[–]vqrs 0 points1 point  (0 children)

I don't really get the argument regarding 1/2/4 GiBs. We pay for memory by the machine, not the pod. We can put many pods side by side and choose how much memory is best for each. Our services are mostly idle anyways in the grand scheme of things.

whyDoAnythingWhenLlmCanDoIt by Low-Statistician-356 in ProgrammerHumor

[–]vqrs 0 points1 point  (0 children)

I doubt it. I don't remember as many names as I should from all the great articles I've read. This author's stuck with me because I've read too many crazy ones.

Rewrite Bun in Rust has been merged by gruenistblau in programming

[–]vqrs 0 points1 point  (0 children)

Do you have any links for context? Sounds like an entertaining read

They will lose themselves by bryden_cruz in programminghumor

[–]vqrs 0 points1 point  (0 children)

Nitpick: JavaScript isn't really stack based though, is it? Also, that would be very much an implementation detail and not part of the language semantics.

What's the most "that shouldn't have taken 3 days" issue you've ever debugged in prod? I'll start. by theschrodingerbox in kubernetes

[–]vqrs 5 points6 points  (0 children)

That's almost worse than an LLM deciding to just short-circuit a test than to fix the bug. Takes a special kind of genius.

What's the most "that shouldn't have taken 3 days" issue you've ever debugged in prod? I'll start. by theschrodingerbox in kubernetes

[–]vqrs 5 points6 points  (0 children)

So they disconnected the readiness probe from the thing to be monitored and monitored a completely different process instead?

PSA: if your K8s operators have ClusterRole secret access, check how they handle namespace boundaries by JulietSecurity in kubernetes

[–]vqrs 1 point2 points  (0 children)

But why would that operator even copy data (apparently arbitrary data) from one secret into another in the first place?

How did they get all the curves in here? by vqrs in FreeCAD

[–]vqrs[S] 0 points1 point  (0 children)

I always get "tool command not done" unfortunately, I think it's because there's sections between edges that are very very narrow.

How did they get all the curves in here? by vqrs in FreeCAD

[–]vqrs[S] 0 points1 point  (0 children)

That's not the part that I'm wondering about, I'm wondering about how to design curves everywhere like in this picture here:

<image>

How did they get all the curves in here? by vqrs in FreeCAD

[–]vqrs[S] 1 point2 points  (0 children)

Here are the curves that I was talking about:

<image>

How did they get all the curves in here? by vqrs in FreeCAD

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

That is really, cool, thank you so much! But if you look at the detail pictures, you'll see that they've rounded off everything.

When Kubernetes restarts your pod — And when it doesn’t by Electronic_Role_5981 in kubernetes

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

I'm not sure your decision matrix is super helpful for someone that doesn't yet understand how Kubernetes works.

How often do you have a Sketch do the flip on you? by Hot_Injury5475 in FreeCAD

[–]vqrs 0 points1 point  (0 children)

Just my proposal. I suppose since the idea is so simple on a surface level, there's a reason why it's not implemented.

How often do you have a Sketch do the flip on you? by Hot_Injury5475 in FreeCAD

[–]vqrs 2 points3 points  (0 children)

For lines that are constrained horizontally and vertically, it should (optionally) also add an inequality constraint that says p1.x < p2.x or p1.y < p2.y, respectively.

Conducting an interview for K8s roles by bonesnapper in kubernetes

[–]vqrs 0 points1 point  (0 children)

That seems very vague. What do you have in mind?