DIGITAL NOTEBOOK COVERS ― GRAHAM EARTHY TONES (VOL. 1) by @loviestudio
Compatible with Goodnotes, Notability, Samsung Notes, etc.
TERMS
Like and/or reblog to help a creator.
The resource colors may differ between screens.
Don’t repost, re-upload, or put it on packs and/or Google Drive. Don’t claim my resources as your own, and don‘t share them without my consent! Don’t use my resources as a base or copy them.
My resources are free for personal or non-commercial use only. For commercial use, you must pay for the download. If you paid for the download, you are authorized to use it commercially. Reach out to me for more information or if you have questions about my resource licenses.
Follow me for more resources! ♡
This is a free resource, but you can buy it with points on DeviantArt to help out a creator or download it for free on Ko-Fi. Thank you!
i have no idea how to structure this post but i wanted to let any language learners following me to know about pronunciator! it's a programme i just found out our local library gives us access to, but i think that you can also register for it on your own. it has a massive number of courses for over 160 languages—even kurdish, which is really hard to find courses on! some other languages they have that i saw just from a quick glance at their languages page are armenian, mexican sign language, hmong, and amharic. i don't have a catchy tagline here, i just think you should consider looking into if you can use it.
Things I did last semester that boosted my average:
I don’t really like to toot my own horn but I see these posts a lot and I thought I’d share what really worked for me personally :)
•took both handwritten and typed notes (minimized hand fatigue so my notes were actually good lol) (also it’s far easier to take extensive notes and delete them later than to take minimal notes and be stuck trying to remember what was said)
•before an exam: created flashcards, diagrams, and rewrote or fleshed out notes on a word doc in a simulated exam atmosphere to enhance later recall
•planned a month at a time so I knew in advance when I could socialize and when I had to Grind™️ to prevent burnout
•made friends in my classes!! genuinely makes a big difference
•annotated the hell out of everything (pencil or post in textbooks to resell, pen and highlighters in books I knew I’d keep, all online readings were converted to PDFS and I scribbled all over them)
•annotated with jokes this is maybe unorthodox but I swear it worked for me- I’d laugh at the wording, draw emojis, reference memes, and crack jokes in the margins of my books and it made it so much easier to remember key points of the readings later on
•cut off toxic friends. self explanatory lol but stress impacts your grades!
hi. to anyone who sees this- if you are doing (or have done) like a time consuming or 'difficult' degree that requires a lot of work can you please tell me how you manage it? like how do you make time for doing other things that make you happy? basically how do you not let it become your entire life?
Going FOSS: An Intro to Open-Source software for studyblr (and also some privacy related bits)
Source for Header Image
Intro & attempt at TLDR
Hey everyone! Today I’d like to tell y’all something about Open Source Software, and also Why this should matter to you! This’ll probably be the first post of a series I intend to do, because I believe the Studyblr community, even the non-nerd folks, could really benefit from switching some things out in their digital environment. Since this is a long post, I attempted to summarise it below, please do read on if you have the spoons tho!
TLDR?
FOSS stands for “Free and Open Source Software” the “free” part doesn’t necessarily mean it’s free as in free pizza, but mostly means free as in freedom.
There’s a humongous amount of variants on this concept, but the core of FOSS specifically is the four freedoms:
1. To run the program however you want and for whatever you want
2. To study how the program works and to change it in whatever way you want
3. To be able to share it with whomever you feel like
4. To be able to share your modified version with whomever you want
There’s a whole host of software licenses built around these concepts, you can check those out at the Open Source Initiative website, or at Choose A License. Both have a good summary of what they all stand for.
Open Source software is used for a lot of products, nearly every single webserver is an Apache Linux server, Google chrome is built on top of their open source chromium (google is still the devil, but y’know, it’s an example), and even deep deep down, Apple computers run on top of a Linux Kernel. Many more can be listed, but I won’t do that otherwise this isn’t a TLDR anymore.
Now, Why is this important for you? The Open Source Initiative summed it up real nicely already, but heres a short paraphrase:
Control & Security. If software is open source then you can check if it really works the way it does, and to make sure it’s not spying on you. Even if you don’t have the skills for it, someone else who does will be able to check. Also if you don’t like how something works in a program, then you’ll be able to change it or find someone else’s changed version that you like more.
Training. People who want to learn programming can use the code to see what makes programs tick, as well as use it as a guide for their own projects.
Stability. Because everything’s out in the open, that means someone else can take up maintaining a project or make a successor of it, in case the original developers suddenly quit working on it. This is especially important when it’s software that’s absolutely critical for certain tasks.
Community. It’s not just one program. It’s a lot of people working together to make, test, use, and promote a project they really love. Lots of projects end up with a dedicated fanbase that helps support the developers in continuing to work on the software.
I’d like to add one more tho: Privacy, which ties in a lot with the security part. Nowadays with protests going on and everything being online due to the pandemic, folks have been and will be confronted much more with the impact of privacy, and lack thereof. Open Source software means that if any company or group tries to spy on you, then you and anyone who feels like checking, will be able to know and take action on it. Here’s the EFF page on privacy and why it should matter to you
If that got your attention then read on past the readmore button! Or, if nothing else maybe check out the Free and Open Source Software portal on Wikipedia? Or maybe the resources page of the Open Source Initiative?
Terminology: Let’s get that out of the way first
Open Source: The source code that a program is made up of is freely accessible, anyone can look at it and check whether it works well enough or to make sure it doesn’t spy on you.
FOSS: Free and Open Source Software. This doesn’t mean that you don’t need to pay for it, it’s free as in freedom and free speech, not free pizza.
There are four freedoms associated with FOSS:
The freedom to run the program as you wish, for any purpose (freedom 0).
The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
The freedom to redistribute copies so you can help others (freedom 2).
The freedom to distribute copies of your modified versions to others (freedom 3).
By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.
FLOSS: Free and Libre Open Source Software. This time it is “free” as in free pizza. The “libre” is french for “free” as in freedom.
GRATIS: Sometimes people use this word to mean “free” as in free pizza. Usually alongside “FOSS”
Licenses : A license is something that tells others what they can or cannot do with your code. Licenses also apply to art and literature, those are copyright licenses. There are many different software licenses and I’m not going to be able to list them all.
The biggest players however are:
Apache License 2.0
The 3-Clause BSD License
GNU General Public License (also known as GPL)
MIT License
Mozilla Public License 2.0
There’s even more and you can find a list of them Here on the Open Source Initiative site There’s so many licenses that there’s even a Choose A License site, where you can pick a license depending on what you want it to achieve
Who and/or what even uses open source software?
You don’t need to be some nerd to benefit from Open Source software, in fact, you’re using open source software right now! The biggest example is the whole entire internet. Websites are stored on servers, and nearly every single webserver is a Linux server. The second biggest browser Firefox is open source, and even google chrome is built on top of “chromium” an open source base. If you dont use an iPhone, then you’re probably on an Android phone. Guess what? Android is part of the Android Open Source Project, which is then built upon a GNU/Linux base. All Open Source. Chromebooks? Built on top of a Linux kernel (like a non-patented engine you could put into any motor vehicle you’d like). Heck, even Apple computers are, at their core, built on top of a Linux kernel.
Neat apps you may wanna check out!
I’ve made a little list of apps that might be especially useful for studyblr folks, but depending on how well this post does I’ll probably make some more posts for specific apps.
TiddlyWiki, has a bajillion different ways to organise your thoughts, and also a lot of variant builds out there. Check out their table of contents if you feel lost! There’s versions available for most big browsers, as well as windows, linux, mac, android, and iOS.
AnyType, is an app that looks and almost exactly like notion, but is much more decentralised. They’re currently still in development but if you want to support them, sign up for early access and give them some feedback so they know what works and doesn’t! They’re still in closed alpha, but are intending to give beta access to about 100 folks at a time throughout 2021, so please sign up if this looks interesting to you!
Trilium Notes, is slightly more like a “notebook”, however you can arrange your notes in nearly infinitely deep folders. You can use things like Relation Maps & Link Maps to visualise your notes and how they go together. There’s even more they do and I just cant list it all, so go check out their stuff for a more comprehensive overview! Works on windows, linux, and (unsupported) mac
LibreOffice and ONLYOFFICE are two office suites that function just as well as micro$oft office, often Even Better in my experience. I’ve used LibreOffice for years now and honestly? never going back. OnlyOffice is technically free (as in pizza), but it’s a slight hassle to get everything set up, cause you need to set it up on a server. They have a paid and hosted version available with educational discounts, but honestly i’d go with LibreOffice.
OnePile, is an app I haven’t used myself since it only runs on Apple stuff. But I’ve heard a lot of good things about it so that’s why it’s in here. It looks like it works similar to most general “note taking notebook” apps. Looks really pretty too honestly.
EtherPad, is similar to ONLYOFFICE, however this one’s a lot more focused on specifically text documents. Works with real-time collaboration which is really neat.
Anything that FramaSoft has going on. They’re a non-profit organisation, dedicated to promoting digital freedom. A lot of open source cloud related things are not really useful to people who don’t have the time and/or money to set up a whole-ass server. That’s where FramaSoft comes in, they do it for you. Just about everything they offer (here’s a full overview) are free (as in free pizza). They also have a separate site to help you get started!
It’s not free to run it all on their side, so if you find yourself interested in using their services please try to support them any way you monetarily can! (they even have a “minetest” server (not minecraft, deeeefinitely not minecraft))
Joplin!! Which is also what I used to write this post so I wouldn’t have to use The Tumble’s post writing thing. It’s good for taking notes, has a bunch of neat plug-ins, and can also sync with a variety of cloud services!
Nextcloud For if you want to go just that little bit further on the open source and the privacy. Nextcloud has honestly way too many features for me to list, but the important parts are that it’s a nigh perfect replacement for office365, and probably even GSuite. The one caveat is that you either gotta host it yourself, or get someone else to host it for you. Framasoft (mentioned above), has a nextcloud instance. It works on just about every single platform, and can integrate with an absurd amount of services. Here’s a list of providers that work with nextcloud, and what different apps they have installed on their server.
I personally use Disroot, because they’re a local (as in, my country) non-profit that offer about 2gb of free storage, and then for about 15 cents per GB per month you can get more storage if you want. They also have an email service which is hella neat. Their one main rule is Do Not Use For Business Purposes, because they’re here to help the individual folks, not companies.
Neat Links you may also want to look at!
Here are some sources, and also resources that I used for this post. There’s also some stuff here that I think folks may be interested in in general.
General Wikipedia Article on Open Source Software
The Free and Open Source Software portal on Wikipedia
Resources page of the Open Source Initiative
Free Software Foundation definition of “free software”
itsfoss page on what FOSS means
itsfoss page on the history of FOSS
Open Source Software Foundation list of projects and apps they really like
Open Source Initiative on “the open source way”, and how it goes beyond software
Check out literally anything the Electronic Frontier Foundation has going on maybe?
TED talk on privacy and why it’s important
The Surveillance Self Defense project by the EFF
This EFF page on privacy for students
ExpressVPN article on privacy (not necessarily endorsing this company, just a good article)
What’s next?
I’ll probably make some more posts on specific kinds of software that I think folks may like. Or maybe a general overview on the more privacy forcused reasons and solutions for doing all of this.
Future post ideas, none of these are set in stone:
Open source Note taking apps
Replacements for just about Every Single google service I can think of
My personal setup
Open source / privacy conscious social media that studyblr folks may be into
Chatting, Calling, Videocalling: Discord and whatsapp alternatives etc
??? More studyblr apps that could do with a FOSS alternative??
How to support open source when you’re not a big fudgin nerd
How to be better at digital privacy and security, while still maintaining that studyblr aesthetic
Apps, software, other stuff, for specific areas of study maybe?
Feel free to suggest other ideas! Or leave feedback! This is my first big resource post so I wanna know if/how I can do better when I make another one!
A List Of Chrome Extensions Singlehandedly Dragging My Ass Through the Semester
I am sure I’m not the first to make a post like this, but I thought that maybe this might help somebody out there, especially since a lot of us are in a primarily virtual environment this semester. Without further adieu, here are the Chrome extensions that are helping to keep me organized and on track this semester.
Bullet Journal - Notes, Lists, Weekly Planner
This extension is a life-saver to keeping my assignments and projects organized. It’s great for making weekly to-dos, assignment lists, reading lists, etc. It’s also a collaborative extension, so it would be great for keeping a group project organized.
Tab Snooze
This one is awesome if you’re like me and tend to have fifty plus tabs open at once. This extension lets you put a tab to “sleep” until the time you choose and then it “wakes” it up at the time set. Easy and extremely helpful, especially to keep your computer running smoother without the 50+ tabs slowing it down.
Google Dictionary
This one seems pretty self-explanatory; ever reading an article for your class and you come across a word you don’t know? So you open a new tab to look it up. But now you’re in a new tab and you’re distracted, so suddenly you’re scrolling through Tumblr and you don’t even remember why? Just me? Well, this little guy lets you stay inside your tab to look up the word, get definitions and synonyms.. Little things like this are really helpful to stay on task!
Dualless
Sometimes, you just need two windows open at the same time without having to do a bunch of adjusting and fumbling. This extension lets you do it in two clicks. Pretty convenient and helpful, if you ask me.
Forest: stay focused, be present
This thing is so simple and so helpful to keep me on task. You add websites to a blocklist that you don’t want to get distracted by while you work. Then you pick a tree, set the timer, and go. The tree grows as you work. If you visit one of the websites on the blocklist and “give up,” it dies. It adds a sense of accomplishment while also keeping you on task.
Diigo Web Collector - Capture and Annotate
The last one is one of my favourites. It allows you take an article and highlight over it, add “sticky notes,” and annotations. It has an outline sidebar that lets you navigate through your highlights and annotations. It saves everything into your “library” that you can access later. It has various plans, but so far I have found the free version to be adequate for my basic needs. :)
I hope these are helpful! If anyone knows any other ones that might help out fellow students, please do reblog with suggestions! This is a weird period of time and we’re all looking for help wherever we can.