Tumgik
#computer science studyblr
stringeddoll · 6 months
Text
Tumblr media Tumblr media
studying for a midterm i have on system analysis tomorrow !! :3
84 notes · View notes
a-fox-studies · 3 months
Text
Tumblr media Tumblr media
January 28, 2023 • Sunday
• --- HARDCORE WEEK — Day 13/21 --- •
Finished another chapter in EVS! Started doing my February journal setup, can't believe this month is going to end already!
I had the best burger ever, but I forgot to take a picture T-T
🎧 Thangamey — Anirudh Ravichander
Tumblr media
35 notes · View notes
xiabablog · 11 months
Text
I truly believe if I finish the 10+ courses I have on Udemy, I would be an even better software developer.
But I lazy. I repeat the same comfortable code over and over again.
82 notes · View notes
sunscreenstudies · 1 year
Text
Iconic Things My Coding Professors Have Said (Part 9)
"i did my phd on him. so i spent six years with this one guy, which, normally, would be a sign of a healthy relationship, but not in this case"
prof 1 "don't worry about the oral exam, it's great fun!”   prof 2 “yeah... for us”
"linguistics should bear in mind that non-linguistics, or, as i like to call them, normal people, don't understand this"
student "you mentioned in the previous slide a lot of extra readings"   prof "yes"   student "would you suggest that we read-"   prof "no"
"it could be an issue with your data. As we like to say in the machine learning world - garbage in, garbage out, wha'd'ya expect?"
"so if there are no other questions, then you have the homework, you know your test date, and i wish you a lot of... strength. For both of them"
"Today we're going to be talking about-"   *dramatic pause*   "-the SPACE PROBLEM!"   *everyone cheers*   "Now, now, settle down, before you get too excited, I don't mean the space, moon, buzz aldrin, astronaut, nasa, super cool and exciting space problem... I mean the computer space problem. Like indexing"
"the next example is a lot more substanial, so if you look at this and you think, whew, this is a lot of work, then... uh, yeah, you'd be right"
prof 1 "think of what we can do with technology now, especially in this area. Where are the ethics? We have these... how should I say... uh... gosh, i don't know how to phrase this... there's really no polite way of putting it... um... lets say... ‘companion’ robots?"   prof 2 "you mean sex bots"   prof 1 "well OBVIOUSLY i meant sex bots, david, but i didn't want to say that!"
"unfortunately it's necessary for you to go through this. you need to study and learn and do the assignments and do the exams and, yes, you must suffer... but enough with the damnation sermon, let's move onto the next chapter of hell"
"you need to find similarity in all the different tasks and then try to wisely use copy and paste. look at me, look. at. me. i said wisely"
student "i used 11 output features instead of 10"   prof "okay. and?"   student "i just want to know if that was wrong to do"   prof "did it work?"   student "yeah"   prof "then yeah. what do you want me to do? if it works, don't question it"
"if you don't save everything to your google drive then you might lose it, so for example, if you spend an entire day working on this machine learning assignment and you forget to save it, then you might just be ever so slightly disappointed"
"we decided to switch from r to pytorch because we decided that the lives of students were too easy so we wanted to make everything even more difficult" *awkward silence* "that was joke" *nervous laughter* "not really though"
"we'll be examining this horrible horrible subject through a very appropriately named program known fondly as brainfuck"
"i'm already looking forward to the christmas party where my uncle will ask me ‘so you make software for libraries huh? but libraries don't need software’ and i can say ‘well aunt sarah doesn't need you either, daniel, and yet you're still around’ and then i can explain what i do to him"
Part 1 | Part 2 | Part 3 | Part 4 | Part 5 | Part 6 | Part 7 | Part 8 
Part 9 | Part 10 | Part 11 | Part 12 | Part 13 | Part 14
79 notes · View notes
cyberstudious · 8 days
Note
hi, im an high school sophomore interested in computer science and im also new to your blog. i was wondering if you would recommend conputer science and what have been your strengths and pitfalls with the field? thank u so much for your time.
Hi! Welcome to my blog, haha thanks for stopping by and sending an ask!
My path was self-taught game dev/web dev -> CS degree -> cybersecurity, so that's the perspective I'm writing from. My current job is basically just writing code for cybersecurity-related things (which I really like!). I do enjoy computer science and I think it's a great field to get into because you can do so many different things! I listed out my personal pros/cons under the cut but the tl;dr is that CS is a good field if you like constantly learning things, building things, and knowing how stuff works under the hood.
things I like about computer science:
so many options and things you can learn/specialize in
having programming skills and knowing how computers work gives you the foundational knowledge to succeed in a lot of things, both practical and theoretical/research-based. if you don't really like programming, there is plenty of theoretical math stuff you can do that's related to CS (this is what my partner is going back to grad school for haha)
lots of info available online for self-guided learning
do you want to learn how to make X? someone has almost certainly already written a tutorial for that and put it online for free. there are lots of open-source projects out there where you can read their documentation and even look at the code to figure out how things work!
there is always more to learn
tech evolves and you have to keep your skills up to date - that means there's always something new and interesting happening!
being able to build things
do you want to make an app? a website? a video game? a quick script to automate some annoying task that you do all the time? you can do that. all you need is a computer and some time! once you have some skills, it's amazing when you realize you can just Make Stuff literally whenever
understanding how things actually work
in a world of apps & operating systems that actively try to hide the technical layer of how they work in favor of "user friendliness", there is power to understanding what's actually happening inside your computer
problem-solving mindset
this kind of goes hand-in-hand with being able to build things, but eventually you get the hang of looking at a problem, breaking it down, and figuring out how to build a solution. this is something that I knew was an important soft skill, but I didn't really have any concrete examples until I started working with some technical but non-programmer coworkers. knowing programming & how to build things really does just help you solve problems in a concrete way and I think that's pretty cool.
things that can make computer science difficult:
programming is a cycle of failing until you succeed
programming is not something you get right on your first try - there's a reason that patches and updates and bug fixes exist. this might take some getting used to at first, but after that it's not an issue. failing constantly is just part of the process, but that means that solving those problems and feeling great when you figure it out is also part of the process!
there's so much to learn, you will have to go out and learn some of it on your own
a CS degree will not fully prepare you to be a professional developer, you will likely have to learn other languages & frameworks on your own (this is kind of a good thing btw - the average college probably isn't updating their curriculum often enough to teach you relevant frameworks/some professional coding things).
there is always more to learn
this is the other side of tech always evolving - sometimes it can feel like you're constantly behind, and that's okay - you can't learn literally everything! just do your best, explore a bit, and figure out the subset of things that you're actually interested in
lots of screen time
there are tech jobs where you can be active and move around and stuff, but I work from home and write code most of the day so I spend a ton of time in front of my computer. this isn't a huge problem, I just make an effort to spend time on my non-computer hobbies outside of work. something to note when you're looking for jobs, I suppose!
occasional toxic culture?
I'm thinking of "leetcode grindset bros" here because that was a common character at the college I went to - just ignore them and do things at a pace that feels comfortable to you, you'll be fine
on a related note, in my experience there will always be some dude who has been programming since like the age of 5 and seems to know everything and is kind of an ass about it, ignore these people too and you'll be fine
things are getting better, but CS is still very much a male-dominated field. however, there are plenty of organizations focused on supporting minority groups in tech! you can find a support group and there will always be people rooting for you.
that got kinda long lol, but feel free to reach out if you have any more questions!
4 notes · View notes
salty-desk · 2 years
Text
advanced algorithms notes // my most difficult class T o T
Tumblr media Tumblr media
24 notes · View notes
snakes-and-riddles · 2 years
Text
on: introductions
hey, i'm maddie, and this is my new studyblr!
some things about me:
my name is maddie
my pronouns are she/her
us; east coast -> west coast
college sophomore (soon to be rising junior)
studying computer science; minoring in data science
adhd (primarily inattentive)
interests/fun facts:
i like coffee even though it doesn't keep me awake
reading (including fanfiction) + writing
i'm a novice, but i really enjoy bouldering!
i don't believe in astrology, but i'm a stereotypical capricorn
my favorite color is green (both mint and dark green)
i love the dark academia aesthetic, but i'm too chaotic
i bullet journal, sometimes, and brush letter, a lot
stationery addict
i've been collecting enamel pins recently
what to expect:
100 days of productivity
study tips / inspiration
potentially internship / research-focused posts
aesthetic notes
code??? & programming memes
reblogs from other studyblrs / relatable content
... expect nothing and you won't be dissapointed?
anyways, yea, if any of this seems like your vibe, feel free to follow! my posts will probably be relatively dark academia/ green in terms of aesthetics, but we might mix it up depending on where i am and how feasible that aesthetic is!
47 notes · View notes
nurselearn · 1 year
Text
Can filariasis cause death?
Filariasis, also known as elephantiasis, is a parasitic infection caused by a type of roundworm. It is transmitted by mosquitoes and can lead to severe, disfiguring swelling of the limbs and genitals.
In some cases, filariasis can cause serious complications and even death, especially in people with advanced disease or compromised immune systems. The most severe form of the disease is called chronic lymphatic filariasis (CLF), which is characterized by chronic lymphedema and elephantiasis of the limbs, genitals, and breasts. CLF can lead to secondary infections, chronic pain, and disability, which can greatly affect the quality of life of affected individuals.
However, death from filariasis is relatively rare, as the majority of people with the disease have a subclinical infection and do not develop serious complications.
Overall, filariasis can be prevented by using mosquito nets, controlling mosquito populations and using mosquito repellent and treated with medications such as diethylcarbamazine, ivermectin and albendazole.
3 notes · View notes
stemgirlchic · 2 months
Text
why neuroscience is cool
space & the brain are like the two final frontiers
we know just enough to know we know nothing
there are radically new theories all. the. time. and even just in my research assistant work i've been able to meet with, talk to, and work with the people making them
it's such a philosophical science
potential to do a lot of good in fighting neurological diseases
things like BCI (brain computer interface) and OI (organoid intelligence) are soooooo new and anyone's game - motivation to study hard and be successful so i can take back my field from elon musk
machine learning is going to rapidly increase neuroscience progress i promise you. we get so caught up in AI stealing jobs but yes please steal my job of manually analyzing fMRI scans please i would much prefer to work on the science PLUS computational simulations will soon >>> animal testing to make all drug testing safer and more ethical !! we love ethical AI <3
collab with...everyone under the sun - psychologists, philosophers, ethicists, physicists, molecular biologists, chemists, drug development, machine learning, traditional computing, business, history, education, literally try to name a field we don't work with
it's the brain eeeeee
895 notes · View notes
izicodes · 7 months
Text
I made a beginner coding resource! 👩🏾‍💻💗
Tumblr media Tumblr media Tumblr media
Hiya! 👩🏾‍💻💗
I made a coding infographic/slideshow for anyone getting into coding and are stuck! I'm seeing a lot of new codeblr blogs coming up recently and they're all beginners and I have been getting a lot of asks which basically all ask "I'm new to coding, how do I start?", so I decided to make this at 1am in the morning real quick! 🥲😭
I genuinely hope that this resource proves beneficial to someone out there. And remember, if you find yourself still facing challenges or need assistance with anything else, please don't hesitate to reach out. I'm here to help! ✨
Link to the PDF: LINK
2K notes · View notes
katarinareads · 3 months
Text
Tumblr media Tumblr media
22/01/2024
i’ve fully turned into a nocturnal being. kind of miss the structure in my life that school usually provides, but also enjoying the relative freedom i have now.
759 notes · View notes
bunnydevs · 9 months
Text
Tumblr media
1K notes · View notes
a-fox-studies · 8 months
Text
Tumblr media Tumblr media
September 5, 2023
I am exhausted . . .
I almost got another flare but I stopped before that. Completed some notes that I had been procrastinating on for a while, I still have a chapter left, which I will write tomorrow.
I was abandoned by a few classmates who promised they would meet me in the canteen so I was pretty upset because of that. I'm not really fitting in with the crowd but that's okay :)
Today was a crappy day but it got better because my lecturers were impressed with me when I pointed out a bug in a program no one noticed :D
Tumblr media
Things I did today:
Did a little physics reading, for 30 minutes. Got a derivation in.
Completed notes on Intro to Data Structures and Single Dimensional Arrays [mental note to complete Queues tomorrow]
Read through ppts sent by lecturers.
Tumblr media
🎧 Rich Boy - payton
77 notes · View notes
theonewhereistudy · 8 months
Text
Tumblr media Tumblr media Tumblr media Tumblr media
I'm trying to be more gentle with myself. Constantly reminding my silly mind that there's no rush. The place is here, the time is now. Make yourself some nice meals; Relearn to enjoy the things you once were curious about.
624 notes · View notes
anonymousdormhacks · 6 months
Text
Whats the opposite of gothic? I'm in love with comp sci anti-gothic where it's just people being surprisingly polite and nice and funny through computers. A program's first lines are always "Hello world!". SMTP protocols apparently say "hello, pleased to meet you" to each other to establish a connection with a handshake. Python has a different version called Andaconda, which has a smaller version called miniconda. C++ is just C continuously improving on itself, because the ++ operator means to add one onto a previous value, and C# is two ++ stacked on top of each other. Lawmakers have to talk about the ethics of saving "cookies" to computers because one guy liked fortune cookies and decided to call them that. The internet itself wasn't created with security in mind because it was just meant to be a way for a group of people who trusted each other using it to send each other information, and so on, and so forth
465 notes · View notes
ace3899 · 1 year
Text
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Programming as an Aesthetic.
1K notes · View notes