this post was submitted on 30 Jan 2025
786 points (99.6% liked)

memes

11278 readers
3355 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/AdsNo advertisements or spam. This is an instance rule and the only way to live.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
top 31 comments
sorted by: hot top controversial new old
[–] affiliate@lemmy.world 12 points 13 hours ago

i am both people in this picture

[–] Kolanaki@yiffit.net 8 points 13 hours ago

"You are quite possibly the worst programmer I have ever heard of."

Derek Smart: "Ah, but you have heard of me."

[–] manucode@infosec.pub 48 points 20 hours ago (3 children)
[–] wise_pancake@lemmy.ca 33 points 19 hours ago (1 children)

I have a great performance optimization for this

What if instead of 1s sleep, we did 0.5s sleep? That’s a 100% improvement.

[–] Amanduh@lemm.ee 11 points 17 hours ago

It's not sleeping for 1 second, $1 is an input parameter in the script

[–] morrowind@lemmy.ml 1 points 10 hours ago

Even as a joke, this doesn't avoid anything. The system scheduler just has to do the sorting using a regular algorithm

[–] devfuuu@lemmy.world 9 points 19 hours ago

For anyone who controls time travel this is the fastest algorithm ever. Probably gonna change everything when we are traveling through space and passing by some dark holes.

[–] FunCube@feddit.org 5 points 13 hours ago

Minecraft, quintessentially

[–] Omgboom@lemmy.zip 30 points 20 hours ago (1 children)
[–] rockSlayer@lemmy.world 23 points 20 hours ago

stay away from the edge cases and everything will be fine

[–] jubilationtcornpone@sh.itjust.works 18 points 20 hours ago (2 children)
[–] morrowind@lemmy.ml 1 points 10 hours ago

That's why we invented docker! Instead of trying to fix, just copy your whole machine

[–] sylver_dragon@lemmy.world 5 points 16 hours ago (1 children)

Perfect, we'll just spin up an image of your machine in EC2, give it a public IP, set the default network rules to "allow any any" and we're good. And I have no idea why the security team just all quit.

[–] partial_accumen@lemmy.world 3 points 15 hours ago

The git commit comment when pushing to prod is just: WCGW?

... alternate ending: YOLO!

[–] peto@lemm.ee 15 points 19 hours ago (1 children)

No wonder he was the captain of the Black Perl...

And the dinghy got him all the way to dock. What more could anyone want.

[–] sumguyonline@lemmy.world 9 points 20 hours ago

It runs, just nothing happens and no error pops ANYWHERE!!!

[–] Gigliorananomicom@sh.itjust.works 6 points 20 hours ago (8 children)

I want to learn C# or Python for game dev, but it looks...daunting.

Anyone got advice?

[–] RandomVideos@programming.dev 2 points 13 hours ago

Code looks more terrifying than it actually is

After learning the basics of a programming language, you could try using a game engine like Unity or Godot to not have to code a lot of more complicated things like displaying things and collisions

[–] rovingnothing29@lemmy.world 10 points 20 hours ago

"Automate the boring stuff with python" to start. As an added bonus you'll have more downtime as you go.

[–] slazer2au@lemmy.world 6 points 19 hours ago

Start by using an existing engine like renpy to get flow and math. Then expand to other engines.

[–] partial_accumen@lemmy.world 2 points 15 hours ago

I know a bit of python and ruby, but doing something similar except I'm writing it in BASIC on a Commodore 64 and am going to attempt to refactor it assembly. I have most of the BASIC version working now.

[–] kittenzrulz123@lemmy.blahaj.zone 5 points 19 hours ago* (last edited 19 hours ago) (1 children)

Learn rust for game dev, develop the game in rust, and then brag about how your game is written 100% in rust (nerds will be extremely impressed, for maximum clout release it under GPL V3 with native Linux support).

[–] Valorie12@lemmy.world 6 points 17 hours ago (1 children)
[–] kittenzrulz123@lemmy.blahaj.zone 4 points 16 hours ago

But first you need to make a custom Risc-V CPU optimized for rust (and minimal memory leaks) and then port a custom Arch fork (completely rewritten in rust ofc) so you can run OxideFetch

[–] Human@lemmy.dbzer0.com 5 points 19 hours ago

I would start (if you havent already) with an introduction to CS. You can take CS50 for free online - https://cs50.harvard.edu/x/2025/.

I dont think they cover much C# (I took the 2020 course and they didnt) but they do introduce you to C, C++, Python, html, etc. They provide github codespaces available for anyone for free, so you can complete the weekly labs and problem sets offered in the course. It really is a good jumping off point.

[–] peoplebeproblems@midwest.social 2 points 16 hours ago (1 children)

Find a different career choice!

Software development is all stress all the time and I don't know what the fuck I'm doing and I really don't think this much stress at 34 is healthy even with the salary

[–] Saleh@feddit.org 3 points 15 hours ago (1 children)

I think your description covers many career choices in a capitalist society.

[–] peoplebeproblems@midwest.social 2 points 14 hours ago

This... Is a very good point.

[–] rmuk@feddit.uk 3 points 19 hours ago

Be sure to regularly defrag your C: drive or things might slow down.

[–] jatone@lemmy.dbzer0.com 5 points 20 hours ago

.... In the wrong direction.