this post was submitted on 19 Aug 2024
7 points (68.4% liked)

Programming

16977 readers
146 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

What is the CS / uni goto course for this, or what really clicked for you?

you are viewing a single comment's thread
view the rest of the comments
[–] andioop@programming.dev 7 points 3 weeks ago (4 children)

Also, what do you mean, OP, by "do you have perfect recall or an average human byte"? Are you thinking of information in terms of bits and that people can only keep a limited amount of things in working memory at a time?

[–] j4k3@lemmy.world 2 points 3 weeks ago (3 children)

Human byte was used in a conference awhile back to refer to the amount of information one can process at any given point in time. Someone that has total recall has a much larger human byte. The term makes clear intuitive sense to me, but I'm a highly abstracted person in the first place. My abstraction seems to limit how much complexity I can manage with a project and code. I'm largely exploring the implications and contrasting personalities to better understand how people are able to manage so many details in some projects.

I'm messing around with trying to understand the game Cataclysm DDA at the moment, and reading into everything that is happening as it is scattered all over the project is a struggle. When I see all the pull requests and the daily release cycle of the game, I'm baffled by the way someone is able to manage this kind of project and maintain an overall vision and consistency in the game and code. I feel like I must be missing some critical element of methodology.

I exist in a vacuum, and live under a rock. I was an advanced fabricator, got disabled, and now largely stuck finding myself while exploring the digital world. I'm learning entirely on my own and without any background or mentors. In abstract, I might spend forever trying to invent the wheel if I fail to ask the right questions.

[–] Sauerkraut@discuss.tchncs.de 4 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

As someone who is on the spectrum, I hope you don't find this offensive, but have you considered that you might be on the autistic spectrum as well?

My first degree was in medical science, and it has been a while, but I am pretty sure our neural pathways are nothing like a Turing complete binary machine so it is pretty weird to try and evaluate people in terms of "human bytes"

[–] towerful@programming.dev 5 points 3 weeks ago

Ah, I think it's like "keep track of 7 items, the 8th might push something else out" ( https://en.m.wikipedia.org/wiki/The_Magical_Number_Seven,_Plus_or_Minus_Two ).

So like mind-map-complexity.
Like, when you are trying to figure out some bullshit OOP inheritance, you are 9 levels deep and have no idea what the original problem was, but you feel like you have made a connection to the solution, but now you have to backtrack everything (or figure out where your last edit was) to try and figure out what that connection actually means and what you have to do now

load more comments (1 replies)
load more comments (1 replies)
load more comments (1 replies)