• 1 Post
  • 29 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2023

help-circle
  • It’s also anti inflammatory and will make you feel less depressed about the ailments it can’t take care of! It can have some negative side effects if you overdo it of course, and you can become too impaired to operate vehicles while using it, so I wouldn’t quite call it a miracle drug, but it’s still an extremely useful drug with minimal health risks. Not to mention it’s a good time, I don’t feel the need to use any other drugs recreationally since weed works so well and has so much less side effects (when used in moderation).

    A lot of people struggle with moderation and withdrawals, so I wouldn’t go as far as to say it is non addictive unfortunately, but it is a lot less addictive than pain killers that’s for sure





  • This is needlessly splitting hairs, Linus Tech Tips is absolutely part of the tech industry, and the parallels to other horror stories of the tech industry are too great to ignore. The people working on these videos are tech professionals similar to yourself, they test software similar to what you make, they have a company culture similar to tech startups, and other tech professionals consume their videos giving them influence in the tech community. They may not be doing the same thing in the industry as you are, but that doesn’t mean they aren’t part of it.












  • I just get AI to write my comments lol. I’ll paste the function or component and tell it to write comments in tsdocs format and it works great every time (I will also add to it sometimes of course).

    Don’t get me wrong, I also write clean code with good function and variable naming, but I find comments are also useful for a few reasons; they make the code even more quickly readable, they can explain why the code is the way that it is, and my favorite reason, they make it so when you hover over a reference to the commented item in an ide you get an explanation of exactly what the code does and what it expects without having to find and read the code itself