• 2 Posts
  • 58 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.










  • Well in this example, I’d say it’s just differently formatted. The borders are not visible and Text isn’t centered.

    In the example before, I feel like it is that Sync hides the table when it is too wide/or the multiple tables are tried to be placed side by side instead of below each other? I’d also prefer the left side, probably 👍 But tables are a nightmare these days with dynamic layouts.


  • 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.