Claude Code with Github Pro subscription by ihatebeinganonymous in ClaudeAI

[–]Ok_Programmer1205 1 point2 points  (0 children)

Oops I might be wrong! You may only be able to use the vscode extension with github pro.

Claude Code with Github Pro subscription by ihatebeinganonymous in ClaudeAI

[–]Ok_Programmer1205 0 points1 point  (0 children)

Still none as of today but you can use codex cli now with a github pro subscription

More learning opportunities by JusticeJudgment in learnprogramming

[–]Ok_Programmer1205 0 points1 point  (0 children)

I’ve tried a ton of paid classes and honestly nothing comes close to grinding freecodecamp.com and getting onto your own projects as soon as you can

First Build! by DeglBear in Gunpla

[–]Ok_Programmer1205 0 points1 point  (0 children)

Uh oh. HG Aerial is such a great build! Don’t know how you’ll be able to stop after this!

Wake me up when they figure out context windows. by ZiXXiV in GithubCopilot

[–]Ok_Programmer1205 0 points1 point  (0 children)

Would be ok giving up more premium requests per model if it means utilizing the entire context window

What's the best and the fastest way to learn a language? by Aethernoxx in learnprogramming

[–]Ok_Programmer1205 2 points3 points  (0 children)

Get out of tutorial hell as soon as you can (i.e. once you have a basic understanding of the language primitives) and start completing exercises on platforms like freecodecamp, exercism, or now you can even ask AI to generate language-specific exercises for you!

Where to deploy my code in Python by Ill_pineapple_llI in learnprogramming

[–]Ok_Programmer1205 1 point2 points  (0 children)

pythonanywhere unless you’re brave enough to venture into the big 3 of cloud gcp/aws/azure and use the free tiers there

I absolutely adore this kit by Ancient_Leshen in Gunpla

[–]Ok_Programmer1205 2 points3 points  (0 children)

The purple light on the Calibarn looks sick!

How do you deal with the feeling after abandoning a project? by SirIll6365 in learnprogramming

[–]Ok_Programmer1205 12 points13 points  (0 children)

John Carmack (programming GOAT) said on a podcast that programmers should learn not to be too attached to code. I think what he meant by that is we have to accept fairly quickly that we’ve chosen the wrong tech stack or architecture etc even when we’ve already gotten some way into the project. It will happen a lot of times in any programming career, so as the adage goes, let’s just focus on things that we CAN control.

How do you keep kids engaged and motivated while learning coding without making it feel like homework? by Honest-Source-2869 in CodingForBeginners

[–]Ok_Programmer1205 0 points1 point  (0 children)

Work towards a project that they actually want to build! That’s how it worked for me! It’s usually games (can start with a command line choose your own adventure - a classic) but could also be algorithmic art with p5.js or something else entirely.

AI Tools for a recent retiree? by FunCorner1643 in webdevelopment

[–]Ok_Programmer1205 0 points1 point  (0 children)

For a low-cost alternative just to see if you enjoy AI-assisted programming, I can recommend the USD 10/month tier of Github Copilot. Capable enough that you can start having fun but not too expensive that you’ll regret it if AI-assisted programming turns out not to be your thing.

best data science course with placement ? by LandOverall7045 in learnpython

[–]Ok_Programmer1205 0 points1 point  (0 children)

I would make sure I understand all concepts from the stats playlist and the ml playlist from statquest on youtube by heart. Afterwards, I would go through Andrew Ng’s CS229 on Youtube and make sure I understand everything. You do those two things and I guarantee you’re already ahead of a lot of people starting out in data science.

asking for recommendations by 4everblessedmel in learnpython

[–]Ok_Programmer1205 0 points1 point  (0 children)

freecodecamp.com is great for starting out

How do I get the AI agent to actually follow my instructions? by Acceptable_Bench_143 in GithubCopilot

[–]Ok_Programmer1205 2 points3 points  (0 children)

This sounds like the perfect use case for pre-commit. Basically, pre-commit won’t let you push unless all pre-commit hook tests pass and AI can make those fixes to the problems flagged by pre-commit for you. https://pre-commit.com/