They're not really comparable right? Wireguard being a direct vpn connection that requires you to have an open port that can reach the network hosting the vpn and tailscale being a layer on top of wireguard that handles connecting through NATs?
Feyd
Are the millennials killing car ownership!?
See there's that tricky phrasing again. Saying "not mentally unstable" instead of "mental health" gives away the game.
and we just let them crawl around society.
This is enough to tell that you don't give a shit about the people themselves and understand the authoritarian bent to this proposal.
Not because they are a troll, or bigot but because they said something UNPOPULAR.
This person's last account got banned for bigotry lol
This has been a feature in IDEs since like 2000.
I feel like like I've seen the phrase "hyprland is the most toxic part of Wayland" more than once now and I'm not sure why it's being phrased that way. Hyprland is not part of wayland, right?
Not clean code - uncle Bob is a hack.
KISS YAGNI DRY in that order.
Think about coupling and cohesion. Don't tie things together by making them share code that coincidentally is similar but isn't made for the same purpose.
Don't abstract things until you have at least 2 (preferably 3) examples of what you're trying to abstract. If you try to guess at the requirements of the 2nd or 3rd thing you'll probably be wrong and have to undo or live with mistakes.
When you so abstract and break things down, optimize for reading. This includes maximizing loading the code into your head. Things that make that hard are unnecessary indirections (like uncle Bob tells you to do) and shared state (like uncle Bob tells you to do).
Pure functions (meaning they take inputs and remit outputs without any side effects such as setting shared state) are the platonic ideal. Anything written not as a pure function should have a reason (there are tons of valid reasons, but it's a good mental anchor)
I should really read the Ousterhout book. It would be great if I could just point people at something, and it sounded decent from that discussion between him and Bob I saw the other day
Edit: I don't agree with everything in here but it's pretty great https://grugbrain.dev/
I don't have a lot of conversations with the "immigrants are taking our jobs" people. Are those same people really talking about AI killing jobs being good? Because that doesn't seem right.
With the RFC flag removed, inching ever closer to hopefully being mainlined into the Linux kernel for enhancing the Direct Rendering Manager drivers.
It's fun how people make this stupid "they're not actually rich" argument while they buy politicians to fuck everyone over.