Scrap’s cat

  • 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle






  • Boomer, here. The fediverse is the first thing I’ve seen that has the potential to replace the old USENET (also a federated system). Unfortunately, Lemmy has similar weaknesses/vulnerabilities to USENET which was destroyed by SPAM, high resource (compute, bandwidth, admin time…), and an influx of newbs (AoL).

    Like reddit, Lemmy discourages long lived threads, which is unfortunate. But the longer Lemmy remains the home of linux geeks, the better, IMHO. I don’t have a burning need to see the newest pop culture memes.













  • 50k lines is, IMHO, way too large for a bash script. I’d switch to python long before before that. Bash is primarily an *interactive shell. Bash has a lot of nice scripting capabilities (that few are aware of, let alone use) but its primary use is not as a programing language. As far as standard libraries go: sed, awk, grep, curl, netcat, etc… provide plenty of advanced capabilities. That’s the Unix philosophy, lots of small utilities that each do one thing well and that work with streams of bytes as i/o. Tie them together with a powerful shell, and an ordinary user can do quite a lot without “programming”. Is the Unix philosophy perfect? No. Has it proved to be the most flexible and successful compute environment developed for over 50 years? Yes.