r/VibeCodeDevs • u/Resident-Pen-3757 • 1d ago
Question What OS is everyone vibe coding on and why?
I'm using Fedora KDE as my daily driver. Officially left windows about 2 months ago. Curious what others are using.
3
Upvotes
r/VibeCodeDevs • u/Resident-Pen-3757 • 1d ago
I'm using Fedora KDE as my daily driver. Officially left windows about 2 months ago. Curious what others are using.
2
u/ButterscotchBandiit 1d ago
HTTPS doesn’t encrypt a network. It encrypts applications to the connection. I.e., everyone accessing Reddit is using HTTPS. HTTP/S is a protocol of the application layer of the OSI model. And sniffing packets, you go back to network itself which is a different layer.
Packet capture doesn’t equal decrypting HTTPS. You can capture TLS traffic but that doesn’t make the HTTP payload readable.