• 1 Post
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle





  • I don’t have any particular allegiance to rust, though once it’s set up, being able to install through cargo rather than being to figure out whatever package manager or build system is nice, especially on various HPC environments where I don’t have sudo.

    Btop does look cool though


  • What I mean is that many of them have basically the same functionality with the same arguments. I don’t mean I have pristine memory for the differences, but things like alias ls="eza" is basically a drop in replacement with some added features. So when I’m on a server without it, everything is basically the same, just less fancy.

    Helix and fd are an example of the other pattern - they are huge improvements over existing tools, to the point that when I’m forced to use the basic ones, I’m actively crippled. But as an argument not to use the better tool day-to-day, this doesn’t make sense to me. Why would I force myself to suffer 95% of the time to save myself from suffering 5% of the time?

    I mean, for helix/vi it’s even clearer. Vanilla vi is basically unusable for me anyway, and I needed a huge number of plugins to be serviceable - on a basic cluster environment, I’m going to be crippled anyway, so…


  • kevin@mander.xyztoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    11 months ago

    they either don’t improve upon or add functionality that’s not available, or simply add eye candy. Gaining pretty colors is nice, but not worth losing familiarity with ubiquitous tools.

    The thing I like about a lot of these is that I don’t lose familiarity with existing tools. When I end up on a cluster that doesn’t have them, I’m a bit annoyed, but I can still operate just fine.

    The principle exception to this is actually fd - I now find find (har!) almost unusable without having a man page open in a separate terminal. But that’s because fd is so much more ergonomic and powerful, I would never give it up unless forced.


  • kevin@mander.xyztoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    49
    ·
    edit-2
    11 months ago

    Yes. The only things I use regularly that aren’t aliased to or replaced by a rust-built tool are mkdir, ln, and rsync.

    • cd: zoxide
    • ls: eza
    • cat: bat
    • grep: ripgrep
    • find: fd
    • sed: sd
    • du: dust
    • top/htop: btm
    • vi: helix
    • tmux: zellij (or wezterm mux)
    • diff: delta
    • ps: procs

    Probably some others I’m forgetting








  • Those are 2 different animals btw, not one like you’re making out.

    This makes it worse, not better. If it were one, it might be chalked up to a fluke.

    What is the difference between “gruesome” and “horrific”? Is “horrific” allowed?

    No, certainly not.

    Again though - this is testing. This is the entire point of it.

    No. Animal suffering is absolutely not the point. Humane treatment of animals does not mean that they will never suffer - they will. I’m not against using animals in experiments, indeed I’ve done so myself. Humane treatment means that you put in the effort and bear the cost of minimizing suffering to the extent possible.

    Like I said - would you rather they just jumped straight to human trials and this happened to people?

    This is not the trade off. There is a wide spectrum of behavior between “never test on animals” and “treat animals purely as tools.”





  • I really understand this as a starting position, but it can definitely be taken too far. I feel like the details matter a lot.

    A few years ago there was a big dust up in the Julia community when they wanted to add a small amount of telemetry to the package servers - basically the plan was to identify real users from things like CI runs, and to be able to identify the number of unique users , which matters a lot, especially for grant writing (and a lot of academics use Julia, so this would be a boon to the ecosystem).

    The core devs were super up front about it, offered easy opt-out, and even were receptive to a plan that would switch from unique identifiers for downloaders to some scheme that would give an accurate count without the ability to trace a particular download to a particular user, but a couple of prominent members of the community were incensed.