home.social
  1. Question for developers out there. If I want to do Kernel development as a career, should I study Electrical Engineering or Computer Science?

    I recently was admitted into an engineering school and am faced with this challenging decision. It would be my dream to work for , , , , or working on Linux Kernel dev.

  2. Unfortunately, I will no longer be able financially to support @AsahiLinux 's Marcan as a GitHub sponsor after his resignation. phoronix.com/news/Asahi-Linux- . While I understand why Marcan has decided to step down, I remain hopeful that he reconsiders his decision and rejoins the project. His work was vital and invaluable. I will restart my donation if Marcan rejoins the project.

  3. Does anyone have any tips on adding a new game controller to the Linux kernel? I have this Nintendo switch knock off controller that doesn’t work but I would like to use. I tried adding the vendor and device id to xpad.c, but that didn’t work. Any ideas?

  4. I’ve fallen to the Rewrite It In ( ) movement. I’m currently rewriting my internal API (which only I use and performs absolutely fine) to move from Python + Flask to Rust + Axum because I wanted better performance.