• 0 Posts
  • 207 Comments
Joined 5 months ago
cake
Cake day: July 22nd, 2024

help-circle



  • It’s Termux, basically a fully fletched terminal for Android. So you can install various tools via apt, and use them, for example yt-dlp, ffmpeg, gcc, python etc. And yes, you can also use SSH, both as server and client. I use it very often to connect to my servers on the go.

    You can even use chroot to basically run a distro of your choice.










  • Lucy :3@feddit.orgtolinuxmemes@lemmy.worldLinux and Chill
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    8 days ago

    Well - of course I prefer a centralized package manager like pacman, which I also use for python packages etc., but I mainly dislike the building process of rust, which is usually done with cargo. No libraries, not even a global cache for already compiled dependencies, no distcc. This makes it infinitely slower than most C/C++ projects. Compiling the kernel is literally faster than compiling a “simple” project like spotify_cli (500+ dependencies, depending on configuration).

    So it’s ass from a user perspective, waiting for stuff to compile (just for it to fail, and start from scratch, as some stuff needs a clean build/src dir), and imo very weird from a dev perspective.