She/her 🏳️‍⚧️

Professional cow, Linux Nerd, Hardcore Techno enthusiast. The Emporer protects us.

  • 3 Posts
  • 225 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2024

help-circle



  • I have no clue what the hell you are talking about.

    If you use your own OS it becomes much easier to get exposed to threats, since you do not have the skills, experience and resources to build a modern OS with all The required security measures yourself.

    You have the choice between a proprietary OS, where you can be very sure, that the government has backdoors implemented into the OS or between Linux where its much harder to implement any form of backdoor and if one gets introduced it usually gets noticed in no time and gets fixed. If you care about security, Linux is your only option.


  • The thing is, that these efforts usually get noticed immediately. Last year(?) someone infiltrated the xz project and implemented a backdoor that would have exposed literally everything that has internet access. Xz gets maintained by about 3 or so people and even in such a small project took several years. The funny thing is, that the backdoor got noticed immediately, since the Programm took 2 or so milliseconds longer to start up.

    Now imagine how fast a Backdoor in Linux would be noticed and how hard it would be to implement it without others noticing.







  • Absolutely this. Ai can help you learning new stuff but you still have to have the motivation to learn. I recently had to write a parser for an init file in C (which I have never used before) so I thought to myself “let’s ask an Ai, it should get something this basic done right”. Yeah, it didnt work. So I started actually diving into how C works, writing the first lines and also editing an existing Parser I got to fit my use case. If I encountered an Error I tried to fix it and if I couldn’t I would ask an LLM why this Error was happening. This way I learned way more than if the Ai would have actually given me something that worked out of the box. Especially the rewriting and debugging part taught me a lot and the AI was very useful, since it acted like an interactive teacher that could spot the Errors in your code and explain why they appeared.