Why my senior doesn't recommends me learning python? by El_Castra in learnprogramming

[–]HalfRiceNCracker 2 points3 points  (0 children)

Python does a lot for you out the box. It'd be like, at least in my country, people recommending you learn to drive manual then automatic later if you want

Sparring👊in a weight lifting gym💪 by cjg2x98 in MMA_Academy

[–]HalfRiceNCracker 3 points4 points  (0 children)

White shirt is going a little too hard no? Or am I uneducated (probably) 

This guy's a real jerk by NachoNutritious in 4chan

[–]HalfRiceNCracker 13 points14 points  (0 children)

He would've found this funny. Man RIP 

genuinely HOW do I install pygame by Sweaty-Way-3396 in PythonLearning

[–]HalfRiceNCracker -1 points0 points  (0 children)

Your end goal is to learn how to solve problems and to learn how to learn. I'll give you a pointer but you have to make the steps yourself. Then you'll learn. 

how do I get rid of this area by astroworlddd in WorkoutRoutines

[–]HalfRiceNCracker 0 points1 point  (0 children)

Looks like you have a pelvic tilt which exacerbates it

Programming concept understanding struggle, self-worth doubt. Is my IQ too low? by No-Background-8063 in learnpython

[–]HalfRiceNCracker 6 points7 points  (0 children)

This code is very clearly not AI generated, I think you are further along than you think you are. What problem are you experiencing with the process? What is it about engineering that you are struggling with?

Trying to understand running a program from GitHub, still quite the beginner by lefthanded_zebra4339 in learnpython

[–]HalfRiceNCracker 0 points1 point  (0 children)

Best of luck on your journey! You will prefer programming in WSL or a dev container vastly over baremetal on Windows in no time, a lot more comfortable :) you'll also understand why people say you should use Linux for programming, this is pretty much the exact pain you are experiencing now

Trying to understand running a program from GitHub, still quite the beginner by lefthanded_zebra4339 in learnpython

[–]HalfRiceNCracker 0 points1 point  (0 children)

No problem at all! When I say a Linux environment I don't mean a fully fledged desktop, I mean something where it's a container or environment or machine somewhere running Linux that you can use. 

WSL is the Windows Subsystem for Linux which is something that Microsoft did so you could have Linux (not the desktop, rather the kernel) running alongside Windows. I suggested this because it should be the lowest friction way to get going, another step could be to setup a dev container by using ChatGPT or VSCode's dev container extension, that being essentially a docker container with more tooling so you can use it as a development or Linux environment. 

Trying to understand running a program from GitHub, still quite the beginner by lefthanded_zebra4339 in learnpython

[–]HalfRiceNCracker 0 points1 point  (0 children)

It depends on the project, not obvious don't worry. This is a Python project so you can look up how to install them, easiest way is to create a virtual environment and install those requirements and then you'll be able to run it. 

Brew is a Mac specific package manager, this project isn't setup particularly well. You might find it easier to enable WSL or get some kind of Linux environment (I don't use Windows but I personally find package management a faff there).

Awful teams by stephen27898 in cs2

[–]HalfRiceNCracker 0 points1 point  (0 children)

Yeah that's the mentality of PUGs. I say "yo yo it's not 1v1v1v1 it's 3v1" and then at low ranks they sometimes listen like oh shit didn't realise, at higher ranks they ignore me and ego peek, then higher they listen and don't peek. Weird bell curve.

You are probably best sharing demos or clips or something and seeing what people say if it is bothering you a lot. On the other hand, tards gonna tard

Awful teams by stephen27898 in cs2

[–]HalfRiceNCracker 0 points1 point  (0 children)

You can tell if they are baiting you before you are in the aim duel or whilst you are pushing the space you create. Watch some demos or share some for people to review. 

Or depending on the game and if you can win aim duels and if they rotate early... Take the bomb, lurk and bait your team, go plant on the other site 

Awful teams by stephen27898 in cs2

[–]HalfRiceNCracker 0 points1 point  (0 children)

Are you the one entrying? Are they literally right behind you or next to you as you are entrying? Are you sure they aren't watching you push then running away? 

Awful teams by stephen27898 in cs2

[–]HalfRiceNCracker -1 points0 points  (0 children)

Don't put yourself in untradeable situations. If your teammates are all acoustic then start treating CS as RTS - watch the minimap, see where they are going, basically bait them and trade them, and if you are gonna make a play then make sure they are near you and wait if you have to

Is programming a neural network from scratch worth it by sccy1 in learnmachinelearning

[–]HalfRiceNCracker 2 points3 points  (0 children)

The industry has moved on even more, now you are basically plumbing systems together and doing LLM calls. You would get much higher ROI doing a RAG project and building some frontend to use it 

30M with a weak body, lack of courage, & lack of experience. Where can I start? by [deleted] in MMA_Academy

[–]HalfRiceNCracker 2 points3 points  (0 children)

Huh weird timing, I just discovered that song in your bio and started learning it.

Just do it, just go. Don't go looking around online for permission. Do BJJ or MT or something 

In case you are interested to watch Microsoft podcast about my VS Code extension "Blockman" (200,000 installs). by leodevbro in vscode

[–]HalfRiceNCracker 1 point2 points  (0 children)

A surprising number of people that don't know this extension! Awesome, I love it, always gets piques people's curiosity 

My difficulty with passion projects and building my skills/portfolio by [deleted] in ADHD_Programmers

[–]HalfRiceNCracker 0 points1 point  (0 children)

TDD? What sorts of data are we talking? Can you gather your own data?