• 2 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle
  • macOS is mostly the same as Windows in terms of updating Applications.

    The App Store is more prevalent than Microsoft Store, but you can still download an executable for most programs from the browser. Installing is a bit different since you drop the file into the app folder instead of actually having an installation executable.

    Then there is homebrew, which is an unofficial package manager, which I am using for everything, if available (which is almost all the time)







  • Well, if it gets the job done. I’d only argue about maintainability there maybe, as other devs get involved.

    In my final apprenticeship work, I also only used vanilla php and argued that it would take too much time in this project to evaluate and learn a framework and that I know the vanilla way pretty good, so it’s valid this way around.












  • Last year I had a module for ai stuff. We did things in Python and I am quite into doing things as coding standards say. My mate didn’t really care so much and just went for his style of doing things, also not really worrying about descriptive names etc.

    Well, let’s say, we weren’t having a good time.

    I also realized that I was probably too harsh and tried to go a bit more easy on it later, but many things just felt wrong.