

I have some issues with WaPo’s reporting at times, but honestly, how do we expect to fund quality journalism if we never pay for news?
I have some issues with WaPo’s reporting at times, but honestly, how do we expect to fund quality journalism if we never pay for news?
To be fair even the most technically adept person can have tunnel vision where they start digging before ruling out all the simple stuff. Yes it can feel tedious and a little condescending to follow all those steps, but you get humbled the first time it really is just an unplugged cable.
I feel like there’s a specific peak between total technical ignorance and a weary understanding of how fickle technology can be. On this peak is the height of arrogance, where you believe you’ve really got everything figured out. Part of learning is understanding that, yes, sometimes you really did just forget to plug the modem in.
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.
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.
You take that back, python is my homie!
In all seriousness, I freely admit that I’m biased towards python because it was my first language and remains my favorite. I use an IDE for anything but the simplest scripts, so I’ve very rarely had any issues with spacing.
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).
So much this, even if we saw automation replace millions of jobs tomorrow, it would take years for any meaningful shift to support those out of work. On the other hand, even some conservatives are interested in 32 hour work weeks. Baby steps are the most we can realistically hope for.
Honestly that mod torpedoing the whole movement with a dumb interview and forcing the rebrand to work reform was probably one of the best things that could’ve happened.
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 tried it for a moment, made games stutter like hell, switched back. I know I need to go in and figure it out at some point, but it’s hard to muster the energy when X, for the most part, works fine.
From what I’ve seen, it probably has to do with my Nvidia GPU.
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.
I’m learning that I’m just enough of a front end dev to make a very ugly site. Navigating all the various CSS and JS frameworks feels like pulling teeth.
At our company, the person who specializes in that is dubbed Software Architect. Every dev is expected to uphold those values to a certain degree.
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.”
Dude can pry my debugger from my cold, dead hands.