nyoooom

joined 1 year ago
[–] [email protected] 35 points 10 months ago (1 children)
bool isEven(int num) {
 return num == 0 || !isEven(num - (num > 0 ? 1 : -1));
}
[–] [email protected] 3 points 10 months ago* (last edited 10 months ago) (9 children)

Jesus was born around 2000 years ago and the oldest person ever recorded lived a bit less than 123 years, so either he's dead, either he's hiding very well, and thus can't do shit either without getting exposed.

Checkmate idiot.

But you might wanna try to get help with Santa tho, and don't tell me he doesn't exist, there are many more recorded encounters with Santa than with Jesus.

[–] [email protected] 2 points 10 months ago

Programming is hard and requires you to think in a different way than how we think most of the time.

This is the hardest part, learning to think in algorithm. You can learn that with most languages, once you know it it's much easier to learn another programming language.

Start with some simple tutorials, only use ChatGPT to help you understand some concepts or pieces of code, not to write the code. You can't really learn shit if you're not forcing your brain to think that way.

It takes time, like weeks to start to become kinda comfortable with basic programming. Start with conditional structures (if, else), loops (while, for) variables and functions. That should already allow you to create some fairly complex programs.

If I may, I would heavily suggest you to try to learn C, as it's a much lower level programming language that has almost no hidden logic, where python comes with a whole lot of integrated features that make it hard to really learn and understand what's really happening.

Good luck! 👍

[–] [email protected] 7 points 10 months ago (15 children)

He's dead, he can't do shit

[–] [email protected] 3 points 10 months ago

The food seems like such a dead giveaway

The arm waving is pretty funny haha

[–] [email protected] 17 points 10 months ago (2 children)

I mean autism could explain part of the situation handling, but most of it is caused by pure stupidity, if it's even real in the first place.

[–] [email protected] 6 points 10 months ago (1 children)

Same for this one, then the next few ones will be without any heatshield or aero surfaces, to focus on everything up to re-entry, and probably test the limits of the ship with no heatshield, they might get better results than they expect (most definitely wouldn't make it in one piece tho).

[–] [email protected] 4 points 10 months ago

I mean it's kinda true that in most crisis situations a laugh will be a nervous laugh

But yeah that's not always the case

[–] [email protected] 6 points 10 months ago

As a dev, I'll take Mac OS ten times before Windows.

It's Unix-based which makes it much more comfortable.

[–] [email protected] 2 points 10 months ago

Well no, containers allow you to know exactly the environment it runs into, no matter what the actual host environment is, you can run your program on windows, Linux, Mac or any other Docker supported system and it will work the same, I don't see how that's fragile.

[–] [email protected] 10 points 10 months ago

You obviously want to be ham

[–] [email protected] 1 points 10 months ago* (last edited 10 months ago)

EU kids > US kids

view more: ‹ prev next ›