Spyke

Replies

linux

Comment on

*Permanently Deleted*

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

science

Comment on

Signs of undeclared ChatGPT use in papers mounting

Reply in thread

I can understand why it seems the way. But the people doing academic research by and large could make a lot more money working less hard at some company, but choose instead to try to advance human knowledge.

The incentives are just terrible. When I was a PhD student, I railed against this system, but when it came time to publish, I was overruled by my PI. And I know now that he was right - success is built off publication, and the best journals have this shitty model.

I used to think that when I became boss, I wouldn't participate in the bullshit, but if any of my trainees want a career in academia, that stance would be screwing them over. The rules need to come from the top, but the people at the top, almost by definition, are the ones that have prospered with the current system.

Comment on

To deter predators...

Reply in thread

Species don’t evolve to solve a problem, they evolve randomly and sometimes that solves a problem for them.

Eh... they mutate randomly, and then selection acts. If there is variation that solves a problem, selection will promote that variation.

Evolution is very much not random, it is a direct consequence of variation and selection. This does not mean that they evolve to solve problems, but problems often drive evolution.

science

Comment on

Major Study Claims to Identify The Root Cause of Obesity: Fructose

Reply in thread

The problem with poverty is easily solved: people just need to earn more. Easy!

The problem of depression is easily solved: people just need to be happier. Easy!

The problem of obesity is easily solved: people just need to eat less. Easy!

I can solve war too - people just need to fight less! And death: people just need to age less!

Man, someone get me a McArthur genius grant already!

science

Comment on

Major Study Claims to Identify The Root Cause of Obesity: Fructose

Reply in thread

Wait, you're saying that there are nuances and subtleties that my simple solutions don't take into consideration?!?

/s (I didn't think this was necessary, but given your response...)

Clinical depressionObesity, on the other hand, is caused by various complex chemical imbalances influenced by various environmental and social factors, so you can't simply disentangle yourself from those chemicals and circumstances

Yep, exactly!

Do you seriously think that eating - arguably one of the most fundamental and instinctual things that living things do - is not subject to complex chemical, environmental, and social factors? Really?

The solution "don't eat so much" really is as naive as telling a clinically depressed person "just be happier" or telling a poor person "just go earn more" or telling Israelis and Palestinians "just don't fight do much".

Yes, the solutions really are that simple, at one level, but pretending like the knowledge of this solution gets us anywhere in terms of actually addressing the problem is just silly.

linux

Comment on

*Permanently Deleted*

Reply in thread

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.