• 1 Post
  • 31 Comments
Joined 2 months ago
cake
Cake day: October 28th, 2024

help-circle


  • kekmacska@lemmy.ziptolinuxmemes@lemmy.worldKinda sus...
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    3 days ago

    I can also understand it as a temporatory solution. I understand that Linus wouldn’t want to see his product used by russians commiting war crimes. They can still contribute to linux apps, only the kernel is prohibited. But i think if the situation gets better, russians should be allowed to contribute again. But i got much more upset on that people call Mozilla woke for its moderation efforts to combat hate speech aimed on marginalized groups. War criminals and the far-right has no place in any open-source community, as the concept itself is closer to the left wing by nature. I might be a bit unpopular with this, these are controversial stuff











  • The languages i used up until now do not have entry points (intrepeted). I know what is that, but i don’t know where they should be. Up until now, i only used llms for debugging, i’m far from correcting source code, i’m happy if i can write something that even remotely resembles to the correct structure. Also, is it a good idea to start adding smaller functions to already existing c# projects made by others on github (not to publish, just for myself, don’t want to ruin someone’s work with malicious commits). My python understanding is vague too. Only class i ever defined was a csv file reading class like class Class: def init(self, stuff1, stuff2): self.stuff1 = str(stuff1) self.stuff2 = int(stuff2)



  • The class is: algorythms and data structures. The teacher teaches just that, instead of C#. The most we had to do with c# is copying something from the whiteboard. Yet, there will be a c# test and everybody is terrified, me included. I never used python as OOP. In python we only do reading from file and creating own functions, these are the most advanced things. I don’t understand why we have to learn 2 languages at once, even 1 is a very big task for someome who is completly new to programming, and that’s how i began, and i’m still propably. And for first i just need it to work and to understand it, nothing special