• 1 Post
  • 19 Comments
Joined 4 months ago
cake
Cake day: January 31st, 2025

help-circle

  • You are correct. But without defending Stack Overflow, I feel the need to point out that the arrogance and condescension is by no means limited to their platform. I’ve been on several “support” pages that were the same or worse. For example Evernote’s “support”. It wasn’t “officially” hosted by Evernote, but had the Evernote logo everywhere . The most common phrases I remember from there are the equivalent of:

    • “The Evernote devs don’t read this site, so you’re wasting your time trying to appeal to them here.”
    • “That’s stupid, why do you have that problem?”
    • “No, you don’t want to do that.”
    • “No, you don’t want that feature and neither does anyone else.”
    • etc.

    I can only guess that asking moderators deal with the internet public for no pay is more than reasonable people are willing to do. So we wind up with unpaid people with people skills equivalent to 13 y.o. boys put in charge. Their only compensation being allowed to troll users and feel they have power over some small portion of other people. My guess is they eventually grow older and move on to being in charge of a homeowner association.




  • Honest question: I haven’t used AI much. Are there any AIs or IDEs that can reliably rename a variable across all instances in a medium sized Python project? I don’t mean easy stuff that an editor can do (e.g. rename QQQ in all instances and get lucky that there are no conflicts). I mean be able to differentiate between local and/or library variables so it doesn’t change them, only the correct versions.



  • That sounds like a good plan, except for the cautionary tale of the Golgafrinchams from Douglas Adams’ The Hitchhiker’s Guide to the Galaxy:

    Golgafrincham was a planet, once home to the Great Circling Poets of Arium. The descendants of these poets made up tales of impending doom about the planet. The tales varied; some said it was going to crash into the sun, or the moon was going to crash into the planet. Others said the planet was to be invaded by twelve-foot piranha bees and still others said it was in danger of being eaten by an enormous mutant star-goat.

    These tales of impending doom allowed the Golgafrinchans to rid themselves of an entire useless third of their population. The story was that they would build three Ark ships. Into the A ship would go all the leaders, scientists and other high achievers. The C ship would contain all the people who made things and did things, and the B Ark would hold everyone else, such as hairdressers and telephone sanitisers. They sent the B ship off first, but of course, the other two-thirds of the population stayed on the planet and lived full, rich and happy lives until they were all wiped out by a virulent disease contracted from a dirty telephone.

    /s



  • I think C-suite’s maniacal push to be early adopters of an unproven technology reveals just how bereft they are of good ideas.

    Any leader with business sense would say, “Ok, we’re doing good now. Let’s investigate AI and see if/how it can help our business. Also, fuck no I’m not gonna go online to tell everyone what we’re doing because that would only tip off our competition.”

    Instead, what we’re seeing is a large number of C-suites thinking AI is fullfilling their wet-dream of firing everyone else and driving their stock prices to infinity by verbally masturbating in public media.




  • In the earlier days of StackOverflow, the founders try to fight the toxicity. I don’t know whether they got overwhelmed or just gave up, but the trolls wound up taking over. Maybe good moderators aren’t willing to put up with both overwhelming toxicity AND no pay.

    I still love what StackOverflow once was. I tried coming back and giving a chance a few times. My last question got “answered” by people who clearly had not taken time to read the question. After updating the question with, “Note: I’m am NOT talking about ‘X’, its subtle, please read the question fully.” I was told that I didn’t know what I was talking about.

    I eventually figured it out and didn’t bother posting the answer to the issue. Fly-by answers by people just looking to improve their stats made continuing to interact with SO frustrating and pointless.



  • … I start high level (Python, Lua, GDScript, etc), then move the slow, stable bits to something faster. That’s a really effective flow, and at the end, I get a great scripting interface for my game.
    That’s the way to do it. “Premature optimization being the root of all evil” and all. Something that is slow but works is always better than something fast that doesn’t.”

    But then, given the complaints, I’m not actually sure they do want to build a game, I think they really want to build a language, and maybe an engine.
    And there’s nothing wrong with that. I personally find no interest in programming for programming’s sake. I need a problem to solve first. But what if I don’t have a problem to solve? Create one! Generating a problem is a valid way to let myself “enjoy” the combined agony/pleasure of programming.



  • [Begin Soapbox]

    1. If your idea of demonstrating your programming creds online is bashing Python for being “too slow”, you’re just revealing that you don’t understand your job as a programmer.
    2. A programmer’s job is to figure out a good language to use for the application. Notice I didn’t say, “the best language”; because there isn’t one.
    3. Python too slow for your application? Great. Uncheck that box and investigate any of the innumerable other languages out there.
    4. There’s not a good language for your application? Some Really Good programmers create their own language. Other Really Good programmers just use assembly for fuck’s sake. If Margaret Hamilton can land people on the Moon in 1969 using 16kB of government hardware, you should be able to code a video game with computers several billion times more powerful. Or just ask ChatGPT to do it for you. I’ve read good things about it online.
    5. Never underestimate the utility of just requiring everyone to buy faster hardware to cover up crappy programming/business decisions. It’s been done since the first caveman programmed a computer by striking two transistors together.
    6. Most programmers have to make due with what they’re provided with at work. If you’re at work, get back to it and figure out how to solve the problem. That means stop your posing online about “there’s no programming language good enough for my application”. If explaining to your boss that you need a different approach didn’t work, work on your resume instead.

    [End Soapbox]





  • Friend running latest M4 Max Studio. Studio display configured as main monitor connected to 1st TB5 port. Secondary Dell 4k monitor connected to HDMI.
    Latest MacOS thinks the HDMI monitor is on, even when it is powered off. This means that a second Firefox window on screen 2 is unreachable without powering on the second monitor. Would be nice to have a feature that would return all open windows to the active screen(s).
    Better yet if there was M-TAB or M-` would show the second window and open it on a screen that is actually on.
    Big hassle for multi-monitor setups. Thanks for taking the time to do this.