• 0 Posts
  • 13 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle









  • I just replaced my windshield wipers last night and it was a nightmare. The wipers I got are supposed to be universal, which means the little plastic bit that connects to the wiper arms has a bunch of little sub parts that you’re supposed to remove based on what wiper arm connection your car uses. Well, considering I’m not well versed in modern wiper arm connection standards, and I’m also stubborn and don’t think you should need to dig out your car manual just to change your fucking wipers, coupled with the fact that the instructions that came with the wipers are just 6 wordless diagrams vaguely showing you what bits to remove based on which esoteric wiper style your car uses, I struggled with those sons of bitches for like 20 minutes in below freezing weather.



  • Doing something distro-specific in an install script for a single binary seems a bit overcomplicated to me, and definitely not something I want to blindly pipe into my shell.

    The bun install script in this post determines what platform you’re on, defines a bunch of logging convenience functions, downloads the latest bun release zip file from GitHub, extracts and manually places the binary in the right spot, then determines what shell you’re using and installs autocompletion scripts.

    Like, c’mon. That’s a shitload of unnecessary stuff to ask the user to blindly pipe into their shell, all of which could be avoided by putting a couple sentences into a readme. Bare minimum, that script should just be checked into their git repo and documented in their Readme/user docs, but they shouldn’t encourage anyone to pipe it into their shell.