• 29 Posts
  • 321 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle










  • I have considered this approach, but there are several things I had issues with.

    • there is still a degree of latency. It’s not a deal breaker, but it is annoying
    • clipboard programs don’t work. They copy to the remote host’s clipboard. I bet there’s a solution to this, but I couldn’t find it from spending a limited time looking into it.
    • in the rare case the host is unreachable, I am kinda screwed. Not a deal breaker since its rare, but the host has to be always on, whether the git solution only requires it to be on when it syncs

    To address the issues you brought up:

    • less commits: this would be resolved by squashing every time I make a commit. The auto save commits will be wiped. If I really hated commits, I could just amend instead of commit, but I rather have the history.
    • forgetting to git pull: the hooks I talked about will take care of that. I won’t have to ever worry about forgetting anymore.





  • What definition of race are you going by?

    Oxford dictionary: “a group of people who share the same language, history, culture, etc.”

    Merrian Webster dictionary: "any one of the groups that humans are often divided into based on physical traits regarded as common among people of shared ancestry

    Also: a group of people sharing a common cultural, geographical, linguistic, or religious origin or background"

    Are you really still using debunked race science concepts in 2024?

    Just because you group people based on a different construct does not mean you aren’t racist. What’s next, islamophobia is okay too?



  • What does a programmer need?

    • a text editor or IDE
    • language specific tool chains for building, running and testing your code

    This doesn’t seem to be something a distro can solve beyond making it possible to install this stuff.

    Maybe the closest is nixos, because it allows a lot of flexibility in setting up different development environments that are fully reproducible. Gentoo is also close, as it allows the same but in a different way (without the extent of reproducible guarantees).



  • matcha_addict@lemy.loltoLinux@lemmy.mlA word about systemd
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 month ago

    Two questions:

    • do you admit that, comparing only its functionalities as an init system, systemd provides no benefits over alternatives?
    • what non-init functionalities does systemd provide, which are necessary and beats competition from other software that provides those features?

    Sure, the alternative init systems don’t provide non init functionalities, but other software probably does.