• 0 Posts
  • 22 Comments
Joined 2 years ago
cake
Cake day: September 28th, 2023

help-circle

  • “Blame the author, not the language”

    Says the person who screams they have never worked professionally with a team before.

    There is no excuse to not use statically typed, safe languages nowadays. There are languages that let you build faster like Python and Typescript, but faster does not mean safer. Even if your code is flawless it still isn’t safe because all it takes is a single flawed line of code. The more bug vectors you remove the better the language is.




  • There is a difference between going from a GUI based OS to a hybrid GUI/console OS.

    For both iOS and Android the only difference is where things live. The processes are still the same.

    This is not the case with Windows and Linux. If you want to install something in Windows you go to a website and download an installer. For Linux, you find out if there is a package. If not you go to a website and see if there is an app image or zip file. You then need to know where to place the downloaded file, how to get it running (making it executable), knowing how to chmod and chown (it is better to have to do it like in Linux, but it is an extra step), and how to add it to your desktop (there is no right+click and add to desktop/create shortcut option in Arch based distros like there is on Windows). If there is a service component you may need to go into command line and systemctl to enable it.

    Your comparison to iOS and Android is not really appropriate.










  • Weed smokers, vapers, and smokers in general are some of the most self-centered people I have ever had the displeasure of talking to. They think their smoke doesn’t affect anyone else and fail to understand that some people find the smell nauseating. They then proceed to litter everywhere and make their smoking everyone else’s problem.

    There are obviously exceptions to the rule, but they are far and few between.


  • They may have more flavor but there is an increased risk of food poisoning or stomach issues later. On the other side of the argument, this comparison only works with higher-end restaurants as the image appears to be alluding to. Food trucks can be and often are better than restaurants that just don’t give a damn because food trucks are generally works of passion. The problem is that it is really hard to keep a mobile environment sanitized.

    Assuming you have enterprise software that actually has a budget and isn’t driven by suits then dedicated roles will get you superior software that can last a long time almost every time.

    Full stack is also slightly dangerous since you can silo entire features to a single person. The same can be said to dedicated roles depending on the setup, but the points of failure are much narrower if that one guy wins the lottery or is but by a bus.