• 0 Posts
  • 9 Comments
Joined 1Y ago
cake
Cake day: Aug 17, 2023

help-circle
rss

Planescape: Torment

Waiting to get a better eyeglass prescription so I can read the tiny text


I started using Python ~15 years ago. I didn’t go to school for CS.

Compared to using literally anything else at the time as a beginner, pip was the best thing out there that I could finally understand for getting third party code to work with my stuff, without copy paste… on Windows.

When I tried Linux, package managers and make were pretty cool for doing C/C++ work.

Despite all that, us “regular” engineers were consigned to Windows.

We either had to use VBA or a runtime that didn’t need to be installed.



As a mechanical engineer who spent multiple thousands of hours using SolidWorks, trying to use FreeCAD felt like flying a Cessna 172 after getting used to a Citation jet.



AutoCAD is amazing once you get all your shortcuts and settings set up just the way you like it.


100% this. I used to work at a company that sold software that mechanical engineers used all day, every day in a certain field. Our app looked like the last pic but with better alignment.

People who are competent want all the things on their screen all at once all the time. They also want keyboard shortcuts.



I watched Jon Gjenset’s stream where he implemented the beginnings of a BitTorrent client in Rust and of the four hours about 25% of it was spent wrestling with quirks in serde and reqwest.

It was pretty discouraging watching a pro have to fight the ecosystem so hard.