• 2 posts
  • 1.03K comments
Joined 3 years ago
Cake day: September 24th, 2023
  • It’s going to have terrible UX, a complete pain to build, the contribution process is going to be some git send-email mailing list nonsense, it’s going to expect you to have read the manual (probably in info just to be difficult) cover to cover before you even consider using it.

    But on the other hand it probably has at least decent documentation, it probably works reasonably well, and there’s zero chance of rug pulls, closed source add-ons, etc.

    Overall I would say it has negative connotations. If you said “check out this package manager, Fooly”, I’d think “ok might be good, might not”. If you said “check out this package manager, GNU Fooly”, I would say hell no. It’ll be awful.

    It’s the software equivalent of books that have “how to read this book” sections.

  • Yeah it’s clearly more than just experience. It’s at least experience + actually learning + actually caring. I wouldn’t rule out natural talent either, though I have seen plenty of smart people with poor programming taste.

    For example I worked on a C++ SDK where the guy that wrote it was clearly very smart… But he had also written an enormous god object using CRTP to inherit about 20 classes. The aim was to make it somehow modular, but it absolutely wasn’t. Clearly poor taste.

    Maybe it’s like religion. There are plenty of very smart people that believe in an imaginary friend. It’s almost orthogonal to “smartness”. Maybe taste is the same.

  • ORMs are a pain and so is hand rolling SQL queries and doing the mapping manually.

    I definitely think there’s scope for NoSQL databases where the database “shape” matches the normal struct style of programming languages. Kind of like how JSON does and XML doesn’t.

    But it seems like all we got was MongoDB and Firebase which are both shit.

    Are there any good NoSQL databases? MongoDB and Firebase don’t even have schemas.