this post was submitted on 07 Mar 2025
2 points (100.0% liked)

Programmer Humor

24874 readers
567 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] Kissaki@programming.dev 1 points 4 months ago

Feature World Lighting: not implemented

Lighting is server side? o.O

I guess because it influences creep spawn or sth?

[–] eskuero@lemmy.fromshado.ws 1 points 4 months ago

"This memory-safe language almost killed the oldest anarchy server in minecraft"

[–] Scoopta@programming.dev 0 points 4 months ago (1 children)

Why write a server in rust? Java is already memory safe 🤔

[–] Zangoose@lemmy.world 0 points 4 months ago

Probably performance - the Java server takes up a lot of memory and CPU for what it does. The base implementation first started in 2011, so it wasn't exactly designed to be multithreaded or parallelized because most games were still largely single-threaded at the time. Rewriting it from scratch in a different language probably helps with that