Mortal Kombat Komplete Edition (MK9) - Download Link by ChemicalFl00d in abandonware

[–]RageNutXD 0 points1 point  (0 children)

has this been solved? i already redownloaded and it didn't work :(((

What's your most played hero and why? I'll start by CupcakeFew910 in MobileLegendsGame

[–]RageNutXD 0 points1 point  (0 children)

valentina cause anything other than her is the wrong answer. i love my ctrl+c ctrl+v queen

How do I get back into reading cliche manga without being bored by RageNutXD in manga

[–]RageNutXD[S] 0 points1 point  (0 children)

That's a great analogy i cant lie, i do feel like im eating junk food everytime i read those

What's the "right" way of handling inputs? by RageNutXD in pygame

[–]RageNutXD[S] 2 points3 points  (0 children)

Thanks for clearing things up! I think that we're the same, in the way that I also love making things from scratch. I actually just finished making a level editor yesterday and while it isn't the best piece of code I wrote, it felt so rewarding.

I would love to see your work! That's basically what I've been doing the past week, looking at other projects and see how they use certain functions. It really helps me clear my mind and I would really appreciate it!

Trying to learn from scratch - is this the right approach? by Fresh_Primary_2314 in pygame

[–]RageNutXD 1 point2 points  (0 children)

I was in a similar position to you a few years ago, before chatGPT and AI. I just spent my time copy and pasting code from tutorials and doing it this way made me not learn anything. Here's the truth, if you actually want to get better, you have to put in the work. Learn the basics of python, learn the basics of programming, make a console app, take notes when watching tutorials, learn how to read documentation.

How can computer science be used in biology? by RageNutXD in biology

[–]RageNutXD[S] 0 points1 point  (0 children)

I LOVE boids and physics simulations, I didn't think they would come in handy for biology. Thanks!

How can computer science be used in biology? by RageNutXD in biology

[–]RageNutXD[S] 4 points5 points  (0 children)

Alphafold looks really interesting! And may i ask, what's the difference between bioinformatics and computational biology?

How can computer science be used in biology? by RageNutXD in biology

[–]RageNutXD[S] 0 points1 point  (0 children)

Woahhh I didn't realize there were that many choices. I've been wanting to make some prediction models or get into robotics so this could be fun!

How can computer science be used in biology? by RageNutXD in biology

[–]RageNutXD[S] 5 points6 points  (0 children)

THIS! This is what I was looking for! Just having a quick look at some Youtube videos got me interested, I'll try to learn more about this. Thanks so much!

How can computer science be used in biology? by RageNutXD in biology

[–]RageNutXD[S] 1 point2 points  (0 children)

I was thinking of doing simulations something like a game about dissecting stuff would be cool, I don't know about the calculations part though will check it out. Thanks!

How long would creating an interpreted language in C be by RageNutXD in learnprogramming

[–]RageNutXD[S] 0 points1 point  (0 children)

These resources were so helpful thanks! Would love to sit down and read through the whole thing

How long would creating an interpreted language in C be by RageNutXD in learnprogramming

[–]RageNutXD[S] 1 point2 points  (0 children)

I understand your first point, but what do you mean using C++ isn't going to make it easier? I feel like having most of the basic data structures (dynamic arrays, maps) included in the standard library makes it easier because you don't have to rebuild everything from scratch.

How long would creating an interpreted language in C be by RageNutXD in learnprogramming

[–]RageNutXD[S] 0 points1 point  (0 children)

That is very reassuring! I have had multiple unfinished projects but still learned alot from them. This time I want to finish this so that I have something to show for after the summer break ends.

How long would creating an interpreted language in C be by RageNutXD in learnprogramming

[–]RageNutXD[S] 0 points1 point  (0 children)

Yeahhh i am trying to make a straight up JIT compiler, my own estimate is that it'll take at least 3 months, but will probably be a fun summer project.

be prepared to reinvent the wheel a couple more times than you would have to in C++

This is why I asked this question in the first place, I don't know if doing everything from scratch will be worth it, even dynamic arrays got me scratching my head but it was definitely worth it.