#tech for students
Explore tagged Tumblr posts
k12academics · 3 months ago
Text
Tumblr media
Molaisem specializes in high-quality audio devices, including wireless earbuds, portable Bluetooth speakers, cellphones, and tablets designed for students, educators, and learning environments. Our products enhance classroom engagement, remote learning, and everyday convenience with crystal-clear sound, reliable performance, and cutting-edge technology. We are committed to providing affordable, innovative solutions that support education, communication, and entertainment.
0 notes
shanklin · 5 months ago
Text
Time travel fail in which Stan goes back to not break Ford's project, but gets bored waiting for the science fair and decides he might as well give the footbot another try.
He's no McGucket but he knows enough technical mumbo jumbo to make it move at least. If it goes well maybe they let him graduate high school this time around!
Enter the West Coast Tech judges
Genius kid doing genius kid things?
BORING
Worst student the school has ever seen building a fully functional talking robot? The stereotypical dumb boxer kid always overshadowed by his nerdy brother being a secret neglected undiscovered genius? 
THEY CAN SELL THIS! THEIR PR DEPARTMENT WILL LOVE THIS! A TRUE UNDERDOG STORY!
Before Stan has time to process anything he’s already being shipped off California with a full scholarship to be West Coast Tech's new poster child. 
Filbrick: I don’t care how you convinced them you’re worth anything. Don’t fuck this up and earn us millions or you’re not welcome in this house anymore!
Ford is convinced Stan cheated his way into West Coast Tech so they won't get seperated. Ford doesn’t apply to West Coast Tech out of spite. And he's definitely not believing Stan's ridiculous time travel explanation for a second.
Ford becomes obsessed with proving that Stan’s a fraud instead. 
At least they’re still talking. Even if talking means listening to Ford finding flaws in the newest paper Stan was forced to write.
Poor Stan just wants to go home to Gravity Falls and reopen the Mystery Shack
409 notes · View notes
study-diaries · 2 months ago
Text
Introduction To HTML
[Note: You need a text editor to do this. You can use Notepad or Text Edit. But it's so much better to download VS Code / Visual Studio Code. Save it with an extension of .html]
HTML stands for Hyper Text Markup Language
It is used to create webpages/websites.
It has a bunch of tags within angular brackets <....>
There are opening and closing tags for every element.
Opening tags look like this <......>
Closing tags look like this
The HTML code is within HTML tags. ( // code)
Here's the basic HTML code:
<!DOCTYPE html> <html> <head> <title> My First Webpage </title> </head> <body> <h1> Hello World </h1> <p> Sometimes even I have no idea <br> what in the world I am doing </p> </body> </html>
Line By Line Explanation :
<!DOCTYPE html> : Tells the browser it's an HTML document.
<html> </html> : All code resides inside these brackets.
<head> </head> : The tags within these don't appear on the webpage. It provides the information about the webpage.
<title> </title> : The title of webpage (It's not seen on the webpage. It will be seen on the address bar)
<body> </body> : Everything that appears on the webpage lies within these tags.
<h1> </h1> : It's basically a heading tag. It's the biggest heading.
Heading Tags are from <h1> to <h6>. H1 are the biggest. H6 are the smallest.
<p> </p> : This is the paragraph tag and everything that you want to write goes between this.
<br> : This is used for line breaks. There is no closing tag for this.
-------
Now, we'll cover some <Meta> tags.
Meta tags = Notes to the browser and search engines.
They don’t appear on the page.
They reside within the head tag
<head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Website Description"> <meta name="Author" content="Your Name"> <meta name="keywords" content="Websites Keywords"> </head>
Line By Line Explanation:
<meta charset="UTF-8"> : Makes sure all letters, symbols, and emojis show correctly.
<meta name="viewport" content="width=device-width, initial-scale=1.0"> : Makes your site look good on phones and tablets.
<meta name="description" content="Website Description"> : Describes your page to Google and helps people find it.
<meta name="author" content="Your Name"> : Says who created the page.
<meta name="keywords" content="Website's Keywords"> : Adds a few words to help search engines understand your topic.
_____
This is my first post in this topic. I'll be focusing on the practical side more than the actual theory, really. You will just have some short bullet points for most of these posts. The first 10 posts would be fully HTML. I'll continue with CSS later. And by 20th post, we'll build the first website. So, I hope it will be helpful :)
If I keep a coding post spree for like 2 weeks, would anyone be interested? o-o
118 notes · View notes
izicodes · 2 years ago
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
centaur-dreaming · 2 months ago
Text
Tumblr media
gguuuuuuuuuysssss hhhhhhellllppppppp
74 notes · View notes
mudwerks · 1 year ago
Photo
Tumblr media
(via Vending machine error reveals secret face image database of college students | Ars Technica)
Canada-based University of Waterloo is racing to remove M&M-branded smart vending machines from campus after outraged students discovered the machines were covertly collecting facial-recognition data without their consent.
The scandal started when a student using the alias SquidKid47 posted an image on Reddit showing a campus vending machine error message, "Invenda.Vending.FacialRecognitionApp.exe," displayed after the machine failed to launch a facial recognition application that nobody expected to be part of the process of using a vending machine.
"Hey, so why do the stupid M&M machines have facial recognition?" SquidKid47 pondered.
The Reddit post sparked an investigation from a fourth-year student named River Stanley, who was writing for a university publication called MathNEWS.
Stanley sounded alarm after consulting Invenda sales brochures that promised "the machines are capable of sending estimated ages and genders" of every person who used the machines without ever requesting consent.
This frustrated Stanley, who discovered that Canada's privacy commissioner had years ago investigated a shopping mall operator called Cadillac Fairview after discovering some of the malls' informational kiosks were secretly "using facial recognition software on unsuspecting patrons."
Only because of that official investigation did Canadians learn that "over 5 million nonconsenting Canadians" were scanned into Cadillac Fairview's database, Stanley reported. Where Cadillac Fairview was ultimately forced to delete the entire database, Stanley wrote that consequences for collecting similarly sensitive facial recognition data without consent for Invenda clients like Mars remain unclear.
Stanley's report ended with a call for students to demand that the university "bar facial recognition vending machines from campus."
what the motherfuck
474 notes · View notes
gojoest · 10 months ago
Text
Tumblr media
SATORU
233 notes · View notes
secondwheel · 4 months ago
Text
Tumblr media
The excitement of going to the ICT suite in school
82 notes · View notes
tech-o-mania · 4 months ago
Text
Me: studying to become an engineer at the technical university
Also my four states of study:
Tumblr media Tumblr media Tumblr media Tumblr media
... yes, being a biophysicist is quite difficult😅🥲
96 notes · View notes
sergle · 1 year ago
Text
yall are about to piss me off by not having any PASSING basic knowledge of the way the u.s. military manipulates its recruits into joining by typing up one of your uninformed, unresearched, unempathetic, individualistic, unbelievably annoying posts about how 100% of the people in the military ended up there because they just Love America So Damn Much! they're extremely mature and informed at time of recruitment, they can totally leave anytime they want, they totally had tons of other avenues in life they could've taken, there was no rush at all to get income as fast as possible, and everyone in the military also totally is part of the combat divisions and personally enjoys being IN the military very much, big believers of violence. everyone in the military is shooting guns all day, that's how that works. they LOVE BLOODSHED. also I love the "amewicans haha" twang to this type of shit because you're actually TOTALLY stealing our Thing, which is turning systemic issues into Individual Issues. Instead of talking about the powers that be, it's so Personal Choice up in here. It's, "well you shouldn't have done it then. I totally wouldn't because I know better." you don't wanna talk about the military industrial complex as a whole, and you don't want to talk about recruiters, you just want to pin the blame on Specific Individual People one-by-one, as if they're responsible for the system that they're being ground up in. someone was in the military? bad person, no matter what. it's easier to believe that, I guess, than to acknowledge that Normal People (with high school educations) are manipulated and incentivized into joining a system that is Bad. at like age 18. but yeah no that 18 year old should have just been smarter lol haha anyway here are some screenshots for no particular reason
Tumblr media Tumblr media Tumblr media Tumblr media
side note this reply of someone going "umm just get loans and go into a high paying field it's easy XD" as a direct response to someone trying to explain how most americans joining the military are being funneled in that direction out of a need for money.
Tumblr media
and another person who Decided that americans join the military just CLENCHING their teeth thinking of other people, and not thinking completely selfishly about their own selves and their own income/housing/healthcare.
Tumblr media
#I had a longer post w more bullshit in it but ukw nobody's even gonna read THIS one. so.#dumb ass cunts seriously LMAO just the individualism of it all....#we're all just selectively forgetting that most people join the military straight out of high school / after failing to kickstart#their lives so they don't know shit yet and they are categorically not educated and don't have money#you NEED money and have been groomed by recruiters ALREADY into believing this is#The Best and Only to make a survivable amount of money without a college education-- bc they can't afford college btw#and they don't want to take on student debt either bc everyone already knows what a big fuckeroo that is#recruiters WILL DO ANYTHING TO GET YOU TO JOIN. they will KEEP CALLING YOU. they'll answer your questions#to make it sound like this is going to be a GREAT life decision. you can get all KINDS of jobs (true)#they love to say the thing about how only about 15% of the military will actually see combat in any way#they love to list all the jobs where you will literally just be working at an office or a pharmacy or in tech etc etc etc#the recruiters are offering housing healthcare steady pay and BONUSES if you sign on for longer.#so you let your guard down because you were so scared of the actual fighting. BECAUSE YOU'RE 18 IN THIS SCENARIO BTW.#you cunts will not meet anyone who hates the military as much as people who are NOW DONE working in the military#you don't know enough when they get you and then either you stay placated by the benefits or you scramble away as fast as possible#the number one military haters are people who know what goes on bc they already did it#source: I LIVE NEXT TO A MILITARY BASE LMAO PEOPLE HATE IT HERE!! they are NORMAL PEOPLE#I need you to get it into your head that the people committing atrocities in war were NORMAL when they joined#and that for every person in the military who's actively shedding blood there's 20 who do PAPERWORK#and they both are being put in the same category by you!! and they are BOTH being controlled by the same system!!#sergle.txt#I hate yall I really do.
271 notes · View notes
gazagfmboost · 1 year ago
Text
Tumblr media
Karam rafiq al-nabih & mother Tahini
Vetting: GoFundWatermelon / TheLastTurtle #216 Instagram: karamrafeek Tumblr: @karamrafeek / Personal Tumblr Post Fund Currency: € Euro
Karam is a forcibly displaced 23 year old engineering student who needs to evacuate to complete his studies. He is also desperately & diligently trying to help his beloved mother Tahini, who is deeply struggling with medical issues that are worsening with the poor water quality & lack of medicine. They're hoping to survive & evacuate to access adequate care, The fundraising site closed their previous fund that was well on it's way to being complete- I would like to please invite you to consider helping Tahini to recover her health & Karam to complete his studies- with a heart on the post, any sized contribution if at all possible- by following his account &/or by re-sharing their story to help them to feel seen & heard, Your attention & kindness are appreciated very much!
Tumblr media Tumblr media
Help Karam & his family rebuild their life gofund.me/e5106d4a
370 notes · View notes
orcinus-veterinarius · 2 years ago
Text
“I want to be a vet” is a common childhood dream… but I’m curious just how widespread it is!
Reblogs are appreciated 🐾
1K notes · View notes
cad-faoi-maeglin · 4 months ago
Text
I agree that Tech and Echo can both quote any aspect of the regulations manuals at the drop of a hat, but their reasons are different.
Echo: Wants a good grade in Clone Trooper and gets anxious if it looks like he won't get it.
Tech: 1) That's just how his memory works. 2) Even the thought that he wouldn't have an encyclopaedic knowledge of information that is both readily available and highly relevent is a category 12 blow to his ego as the smart one. (secret third thing: "Well technically what Clone Force 99 did isn't outside regulations because yap yap yap yap yap").
51 notes · View notes
study-diaries · 29 days ago
Text
Day 6 [Forms In HTML]
Introduction To HTML
Day 2 [Multimedia Elements In HTML]
Day 3 [Table in HTML]
Day 4 [Link Tag In HTML]
Day 5 [Lists In HTML]
Forms are basically used for collecting user information. And they are really important to learn. Here's a simple form in HTML:
Code:
Tumblr media Tumblr media Tumblr media
Line By Line Explanation:
<form>: Used for creating forms. All the form elements go in this tag. Action: When submitted, data is sent to this file or URL [index.html] Method="post": Sends data
<label> : This describes the input tag for="___": Connects the label to the input with id="name" id : gives a unique identification to the tag <input>: It's used to make the form elements
<input> Type Elements :
type="text" : A simple text box is created.
type="email" : A box to input email.
type="checkbox" : A small square that users can tick. Can select multiple options using this.
type="radio" : A small circle, you can only select one option.
type="submit" : A button that submits the data to the server.
<textarea>: Accepts multiple lines of text. rows="4": It creates 4 lines cols="30": It creates 30 characters
<select> : Creates a drop-down list <option>: Creates an item in the dropdown. value="colorname": This is the data sent to the server if chosen.
Output For The Code:
Tumblr media
_______________________
Hope This Helps !!
40 notes · View notes
izicodes · 2 years ago
Text
How to learn: HTML | Resources ✨
Tumblr media Tumblr media Tumblr media
Sunday 10th September 2023
I have come back with a new resource I've made! This time about how to learn HTML! I'm starting from the basics right now and working my way up of 'how to learn' info resources!😅
I've made a HTML resource in the past (one | two) but this one is a bit more detailed and has tips of how I studied HTML. I use HTML on the daily so though I would share my knowledge with more people. Again, just like my previous resource "Starting your coding journey", this is more targeted towards absolute beginners or for people who want to learn how to customise their Tumblr blog/Neocite! 👩🏾‍💻
Anyhoo, check it out and let me know what you think: LINK
2K notes · View notes
legogradstudent · 2 years ago
Text
Tumblr media
Repairing his run-down laptop, the grad student is tempted to obliterate the anxiety-ridden piece of junk instead.
1K notes · View notes