Indeed, I’d say an algorithm split among different objects is usually an indication of tightly coupled code. Every code pattern has its pitfalls for inexperienced devs, and I think tight coupling is OOP’s biggest.
Indeed, I’d say an algorithm split among different objects is usually an indication of tightly coupled code. Every code pattern has its pitfalls for inexperienced devs, and I think tight coupling is OOP’s biggest.
I kinda get it, mod authors (and FOSS devs) often get a lot of requests for something they’re doing in their free time without pay. If they already have a backlog, they have to be picky about what tasks they take on, and they can get a bit snippy when overwhelmed with requests (or questions that might turn into one). That being said, there’s no reason to be rude.
Everyone has a limited time on this earth. Some of us don’t mind or actively enjoy spending that time learning about the technology we use. Others, not so much. I think this comic is really spot on because it’s hard to understand as a tech literate person just how little other people may know. “What browser are you using?” “What’s a browser?”
The foundational knowledge is not that tough, but when you’re just interested in getting the damn thing to work so you can get on with your life, it’s easy to get frustrated by having to take a crash course on what the hell a BIOS is before you can try to fix it. And when you learn all that just for it to still be broken, patience quickly runs out.
As long as people have the general understanding that power cycling will solve a good 75% of issues, I’m happy. I hope people give me the same grace when I pay a someone to fix my car or replace my phone screen (I love building computers, but god I hate working on phones).
I also recommend trying out FreeCAD and seeing which clicks with you. I found FreeCAD’s sketch system more intuitive, though you have to be pretty careful about your order of operations while building your hierarchy.
I agree to a point, but users also do some weird stuff that you just can’t predict sometimes.
If you ever think “an actual human couldn’t possibly click that fast”, you are wrong. Debounce your critical actions.
I respect code golfers the same way I respect a cobra, from a distance. Don’t bring that single character naming to the codebase please.
I got a Brother embroidery machine only to find that making anything other than the most basic patterns required a very pricey proprietary program. Thankfully I found Ink/Stitch, an open source plug-in for InkScape. It’s still a little rough around the edges, but after getting used to its foibles, it’s very capable with the right amount of elbow grease. The main dev is active and very helpful in their issues.
Honestly helpful when I’m feeling overwhelmed with my side project. I really started getting in my head about load balancing and hosting before remembering “chill, it’s a hobby project literally no one is using yet. You could run it off a pi in your basement.”
I imagine there are a few out there, but unicode has chess symbols so it’s certainly easy enough to do if you have a language, font, and terminal that supports it.
Melting because someone didn’t configure the right profile and now isort and black are fighting over imports.
Genuine question, how many applications are bottlenecked by the size of text files? I understand your analogy, but even a doubling in size of all your utf-8 encoded files would likely be dwarfed by all the other binary data on your machine, right?
Listen, in industry programming (and for personal projects if you want to get them done), the thief is the way to go. By all means, challenge yourself to understand each of these functions, but 99% of day to day development will not look like this.
I use InkStitch for designing embroidery patterns on Inkscape and love it, especially because commercial embroidery design programs are so expensive. I won’t lie, it’s pretty clunky at the moment, but I hope to be able to contribute to it and really polish it up.
It could be credibly called an homage if it had a new punchline, but methinks the creator didn’t know what “sanitize” meant in this context.