• 1 Post
  • 37 Comments
Joined 19 days ago
cake
Cake day: February 18th, 2025

help-circle

  • This is actually false, which was surprising to me upon hearing this podcast episode: The TED AI Show: AI therapy is here. What does it mean for you?

    Some people actually prefer AI counselors because they never judge, they’re infinitely patient, and they remember everything. There is a role for them. For me, while they’ve always messed up code, they’ve typically shown me a different way to attempt to do something that I didn’t think of before, which eventually led me to newfound tinkering that got me to develop working code needed for my projects.

    For this case, I think it’s the framework of AI being inserted into an existing institution that is causing this emotional stigma. If it was started separately as its own AI pep talk program or motivational system for social outreach and equality, then maybe it would thrive. So I think it can’t replace church activities simply because of their innate history.














  • AutoHotkey, it’s navigation through programs by hotkey-invoked series of smart, self-changing mouse clicks and keystrokes, though it can also do math and launch programs or put the focus on windows in specific ways. For example, I have a dynamic, template-based, weekly, ~60-slide PowerPoint builder whose clicks and keystrokes change across the screen depending on what the content is. One AHK GUI I built lets you specify how to proceed using a base template I made + a spreadsheet with data from week to week.

    I also have a URL-cleaning script that deletes all my known trackers when pasting, does URL-decoding, etc. AHK can even check for images on screen and click them or wait to proceed (like wait for the browser to finish loading before taking action, etc.). I’ve got a bunch of various scripts and have not found any cross-platform tool as remotely as easy + capable.

    However, thanks to your post and another Lemmy denizen, I now know of SikuliX! I’ll check that out…