#Women in tech
Explore tagged Tumblr posts
Text




cozy and coding
#dreamdolldiaries ♡#mood board#codeblr#coding aesthetic#programming#programming aesthetic#coding mood board#mb#programming mood board#tech mood board#stem#aesthetic#women in stem#women in tech#stem mood board#stem aesthetic#studying aesthetic#studying#dark acadamia aesthetic#dark academia#studyblr
249 notes
·
View notes
Text
We need to talk about how women revolutionized technology more!!! We wouldn't be using computers or even cell phones now if it weren't for them
3 notes
·
View notes
Text
Computer pioneer Grace Hopper running programs on a Univac I computer in 1952.
Hopper wrote the Univac A-0 compiler that allowed more abstract instructions to be converted into machine-runnable code, widely accepted to be the first computer language compiler ever created.
835 notes
·
View notes
Text

Working in a datacenter in the 70s
#retro#70s#1970s#fashion#datacenter#retrocomputer#70s fashion#vogue#mainframe#magnetic tape#computer operator#retro computers#big iron#women in stem#women in tech
1K notes
·
View notes
Text
How To Network 🤝📱💬
Have a Plan: Because everyone is important, it's really important to know what you're good at. Before you go to any networking event, figure out what you're good at – like things you can do well, what you know, and the people you know. Plan what you want to talk about, especially how you can help others, either now or later on.
Start with Who You Know: Talk to people you already know, like friends and colleagues. Ask if they can introduce you to others.
Go to Events: Attend conferences, seminars, workshops, industry meetups, and social gatherings related to your field of interest.
Use Social Media: Make profiles on websites like LinkedIn or Instagram to meet people in your niche online.
Elevator Pitch: Create a concise and engaging intro that highlights who you are, what you do, and what you're seeking. This way you can make a strong first impression.
Ask Good Questions: When you talk to someone, ask questions that show you're interested in what they're saying.
Provide Value: Networking is a two-way street. Offer your expertise, assistance, or connections to others whenever possible. When you start paying attention to what people can do, you might see that one person could help another person. Try to introduce people who you think have something valuable to share. When you make these good connections, you're helping the networking event go well. This will help you establish a good reputation and create strong relationships.
Say Thank You: After meeting, send a message to say you enjoyed the talk.
Follow up & Follow Through: If you said you would talk to someone later, make sure you actually do it and let them know you're still happy to help. If you promised to introduce one person to another, take a moment to make that introduction.These small things really matter to people, and just one introduction could make someone's life better.
Meet Different People: Don't just talk to the same kind of people. Meet people from different jobs and places.
Never dismiss anyone as unimportant: Don't think someone is not important just because of their job title. They could know important things or have helpful friends you wouldn't know about if you didn't give them a chance.
Join Groups: Be part of clubs or groups related to your work. You can meet more people there.
Be Yourself: Just be you. Don't pretend to be someone else.
Learn New Things: Keep learning about your interests. It helps you have better conversations.
#social skills#relationships#business tips#career#life advice#business women#women in business#networking#entrepreneurship#events#level up journey#glow up tips#boss woman#girl boss#women in tech#social interaction#communication#self confidence#adulting#advice
2K notes
·
View notes
Text
#women in male fields#for the girls#ritsuko akagi#neon genesis evangelion#evangelion#nge#gaslight gatekeep girlboss#women in tech#women in stem
43 notes
·
View notes
Text
I remember attending those "girls in technology" programs and they just felt very alienating. You visited several places involving tech and they were all guys talking like you had no idea what anything is. No women in sight except receptionists/cleaners.
The program that intended me to join the tech industry just further hammered home that I don't belong there.
The best "girls in tech" was me working my way in by myself and gaining the self-esteem and confidence to not only not give a shit, but also thinking the men don't know shit more than I did, and are in most cases hired because they're men who feels entitled to a position in IT because they man and man logical.
I don't know how many incompetent men I've met in my career path that think they are a gift from the IT gods.
My tip for the girls/women reading this is gain the self-esteem enough to ignore what men are doing and wants us to be. Find your own path based on your skill. I can guarantee that an incompetent male will take many job positions but as your skill grow and as the men fail (often upwards) sooner or later the employer don't have any choice other than hiring you.
And then it's your time to shine. I almost immediately became the top malware analyst they had as I sharpened my skills every day while the men thought they did a good enough job because they were hired after all.
Then they'll ask you how you're so good at it, and that's worth the struggle you went through.
So don't give up on your dream blah blah basically ignore men, ignore their strategies for getting hired, you know what to do and you know how to get better. Find other women and encourage each other ok? You can do this! 💕
581 notes
·
View notes
Text
every girl needs a cinnamon coffee and a little muffin so she can do her programming. it's literally the law
#codeblr#studyblr#coding#compsci#hacker#women in stem#women in tech#girls who code#programmer humor#programming#progblr#programmer
389 notes
·
View notes
Text
Yes, I am a lesbian in stem. My goal is to shrink the gender gap in sugar parenting
#let me live in my delusions#lesbian#queer#lgbtq#sapphic#lgbtqia#gay#stem#women in stem#stem student#computer science#computer scientist#wamen#sugar parenting#tech#technology#women in tech#coding
21 notes
·
View notes
Text

Barbie "B-book" laptop, one of many models built by VTech and Oregon Scientific for Mattel.
I was really disappointed to find almost no organized info about these has been curated anywhere, no specs, no Wikipedia page for them and so on.
It's definitely a case of "girl stuff, not interested.." leading to these interesting machines having their history neglected by people who otherwise obsess over anything retro. My kids certainly spent a lot of time on them, who else?
249 notes
·
View notes
Text

Just posting this in case anyone is thinking of going for that profession and would like to know the other possible options if they don’t wanna solely be an ultrasound tech, the medical field has so many pathways so I hope that this can help some of you
57 notes
·
View notes
Text

A woman of preternatural beauty is wearing a gown that looks like a lesson in higher-dimensional mathematics. Out of her back rises a cluster of white cables arcing far up to the roof. They are transmitting signals from her body’s changing electrical properties to (in theory) control a different, distant fusion reactor experiment. She does not sit passively; she is playing a piano with what seems to be impossible levels of skill. Not just skill but peculiar charisma. We are told she is also one of the most significant hackers in the world, creator of core free-internet tools like Snowflake in the Tor browser.
6 notes
·
View notes
Text
pro tip for programmers - how to alias
hey, so you know that annoying thing that happens when you're coding, and you need to run/test the same program 100 times in a row, so you end up typing "python3 testScriptWithASuperLongName.py" into the terminal about 80,000 times?
well, there's a better way! it's called aliasing :D
in your bash shell (or zsh, or whatever shell you use, but bash is the default on VSCode and most people on tumblr use VSCode, so I'm using bash as the default to explain this concept) you can set an alias, essentially a shortcut command, that runs longer commands.
(yes you can just use the up arrow key to re-run the same command, but sometimes you're typing other things into the terminal too and you don't feel like hitting the up arrow key four times in a row, and also this is just a cool and useful tip to get comfortable with aliasing so shhhh)
so, in your terminal shell, just type this:
alias run="python3 testScriptWithASuperLongName.py"
now, you can run that entire super long command, just by typing the word "run" into your terminal. Here's a screenshot of an example on my computer to make it make more sense:
in this example, i just created a simple python file that contains one line of code: print("it works!")
then, as you can see, by setting the alias to run, i can now run that file, runningatestscript.py, simply with the command 'run'.
the best part is, this alias is temporary - it only lasts as long as your shell session is open. so once you close the terminal, the run alias is cleared and you can set it again next time to any file or task you're currently working on, to save yourself a lot of typing, typos, and time.
so if you want to, you can get in the habit of always setting a run alias in the VSCode terminal for whichever file you're working with as soon as you get everything open. that way, when you need to run the same file 50 million times, you have a super easy way of doing it! you can even set it to a single letter if you want to go for maximum speed, but i prefer to use whole short words, because they're easy for me to remember.
note: if you do want to set an alias to work for all sessions, you can simply add it to your ./bashrc file. this is a common way to automate repeatable tasks, and simply to set easier-to-remember commands for terminal commands that are really complicated/confusing/hard to remember.
for example, i saved the alias checkboot="[ -d /sys/firmware/efi ] && echo 'UEFI mode' || 'BIOS mode'" into my zshrc file (zsh equivalent of bashrc file). this way, no matter how many times i rebooted my machine, i would always be able to quickly check which boot mode was running by simply typing 'checkboot'.
yesterday i was updating my boot mode from BIOS to UEFI on my very old machine that is technically compatible with UEFI, but not configured for it by default. So it was extremely helpful and saved me the time and headache of having to remember and type that long-ass command a thousand times in between many different reboots and new shells.
if you have any tasks like that, or terminal commands that you know would be useful to you, but you can never remember them when you need them, i highly recommend getting comfortable with aliasing! it can be super useful to simply set custom aliases for all the commands you don't want to remember, so that you can automate things away and not have to worry about so much linux syntax all the time when you're tring to focus on programming.
i know this may seem like a simple tip to some, but i only learned about it recently and it's been extremely helpful to integrate into my workflow and customize my OS with! so i thought it might be worthwhile to some people if i share :) hope it helps!
#codeblr#linux#hacker#compsci#hack the planet#hacking#studyblr#coding#progblr#programmer#programming#women in tech#women in stem#women in computing#women in cs#comp sci#coding tips#programming tips#software development#software developers#vscode
115 notes
·
View notes
Text
Kristin Lauter
youtube
Mathematician and cryptographer Kristin Lauter was born in Wisconsin in 1969. Lauter's research focuses on number theory, algebraic geometry, and applications to cryptography. She worked at Microsoft Research for over 20 years, is currently Senior Director of Meta's Fundamental AI Research (FAIR) Labs North America. In 2008, Lauter and her coauthors won the Selfirdge Prize in Computational Number Theory. In 2015, she was elected to the American Mathematical Society and from 2015 to 2017, she was president of the Association for Women in Mathematics.
#math#mathematics#women in math#technology#artificial intelligence#women in technology#women in tech#Youtube
6 notes
·
View notes
Text
Update: Finally completed and submitted an assignment for my college course! It may be a couple of days before it has been assessed. Progress is progress. I'm going to finish the section of the course material I'm currently working on and then head to bed.
#college#ugh#studyblr#women in tech#women in stem#procrastination#oopsie#what is wrong with me#the big sad#we will survive#the horrors persist but so do i
5 notes
·
View notes