• 0 Posts
  • 14 Comments
Joined 3 months ago
cake
Cake day: December 11th, 2025

help-circle





  • It’s a very specific subset of neurodivergents, tbh. I don’t see much discussion around typically geeky topics. On Reddit, if I had a fleeting thought or question about a fictional world, I had /r/asksciencefiction. On the fediverse? No such board. The answer to that is “Oh just create it”, but I don’t have the time or the attention span to moderate such a place.






  • “passive consumers of unthought thoughts” is an apt way of putting it. With AI, it’s so easy not to think and have it think for you, even in things that you should really want to think about because it’s entertaining.

    For example, I’ve been re-watching Game of Thrones, and I wondered how things would have changed if Joffrey had a father figure in his life that wasn’t Robert, say a teacher in swordsmanship. I could spend a lot of time thinking about how Cersei would see this teacher as a rival and want him dead, whether Robert would protect that teacher because he’s making Joffrey into more of a ‘man’, whether Joffrey being trained as a swordsman would make him braver, and even if everything happened as written up to the Blackwater, would Joffrey find his courage and go out into battle, and ultimately get killed by one of Stannis’ soldiers? What would happen to Sansa?

    Or… I could just ask ChatGPT, get a quick answer, and forget all about it.



  • I wish that applied in my workplace, where the IT staff treat you like a regular user every single time and go through their little scripts when you’re clearly telling them what the actual issue is, you just don’t have permissions to fix it.

    For example, when debugging containerised .net applications through Visual Studio and Docker Desktop on a Windows system, there’s a Powershell script called GetVsDebug which gets you the files you need to debug, since they aren’t included in the installation by default. Normally, if you have admin rights on the machine, it’ll just run that script quietly, get the files and you’re set. In my workplace, Powershell scripts are banned from running from anything that doesn’t have admin rights, including Visual Studio, so it was failing to run every single time.

    IT told me to restart my PC, asking me what Visual Studio was, asking me to get a link to it on the Company Portal, trying to get my to re-install it. They even offered to get a new Laptop when I was outright telling them, “None of that is going to work. The issue is that this software doesn’t have the permissions to run powershell scripts”, but nooooope… In the end I just went looking for the script and ran it manually using my own admin privileges and from now on I only ask IT to do something if it is literally impossible for me to do it myself. Other devs are going to have the exact same issue in the future but I’m not going into that mess again.