
Helloooo! I am Moose! They/Them/He/Him I am a embedded software engineer with autism, depression and anxiaty ( Wooo! ). I post about... whatever I want... software things, mental health things... whatever I feel like Feel very wellcome to send me asks about... anything that strikes your fancy :3
266 posts
In Order To Learn Something, I Use It.
In order to learn something, I use it.
That means using it badly to start with. When it is a C++ thing, I make a tiny demo program in Godbolt with comments for myself. I then go over it until I know it for an exam, or I polish it everytime I need it. That way, the things I need to most, I have put the most work into.
For arcitecture like von Neumann, I would have the model drawn up, and then on a whiteboard, go through how the computer runs a tiny assembler program ( Like adding 2 variables together and saving it in a third ), and write it up in normal english text.
The CPU fetches the first variable from memory, into a register
The CPU fetches the second variable from memory, into a register
The CPU uses the ALU to add the variables together in the first variables place
You can use this Tom Scot video to get a good start:
If I need to be able to draw the model from memory, I then practice that AFTER I can use it.
It is much easier to learn drawing a model when you know how to use it, since it will be obvious to you when you are missing a bit or placed something wrong, because you know how it is supposed to work.
I don't know what context you need this in but... unless you are getting very specialized, the von neuman model is more something you should have a idea of what it is, and if you need it in the future, you can look it up then... it is not terrible important for understanding most things computer in my experience
okay question: how do you guys study graphics? i have to study —among other things—the von neumann model for next week and i just realized i have no idea how. how do i remember which part is which? how to draw it? the only idea i have is to stare at the page for an hour or find a way to magicly develop photographic memory overnight. so, if anyone has a tip or a technique or something, i'd be forever grateful to know
-
ampergeist liked this · 1 year ago
-
laransk liked this · 1 year ago
-
mbvisualarts reblogged this · 1 year ago
-
mbvisualarts liked this · 1 year ago
-
neuroglitch liked this · 1 year ago
-
shearlinedistress liked this · 1 year ago
-
buysomecheese liked this · 1 year ago
-
study-core-101 reblogged this · 1 year ago
-
moose-mousse liked this · 1 year ago
-
moose-mousse reblogged this · 1 year ago
-
rashaalahmad91 liked this · 1 year ago
-
blob-of-jelly liked this · 1 year ago
-
desi-girll liked this · 1 year ago
-
study-diaries liked this · 1 year ago
-
stargazerbibi liked this · 1 year ago
-
mindfulstudyquest liked this · 1 year ago
-
lilomedjourney liked this · 1 year ago
-
joza07 liked this · 1 year ago
-
the-sleepy-student liked this · 1 year ago
-
ji-jii-visha liked this · 1 year ago
-
xhanjisungiex liked this · 1 year ago
-
astro-noob liked this · 1 year ago
-
silverstarsecrets liked this · 1 year ago
-
minipinkipad liked this · 1 year ago
-
chaotic-but-cute liked this · 1 year ago
-
thelittleclassicalsoul liked this · 1 year ago
-
booklyhour liked this · 1 year ago
More Posts from Moose-mousse
Your posts are erratic and behaviour most unsettling

So probably this is old news for most of us on Tumblr, but binary gender is deprecated:

I've been learning to code at my new job and I work with a senior software engineer, who's a genius at this sort of thing.
But like an hour ago, he was in my office angrily murmuring, "what?! what?! what the hell?" over and over again as he furiously typed on my keyboard, trying to fix something in git.
and it's honestly very reassuring to know.
that whether you're a novice or an expert at coding... sometimes you just find yourself angrily swearing at the program for showing you the same error message a dozen times, asking why are you doing that, almost begging, really.
it was actually kinda funny, he sounded like he was about to start crying, which was literally me, two hours ago, when I initially asked him for help.
it's part of the human condition, I think, wrestling with computer programs and furiously typing in commands, only to be met with defiance.
hey here's a website for downloading any video or image from any website.
works w/ youtube, soundcloud, twitch, twitter (gifs and videos), tumblr (video and audio), and most other websites you're probably lookin to download stuff off of.
That is REALLY neat!!
you would not believe the amount of joy it brings me to have pretty errors. I'm insane I'm losing my mind I spent at least a dozen hours on this. but LOOK!!!!

these are all auto generated!! all I did was *describe* the syntax of json with a formal grammar and this is what I get from that. I could now make ANY custom syntax and get these beautiful errors 🤤