• 1 Post
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle
  • Typing is one of those things that is just experience. Grab a typing test program and put in the time. It took me a few weeks, starting with doing simple things like the equivalent of jkjlj; sets until my pea brain got the minimal amount of muscle memory to be able to use it in the wild. YMMV but I can still use QWERT as well, but it feels weird and not as natural anymore.

















  • I don’t think that’s a fair comparison, the only two libraries that are related to the actual packaging system in that list is yarn and NPM. The rest of them have to do with the complexities of actually having your code runnable in the maximum number of browsers without issue. If python was the browser scripting language, it’d likely have the same issue.

    Is there a python package that transpiles and polyfills python3 to work in python 2? 2.7? 2.5?

    Also, unrelated to your comment, a lot of people are dunking on npm for the black hole that is node modules (which is valid), but also saying it’s not pip’s fault a lot of packages don’t work. It’s not npm’s fault the package maintainers are including all these dependencies, and there are some 0-dependency packages out there.