Stun is a protocol to query the network about the topology. Turn is a protocol to route through a third party when p2p fails. Both of these are part of the ICE methodologies.
Yeah I went from notepad to visual studio to emacs to sublime text2 to vscode and finally gave up all that nonsense and got back on good IDE and got Clion. Simply the utility of the code refactoring tools completely blows any text editor out of the water. For example when I want to do a simple refactoring such as rename a function or a class I can do this trivially in seconds. I could never find anything like this for any of the editors I tried before. OK, I mean there's some clang based plugin for vscode for example but the the functions it has (such as code completion) basically almost never works and it has very little to offer in terms of refactoring.
That being said I adopted emacs style key bindings which I use continuously for the most common editing things. I find this is really the best bang for the buck and best of "both" worlds!
When I was a kid (teenager) I worked at an indoords shooting range, mind you, not real guns but just BB guns. I was supervising a bunch of school kids do some practice shooting at biathlon targets (just 10m however) and one of them had an issue with the gun with the pellet getting stuck somehow. I had a look at the gun, sorted the pellet out and fired the gun off the hip and hit a bullseye without aiming. Pure luck of course but the kids were like "woaaah" and of course I never told them that it was just luck and not my mad leet shooting skills XD
I have a feeling however that this is in fact not broken but working exactly as intended. Corporate dark pattern just to gently "discourage" problem customers from contacting them.
Because sometimes it's nice not to have to drag in a large dependency such as Qt. For example PuTTY.exe is only around 500kb and that's all there is to it.
And about 4 billion people live in the slums with no access to basic human needs much less education. Oh, how many einsteins and others are there among those people. Heck the cure for cancer could be among those people but we (collectively as a human race) choose to sideline them and throw away their potential. I think this is a huge loss to the whole human race.
I've always wondered about this, how do people just "decide" to start a company for the sake of itself. I've always though that companies are kinda grown organically, i.e. you have a problem you want/need to solve and it turns out to be also commercially viable.
I have projects like that, i.e. have been scratching my own itch. Sadly none of them have taken off financially or otherwise despite the great effort.
If I had to start a business/project just for "fast growth" I'd be totally clueless how to ago about it?
Is it just about picking the "hottest shit" whatever that is at the moment and trying to ride that wave?
Don't waste your time with these cryptic editors. Get a more reasonable editor such as Sublime Text or VSCode that allow you to install plugins for emacs/vim bindings etc.
IMHO the best bang for buck that you get with these editors comes from learning just a handful of commands for the most common stuff, i.e. open/close/save, move caret, cut/copy/paste/, switch between buffers. So with a more modern editor with emacs/vim like plugin you can have the best of both worlds, i.e. enable fast operations for the common stuff while also having sensible menus etc. for the non-common stuff. If you go "raw" emacs/vim, then everything is cryptic.