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

help-circle





  • If they bought the domains and fired the people it should be easy for someone else to start a new site using the available talent pool to quickly become a relevant name as well.

    Me personally, I strongly dislike IGN because (other than all the common reasons) they force me to access a poorly translated version of their content when I’m perfectly capable of reading their originals in English, so even if they have an article I’m interested on, I can’t easily access any decent version of it because or my geographic location.













  • Speaking specifically about npm: A ton of packages used as dependencies for a million different things have very loose quality control, some even merge community PRs straight to release without checking the code in any way. More often than not I have run into packages maintained by people with no connection to the original dev and don’t even know how its code actually works.

    I remember a couple years ago I needed to read zip64 files so I picked up the zip file definition and implemented the read operation for it in the package we were using for zips. I only implemented a very small subset of the format to strictly solve my problem. I opened a pr to them saying “here’s some quickstart of you plan to add full support for zip64” - next time I checked they has merged my pr as if was and now were having folks registering issues for incomplete zip64 support.