AKA Master Patata. Full name is Farooq Karimi Zadeh

Website: https://far.chickenkiller.com/ Persian website: https://blogfa.farooqkz.com/ Mastodon: https://mastodon.bsd.cafe/@farooqkz Persian Bitcoin Cash: https://persianbitcoincash.com/

  • 6 Posts
  • 35 Comments
Joined 11 months ago
cake
Cake day: September 9th, 2025

help-circle

  • Ello Ello.

    Before anything else, I want to make it clear that choice of distro is much personal. Like choice of editor, desktop environment, color and so on.

    I am a software developer, a game developer, and also an AI researcher. And I do need low level access to the machine. Not just because I would need to but also because I want to learn.

    For me Debian Testing didn’t work out very well. I had it for Desktop usage. And most of the time, I wanted a newer version of the kernel or the software. On Debian the packages were either too new and unstable or too old. I then moved to Arch Linux which didn’t work out either. The changes were way fast there. So now I’m on Alpine.

    There are other reasons I have chosen Alpine over Debian and Arch. One thing is systemd. Tho many people are fine with systemd, it didn’t work out well for me. And as I want to learn about low level stuff on the OS, down to the kernel, Alpine is simpler.










  • oh I thought this “one generation of suffering” only happens in me country! It happens in here for non technical stuff. When some new stuff gets widespread in me country for the first time, a lot of people misuse or abuse it. An example is telephone. Another is Internet itself. And lately, coffee has become widespread in here(Iran) and people don’t know when to have an espresso and how many espressos per day is fine. There was a guy “I take 5-6 espressos per day and I’m fine”.

    In a similar way, many people spend too much time on social media rather than doing something productive.






  • Generating a working assembly code is not a big deal. People were doing it before LLMs see slightest light of the day using various other heuristics including Genetic Programming. The challenge is writing an Assembly code which you can prove works well and will continue to do so :)

    That’s why Genetic Programming is very rarely used to directly generate a software.

    Edit: But you can use GP for Machine Learning tasks. Tell it to generate a program, like an assembly code which plays chess well. Or can do a binary classification given a photo or other media.