this post was submitted on 07 Mar 2024
784 points (95.1% liked)

Programmer Humor

31827 readers
1060 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] danc4498@lemmy.world 10 points 5 months ago* (last edited 5 months ago) (2 children)

Step 1: Google

Step 2: Copy

Step 3: Paste

Step 4: Go to Step 1

[–] heydo@lemmy.world 3 points 5 months ago (1 children)

For me it's:

Step 1: Google

Step 2: Open stackoverflow link

Step 3: Read a bunch of people yelling at OP about why their question/issue is dumb and that they need to Google more.

Step 4: Find what might possibly be an answer to the question but it is written in a way that leaves out half the knowledge I would need to correctly interpret the answer because this person just assumes I know everything there is to know about programming already. Meaning I would never have need to ask the question in the first place, duh.

Step 5: Leave computer in disgust and maybe try rubbing two sticks together to make a fire that I can use to burn everything down...

[–] danc4498@lemmy.world 3 points 5 months ago (1 children)

I had that exact same problem and this website fixed my issue perfectly.

[–] Dlayknee@lemmy.world 1 points 5 months ago

I knew what it was going to be and I still clicked it, you sonnova...

[–] devilish666@lemmy.world 1 points 5 months ago

More like :

  1. Open github
  2. Search cool project that you wanna tried
  3. git clone
  4. Open your downloaded project in your favorite text editor
  5. Install required dependencies
  6. Compile
  7. ????
  8. Run
  9. Profit
  10. Repeat to step 1