Tumgik
#information processing
my-autism-adhd-blog · 3 months
Text
Why Do Some Autistic People Need Extra Processing Time?
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
The Autistic Teacher
393 notes · View notes
omegaphilosophia · 7 months
Text
Unraveling Confirmation Bias: How Our Beliefs Shape Our Perspectives
Confirmation bias is a cognitive bias that leads people to interpret, remember, or search for information in ways that confirm their preconceptions or hypotheses. Here are some common things people use as confirmation bias:
Selective Exposure: People tend to expose themselves to information sources and media that align with their existing beliefs.
Selective Perception: They interpret ambiguous information in a way that supports their beliefs.
Selective Retention: People remember information that confirms their existing beliefs better than information that contradicts them.
Cherry-Picking Data: They selectively choose data or examples that support their viewpoint while ignoring or dismissing data that contradicts it.
Seeking Like-Minded Individuals: People often engage with communities or social groups that share their beliefs, reinforcing their existing views.
Misinterpreting Statistics: Individuals may misinterpret statistical data to support their preconceived notions.
Overvaluing Personal Experience: Personal anecdotes and experiences are given more weight than they should be in forming opinions.
Ignoring Expert Opinion: Dismissing expert opinions or scientific consensus when it contradicts one's beliefs.
Confirmation in Social Media Echo Chambers: Social media algorithms often expose users to content that aligns with their views, creating echo chambers where confirmation bias thrives.
Biased Information Search: When researching a topic, people may conduct biased searches, seeking out sources that confirm their beliefs.
Emotional Attachment: Emotional attachment to one's beliefs can make it difficult to consider alternative viewpoints objectively.
Attribution Error: People often attribute their successes to their abilities and their failures to external factors or situations, confirming their self-beliefs.
Groupthink: In group settings, individuals may conform to the group's beliefs to avoid conflict or maintain group cohesion.
Being aware of these tendencies is the first step in mitigating confirmation bias and promoting more open-minded and critical thinking.
9 notes · View notes
Text
This was important new information about how traumatized people process nontraumatic information that has profound implications for understanding day-to-day information processing.
Tumblr media
"The Body Keeps the Score: Mind, brain and body in the transformation of trauma" - Bessel van der Kolk
2 notes · View notes
Photo
Tumblr media
"The magical number seven, plus or minus two: Some limits on our capacity for processing information," (Miller 1956)
https://archive.org/details/miller1956_202204/mode/2up
"I have been persecuted by an integer. For seven years this number has followed me around, has intruded in my most private data, and has assaulted me from the pages of our most public journals. This number assumes a variety of disguises, being sometimes a little larger and sometimes a little smaller than usual, but never changing so much as to be unrecognizable...Either there really is something unusual about the number or else I am suffering from delusions of persecution." ----"we simply increase the number of alternative stimuli among which he must discriminate and look to see where confusions begin to occur. Confusions will appear near the point that we are calling his 'channel capacity.'"
[Problems of Perception] Stimulus Stimulus Pairing (Discrimination learning) Memory SchemaCommand, Control, Communications (C3)Cybernetics[Disjunctive Concepts, Attribute Reduction, Concept Attainment]
2 notes · View notes
cullenluco1976blog · 1 month
Text
Tumblr media
0 notes
Text
*peering down at my own genetic sequence* uh-huh uh-huh bold choice bold fucking choices my friend
9K notes · View notes
oforihammod11 · 10 months
Text
Human brain, information processing, thoughts, emotions, perception, thought formation, sensory integration, neural networks, creativity, emotions, amygdala.
1 note · View note
Text
python a small and really not that good example of a basic typing tutor using curses
import curses import time # https://pythonprogrammingsnippets.tumblr.com def get_timestamp_ms(): return int(round(time.time() * 1000)) def get_diff_ms(start, end): return end - start def main(stdscr): num_wrong = 0 time_start = get_timestamp_ms() # Turn off cursor visibility curses.curs_set(0) # Set colors curses.init_pair(1, curses.COLOR_GREEN, curses.COLOR_BLACK) curses.init_pair(2, curses.COLOR_RED, curses.COLOR_BLACK) curses.init_pair(3, curses.COLOR_WHITE, curses.COLOR_BLACK) curses.init_pair(4, curses.COLOR_BLACK, curses.COLOR_BLACK) # Set the sentence sentence = "The quick brown fox jumps over the lazy dog" # Clear the screen stdscr.clear() # Print the sentence in grey on black stdscr.addstr(sentence, curses.color_pair(3)) # Set the cursor at the beginning of the sentence cursor_x = 0 cursor_y = 0 stdscr.move(cursor_y, cursor_x) # Keep track of which characters have been typed correctly correct_chars = [False] * len(sentence) # Read input from user while True: c = stdscr.getch() # If the user presses backspace, move the cursor back one character if c == curses.KEY_BACKSPACE or c == 127: if cursor_x > 0: # Move the cursor back one character cursor_x -= 1 stdscr.move(cursor_y, cursor_x) # If the character was previously correct, change it back to grey if correct_chars[cursor_x]: stdscr.addstr(sentence[cursor_x], curses.color_pair(3)) correct_chars[cursor_x] = False else: # Otherwise, change it to black stdscr.addstr(sentence[cursor_x], curses.color_pair(4)) continue # If the user presses enter, break out of the loop if c == curses.KEY_ENTER or c == 10: break # Get the character that the user typed ch = chr(c) # If the character is not part of the sentence, ignore it if ch != sentence[cursor_x]: # Change the color of the erroneous character to red stdscr.addstr(ch, curses.color_pair(2)) num_wrong += 1 # Wait for a brief moment before changing the color back to grey curses.napms(200) stdscr.addstr(ch, curses.color_pair(3)) else: # Change the color of the correct character to green stdscr.addstr(ch, curses.color_pair(1)) correct_chars[cursor_x] = True # Move the cursor forward one character cursor_x += 1 # If the cursor is at the end of the sentence, break out of the loop if cursor_x == len(sentence): break # Move the cursor to the next character stdscr.move(cursor_y, cursor_x) time_end = get_timestamp_ms() time_diff = get_diff_ms(time_start, time_end) time_diff_secs = time_diff/1000 # print the time taken, number of words, words per minute and accuracy stdscr.addstr(2, 0, "Time taken: " + str(time_diff_secs) + " seconds") stdscr.addstr(3, 0, "Number of words: " + str(len(sentence.split()))) stdscr.addstr(4, 0, "Words per minute: " + str(len(sentence.split())/(time_diff_secs/60))) # print the amount wrong stdscr.addstr(6, 0, "Amount wrong: " + str(num_wrong)) # print the accuracy stdscr.addstr(7, 0, "Accuracy: " + str((len(sentence) - num_wrong)/len(sentence) * 100) + "%") # Refresh the screen stdscr.refresh() # Wait for a moment before exiting curses.napms(10000) curses.wrapper(main)
0 notes
tenth-sentence · 1 year
Text
In addition, the core information-processing configuration of the brain (the downward peak, P300) was poorly defined; the depth of the wave determines how well we are able to take in and analyze new data.
Tumblr media
"The Body Keeps the Score: Mind, brain and body in the transformation of trauma" - Bessel van der Kolk
1 note · View note
my-autism-adhd-blog · 10 months
Text
Tumblr media Tumblr media Tumblr media
Visual Thinking
Have to adapt to Predominantly verbal communication culture in society
verbal processing communication culture requires effort
Convert verbal language into imagery to verbal understand communications
May struggle with long sequences of verbal information
May find it more difficult +o organise visual thoughts when under pressue
Need processing time to conceptualize visually what is being said verbally, then actively creating a verbal response
—————
Visual thinking has a component-are things that others miss
minds that are like oceans of images
Make rapid fire associations
Numbers and Algebra can be abstract
Word based thinking can be a second language to
Details jump forward - notice things that seem off kilter immediately on entering a space
can be late talkers
Deconstructing to learn
See Images In their eyes mind
Struggle with traditional teaching methods
Problem solvers
Photorealistic images-Cinematic-Short Films
Often doesn't require directions when traveling
May thrive in practical based activities
Look at the world from another persons point of view
society not created for Visual thinkers
Littlepuddins.ie
101 notes · View notes
indizombie · 1 year
Quote
For many the scam might seem fairly straightforward. If it looks like your child is in trouble, you help them without a second thought. That's because scammers have zeroed in on the mental shortcuts we make every day, Dr Lacey says. In psychology it's called heuristics: the mental steps we take to simplify problems and avoid cognitive overload. "One of the vulnerabilities to us all is that as human beings, we cut corners when we're processing information," he says. "We will see things in our environment or hear things and then we'll go 'oh, that's that' and we won't wait for (any more information) and act."
Nicholas McElroy, 'Australians have lost at least $7.2 million to the 'Hi Mum' scam. How does it work and why is it so lucrative for cybercriminals?', ABC
1 note · View note
Text
In the early 1990s novel brain-imaging techniques opened up undreamed-of capacities to gain a sophisticated understanding about the way the brain processes information.
"The Body Keeps the Score: Mind, brain and body in the transformation of trauma" - Bessel van der Kolk
0 notes
raegunblastart · 9 months
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Artist: RaeGunBlast
2K notes · View notes
stil-lindigo · 9 months
Text
Tumblr media Tumblr media
family resemblance.
--
prints
wolf's story (left)
ash's story (right)
2K notes · View notes
julijbee · 2 months
Text
Tumblr media Tumblr media
girlbossing too close to the sun.
#art#ive literally just been treating this game as a library simuator#i walk from bookseller to bookseller opening up all of their books#vivecs sermons are either a highlight or the point at which i stop reading#ive been trying to convince the ordinators that imitation is the highest form of flattery but it hasnt been working#let me wear your helmets please theyre so funny..#posting morrowind in 2024 isnt a cry for help but youre not wrong to be concerned.#morrowind#almalexia#vivec#im going to explain the chitin armor give me a moment#so the bonewalker nerevar on the shrines is adorable and it was only after drawing it however many times that i realized#it looked relatively close to a modified chitin armor#and so i modified chitin armor a few times and this was probably the cutest result#i also know i drew almalexia relatively pristine and untouched by years and vivec not so much but my thought process was#vivecs role as if not a favorite then the most accessible divine or the most “hands on” in a manner of speaking#acting in ways visible to the general population or actions explicitly brought to their attention#like not that almalexia isnt doing anything she is#but the dissemination of information regarding that is very different etc etc etc#anyways to a certain extent a god is the face on a shrine or in art or upon a statue or carving#but vivecs presence is interwoven with the geography of vvardenfell especially and his actions and writings with pubished materials#and the arts and culture and customs etc etc etc#so to me the face of a god you know and feel a commonality with or a god that walks alongside you is a face you would recognize#and vivec is already otherworldly looking enough#the simple mark of the years on his skin in some way grounding him in reality felt more right#that and i think the ways in which he and almalexia care about outward appearance are slightly different- they prioritize different things#and the ways they present outward power and their embodiment of their respective attributes share some similarities as they both have that#important preoccupation with physical power and physical strength to a certain degree#oh my god nobody read this i am yapping so bad.#tes
531 notes · View notes
transphilza · 2 months
Text
the only thing i can say is to just be fucking kind and patient with others during all of this. it’s an intense subject that makes people heated for good reason but can we just not completely mercilessly rip into each other while we’re all just trying to process the same information
388 notes · View notes