Every day I wake up and wonder how software as shitty as Visual Studio came to be. An extra big 'fuck you; die in a fire' to the retard who decided that every time the mouse moves over anything that's not white space it needs to block on the main thread for a couple seconds until the tooltip context loads and displays on top of whatever you were trying to work on. No, you can't change the hover delay; that's for VS Code only because fuck you.
@RegalBeagle getting some Jonathan Blow vibes here :D
@Justicar I won't claim to be a good programmer, but I'm better than whoever squirted out this steaming load.
@RegalBeagle one of the reasons i never picked up c/c++/c#.. is how hard it is to just get started when one needs all this crap.
@RegalBeagle well c is just one level above assembly, so there are a lot of guns to shoot yourself in the foot with. Go is great. i like how it got recently described by the author of c# and TS since they rewrote the TS compiler into Go. he said that Go is the lowest language possible whilst having a GC. so it has a lot of power. though in recent years i have noticed it being viewed as some tool or scripting language for simple thing and is not a "serious" language, which i just laugh off.