this post was submitted on 20 Oct 2023
171 points (98.9% liked)

ADHD memes

10038 readers
659 users here now

ADHD Memes

The lighter side of ADHD


Rules

  1. No Party Pooping

Other ND communities

founded 2 years ago
MODERATORS
 

Error message: the system does not have enough working memory.

all 6 comments
sorted by: hot top controversial new old
[–] [email protected] 15 points 2 years ago (1 children)

I have plenty of memory, but it's mostly swap.

[–] [email protected] 9 points 2 years ago

I have a cache. Quick and…

What was the question?

[–] [email protected] 10 points 2 years ago* (last edited 2 years ago) (1 children)

Solve it with function currying!

https://en.m.wikipedia.org/wiki/Currying

In some programming languages functions can only technically take a single argument... so a multi argument function like f(a,b,c) is turned into a function like f(a)(b)(c) where f(a) returns a function g() which can take argument b which will then return a function h() that takes argument c then that function will return the actual expected result.

Stop thinking about tasks as taking twelve steps, think about them of having two - do the first thing then, once that is done, think about how you'll do the next eleven, then do the next thing, then think about how to do the next ten etc...

In my day job I often work on really large and complex problems, I approach them by scoping them down to small solvable problems so I don't spiral off into analysis paralysis.

[–] [email protected] 6 points 2 years ago

I ran out somewhere around 200,000 hours of uptime. Wish I could reboot

[–] [email protected] 3 points 2 years ago

My memory is the exact opposite, i can remember the most complicated things but cant remember what i did yesterday or in the last 10 years like in general...