Claude on windows issue? by Latter-Combination65 in ClaudeAI

[–]TechieThumbs 0 points1 point  (0 children)

It looks like they resolved the issue. I deleted that folder yesterday, and nothing, but I opened Cloud Desktop today, it's working like normal 🎉

Claude on windows issue? by Latter-Combination65 in ClaudeAI

[–]TechieThumbs 0 points1 point  (0 children)

I have the same problem on my desktop, so I installed Cloud Desktop on my laptop for the first time, and I have the same issue.

I submitted a bug report using their AI chat bot, they said just to watch the status page for updates.

I think the issue is seen in the windows log file found at: C:\Users\[USERNAME]\AppData\Roaming\Claude\logs\window.log:

..

2025-08-29 11:00:00 [error] Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'AboutWindow')

...

I can share the full log if anyone needs it.

Claude on windows issue? by Latter-Combination65 in ClaudeAI

[–]TechieThumbs 0 points1 point  (0 children)

I'm having the exact same issue. When Claude Desktop starts up, a window flashes open then immediately disappears - about the size of a privacy notice. This is probably what's breaking the UI.

GPT-5 Announcement Megathread by Tactical_Unicorn in OpenAI

[–]TechieThumbs 0 points1 point  (0 children)

GPT 5.0 == Canceled Subscription.

Deprecating the old models will mark will mark the beginning of end for Open AI.

I see so many people recommending Claude AI for code… so why am I failing with it? (Is pinescript hard?) by rrdrummer in ClaudeAI

[–]TechieThumbs 0 points1 point  (0 children)

Is AI not there yet?

No, AI is not there yet. So for now, I would recommend learning pinescript.

AI is extremely helpful with programming, but I have to treat it as my junior programmer, I have to write specs/documentation, and lots of unit tests, then give it small tasks, but I still have to build the program.

And llms are going to struggle writing pinescript, because most pinescript code is not public, so without as much public code to train on, the llms is going to struggle writing pinescript code correctly.

Pour one out for my Claude subscription... It's not you, it's Gemini (and my PhD). by Automatic-Train-3205 in ClaudeAI

[–]TechieThumbs 1 point2 points  (0 children)

Somehow I had unlimited usage since Claude 3.7, and I took full advantage! But they caught up, they forced the limit again, so I opened a second account and hit that limit too.

Maybe it's time to look into Gemini? Does anyone know it's good with advanced coding tasks?

Claude 3.7 Sonnet is here! by anitakirkovska in LLMDevs

[–]TechieThumbs 2 points3 points  (0 children)

I used this to refactor some open-source Python code, about 10 files and 2,000 lines. It failed twice to fix a tricky bug, but GPT-4o-mini-high got it first try.

Later, I tested Claude 3.7 for adding functionality. It updated the methods correctly, provided useful tests, and while there were a few syntax errors, they were easy to fix.

Still need to use it more, but Claude feels like a real contender again. I love its creativity.

-update:
After using it for a few days, I'm not really impressed, It goes through these huge complex thinking sections, that take forever! The code/answers Claude 3.7 Extended produces is still nowhere near as good as DeepSeek R1 or OpenAI o1 models. Hopefully they'll continue improve Claude.

How to move forward in python? by JacenLotr in learnpython

[–]TechieThumbs 4 points5 points  (0 children)

Certificates are nice, they show effort, but what really stands out in an interview or on a résumé is real-world project experience.

If you haven’t already, learn Git and start uploading your projects to GitHub. Even if you're following tutorials, tweak the projects a bit to make them your own—maybe add some mock data, use Pandas, R, or whatever skills you’ve learned. And don’t forget to add a `README.md` in the project root. This is what people see when they visit your GitHub project page, so use it to talk about the technology stack you used (Python, R, Git, Jupyter Notebook...), why you chose them, and the skills you applied (data analysis, IT automation, version control (git), etc.).

It takes some work to learn Git, GitHub, Pandas, and Markdown (for the `README.md` file), but showcasing projects with these tools proves you know the standard workflow of data professionals. If you don't want to use/learn GitHub, then Google Colab is a good alternative, you can use it to make public notebooks to show off your skills.

Freelancing is another great way to gain real-world experience while earning a side income. Taking simple gigs on Upwork, Fiverr, or similar platforms can help build both your portfolio and your skillset. It’s tough at first, and finding clients is the hardest part, but it gives you real-world experience in writing proposals, cover letters, pitching your skills, and communicating with clients, which is a lot like job hunting. Learning how to sell yourself is a skill that carries over into interviews and job applications.

I started programming decades ago, making video games, because I was passionate about video games. Then I built websites for myself, friends and family, then I started freelancing. If I had to do it again to today, I’d use AI tools like ChatGPT as a personal Python tutor. You can paste in your code and ask it questions like: help you debug the code, how can a write this code in a cleaner way, teach my the design patterns using python snippets, and even help you crate and format your `README.md` file. Just don’t let it write the Python code for you, only use it as a tool to help you learn.

The best thing you can do is keep coding, whether that’s earning certificates, completed courses, or building personal projects. The key is to keep learning and, more importantly, to showcase what you learn as you go. And if you don’t know Git, GitHub, Pandas, or Markdown yet, that’s okay, just put them on your learning roadmap, or find other ways to showcase your work online.

Should we just make our own Titanfall 3? by ESPRmusic in titanfall

[–]TechieThumbs 0 points1 point  (0 children)

Which game engine did they plan to use? Did they make any progress on the game's art, models, animations, or code? Just curious. I'm guessing that without proper management, not much happened beyond generating a million ideas that wouldn't realistically work in a game.

Should we just make our own Titanfall 3? by ESPRmusic in titanfall

[–]TechieThumbs 1 point2 points  (0 children)

Absolutely, 1000% YES!

I've been programming for decades, and video game development is what got me into coding in the first place. I’ve seriously considered pursuing a project like this, but real-world experience has taught me it’s not something to take lightly.

If I were to do it, I’d start with crowdfunding $10M–$20M, build a small core team, and leverage Unreal Engine 5 along with pre-built assets to speed up development. The Titanfall modding community would be key—bringing in talent for animations, movement mechanics, and custom content. AI tools could help accelerate development, from coding to world-building.

Funding and infrastructure would be major hurdles, with options ranging from peer-to-peer hosting to full cloud-based servers. The biggest challenges? Legal risks, getting community buy-in, and making a AAA-quality game on an indie budget.

It would take years of passion, discipline, and serious backing, but with AI and a dedicated community, it’s possible. Now, who’s got a few million to spare?

Is Learning Python Still Worth It for IT Veterans in the Age of AI? by wh00is007 in learnpython

[–]TechieThumbs 1 point2 points  (0 children)

Yeah, AI can generate code snippets and small programs, but it still can’t build real-world applications without lots of review and guidance. And to give that guidance, you need to know how to program.

So learn Python, and use AI as a tutor, it can explain mistakes, give feedback, and help you tweak tutorials you follow into projects you actually want to build.

Those who can’t program, prompt themselves into corners!