this post was submitted on 26 Aug 2023
277 points (97.3% liked)

Programmer Humor

20673 readers
2808 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] jarfil@beehaw.org 34 points 2 years ago (4 children)
  1. Don't roll out your own crypto suite
  2. Don't write your own game engine
  3. Don't create your own OS from scratch
  4. Don't build another multipurpose framework
  5. ...

Whom am I kidding, go do all of that! Learn why you most probably shouldn't ๐Ÿ˜†

[โ€“] Norgur@kbin.social 25 points 2 years ago (3 children)
  1. Don't make an MMORPG as your first ever game with only you and your one friend as devs
[โ€“] Sonotsugipaa@lemmy.dbzer0.com 8 points 2 years ago (1 children)
[โ€“] Norgur@kbin.social 8 points 2 years ago* (last edited 2 years ago) (1 children)

Yet depressingly common in MMORPG circles. People tend to vastly underestimate the amount of work needed to get an remotely playable MMO off the ground.

I've entertained the idea, and the first to requirements that come to mind are advertising money and server upkeep money - then one could start worrying about actually making it

[โ€“] drew_belloc@programming.dev 6 points 2 years ago (1 children)

What is this smell? Is that the smell of self experience?

[โ€“] Norgur@kbin.social 3 points 2 years ago (1 children)

Nah, I can't tell a Class from a Function in most programming languages. I ain't making no game.

[โ€“] 257m@lemmy.ml 1 points 2 years ago

You won't be able to mistake the two if you don't use Classes.

[โ€“] MagicShel@programming.dev 4 points 2 years ago

Oh, was it you who made Sociolotron?

Ew, knowledge and experience, pweh disgusting

[โ€“] sheepishly@kbin.social 7 points 2 years ago (1 children)

What if I make an OS that's also a game engine?

[โ€“] Sonotsugipaa@lemmy.dbzer0.com 6 points 2 years ago (1 children)

Hear me out: a fully fledged desktop environment, like KDE Plasma or Gnome, but it's a 3D world - "windows" are just walls, the file explorer is just a bunch of procedurally generated condos, and you get a Gmod physics gun to move stuff around.

[โ€“] Norgur@kbin.social 1 points 2 years ago (1 children)

Microsoft bob in 3D with a Gmod physics gun

[โ€“] fckreddit@lemmy.ml 7 points 2 years ago (1 children)

I want to learn how to write a physics engine.

[โ€“] jarfil@beehaw.org 4 points 2 years ago

Those are easy, unless you want 128bit resolution, relativistic effects, collisions, or fancy stuff like that.

PS: Bonus points if you write one without collision detection, then sell it as a game on Steam.

PS2: Super Bonus points if you make it 64bit, then keep crowd-funding it for 10 years.