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

help-circle
  • I think the author of the article just haven’t understood how to use the ? operator yet, and don’t think they deserve being called “utterly incompetent” for it. Whether something is a monad or not is not necessarily something a programmer should have to think about on a daily basis IMO.

    I just think of rust errors as a tagged enum with either a value or an error. And the ? operator as syntax sugar for returning if something was an error. IMO that simple understanding is sufficient to do error handling in Rust. I don’t think we should gatekeep programming behind some intellectual barrier of whether or not you understand category theory. I certainly don’t understand what a monad is, but I can still write working software and do error handling without unwraps.



  • I tried it briefly. I like the idea of an alternative to VS code, that’s not some inefficient javascript electron app. But the focus of zed seems to be on collaboration in cloud and also pushing LLM tools. That’s not what I’m looking for. I disliked that it was impossible to hide the “log in to github” button (I don’t want to log into an editor). Irked me the wrong way.


















  • I personally think opinionated software is better. If the maintainers need to add a bunch of features to please everyone, that’s going to be more work to maintain, and more work to set up an instance for example, as you would need to consider more options in the configuration. Being opinionated allows the maintainer to focus on polishing the main functionality, instead of battling tech debt in a project that has grown larger than initially intended.

    I’ll use another controversial project as example. The Gnome desktop environment has gotten a lot of negative attention due to the opinionated implementation, e.g 3rdparty extensions/theming breaking on updates. As a gnome user myself I’ve been annoyed many times. But I’ve been using fewer and fewer extensions and gotten more used to the “gnome way” lately, and have come to really appreciating Gnome for what it is. I keep coming back to gnome after trying alternatives, as it works pretty good out of the box and is a cohesive experience.