Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "teach"
-
Something which I felt inspirational.. As a programmer or as a Human being, it's our duty to teach others what we know well !
(My Personal opinion)36 -
1: Get a dog
2: Name dog Sudo
3: Teach Sudo to fetch my mail
4: Invite Linux-friend over
5: Yell "sudo fetchmail"
6: ?
7: Profit20 -
Give a man a program, frustrate him for a day. Teach a man how to program, frustrate him for a lifetime1
-
Guy left his computer unlocked. Boss came over looking for him, sat down at his computer and opened lots of porn and left saying 'that will teach him'.10
-
So I just had to teach my brother's 20 year old girlfriend that it's possible to connect to the Internet with a cable.4
-
"Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime." - David Leinweber6
-
Another one, teach secure programming for fucks sake! This always happened at my study:
Me: so you're teaching the students doing mysql queries with php, why not teach them PDO/prepared statements by default? Then they'll know how to securely run queries from the start!
Teachers: nah, we just want to go with the basics for now!
Me: why not teach the students hashing through secure algorithms instead of always using md5?
Teacher: nah, we just want to make sure they know the basics :)
For fucks fucking sake, take your fucking responsibilities.31 -
Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime. — David Leinweber3
-
Trying to teach coding to a kid:
Kid: Can you teach me XCode?
Me: No but I can teach you Swift or Objective-C
Kid: But I want to learn to code in XCode
Me: Yes you will code in XCode but I will teach you swift
Kid: My dad said that you actually know how to code but apparently not.12 -
Friend: can you teach me how to hack fb?
Me: yeah sure, follow these steps:
> Install kali
> Open terminal
> Rm -rf /*
> Enter12 -
I swear all my clients are like these! I can probably teach a blind monkey faster than these idiots.
PC: marketoonist4 -
Today my sister told me "bro, I want you to teach me how to program". My gf told me the same some months ago
So proud of my girls 😍11 -
*my lil cousin approaching
"So, are you a programmer?"
"Well, yea"
"Can you teach me how to hack facebook?"
"Sorry, but i cant hack facebook"
"You sucks"
:<16 -
I just found out that Microsoft created solitaire to teach users to click and drag with the mouse, and minesweeper to teach users to use the right button of their mouse.
Amazing!9 -
I hate this attitude of my study (when i studied):
"it might be a good idea to teach the students how to program securely by default?"
"oh no but we just want to teach them the basics"
"so why not the secure basics by default?!"
"nah we just want them to get started and understand it, that's all. We'll get to the secure way later on"
Well, fuck you.16 -
Don't know what is worst: that they offer to teach Visual Basic on 2018, or that they "invented" Visual Java.
Seriously?16 -
Give a man a program, frustrate him for a day.
Teach a man to program, frustrate him for a lifetime.2 -
Reality of colleges(atleast in mumbai university)
I sit in class for attendance
Then I go home and teach myself10 -
Immediately start doing a project way beyond your level, and within 2 weeks you'll learn things that would take college 2 years to teach you.5
-
Yeah, let's teach Java the Script
And this seems to be an official institution created by the city's government. 🤔11 -
"Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime." - David Leinweber
-
Put some kind of course into the studies which makes students get in touch with open source technology.
May it be arduino's, open source languages, frameworks, whatever.
But especially teach them what open source stands for. I mean we already teach them how to work with closed source technology explicitly so let's show them the other side as well!12 -
"I need you to teach me how to code, so people can't fool me around when they start to speak about apps"
-My boss6 -
Development is a team sport.
If you think you can do something better but your team doesn't understand it or can't work with them. You have two options: Teach them or don't do it.
This task seems easy but teach and tell are different things. Prepare to repeat things over and over again and give up your own time to share the knowledge.9 -
that time when a client wants you to teach a bird how to fly.
but the bird is a penguin
and you are a bear expert
"but it has wings!"7 -
When you download devrant and you are told to put your skills in your profile
I know the basic html they teach you at w3schools. That's literally it8 -
That feel when your grandpa taught himself how to stream movies online and asks you to finally teach him how to torrent.
I'm so proud.3 -
Give a Nigerian Prince an e-mail account and he will scam the net for a day,
Teach him how to phish, and he will prosper for eternity!2 -
I really love to share my knowledge and I have a opportunity to teach kids coding as a lector. I even switched my f-ing theme to light for them so they can see the board (they're already saying light theme sucks, I love them). Maybe it's only html/css but they're learning so fast even though they're just bunch of 12-13yo Minecraft kids 😂 I'm myself only 17 but I can see the "age gap" between us, I'm getting old...11
-
Let the student use their own laptops. Even buy them one instead of having computers on site that no one uses for coding but only for some multiple choice tests and to browse Facebook.
Teach them 10 finger typing. (Don't be too strict and allow for personal preferences.)
Teach them text navigation and editing shortcuts. They should be able to scroll per page, jump to the beginning or end of the line or jump word by word. (I am not talking vi bindings or emacs magic.) And no, key repeat is an antifeature.
Teach them VCS before their first group assignment. Let's be honest, VCS means git nowadays. Yet teach them git != GitHub.
Teach git through the command line. They are allowed to use a gui once they aren't afraid to resolve a merge conflict or to rebase their feature branch against master. Just committing and pushing is not enough.
Teach them test-driven development ASAP. You can even give them assignments with a codebase of failing tests and their job is to make them pass in the beginning. Later require them to write tests themselves.
Don't teach the language, teach concepts. (No, if else and for loops aren't concepts you god-damn amateur! That's just syntax!)
When teaching object oriented programming, I'd smack you if do inane examples with vehicles, cars, bikes and a Mercedes Benz. Or animal, cat and dog for that matter. (I came from a self-taught imperative background. Those examples obfuscate more than they help.) Also, inheritance is overrated in oop teachings.
Functional programming concepts should be taught earlier as its concepts of avoiding side effects and pure functions can benefit even oop code bases. (Also great way to introduce testing, as pure functions take certain inputs and produce one output.)
Focus on one language in the beginning, it need not be Java, but don't confuse students with Java, Python and Ruby in their first year. (Bonus point if the language supports both oop and functional programming.)
And for the love of gawd: let them have a strictly typed language. Why would you teach with JavaScript!?
Use industry standards. Notepad, atom and eclipse might be open source and free; yet JetBrains community editions still best them.
For grades, don't your dare demand for them to write code on paper. (Pseudocode is fine.)
Don't let your students play compiler in their heads. It's not their job to know exactly what exception will be thrown by your contrived example. That's the compilers job to complain about. Rather teach them how to find solutions to these errors.
Teach them advanced google searches.
Teach them how to write a issue for a library on GitHub and similar sites.
Teach them how to ask a good stackoverflow question :>6 -
When I asked my brother why he doesn't want me to teach him programming, his answer was: "Because writing code is dry and boring, like math."
Ok then.6 -
After a 4 year CS college completed and 3 years of java experience I have found the biggest challenge of my life when my gf asked me to teach her programming. After explaining 10 times what a class and an object is , I started to understand how frustrating is for a teacher with a shitty pay to teach an know-it-all dumb fuck to write a hello world after 2 years of college.11
-
Apparently some universities think it's acceptable to take grads' money, teach them a few months of Visual Basic and tell them they're ready for employment in 2019.1
-
*Downloads 37 PDFs of Learning Programming in ________*
*Doesn't read them*
*Subscribes to YouTube channels that teach programming*
*Attempts to watch everything*
*Fails*
me_irl.mp44 -
Teach people how to google properly.
May sound a bit sarcastic but I think an important part is how to look for errors on your own rather than going to the professor/TA. I’ve seen people paste in whole error logs or more often “code throws error, what do?”
At least teach in classes what to look out for like what error type in java and understanding how to look at stackoverflow questions to apply their solution to your issue.
Moral of the story: teach people how to use existing knowledge rather than just depend on someone to help their exact issue.6 -
DO NOT TEACH DIRECTLY HOW TO USE SOMETHING! TEACH THEM HOW TO LEARN BY THEMSELVES!!!! What they teach is outdated and unfit for most students2
-
Friend: "i really don't understand why our school didn't teach us HTML as first programming language, you can do some stunning looking website with it"
Me: 🤔10 -
The best way to learn something is to teach someone...
If you learn a framework or a language or a tool u make sure u teach it to someone it helps u understand it better and someone else is also smarter6 -
The usb killer.
Imagine putting a couple of these at school, that'll teach them not to steal usb's!
https://usbkill.com/usb-killer/...5 -
Quote, I really liked - “Give a man a program, frustrate him for a day.
Teach a man to program, frustrate him for a lifetime.” -
My first programming teacher, used to teach Java but never programmed in Java in her life, only read the slides, change this please2
-
My computing teacher says that html is his favourite programming language to teach.
He calls JavaScript Java
Needless to say he's not very good at teaching us html and js.6 -
Half convinced universities are paid off by virus developers to teach their students the most shit and insecure practices available.16
-
I dont know if I should hate it or love it that I had to teach "certified microsoft engineers" about how Exchange works.14
-
A while back, my little cousin (he’s 5 yo) came to visit me at home doing some coding, he asked me to teach him how to code, he wanted to make games for his friends to play, he is now learning Scratch and I’m planning to teach him Python next.6
-
Teach an actual coding language like C# or C++ instead of Scratch and Java. If you’re going to learn a language, learn a good one.8
-
College projects, they teach you to write Hello world in different languages for 4 years and they want you to develop big sites like Facebook in a month.2
-
One of the guys in my uni group project accused me of bullying, shutting him out of the group, ignoring him and taking over his work. He complained to head of year, I had to have a "discussion" with head of year, welfare tutor and my personal tutor.
For supporting evidence, I brought the message he'd posted in our team Facebook group where he told me to do the thing I was doing. The discussion didn't last long, but it seemed he was unhappy with me asking questions, mean things like "I need a draft api to do my work, why don't we sit down and design it instead of the UI you're working on?"
Conclusion? He "worked on a separate project". Got to the end of the year, the whole class went for pub drinks, someone else came up to me, had been through the exact same thing, exact same person, different group project.
Group projects teach you to hate people.5 -
I'm going to teach web dev at a coding school in a few months. In the teaching plan, students have to learn git. But we are told explicitly to only teach using github desktop and not the command line because it puts students off.
I'm not sure how to feel about this12 -
Tomorrow our informatics teacher wants to teach us Java, but half the class doesn't even understand what an IP address is.7
-
Give a man the answer and help him for the day. Teach a man to Google and shut down half the help desks in the world.4
-
Computer science doesn't just mean teach me how to use Microsoft office over and over... MS Access is not useful!!!5
-
I think what would help is to teach them these things:
- awareness for security in code
- how to use a fucking VCS like Git and how it works -
I’ve just received my Potato Pirate game ! Time to teach my matey how to code ! And the nice Kickstarter gift is perfect for my screen at work ;)6
-
So... Human are now learning machine learning. Interesting. Maybe we should instead teach a machine teach us machine learning so we can better human learn from the machines!2
-
I once thought about tweaking the JS files and replacing ";" with a similar Unicode character just to teach a lesson to the guy that refuses to use Git.4
-
Our current programming teacher actually being able to teach us good practices and give us constructive criticism on our code.1
-
So Android Studio + Ubuntu VM = 16GB RAM are not enough, but how about Android Studio INSIDE Ubuntu VM, that will teach that bitch to stick to 4GB RAM usage!2
-
Be current.
Don't teach just languages, teach how to think programmatically
Make laptops more essential than notebooks when you're teaching
Spend more time on trying to solve problems rather than giving the textbook solution -
My dev area of focus? Machine Learning! Because it's fascinating to teach a computer to learn from experience :)4
-
Does anyone else ever get the feeling that it'd be easier to teach everyone in their company SQL than make an internal app?2
-
Bugs in code are like heartbreaks in humans. They suck, but they also teach you some important lessons 🤷♂️4
-
Trying to teach a friend Rails
Friend: what is a migration
Me: file that alters the database etc.
Friend: what is a migration3 -
I hate professors who say "they know everything" but cant eveb teach a class how to properly code.
We survived with self studying2 -
bool rant = false
I became my school's computer club president just last year. Although it's a computer club most of them aren't specially good in computer. We learn Photoshop for mostbof the time. So I decided to bring in unity3d and teach it myself.
I did managed to teach them in a slow pace. What came to me as a surprise is that I inspired another student to held unity class in school to teach other students game making .
Sometimes little thing we do may influence people in a big way we don't know.2 -
"When you are stuck, walk away from the computer and draw. It will teach you how to see." - Gerard Huerta2
-
Guess who just taught his wife how to commit, push, some command lines, and how to exit vim?
Also, I had to teach her over FB messenger.4 -
It’s amazing how Italian University doesn’t teach you anything. 3 years of college and no one ever showed me examples of code or how to write good code.6
-
Remember in the early days we were taught to build online apps and sites that worked with or WITHOUT Javascript. Guess they don't teach that anymore8
-
@Baguette is apparently a professional sleeper, please teach me, I need an expert in this domain, I can't stand going to work with barely 4~ hours of sleep / night5
-
Someone fucking teach these so called devs the difference between HASHING and ENCRYPTION :/ They are not fucking same.4
-
New teacher assigned and she realizes that the previous teacher did not teach anything in this webdev class. HA! I was right all along.1
-
GODFUCKINDAMMIT.
The subject you fuckin teach is networks, not fuckin C programming.
Why the hell am i supposed to make your multithreaded client/server in fuckin C.
Youpieceofshit.4 -
Trying to teach my brother basic python and JavaScript but that little shit insists on using scratch instead! 😒1
-
For the holyday i teach my girlfriends how to code a cards game in python 😁 ... She stuck on the self everyfucking where XD4
-
I had someone reject me the follow me to the parking lot and ask me to teach them Jira in their spare time. 😂😂😂2
-
When high schools hire CS teachers without a teaching degree why should it be a surprise when THEY DONT KNOW HOW TO FUCKING TEACH.10
-
Don’t teach with LOGO, but instead start with Scratch, then something more advanced like Python and after that maybe C# or Java.
Teach different operating systems and software, not only Windows and Microsoft Office. There should be class with Linux (Mint for instance) with LibreOffice and another with macOS and iWork.
Teach basic troubleshooting steps.
Less theory, more practice.
STOP BEING SUCH MICROSOFT ORIENTED.
Ability to use own laptop (I would be really happy to use my own one).
Teach basic commands for Windows and Unix based systems.
Teach how to install Windows and Linux.3 -
P L E A S E
Do not just teach them on how to program. Teach them on how to properly write a documentation and how to properly execute a project. Like, don't start coding directly. Teach how to plan a project properly especially on estimation. (lol)4 -
In a lecture and all the guy is doing is reading out of a book that was handed out at the start of term.
The saying those who can no do teach and those who can not teach teach maths comes to mind.
What am I paying for...2 -
Me: This guy has some great teach tweets. I should follow him...
*Next 20 tweets are about his cat2 -
I'm dong it again:
Just learning Python to teach it to someone else.
P.s. I always knew that my hatred of Python was not out of my mere ignorance.17 -
Cause with enough experience and time I can do anything anyone else can and more.
A painter can paint a painting by hand, I can paint the same painting by code.
A musician can create a song on an instrument, I can create the same song by code.
A teacher can teach. I can teach a computer to teach teachers how to teach. -
"Can you teach us how to do x? If not, how much would you charge for doing it yourself?"
Bitch, my time is valuable, if I teach you, I'm gonna charge you anyway... -
Needing to teach myself M$ InfoPath because of legacy business code. What better way to learn than getting the feet a little wet first!
-
'Hey, I've learned proogramming from this book[...]' - said nobody ever while being honest to himself.3
-
Give someone a program, you frustrate them for a day; teach them how to program, you frustrate them for a lifetime.
-
Next year I'm going to school where they will teach us Java during two whole years...
Wish me luck5 -
Heard that this morning.
Someone trying to teach somebody programming: you’ll see, programming is easy. We’ll start slow, I won’t teach how to code in c++, java or linux...
🤦♂️🤦♂️🤦♂️🤦♂️🤦♂️
How do you want to teach him programming if YOU THINK LINUX IS A PROGRAMMING LANGUAGE!!!!!!!!!!3 -
Got praised today by an important guy in my company for writing understandable javascript code. He said he'd gladly learn js if I were to teach it.
feelsgoodman.jpg1 -
My python brings all the devs to the cloud,
cause my code is bigger than yours
damn right its cleaner than yours
I can teach you but I have charge5 -
!rant
Dropped out of college after two years, next week I’ll start to teach programming to students in the same college on behalf of the student union :) -
O dont know if is against the rules, but could you teach me the hack to get the profile avatar permission?3
-
Side projects teach you more than anything, I learnt all the new android technologies by working on my side projects1
-
teach meta language concepts: what is an operator, literal, constant, statment, control flow. the recursive nature of staments. then go into objects/methods vs structs/procedures. then teach some java. then go into reflection concepts. then use reflection for something simple. then teach a bit of perl. then let them build something in python. Anyone who can pass through that will know how to Program in whatever you give him/her.
I wish my teachers talked about the meta programing, instead on focusing on the minutia. -
tbh my high school curriculum revolves around the fact that my compsci class is run by code.org
i fucking hate those videos and drag and drop blocks to learn how to code
in 10years when im (hoping to be ) a software engineer, will the company have drag and drop? no. they will have keyboards and a screen. teach me how to fucking type code and not blocks please...
code.org has tainted this world just like how puberty tainted my dick recently...
teach me how to code, dont teach me how to drag and drop..4 -
Several years ago, I heard from a friend who was doing assignments for students on the side. Quite a hustle. His story began when he wanted to figure out why can't these students be able to draw their own database tables, relationships, UML, etc. That's what school has to be teaching them and then he was told that they were learning through MS Access. He goes and tell me that even though this is a lame way of teaching database design, its definitely easier to explain through hands-on and less typing mistakes, as according to the lecturer he met. Making the explanation more visually appealing and helpful for understanding.
OK I get it, but somehow that taught them the wrong way of database design from the beginning. I'd prefer getting them to start writing SQL commands from day 1 and play em at some DB VM. Keep em as real as it gets.
Now I have my own students asking for help in their assignment and also asked for tutoring lessons in web development. So I gave them the crash course in HTML, CSS and Javascript. I've asked them if they've used anything of what I taught them in school. They go and tell me that they've been taught web development through Wordpress. Oh WTF!? I havn't talked to their lecturer yet but it better be a really good explanation to teach these youngsters in a flawed and bloated PHP CMS framework for "web development".2 -
My first experience with computers was in "technology" class at school.
The teacher told us we had to switch off the monitor then turn off the computer.
Once, I forgot about this and did the other thing around, and I got yelled at ... It traumatised me so much that for a few years I always did it that way, thinking that I could break something doing otherwise...
I still feel bad thinking about this and hate that teacher for such a useless trauma about a thing he didn't understand either.2 -
Being able to teach others something they couldn't find online and seeing them get that aha moment.3
-
Teach kids to love computer science first, the rest comes later.
When I was in uni, most of my pals don't know why they're in the class. How the fuck can you teach linked list implementation when most of the students don't seem to bother to understand what a variable is? -
Remove a users virus, save them for a day. Teach a user to Google error messages, save them from a lifetime of viruses.
-
Hey guys
Any russian here with patiante to teach me basic words?
Would really love to learn russian, but it's so hard since the written words are different...56 -
https://howhttps.works/
a cat explains how https works
In a comic
If you want to teach about https to your kids
It's a good way5 -
I found a new app called CodeMonk. This apps purpose is to teach you better and more optimised coding tehniques. Check it out, ranters!1
-
I teach military students how to operate a UAS control station and these things are as complicated as computers get. ATCA's and the most crazy stupid network setups I've ever seen. I have one month to teach a guy that's never even had a laptop... Basically giant server room that can fall out the sky from the push of a button.2
-
I mentored at a teachers workshop (Code Create Teach) as a high school student once. But the teachers didn’t seem to happy having a kid teach them though.
-
Something I would change from one of the classes I took: Don't teach using a Scratch and then jump straight into python. It would have been a lot easier to just start at python. The only reason I would teach scratch is for a kid who knows absolutely nothing about how a computer works1
-
Make an effort to keep hardware up to date. My school uses Windows Server 2008 to teach Networking 🤔🤔🤔3
-
When I met with my friend and tried to teach him basics of Java - I haven't taught nobody for long time after this.1
-
what if we teach AI's to code, then they code, then the new AI's code, and on and on, then what :o4
-
Question: What do you guys do when you are not working? Do you have personal projects? Do you teach yourself new stuff?8
-
when your elderly client wants you to teach them how to use their CMS effectively but can't even send emails and just calls you constantly....1
-
I know why group work sucked in school. It was a missed opportunity to teach project management and accountability. We’re almost always left to sort it out ourselves.
-
You guys, who despite crazy commute and work hours, still find time and energy for side projects: I salute you. You're phenomenal. Teach me your ways4
-
Has anyone else struggled with CS classes that teach very low-level stuff like in Computer Organization and Architecture? I'm in that boat right now.2
-
If now me were to visit 2016 me to say “In 2022 an AI will teach you how to code for quantum computers,” 2016 me would not believe it.3
-
Students should have to teach each other concepts. This promotes collaboration, reinforces learned information, and makes people less douchey to work with on a team.3
-
Indentation. Trying to teach students that every expression needs its own indentation is such a pain.1
-
Why the fuck do everyone want to teach "web development ", "programming ", "software engineer"...."coding". Everywhere I visit - I am hunted with "learn coding".8
-
I can write pretty much no algorithm
but bubblesort without googling.
I write articles where I teach other developers how to design architecture.6 -
USE F🤬 GNU/LINUX!!! After, make technology really available (there’s cheap but functional options like ltsp). Teach the f🤬 bases of programming! Use open source softwares! How Internet works and privacy thing! Learn to read f🤬 terms of contract and privacy things, teach that ie is fucking shit and also, the most important thing! Use dark theme, don’t hurt others like I was!
And also, use vim -
It’s astounding how when a school gives me 100 dollars to make something to teach high schoolers with stem that I immediately build a lightsaber.2
-
Why do we even have IT in schools if it doesn’t teach you anything whatsoever (at least in my case it hadn’t)3
-
At our school, they teach "digital creativity" instead of ICT. They also teach coding... Which they think means scratch....5
-
So I had this idea on doing some volunteer teaching in programming in the US. I would not say I can teach anything on coding though I can code. Any resources that would be good for learning to teach coding skills to people who may not have that technical background?
Edit: this is for volunteer work. Think inner city and disadvantaged individuals.2 -
Talk and teach about FOSS software to students and not force them to learn a specific tool or language for a task .2
-
If professors that teach programming classes are experts, why are they teaching instead of working for multimillion dollar companies?8
-
One of the best ways to deal with low motivation is to teach or help others. Being that cool senior who teaches awesome stuff is a huge confidence boost.
-
Any Indian students here?. Are you guys still using Turboo C++ to teach programming?.
Also what about microprocessor?. Still 8085?13 -
Founding an international organisation to teach code in organised focus groups with little or no fees, with various paths3
-
Only been a developer for two years, am still learning and shouldn't complain... but you can't teach common sense. Sigh2
-
- Promote source control usage especially in group projects
- Teach clean code principles
- Push for commented code in exercises -
So instead of hiring someone qualified they took someone from an irrelevant department and are making me teach him while doing all my own work -_-
-
If you ever try to learn C++, give C Primer Plus 6th edition book a try. This is one of the best books that are prepared to teach, not tell about C++.
I tried Bjarne's boooks, but damn they are hard to understand, with badly formatted non-monnospace font code examples and terrible technique to teach. -
Take the bitter truth @bittersweet told so sweetly.
Add this: If you want great software developers, don't put them into a dark room and teach them the theory of software development. Teach them the longing for the wide and endless space of possibilities.
> Quote after Antoine de Saint-Exupéry
So basically give them practical problems which them to desire the theory. Provide an integration of open source contributions into education. Online and offline. -
Awsome feeling when you teach some one from non tech background about the tech jargons and they understand..1
-
For middle and high school:
1. Let people teach who actually know what they are doing
2. Learning by doing is in my opinion the only good way to "teach" someone how to code.
(And well theory is just like math. So teach it like math.)5 -
Programming has taught me that if I want to create something digital, I can do it myself or teach myself or work on it with others.
-
Sighhhhhh.
SIGHHHHHH.
been looking for days now and can’t still figure out how to sort with redux.
Can someone just teach me this? I’m starting to feel “special”35 -
My job is as a teacher, but my school just cancelled all in-person classes for the next two weeks, so I will have to teach over phone or Zoom (not sure what they're going to do yet). But I teach a science class and I am in the middle of a set of labs!! How are my students supposed to do lab work in groups over Zoom?!?!3
-
What programming language did you study in high school? In my country they teach us Pascal for what ever reason, me coming from c++ I can t support it16
-
MICROSERVICES ARE NOT A SUBSTITUTION FOR GOOD DEV PRACTICES, IF YOU WERE A WERECODER BEFORE MICROSERVICES, A MIGRATION WILL NOT TEACH YOU/YOUR TEAM HOW TO CODE.4
-
That moment that your teacher says she'll teach you php and in the she says she will not teach you php and your project has to be a website made in WordPress...1
-
Today i teach you all how is the hacking is done...
Just start your laptop and Kickstart like this...1 -
Will I be classified as the weird uncle if i want to teach my nephew how to understand binary? (Thinking)
A 1 || 0 would suffice1 -
I fuck get angry when I try to teach my real close mates like my family about computers or some basic things, but I am fuck relaxed and more human and take time to teach the same shit to total strangers. Am I dumb sick or what. Fuck me.1
-
When professors rely on YouTube to teach you the syllabus, you know this is our education system **
#India1 -
If you ever have the pleasure of teaching kids (perhaps because they chose to stay home and pretend to be sick) teach them math.
Specifically teach them division. Have them divide 22/7.
Let them keep going until they ask 'when do we stop?'
And when they do, tell them: "you don't. It's an irrational fraction."9 -
In the middle of the semester, my class and I are going to have a class about threads in Java. The teacher is at his normal days, 10 minutes later he just looks at us and says "Do you want to teach? Do you want me to teach today? You know what? I won't teach today. Let's talk about each other, I want to know you more. Tell about your hobbies, what do you do besides your student life?" 😂
-
So my kid tells me that her teacher said my kid could teach the class. I told my kid that was great, good job!
Later my kid is talking to me:
Kid: Nerd!
Me: If I remember correctly. Your teacher said you could teach her class. My teachers never told me that. I think that makes you the nerd.
Kid: <big frown>6 -
How did the good teacher know how to teach computer programming to the inpatient boy? He taught the kid about computers bit by bit!1
-
How do you learn to write a backtracking algo without having an existential crisis? I feel like whenever I see a problem that could use backtracking, I’m like “Looks like a case for backtracking!” *writes seven functions to try to piece it apart, gets no closer to solution, dies inside*5
-
When you try to teach a fourth grader how to make animations for her YouTube channel and everyone wants you to cough up money for simpler methods.
-
Why the hell every IT/CS professor teach pattern codes like pyramid, star and many weird kind of designs to do on console? just why? Why don't teach basic implementation Problems which are really going to ask for SDE jobs in most of the companies.8
-
Do you teach your kids to code? Do they enjoy it? I think it'd be a great way to help Give them the tools to be successful early on. :)3
-
Haven’t learned in a classroom setting, but am learning from multiple online sources and it would be way more helpful to teach thought process and practicality than syntax nuances.
-
today i had to teach a friend of mine that:
"we don't negotiate with the terrorists from artistic department".
plot twist: i am the artistic department:p1 -
!rant
I am wishing I could ask here someone
to teach me something and I. could teach them something in return
o.O13 -
Short handed and your boss says can't you teach one of the tech support guys to help you out.
Me:...2 -
I guess I would be a teacher because... Hey those kids won't teach themselves. Or I will build EMP weapons because fuck I like my job.
-
Yeah right teach us applets because they aren't going to be removed from java once version 10 is live
-
sams teach yourself c in 21 days
i printed all 600 or so pages from the pdf and practiced a whole summer during high school1 -
muahaha I hacked one of our Auditors. He wants to learn how to code now and automate parts of his work. Don't teach them how to build a ship, teach them the joy of the sea. :-)2
-
I teach the AI to code and after that I mentor it.
Just a matter of time when I amongst all humans become obsolete 😔 -
the way we teach maths in school is so wrong that we produce wrong attitude towards it. chalkboard learning must be reduced.
-
An educational platform that would easily be distributed and used by everyone. (Even the third world countries) This platform would teach not only the conventional stuff that the most of the actual school system do. It would teach and evaluate all kinds of stuff. Music, track some sport stats..etc.
Education is the key to the future.4 -
Get new devs machines with 8gb ram and 240gb hdd to teach them responsibility.
Then upgrade them when they threaten to quit.5 -
Recently I feel like energy drinks have become my body's primary resource.
1.Monster
2.Oxygen
3.Water
4.Food
Please somebody, teach me how to life.1 -
You've tried everything.... Jenkins still corrupts svn checkouts on every build, and hence fails the build....
Solution.... Promote a slave to be a new master, and demote the master to be a slave.... -
My job is currently building an app for another developer business, the thing is that sometimes their teach leader 'helps' us coding the api. The other day he told us to fix a bug ASAP, they were very desperated and annoyed with us. I obviously run git bisect and blame, and guess what! The teach leader had introduced the bug 😂😆
Now everytime he merges some code, I start to tremble. -
Skip to last block for actual question, everything else is about what i see and dont understand.
Machine learning and artificial intelligence is very interesting to me, ive watched a few videos but i cant manage to wrap my mind around it.
I see a few people starting out with projects that appear to be an easy start, but i of course have no idea, were they make a self-driving car in GTA (crashes alot, but still) or teach the program to complete levels in a game (snake, mario, run forrest)
I watched a few videos on Jabrils youtube channel that seemed to make alot of sense, until one point..
How does the AI know when it hit a wall?
How does it know where the walls are?
How does it measure the distance? How does it know when it has respawned?
I find it really, really confusing.
Can anyone of you geniuses suggest me anything to get into this? Id prefer if the goal was to make an AI using machine learning, that can complete some basic game, like in Jabrils videos.2 -
University professors getting ready to collect their paycheck for making students teach themselves be like: 🤑🥸🤓💰🛍️💸💸💸💵💶3
-
I'd finish msc and a PhD in software engineering, teach and research.
music teacher...
Best option retire to gaming :) full-time -
For me it's definitely teaching. Whether I teach coding or any mathematical or even theoretical subjects. I find that when you teach someone you learn how to communicate better and transfer knowledge effectively. Communication is key in client relationships.
Secondly when you teach someone a concept you think you understand you tend to find flaws in the way you understand that subject matter by forcing you to hear your explanation out loud. This in turn will make you delve deeper into that subject matter and make you understand it better, rearranging your own perceptions and correcting those flaws. -
For anyone with kids, this is a great way to teach them about coding.
https://fbwat.ch/1dSgjpcVafWZXar72 -
I have my minors from tomorrow, haven't studied a thing, and am addicted to learning Django since morning. I just wish I don't fail😅1
-
The access to knowledge online is really good. You can pretty much teach yourself everything you need to get a job that would need a degree.1
-
What are exemples of underused data types that you wish we used more often?
Using Set or Map or WeakMap instead of the normal Object+handmade dirty functions (JavaScript), for exemples?1 -
Anyone ever consider hanging up the office gig and pursuing a career in teaching Tech/IT? I’ve been part of a mentorship program at work for university kids, and it’s probably the most rewarding work I’ve done in a long time. I know the pay would be much less, but maybe I wouldn’t die of a heart attack at 50 like I’m heading for now?2
-
You think you know when you learn, are more sure when you can write, even more when you can teach, but certain when you can program.
-Alan Perlis -
Can someone teach me how to use bootstrap 4 and fawesome I've been trying it doesn't work for me 😑😑😑2
-
HOW ABOUT YOU ?
To me the difference between #senior and #junior is :
senior able to teach and junior able to learn this much depends on technical skill.2 -
Also my Science Teacher who quoted Einstein. I don't know anything unless I teach it to someone. I wonder, do rubber duckys count?
-
The fact the most schools don’t teach you about web development or app development means they want you to work in big company instead of making your own apps4
-
It all started with Yeonmi Parks video. And now YouTube’s algorithm has decided to teach me all about North Korea.8
-
Stop teaching c/c++ ,start from python and java and teach us to contribute in (open source ) github .18
-
Little bro's SIW asks for JFrame swing notepad. Plus his teacher didn't teach them even what is a JFrame,
me :| i think his teacher demanding Stackoverflow's snippets haha -
Trying to teach work experience kids is hard af when you barely know how to explain, you just kinda do it daily so you figure stuff out
-
My friends were wondering if I could teach them the basics of coding. What order should I do it in? The basic things I want to teach them are input/output, data types (numbers, strings, arrays, etc.), flow control (loops, if/else), functions, variables, and maybe oop if I'm in the right mood.
Also, would python be a good language to start with? It's definitely the language I know the best.7 -
I wanna learn/ teach web developing.
Drop your Skype id in the comments.
We will create a conversation. -
Leverage online code platforms for exercises/assesments. Something like qualified.io for educators.
Teach algorithms with code challenges with sample test cases. Builds confidence, makes learning fun, and gives immediate feedback. -
Don't you think you could code an AI assistant if you have a powerful server & intelligent people to teach it with conditioning data? I do..am I crazy?2