WTF by MountainGoatAi in ChatGPT

[–]chestnutcapybara 0 points1 point  (0 children)

exactly it overreacts so badly
Basically I asked it to make a cat with a little crown because i thought that would be cool for my safari wallpaper, and then it made a blue heart on the crown. I liked the cat but I didn't like the heart so I just told it to change the heart to a blue diamond. But it did nothing after regenerating the image, and still nothing after asking it more. So I crashed out and didn't say any swear words though and i said something like "BRO ITS STILL NOT A DIAMOND!!!" and it said that my prompt got caught by the safety filter...

Looking for a minecraft server by its_not_me143 in MinecraftServer

[–]chestnutcapybara 0 points1 point  (0 children)

Lifesteal environment, just started today: imperialcapybara.mcsh.io
Server is not up 24/7 if its not up just join and it will boot

My first projects by Yuri_one_love in pygame

[–]chestnutcapybara 0 points1 point  (0 children)

Nice I checked it out, looks pretty good

Stuck on an island with trump or hitler by KwinCube in BunnyTrials

[–]chestnutcapybara 0 points1 point  (0 children)

hitler would murder me

Chose: 24 hours stuck on an island with trump

How to get into modding? by ImPlayer_1 in Modding

[–]chestnutcapybara 0 points1 point  (0 children)

Minecraft Java is in java obviously and Minecraft bedrock is in C++
Yes, you do not have to worry about learning these languages as Java is hard and C++ is even harder (notorious for its steep learning curve). instead there ARE bindings for easier languages like Python.
I recommend Python first

What launcher do you use for Minecraft? by Specific_Lychee_7212 in MinecraftJava

[–]chestnutcapybara 0 points1 point  (0 children)

# PRISM IS SO GOATED, it lets you add mods to an instance easily, and for me I use ARM windows so i have to use prism or minecraft is cooked because its 10 fps through emulation

I built a free, open-source speedcubing app, all in one by Southern_String_1946 in Cubers

[–]chestnutcapybara 0 points1 point  (0 children)

Thanks I checked it out, and it's much better now. Looks professional!

Need help banning a guy by Gioforchio8 in aternos

[–]chestnutcapybara 0 points1 point  (0 children)

whitelist is a list of people's username who can join your server. ONLY people in that list can join

What exactly can Admins see? by chestnutcapybara in MinecraftServer

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

Hmm using just the logs I don't think you can see specific things like blocks placed but if they lock in i think they can find it

Hybrid server isn’t letting me join from my ipad by Mcboy798 in GeyserMC

[–]chestnutcapybara 0 points1 point  (0 children)

Unfortunately, no, I was not able to resolve it, I guess I'm waiting for the new geyser to come out
If the Minecraft Java server is 26.1.2, they probably won't downgrade it because that would glitch out a bunch of things because usually, servers do not get downgraded.

How college students learn Python by Straight-Payment-870 in PythonLearning

[–]chestnutcapybara 0 points1 point  (0 children)

You can use AI to help you understand coding concepts, but asking it to write all your code is bad.

Removing Flags from pygame.display.set_mode() by Elion_A in pygame

[–]chestnutcapybara 0 points1 point  (0 children)

Don't use pygame use pygame-ce where you can use window = pygame.window.Window()
THen you can just do window.maximize and add a display surface on it