#studysp
Explore tagged Tumblr posts
alexistudies · 1 year ago
Text
Tumblr media
january 15th 2024
journaling and spiritual connection to start off the morning on this somewhat day off.
plan for today
5k training
patch up the introduction for this manuscript
review for my lectures tomorrow
attempt to start neural engineering homework
i hope everyone had a good weekend :)
49 notes · View notes
hapless-studyblr · 1 year ago
Text
Tumblr media Tumblr media
it's over!! 2/3 exams weren't bad and I really really hope I pass the third one (pray for me). but that's the end of second year. this blog will go back to being an actual codeblr during the summer because there's a lot I want to learn by myself without the pressure of uni.
6 notes · View notes
ramyeongif · 1 year ago
Quote
I remember I used to be so jealous of people who got to get their stationery from Muji. And now I have the money to shop for stationery ??? Wild. And grateful.
july 2023
1 note · View note
bookbahaa · 11 months ago
Text
Tumblr media
Test Bank & Solution Manual for Contemporary Management 10th Edition By Gareth Jones To get more information about this please send us E-mail to [email protected] #Books #TestBank #study #studyin #studygram #studyblr #studyabroad #studyhard #studysp #Test #bank #Solutions
0 notes
nadyastudiesonpage394 · 4 years ago
Text
Tumblr media Tumblr media
✨gray skies and coloured leaves✨
21 notes · View notes
myhoneststudyblr · 5 years ago
Photo
Tumblr media
18|04|2020
Week 4 of My 2020 Quarantine Challenge!
✨Sat✨ What is your best tip on how to relax?
Have a stupid game! basically even when i’m ‘relaxing’ by reading my mind is not relaxing whatsoever and it is still running a mile a minute. therefore, when i feel stressed and want to relax, i play my ‘stupid’ games which basically take no brain power whatsoever. 
My absolute favourites are: toon blast and toy blast (i am on ridiculously high levels on both games XD)
1K notes · View notes
logilliant · 4 years ago
Photo
Tumblr media
02/28/21 | 4/100 days of productivity 
Today I practiced Spanish, watched a bit of my programming lecture, and finished Appointment with Death by Agatha Christie. I decently enjoyed it. Anyway, I can’t believe tomorrow is already Monday! This weekend felt way too short for me. I’m also now realizing there's not much difference and diversity with my pictures! I’ll be sure to change it up this week. Today I also reread this Reddit comment about nonzero days. I like to go back to it every once in awhile to remind myself of those points the commenter made. Anyway, highly recommend giving it a read! I hope you all have a great week :)
Heres a link to the comment.
(scroll a little bit down for the comment by u/ryans01)
87 notes · View notes
studyblr · 5 years ago
Text
Tumblr media Tumblr media
reading a little bit of fitzgerald in between study sessions ✨ ig: @softlyshade
1K notes · View notes
dejee · 4 years ago
Text
Tumblr media
13 notes · View notes
studyquill · 6 years ago
Photo
Tumblr media
so far i've tried 3 glossier balmdotcom flavors -- coconut, mint, and mango. my favorite is probably tied between coconut and mango, both give me vivid flashbacks to certain foods in my childhood haha. which balmdotcom scents are your favorites? i want to try more once i use these up. ⠀⠀⠀⠀⠀⠀⠀ posted on Instagram - https://ift.tt/38yCjax
610 notes · View notes
isoscelus · 5 years ago
Text
looking for studyblrs to follow!!
pls like or reblog this if you’re an active studyblr! i’ll check out your blog and possibly follow! 
particularly looking for college/university STEM majors who make their own posts, but i’ll check out anyone’s blog :)
lol i doubt anyone will even see this tho since its like 4am here rn
105 notes · View notes
meaganstudies · 5 years ago
Photo
Tumblr media Tumblr media
Doing some reading for Philosophy of Humanities after getting my first ear piercing done!
12 notes · View notes
logicsmessystudy · 5 years ago
Text
Day 24/100 Days of Productivity
The last day of studies until January!
Today I:
Finished my Moll Flanders essay.
Submitted my Moll Flanders essay.
Unfortunately I didn’t get the Medieval Europe essay finished, however both essays were 2000 words and I’m not a magician.
3 notes · View notes
studiash · 6 years ago
Text
How I programme myself to fight my executive dysfuntion and try and do things or:
Tumblr media
If you’re like me and have horrible executive functioning skills thanks to stuff like ADHD and mental illness, you’ve probably heard of micromanagement and you’ve also possibly been told to try and just write basic instructional steps to do things like go shower, make breakfast, do your homework. And you’ve possibly tried it all but it just didn’t work for you.
Well, this is basically going to be me explaining the method I’ve found / semi created for myself with my counsellor and learning diversity team that’s been the first thing to actually get me to do things, whether or not it’ll do the same for you I can’t promise, but give it a shot if you want.
Tumblr media
If you’ve not had a lot of experience with programming before, that doesn’t mean you can’t programme yourself. You don’t need to learn a new programming language, because the computer you’re programming is you, and you already speak your language.
There are key features however of general programming syntax and methods that is what, for me, makes programming planning useful, and they are as follows:
Speaking to yourself like you would to a computer (or: assume nothing and leave no gaps)
So whilst you’re not speaking a different language, and the computer is yourself, a key part of programming computers is that they don’t know anything, and they can’t assume anything.
If you want a computer to do something, you can’t just tell it to do it, you have to tell it every little step involved in doing it, and this is where the micromanaging super detailed instructions come in.
I find that just thinking that I’m programming a computer that has 0 clue of anything outside of the instructions (the programming plan) it forces me into actually breaking down everything, further than I do when I’ve just told myself to break down the steps and write them down normally. Part of it is probably that when you’re planning things normally it can feel somewhat embarrassing to write things like “stand up” “walk downstairs” “walk into kitchen” “open fridge” “take water jug out from fridge” etc etc just to get some water, but a computer programme doesn’t care, a computer programme needs that detail to prevent mistakes.
And especially for executive functioning this is one of the most important things in actually..... doing things, because our brains can be just like the programmed computer, assuming things and filling in gaps between steps may be something that my brain is technically supposed to do but unfortunately it doesn’t and it leads to overwhelm, by treating it like a computer programme I’m removing the need to make assumptions.
Smaller Events / Functions:
These are basically defining different “smaller” tasks, you can write them out by themselves and then later, if you’re writing a bigger programming plan, just drop their name in to let yourself know that it’s that task.
It stops the bigger programming plans from getting too long and overwhelming and allows you to take a modular approach and reuse the same mini functions for tasks that are involved in multiple things.
Personally the main things I’ve broken into their own independent events are key things like: Starting to do something and taking a break, and then I link them into the main big event... which speaking of the main big event:
The main big event:
Once you’ve got all your smaller tasks, there’s obviously going to be the actual difficult bigger things, like doing your maths homework. This is where you get to reference all your smaller events, but also have your stuff that’s specific to what you’re trying to do, stuff that doesn’t really need to have a smaller event because it’s only specific to this one thing and nothing else...
“if”, “and", "but", and "or"
Conjunction junction, what’s your function?
Ifs, and I guess and but and ors (though I just wanted to reference conjunction junction) are a pretty big part of prgramming in general, but they’re extra helpful when you’re programming yourself because: We’re not computers, we’re humans, but even computers sometimes encounter errors, and you need to programme in what to do in case of an error.
Now you can’t predict every little thing that’s going to happen, but if you struggle with knowing what to do if you have a few general If phrases like “If you get stuck” or “If you feel tired” and then within those have one or two options (maybe with some more ifs, you can nest as many ifs within eachother as you want, whatever works best for you) for how to proceed.
Tumblr media
This part is of course optional, and also possibly not recommended... it depends how you work, what’s easiest for you, and if just writing you programming plan in plain text works for you or not.
I used scratchblocks  to make my aesthetic scratchy programming plan thing, and it helps to visualise it, especially if you’re not already used to programming actual computers... As an example here’s my getting started on work function:
Tumblr media
And here’s what the actual code looks like (click for the link to the live version):
Tumblr media
It takes a bit of getting used to to get around the syntax of it, but scratchblocks automatically updates the preview of the code whilst you’re typing, which is helpful, and the bits that are like :: word #000 are how I’m definining whether it’s the start (hat) or the end (cap, which I didnt use in this one) and what colour I want it to be (which is of course, optional), a more in depth, but still easy to understand, guide of the syntax is available here: https://en.scratch-wiki.info/wiki/Block_Plugin/Syntax but the best way to learn would be to just play around with it yourself, once you get the hang of it it’s somewhat intuitive.
For a larger example of my programming plan scratch stuff, you can view the post I made yesterday that inspired this post with a large plan I made  and you can also view the actual code within scratchblocks here
If you have any questions or want advice or whatever idk feel free to hmu I don’t bite I swear, hopefully this is comprehensive enough, I kinda only really came up with programming planning a few days ago and only applied it to scratch for the first time last night but it honestly has basically gotten me to actually do things for the first time in my life which is a goddamn miracle
97 notes · View notes
myhoneststudyblr · 5 years ago
Photo
Tumblr media Tumblr media
28|05|2020
Week 10 of My 2020 Quarantine Challenge!
✨ Thu ✨ What do you think is the best sounding language?
ok so this is probably going to be an unpopular opinion but i honestly think german sounds SO nice and is not at all the extremely harsh sounding language that is caricatured in english speaking countries/tv
also i think thai sounds really melodic 🎶 and pretty 
some more german notes with more flowers from my garden 
166 notes · View notes
studycoffeesexbylybka · 5 years ago
Link
Heeeeeey Folks! New 2020 Halloween Revision Planner is out!!! ;) 
3 notes · View notes