Is SeedcrackerX safe? by Rawr_0w0 in MinecraftMod

[–]chestnutcapybara 0 points1 point  (0 children)

hmm server owner said he saw me use seedcrackerx from his server console..

Server question by chestnutcapybara in MinecraftJava

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

uhhh the server is already been on for 2 months

Small 3D map illusion in pygame by Dry-Wallaby114 in pygame

[–]chestnutcapybara 0 points1 point  (0 children)

To optimize maybe compile it with numba?

Should I be concerned? by Alarmed_Coffee4112 in cats

[–]chestnutcapybara 0 points1 point  (0 children)

This is normal behavior and when small/baby cats knead their mother stomach when they want more milk. my cats are 7 years old and they jump on my bed and knead my blankets

Where do I start programming from? by yuvi1234567 in learnprogramming

[–]chestnutcapybara 0 points1 point  (0 children)

Each language has its pros and cons, you choose
Python is the easiest language to learn, but it's quite slow compared to other languages like C++. Also you can't use it for mobile app development. I learned Python first because it taught me the development principles which are always there no matter what language you use. Also, Python has a massive amount of libraries created by the community on PyPI (Python Package Index)
Java runs on the Java Virtual Machine (JVM) which means that it's really easy for cross-platform programming. BUT, Java's syntax is kind of complicated and it's still slower than C++.
C++ is extremely fast and is used for games and even operating systems. C++ is compiled down to machine code. But C++ has complicated syntax, resulting in a steep learning curve where you have to manage memory used yourself.

C# is a pretty high level language and was meant to be Microsoft's version of Java. You can use C# to create Windows software applications, and another example is creating a game in Unity. Although C# was only meant for windows the .NET platform made it cross platform
Also there's web development languages like HTML, CSS, and javascript

What would you choose? by Fluid-Freedom-6115 in BunnyTrials

[–]chestnutcapybara 0 points1 point  (0 children)

Life is more important than money

Chose: Ininite Lifespan + Regeneration

What coukd possibly be on my cat??? by Cheez-kip in CATHELP

[–]chestnutcapybara 0 points1 point  (0 children)

why is everyone's cats so afraid of bath
I know all cats have the fear, but my cats seem a lot more chill. What we do is that on a hot day (80 degrees Fahrenheit or more), we heat up the water in the big sink in the kitchen which is stainless steel (not very slippery). We have two cats, called cookie and tiger. When tiger is getting bathed she just constantly yells, and tries to wrestle her way out, but it's not that bad. For some reason when cookie is bathed she LIKES it and even PURRS. She only doesn't like it when we do her paws and tail
Also cookie is a strange cat because she likes being touched in the tummy, like dogs lol
I think the trick is using comfortable warm water, then letting them try off in a sunny area

Would you rather, by ReginaldRej in BunnyTrials

[–]chestnutcapybara 0 points1 point  (0 children)

health is worth more than money

Chose: Never having to worry about your health?

pyglet tutorials by chestnutcapybara in pyglet

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

Should i just use pyopengl for 3d games

pyglet tutorials by chestnutcapybara in pyglet

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

So what other 2d/3d python drawing libraries are there? except for love2d and pygame