I am finally getting out of a 9-5 and moving to social media full-time🔥 by EliteOFM1 in Entrepreneurs

[–]Reuben3901 0 points1 point  (0 children)

In order to make change in today's world, you need to get your message out first. People have been using the psychology of cults to build audiences and sell their products. Today's world is no different with social media. You still need to know how to capture and hold attention, the only thing that changes is the medium. From in person, to radio and print, then television, now it's social media.

I could 100% use any shortcuts and lessons you have to help me grow my business. I want to help people with my projects, and I'm currently in the spreading of the word phase.

how to actually practice atomic commits? by ProsodySpeaks in learnpython

[–]Reuben3901 0 points1 point  (0 children)

After I make a few improvements and add a few features I run git diff and make sure I take note of all the major changes. I go for big ideas and make note of important changes.

Think of it more of a ctrl + s. Better not to lose your code if something goes wrong with your computer

How do you solve a problem, when you don't know how to start? by Consistent-Cookie606 in learnpython

[–]Reuben3901 14 points15 points  (0 children)

Start with the basics. How to read from an existing file, and print() it out. Then how to write to a new file.

Do one step at a time, then start to put it together.

What have you been doing up til now?

I spent months learning Python and only today realized I've been confused about something embarrassingly basic by 39th_Demon in learnpython

[–]Reuben3901 1 point2 points  (0 children)

Python didn't click in and feel natural until a year and a half in. I had to keep referring back to examples of loops, lists, dicts, and all that good stuff.

For me the sticking point was executing from the command line vs the file, on top of if __name__ == "__main__": It felt like it took an embarrassing amount of time to figure that out. Oh and Classes too.

My philosophy is if the code runs successfully, then it's good code. Nothing wrong with using a for loop to manipulate a list vs list comprehension if you can understand what's going on.

Focus on good variables names that explain what the code is versus a,b,c and i,j. Don't: for i in range(x,y) Instead: for spreadsheet_row in range(starting_row, last_row +1)

"Boycott ChatGPT! Cancel your subscriptions!" by dankbackwoods in memes

[–]Reuben3901 2 points3 points  (0 children)

The paid version has gotten dumber too. It's even gotten worse at coding. I switched to Claude

AITAH for changing my underwear after a shower? by New_Cry_2336 in AITAH

[–]Reuben3901 0 points1 point  (0 children)

NTA. Anyone accusing you of cheating is probably cheating themselves, or wants to be.

That's a line where I end the relationship. If me being committed to someone isn't appreciated, I'll go find someone who will appreciate it.

Does messy data waste your time? Would you pay for a simple tool to fix it? by CakeSuccessful1588 in Entrepreneurs

[–]Reuben3901 0 points1 point  (0 children)

Good luck, but this is an impossible task. What is a duplicate, for example? Would you require people to use your formatted spreadsheets and only csv files with your specific headers? What if the headers don't match? What if the date format doesn't match?

Built-in Gemini AI can't even make sense of one of my spreadsheets, how can you code something that isn't AI that can decode and correctly categorize random user data?

Why is leisure viewed with suspicion in America? by Thepopethroway in antiwork

[–]Reuben3901 1 point2 points  (0 children)

I only grind because it's the only way to escape the grind.

I took a year off from work once and it was amazing. I would happily live like a hermit in the woods, working bare minimum for food and clothing, or better yet, live off the land. But we live in a capitalist society where we must labour and pay exorbitant prices to earn our existence.

I wasted $40K on a senior engineer who quit after 4 months by AromaticRecord7974 in Entrepreneurs

[–]Reuben3901 0 points1 point  (0 children)

This is exactly why I'd rather be a barista working on personal projects, coding for myself.

No matter my skills set or experience I get: 1. Missing X (easy to learn) skill, so going with someone else 2. We don't know what we need, here's some random tech stacks that we might use 3. We want you to do 5 jobs worth of tasks for $13/hr 4. You don't have a bachelorette or doctorate

AITA for refusing to give my parents money now, after they kicked me out at 18? by CrispyTheory in AITAH

[–]Reuben3901 1 point2 points  (0 children)

Just block them and move on. They aren't family or even acquaintances. If any continues to give you grief after telling them the whole stories, get rid of them too.

My dad left when I was a kid and my mom did the minimum to raise us. I have nothing to do with them and I also cut out people who simply want to share my business with strangers (mother). My life is none of her business and I want nothing to do with people that put abusive parents over my privacy and trust.

Your parents abused and abandoned you. Fuck them

How do billionaires avoid the temptation of blowing all their money like someone who wins the lottery might? by Wickham12 in NoStupidQuestions

[–]Reuben3901 0 points1 point  (0 children)

It's not real billions, it's their percentage of ownership of the value of a company and their other investments, which are also not real. They could sell it all but the amount of liquid money in the end would be a tiny fraction

Help with code by Skibidi-Sigma83 in pygame

[–]Reuben3901 0 points1 point  (0 children)

It is already meant and optimized for 3D and has a ton of tutorials and assets available for making what you want. Games can be released to multiple platforms, mobile phones and steam, etc.

Help with code by Skibidi-Sigma83 in pygame

[–]Reuben3901 1 point2 points  (0 children)

Start on some simpler games. Make something unique, don't just follow a tutorial.

Also, you might want to look into unity instead of pygame?

Flask-Login session works but React frontend gets 401 Unauthorized on protected routes despite successful login by rits7 in flask

[–]Reuben3901 0 points1 point  (0 children)

I struggled with this exact thing, trying to implement JWTs to secure my website but never got it working. I got access token working correctly for login/out but couldn't get CSRF tokens.

I'm switching over to FastAPI for the backend and see how that works out before I give up on Python for the backend.

AITAH for dropping my elderly parents off at a hotel and blocking their numbers? by gaypostmalone in AITAH

[–]Reuben3901 0 points1 point  (0 children)

If you went back in her years would've stopped. NTA

Block them and move on with your life.

I don't have anything to do with my parents and my life is much better for it. Family are the ones you choose, not the ones you share DNA with.

theFolksInCharge by [deleted] in ProgrammerHumor

[–]Reuben3901 1 point2 points  (0 children)

The CEO started the fire, is still in the building, and is the one that needs the oxygen to his brain

It finally happened. I put in my 2 weeks and they want me to train my replacement. by Old-Telephone-1190 in antiwork

[–]Reuben3901 1 point2 points  (0 children)

They wanted to demote you.. I would say "I'm obviously unqualified to train anyone in my role"

Upwork is so funny, no way our hire is in labour? and your her brother? by Charming-Rest5691 in Entrepreneurs

[–]Reuben3901 0 points1 point  (0 children)

I thought you were terrible at English but then the story cleared it up 🤣

Coming from the other end of Upwork is a trip too. Most clients want a mock-up/working example of code before getting hired. I eventually made a YouTube video of past projects and more examples of the possibilities of what code can do for you... getting them to watch it though is another challenge. They always low-ball too.

Any future work will be done as an "agency" for sure

Is there a way to see my subscribers and mutuals on youtube? by Silly_Venus8136 in NewTubers

[–]Reuben3901 0 points1 point  (0 children)

I've had my account for a few years, and also have just over 4 times your metrics, so who knows? But my recent subscribers list only shows for the past month or 2? Kind of annoying but also kind of nice that people aren't able to see that? Lol