bio

  • 13 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023





  • object oriented

    Python does have OOP but you are not at all forced to use it. You can write code in a functional or even procedural style.

    typing

    I do hate that python doesent have proper support for typing but I think weakly typed variables will actually help beginners as it is less to think about to start off with.

    indentation

    I think there are pros and cons here. In other languages it is considered good style to use indentation anyway.

    I’m sure it is difficult to teach a large class like that though. It was hard enough for me to learn with a much more favourable teacher to student ratio than you probably have. Sorry but honestly I do sympathise with admin as well.



  • uthrediitoLinux@programming.devSell us on your favorite exotic/niche distroEnglish
    arrow-up
    9
    arrow-down
    2
    ·
    3 months ago
    edit-2
    3 months ago
    link
    fedilink

    NixOS:

    • Largest and most up to date package repository (no need for flatpack/appimage/snap ect)
    • Reproducible
    • Declarative
    • Rollbacks you can select at boot time
    • No dependency conflicts

    I think it will easily be the number 1 distro if/when they can :

    • the steep learning curve (e.g. have a gui installer EDIT: As in a GUI software centre)
    • documentation
    • have more tools use nixos and have nixos in mind (e.g. there are a couple of tools that didn’t work for me because of specific C libraries not beeing present/configured on nixos that are present on other distros. some libraries implicitly expect these to be present).








  • Its really hard to day without more information. You should talk to a doctor. Some other things that could be causing this that noone else has mentioned yet(I can’t tell if this applies for you or not based on your post):

    • not enough exercise
    • vitamin d/c deficiencies (you can take supplements of vitamin d in winter time)
    • bad gut microbiome. Try to eat a variety of vegtables as well as prebiotics (fibre, oats) and probiotics (yogurt, kefir, sourdough ect).
    • try to get regular sleep. I know this is your problem but there may be some things you can do like have a set bedtime, no screens for a while before bed.

    Remember that many people have had similar problems and overcome them. You will just need to work out what works for you. Good luck.







  • In this regard, AI-generated code resembles an itinerant contributor, prone to violate the DRY-ness [don’t repeat yourself] of the repos visited.

    So I guess previously people might first look inside their repo’s for examples of code they want to make, if they find and example they might import it instead of copy and pasting.

    When using LLM generated code they (and the LLM) won’t be checking their repo for existing code so it ends up being a copy pasta soup.


  • uthrediitoTechnology@lemmy.world*deleted by creator*English
    arrow-up
    3
    arrow-down
    0
    ·
    9 months ago
    link
    fedilink

    You can install alternative android distros on an android phone that will keep updating long after the manufacturer has stopped. For example lineage OS which supports lots of devices (but not all).

    There are also Linux distros targeted to mobile devices.

    You just need to pick a device that is supported when buying.