this post was submitted on 29 Aug 2023
729 points (96.0% liked)

Programmer Humor

19197 readers
1264 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 1 year ago
MODERATORS
 
top 19 comments
sorted by: hot top controversial new old
[–] downpunxx@kbin.social 22 points 1 year ago (1 children)

there's a level of knowledge which only comes from fixing a break

[–] marcos@lemmy.world 4 points 1 year ago (2 children)

Yeah, the knowledge that 6 hours of debugging can save you from 10 long and extenuating minutes of reading the documentation. That one you can only get by fixing the problem.

[–] acwern@sh.itjust.works 5 points 1 year ago

Docs can only really help you if your problem is "I have used X from the library Y, yet I do not understand the baseline definition of X sufficiently and this is causing issues". A lot of problems in practice are much more fundamental than that

[–] dylanTheDeveloper@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

You sound like the guy who writes documentation in the form of:

// functionA = is function that does A

/s

[–] Anonymousllama@lemmy.world 15 points 1 year ago (1 children)

Yeah but have you seen some people's documentation? I get it's not a glamorous task but I've seen some stinkers before (a heap of properties and methods just thrown on a page with barely any description and no reasonable samples)

[–] lobut@lemmy.ca 2 points 1 year ago

I copied and pasted some code from their own docs and it was missing required fields and those fields weren't clear or documented well. Going into their code helped more but still.

Also, the docs weren't written with me in mind. It's like if you were already familiar with it or a previous version because I swear I read it four times.

[–] FederatedSaint@lemmy.world 10 points 1 year ago (2 children)

WAIT WAIT who made this??? It's unreadable!!!

He speaks while on Battle Cat, then departs on a Battle Ram? It's unconscionable. So pedestrian.

[–] DragonTypeWyvern 1 points 1 year ago

I will never unsee this. Thanks.

[–] rony4102@programming.dev 1 points 1 year ago

404! Documentation doesn't exist!

[–] NovaPrime@lemmy.ml 8 points 1 year ago (1 children)

Docs? Is that like a new ChatGPT feature or something?

[–] newIdentity@sh.itjust.works 3 points 1 year ago (1 children)

It actually kinda is. GPT-4 has an enormous token size so you can upload the whole documentation of a framework or program and ask it specific questions to it

[–] philm@programming.dev 3 points 1 year ago (1 children)

Has it though?

AFAIK it has like 4k tokens which roughly translate to 3k words or something like that.

The API has 8k or even 32k (this model should be interesting for something like that, unfortunately still don't have access to it...)

So the docs have to be rather short, that it gets all the relevant stuff, or am I missing something?

[–] sheogorath@lemmy.world 2 points 1 year ago

GitHub Copilot just got an update increasing the token to 8k so I think it can be queried to help you with something similar. I haven't had the chance to test it further after the new update.

[–] Pickle_Jr@lemmy.dbzer0.com 8 points 1 year ago

I have ADHD and I'll often find myself spending hours trying to find a fix, finally read the docs, get distracted, go back to finding a fix without the docs, remember that I was in the middle of reading a docs, and repeat

If only this was true.

[–] envis10n@lemm.ee 4 points 1 year ago

Now do one with a GI Joe PSA

[–] n3m37h@lemmy.dbzer0.com 2 points 1 year ago

We don't call them idiots guides for no reason!

[–] cmysmiaczxotoy@lemm.ee 1 points 1 year ago

I feel personally attacked

[–] dan1101@lemm.ee 1 points 1 year ago