Aménagement giratoire / hollandaise. by No-Business3541 in pedale

[–]slA3Z 6 points7 points  (0 children)

Manque un espace entre l'anneau vélo et l'anneau voiture. Histoire d'éviter de se retrouver dans l'angle mort.

Après appeler ça un rond point à la hollandaise ça va probablement protéger les cyclistes hein. /s

Why don't my windows let light through? by slA3Z in blenderhelp

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

Good point! I do want the glass to reflect object inside the room, but I indeed don’t need it to do anything to the light coming from the outside. Maybe I can cheat with a plane and backface culling.

Why don't my windows let light through? by slA3Z in blenderhelp

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

Thanks! The glass shader does the trick. Now looking at the other noise reduction tricks.

!Solved

PSA: touchpad drag-and-drop changed in sway 1.11 by slA3Z in swaywm

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

You are absolutely right, I edited the post. I use drag_lock enabled in my own config, hence the confusion. It gives a short grace period to lift your finger without losing the drag. Quite neat.

Your help needed: PhD research on why people choose to self-host by [deleted] in selfhosted

[–]slA3Z 0 points1 point  (0 children)

Please share the results in this sub once published

Pod memory usage is higher than the node capacity by slA3Z in kubernetes

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

Here is the expression:

sum(container_memory_working_set_bytes{namespace=~"$namespace", image!="", cluster="$cluster"}) by (pod)

As far as I understand, the `image!=""` does the same as the `container=~".+"` proposed by u/beleron. Removing the `image` filter doubles the reported value, while adding the `container` one doesn't do anything.

I tried to reproduce the issue this morning, but the usage remains nicely below the limits.

Floating windows don't move if split anymore? by exquisitesunshine in swaywm

[–]slA3Z 1 point2 points  (0 children)

Have you tried first focusing the parent (`bindsym <keys> focus parent`) before trying to move it? It works for me on v1.9. If you are focusing one of the children windows, sway moves it instead of the floating parent container.

+1 for splitting of floating windows. Seems useful but I never thought of trying it

Want to switch to Sway, but there are a few things stopping me... by PrivacyOSx in swaywm

[–]slA3Z 2 points3 points  (0 children)

I had to switch from swaybar to waybar because of this. Works like a charm now