#devstruggles — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #devstruggles, aggregated by home.social.
-
When you swear you'll solve the bug yourself... but ChatGPT is just too helpful 👀💻🐼
#CoderLife #DevStruggles #relatableaf #corporate #funny #meme #developerlife #programmerlife #developermood #coding -
When you swear you'll solve the bug yourself... but ChatGPT is just too helpful 👀💻🐼
#CoderLife #DevStruggles #relatableaf #corporate #funny #meme #developerlife #programmerlife #developermood #coding -
When you swear you'll solve the bug yourself... but ChatGPT is just too helpful 👀💻🐼
#CoderLife #DevStruggles #relatableaf #corporate #funny #meme #developerlife #programmerlife #developermood #coding -
It looks like the #SwiftUI backgroundTask modifier causes some issue. I removed it and registered the background task in the old-fashioned way, and now it works fine. 😁
#DevStruggles -
I’ve always thought that C/C++ build system is one of the worst possible, but I see that Xcode wants proof otherwise. 😆 Nonetheless, I still have a lot of code to move, so I don’t think I’ll finish before the weekend. 😮💨
#DevStruggles #BuildInPublic -
After all that, I need to create an app group for my app… All that to tinker a bit with widgets for the app. 😂 Am I doing something wrong? Is there a faster way to share code between targets or to move some code to a shared framework?
#DevStruggles #HelpNeeded #DevCommunity -
The problem with that is when the user doesn’t open the app for a day, I don’t have a way for scheduling the next reminder. I could use a background task for that, but there is no guarantee it’ll be run - thanks 🍎.
#BackgroundTasks #AppleDev #DevStruggles -
The problem with that is when the user doesn’t open the app for a day, I don’t have a way for scheduling the next reminder. I could use a background task for that, but there is no guarantee it’ll be run - thanks 🍎.
#BackgroundTasks #AppleDev #DevStruggles -
The problem with that is when the user doesn’t open the app for a day, I don’t have a way for scheduling the next reminder. I could use a background task for that, but there is no guarantee it’ll be run - thanks 🍎.
#BackgroundTasks #AppleDev #DevStruggles -
🚨 Devs are losing their minds because Microsoft decided to play a game of hide and seek with C/C++ #extensions in VS Code forks. 🕵️♂️ Meanwhile, The Register's website is so secure, it thinks you're a robot just for showing up. 🤖🔒
https://www.theregister.com/2025/04/24/microsoft_vs_code_subtracts_cc_extension/ #DevStruggles #MicrosoftVSCode #CPlusPlus #TheRegister #SecurityIssues #TechNews #HackerNews #ngated -
Ah, yes, the riveting tale of the PS3's epic quest to outwit a cookie! 🍪🤦♂️ Our protagonist, an overzealous dev with a penchant for retrospection, regales us with a #saga about ManyCore dreams dashed by a console so complex, not even a junior dev’s rose-tinted nostalgia could save it. Spoiler: It was too hard, folks. 🎮💔
https://darkcephas.github.io/ps3_failed/ps3_failed.html #PS3 #CookieQuest #RetroGaming #DevStruggles #ComplexConsoles #HackerNews #ngated -
🔍 Searching for motivation… ERROR 404. What’s your favorite way to procrastinate coding?
👕 Get yours here: https://techgeeksapparel.com/error-404-motivation-not-found-t-shirt/
#DevStruggles #CodeOrNetflix #Error404 -
"Replacement-Induced Development" (RID)
The phenomenon where the act of starting to replace a component in your stack scares the original component into working properly again.
Weirdly-specific example: Yet another frustrating bug has popped up with Celery, and in the process of finally replacing it with Huey, Celery suddenly decides to work like nothing was ever wrong. 😒😂
#Programming #DevStruggles #ReplacementInducedDevelopment #SoftwareDevelopment #Debugging #Python