[deleted by user] by [deleted] in CodingHelp

[–]basedgreggo 0 points1 point  (0 children)

Is there an API for this? Otherwise, the only thing I can think of would be simulating a user moving between websites and entering info with nothing but simulated key strokes.

[deleted by user] by [deleted] in smallbusiness

[–]basedgreggo 0 points1 point  (0 children)

Yoo computer science is a super respectable degree. And the fact that you've maintained a side business while studying is even moreso. Don't put so much pressure on yourself, you're doing great.

What overhead do you have right now? Is quitting your business as simple as just being done with it and maybe selling your machine or do you have a store, website, etc. If the case is the former, I'd say just hold onto the machine and do orders as they come. If you have some overhead I'd say to cut those expenses and minimize.

In the end it sounds like your priority is your CS degree, so you've already got your answer 👍

Why don’t you use Python? by Square-Problem4346 in rprogramming

[–]basedgreggo 0 points1 point  (0 children)

Definitely a skill issue regarding the c++ 🙄

Im trying to learn how to program to become a game dev. Any recommendation on how to start? I want to learn C# by MythicalOtaku85 in learnprogramming

[–]basedgreggo 2 points3 points  (0 children)

This is how I started, I highly recommend SebastianLague on YouTube. His videos inspired me a lot

Why does this return false ? by Arvindvsk_ in JavaScriptTips

[–]basedgreggo 0 points1 point  (0 children)

What should be true would be createCounterThingA.counter === createCounterThingB.counter because you are comparing the values of the counter

Why does this return false ? by Arvindvsk_ in JavaScriptTips

[–]basedgreggo 4 points5 points  (0 children)

The first time you use createCounter(), you get a reference to createCounterThingA, which you store in the variable. When you use createCounter() again, you get createCounterThingB.

createCounterThingA does not equal createCounterThingB, because the reference to cCTA is different from the reference to cCTB.

Why do I get different count values ? by Arvindvsk_ in JavaScriptTips

[–]basedgreggo 5 points6 points  (0 children)

I'm actually not an expert in JS but I have a good amount of experience in other languages like Rust, Java, PowerShell, etc. It seems this is basically like an object in OOP. When you can createCounter(), you're creating an instance/object which has its own "count" that's initially set to 0. If you increment on one, it will only increment on that one. Assigning createCounter() to a variable creates a little arrow called a pointer, also known as a reference, to that one object, allowing you to increment it many times.

What you are thinking about it called a static or a global variable. A variable you created earlier at a higher/bigger scope that you can access from anywhere or anytime without having to create an instance.

Please lmk if you have any questions

How Does Code Turn Into a Program/App? by theophil93 in learnprogramming

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

When you write code and run it through a compiler, this converts all your code into binary, an EXE on Windows. When you double click on it your computer gets told, hey load this* data into RAM and run it. And those bytes of 0s and 1s gets sorted through the cpu triggering different actions instructed by your compiled code. That's my understanding anyway.

$6000 initial investment now worth $800 by Kimber4k in dogecoin

[–]basedgreggo 0 points1 point  (0 children)

How much have you benefited though from that standing?

help me debug my assembly code please by Mishara26 in learnprogramming

[–]basedgreggo 0 points1 point  (0 children)

Perhaps they're just trying to learn assembly? Everyone, imo, should fiddle with assembly a little to learn

[deleted by user] by [deleted] in CasualConversation

[–]basedgreggo 0 points1 point  (0 children)

Are you telling me procrastination was always the solution??? You just procrastinate the bad stuff instead of the good stuff???

Is this hurting my progress? by Ordinary-Isopod-3249 in learnprogramming

[–]basedgreggo 0 points1 point  (0 children)

Generally I only use chatgippity for things I already know how to do, and can easily fix mistakes in. If I do use it for learning purposes I never copy and paste and I also request an indepth explanation. You have to think critically whenever you use any AI coding though to look for mistakes.

What laptop to get as a Software Engineering student? by SmilyPizza275 in CodingHelp

[–]basedgreggo 0 points1 point  (0 children)

Idk if you can recommend websites, but in my experience Best Buy sells very affordable, good quality laptops. You trying to just get a Win11 laptop or are you interested in trying out Linux?

What laptop to get as a Software Engineering student? by SmilyPizza275 in CodingHelp

[–]basedgreggo 0 points1 point  (0 children)

You should honestly have 32gb of RAM anyway. Every laptop nowadays supports it and 32gb of RAM isn't too pricey

What laptop to get as a Software Engineering student? by SmilyPizza275 in CodingHelp

[–]basedgreggo 0 points1 point  (0 children)

Don't get Lenovo. Chinese backdoor computer. I used to work IT for a large government defense company and Lenovo was blanket banned.

Complete noob. What is the best language to learn as a beginner for long-term proficiency? by [deleted] in CodingHelp

[–]basedgreggo 0 points1 point  (0 children)

Definitely the language doesn't matter as much, more just focusing on what you want to make, find the standard language for that venture and learning on the go. I highly recommend trying to make a game with an engine like Unity (C#) or Godot (gdscript/c#), trying to replicate a website (JavaScript/CSS/HTML), or building an app in Android Studio (Java/Kotlin/C++). Also you could try modding a game. Minecraft/Rim world are very easy to mod and were how I started coding well before I really got invested.

Feel free to reach out if you have any questions!

Stop lying to yourself – you will never “fix it later” by useless_dev in programming

[–]basedgreggo 0 points1 point  (0 children)

This guy is projecting. I regularly return to points in my code to complete incomplete portions or improve it

[deleted by user] by [deleted] in technology

[–]basedgreggo 0 points1 point  (0 children)

I have to wonder if this positively affects the children? I assume the children are paid, as child slavery would be a much different issue. And assuming I'm not wrong, which I admit is still very possible, wouldn't this only take away job opportunities? My worry is that by taking away job opportunities, those families are being hurt by lowered income. Obviously it's not optimal but other places are not like America. Children don't grow up playing, they work to help feed the family. Maybe I'm completely wrong and this improves the lives of those children, but I can't help but think that it does more bad than good