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

help-circle
  • What worked for me is learning some better letterforms from some free images from the Write Now book (by Getty-Dubay) on italic cursive. It’s a different kind of cursive from the awkward one I was taught in school, and it’s a lot easier to write and read.

    I think the biggest improvement in my handwriting was just finding letterforms in that book that are both easy to write but that are also more clearly distinguishable when you write quickly. For example, just putting a little curl at the bottom of my lowercase T’s, I’s, and L’s made them a lot more aesthetically pleasing but also more clearly distinct from other letters.

    Once you find some letterforms like that, it just takes a little practice to rewrite your muscle memory.




















  • Learning new programming languages is an awesome way to expand your programming brain. If you want to stay in the same scientific computation niche, you can check out Julia or Mathematica. If you’re just looking to broaden your horizons, the world is your oyster. For me, learning Clojure really cooked my noodle but made me a much better programmer since it taught me functional programming.

    Also, just read other peoples code! You can learn the conventions that way. Though for you it would best to find other products within your niche, because I’m not sure if general web dev code would be super helpful.

    There are techniques that are broader than any single language’s conventions, and I think learning those are how you can improve. That’s hard to teach, though, and it comes from experience with a few different languages, in my opinion.

    And honestly, I can totally respect the “conventions be damned” attitude, because at the end of the day, you’re trying to make something that works, and if nobody else is reading that code, you’ve made the right trade-off.