

I would say your biggest issue here is needing precise decimal point computations and using imprecise data types. Any software that requires precision in the decimals needs to use types that are made for precise decimals. No floating point error.


I would say your biggest issue here is needing precise decimal point computations and using imprecise data types. Any software that requires precision in the decimals needs to use types that are made for precise decimals. No floating point error.
There is many languages that you can build anything with… Although I’ll agree the front end side is more tedious
Now, your friend with the birlliant idea doesn’t need you anymore and can ask a chatbot to make his brilliant app all by himself!
That is definitely a great benefit of vibe coding: it’s an idiot magnet and frees up our brainspace.
I am using KDE’s Plasma 6 as a DE with Wayland. The compositor (window managers are a Xorg thing) is KWin
The shortcuts I use are Meta+Up/Down/Left/Right. I can’t remember if they’re default or if I set them this way.
I prefer to switch down to the VD with the doc on fullscreen than noving my head to another monitor
When I discovered it can be arranged in a grid, it made VDs so much more useful.
Cause a line of the same amount of VDs (9)… Ugh, not fun haha
Even though you can map each to a shortcut, it’s still tougher to use than a grid with directional shortcuts!
Maybe a cross setup would work for you if you ever need a 5th VD :)
Haha that’s fair
Although it’s a habit thing. Most of these are fixed, I never switch them to a different position. So the only ones I have to remember is A1-2 if I am using them, the rest is as easy as knowing where your glasses are stored in your cupboards.
Faster switch. Think each column being 1-3 and each row as A-C
B2 is my terminals, B3 is my IDE, B1 is a secondary IDE (for instance, DataGrip), C row is browser windows, A1-2 is temporary, not often used windows, A3 is communication apps. I mostly use A3, B2-3 and C2-3. It’s all mapped in my head so I can instantly switch to whichever VD I need.
Same. So now I am renting a place to work and it’s much better :)
People can joke about little problems of their life while knowing that there are much bigger problems in the world.


True for the phone and tablet, but for any sort of computer that is not true
I work on a laptop with virtual desktops and I am much more productive that way than with a big screen… Or two big screens.
Everything is in the center of my field of view, I know which VD of my 3x3 grid holds what. It’s much more efficient for me than bigger screens could ever be. And that is not for lack of trying!
It just depends on the person.
Okay that’s something I had no idea about hahaha


At this point I am assuming that it is actually a docker issue.
Can you show your docker daemon configuration?
Hard to tell where it is on your machine. Try ~/.docker/daemon.json, or maybe /etc/docker/daemon.json… Else look for it haha


Well this is getting weird.
Have you tried checking if your os has a resolution cashe active? If so, try to flush it.


I have read the rest of the comments to see what you already tried. I was about yo tell you to use sysctl to disable ipv6 but it looks like that is already done.
As a matter of fact, it looks like you have no ipv6 address at all. Which makes me think that your DNS config might be off, as it shouldn’t even attempt an ipv6 resolution.
Can you show me the content of /etc/resolv.conf ?
Also install “dig” if you dont have it already and show the output of
dig registry-1.docker.io


What version of Pi OS are you running?
(we can move to DMs if you wish, it will be less polluting, or stay in the comment thread if you don’t feel safe in DMs)


Looks like your Pi thinks it can use IPv6. Find where, and disable it.
I am convinced Rust haters are simply refusing to learn something new, consciously or not.
Why is transpilation unappealing to you?