• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: August 11th, 2023

help-circle

  • Never too old to learn. I think Python is a great beginner language. It has fairly broad applications, and easy to set up an environment (don’t have to download/install a thousand things, you just install python and can run the text files in terminal). I also learned by doing starting in late middle school/early high school. I always found YouTube videos to be the most engaging way to get started. I used to like thenewboston. Once I had a handle on the basic programming language, I would do easy programming challenges where you have to solve some sort of basic problem. The challenges helped me learn basics like taking in input, changing the input based on the various rules and conditions of the challenges, then outputting the proper results formatted in the right way. Also helped me to think about algorithms, etc. After that, I started learning programming through a textbook. This was helpful for understanding some of the more technical aspects, basics of memory management, what different variable types are really for, OOP, abstraction, algorithms etc. I found that leaving these advanced topics till after I had a working understanding of the programming language helped understand the concepts better, and helped me understand why it’s important to learn the concepts in the first place. I was using Java for learning most of this, which might also be a good place to start for you, but I feel like python has simpler syntax to start with. In the end once you learn one language, I recommend learning more and not being stuck to any particular language. Every language has it’s own strengths and weaknesses, and understanding the commonalities and differences will only make you better in the long run.

    Edit - now I use Go, python, JavaScript, R, Java, Julia, rust based on what I’m actually doing. It’s fairly easy to switch languages once you get used to basic syntax.


  • No Microsoft Access is/was a GUI software actually meant to have databases instead of how everyone uses Excel/spreadsheets as databases. It is a part of the office suite. It works pretty much like traditional databases but has an easier to access GUI for non programmers I guess. I don’t think it’s used a ton nowadays except for legacy processes that haven’t been updated.





  • All of that interest is from people making computers, or people who manage security. Not from people that use computers as part of their life/work (in contrast to those who’s work is entirely about the computer itself). From a usability standpoint, this type of sandboxing for every app is cumbersome and all it leads to is users finding unsafe work arounds. I used to be able to use my android phone much more as a regular computer than I can now. And I wanted to make a simple app for myself to allow me to automatically copy and catalog photos from my cameras sd card to an external HDD, and I literally cannot do this without jumping through a million permissions and API hoops on Android even though I never plan on publishing this app for others to use. It became such a pain to figure out how to get access to the folders I would need, I just gave up on the entire project. I essentially needed a tool to systematically copy and rename files, and it’s nearly impossible because of these nonsensical policies.


  • Sure except that we already have computers where every app uses the same folder structure, just with some files/folders protected with elevated permissions that aren’t accessible to every app. We already have a solution that works and every desktop OS uses. Why would mobile go for a solution that isn’t actually usable?





  • For the US: Sometimes the physician doesn’t actually control scheduling, it is done by whoever owns/runs the clinic. Also, there arent scheduled gaps because lots of things need to happen when a patient shows up. So while the physician finishes up with the last patient and is doing their documentation, an MA or RN will start intake on the next patient taking them to their room, getting vitals, etc. Then the physician sees them. So even 20 min appointments are generally longer because someone might arrive on time at 1pm, then by the time they’re checked in, in a room, done with vitals, it might already be 1:10. So there are like natural gaps that occur in the schedule. But I agree that the lack of transparency in the process really makes it difficult to stay on schedule. Ideally there’d be 1:1 appointment: documentation time for each patient, however payment structures are not designed for this. Instead they like to maximize the number of patients seen per day.



  • somethingp@lemmy.worldtoMemes@lemmy.mlMadness
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    Also to clarify, the rationale for tip based workers having a lower default minimum wage is that if they do not come up to the regular minimum wage with their tips+salary, then employer has to make up the difference. But usually they end up making more than minimum wage with the tips.