TED-Ed
TED-Ed: Mining literature for deeper meanings - Amy E. Harter
Writing a great English paper can be tough because literature doesn't always reveal its deeper meanings immediately. You might not know Mr. Darcy's true feelings for Elizabeth Bennett in Jane Austen's Pride and Prejudice or grasp the...
SciShow
Cryptography: The Science of Making and Breaking Codes
There are lots of different ways to encrypt a message, from early, simple ciphers to the famous Enigma machine. But it’s tough to make a code truly unbreakable.
SciShow
Pliny The Elder: Great Minds
Before there was Google, there were encyclopedias. The very idea of these vast collections of knowledge can be credited to Pliny The Elder. So who was he, and why does he seem to pop up everywhere from Alchemy to Zoology? Hank has the...
Bozeman Science
Practice 8 - Obtaining, Evaluating and Communicating Information
Scientists and Engineers spend over half of their working day reading, evaluating and producing text. Therefore it is important that we produce students that have a high level of scientific literacy. Students normally struggle with...
TED Talks
John Maeda: How art, technology and design inform creative leaders
John Maeda, former President of the Rhode Island School of Design, delivers a funny and charming talk that spans a lifetime of work in art, design and technology, concluding with a picture of creative leadership in the future. Watch for...
TED-Ed
TED-ED: The science behind the myth: Homer's "Odyssey" - Matt Kaplan
Homer's "Odyssey" recounts the adventures of the Greek hero Odysseus during his journey home from the Trojan War. Though some parts may be based on real events, the encounters with monsters, giants and magicians are considered to be...
Crash Course
Screens & 2D Graphics: Crash Course Computer Science
Today we begin our discussion of computer graphics. So we ended last episode with the proliferation of command line (or text) interfaces, which sometimes used screens, but typically electronic typewriters or teletypes onto paper. But by...
TED Talks
Photographs of secret sites - Taryn Simon
* Viewer discretion advised. This video includes discussion of mature topics and may be inappropriate for some audiences. Taryn Simon exhibits her startling take on photography -- to reveal worlds and people we would never see otherwise....
TED-Ed
TED-ED: Everything you need to know to read Homer's "Odyssey" - Jill Dash
An encounter with a man-eating giant. A sorceress who turns men into pigs. A long-lost king taking back his throne. On their own, any of these make great stories. But each is just one episode in the "Odyssey," a 12,000-line poem spanning...
PBS
Is Community a Postmodern Masterpiece?
Though the TV show Community has never achieved huge ratings, it has a passionate cult following, including us here at Idea Channel. The show plays with genre and narrative in such a creative way that it brings to mind the cultural and...
Crash Course
Reading Assignments: Crash Course Study Skills
Leaving the bookstore at the beginning of the semester you're probably wondering how the heck you're going to get through all of that reading. Today we're explaining how much of that reading you really need to do and the best strategies...
TED-Ed
TED-Ed: Situational irony: The opposite of what you think - Christopher Warner
Leaps and bounds separate that which is ironic and that which many people simply say is ironic. Christopher Warner wants to set the record straight: Something is ironic if and only if it is the exact opposite of what you would expect.
Curated Video
Git and GitHub Masterclass - Fast track your Journey to Git! - Performing Rebase in VS Code and Handling conflicts
New ReviewThis video explains how to perform rebase in VS code and handle conflicts.
Curated Video
Basics of Chatbots with Machine Learning & Python - Getting the Data
New ReviewIn this video, we will look at using the request library to seek out the webpage from which we want the information. In our case, we have chosen the webpage of artificial intelligence.
Curated Video
Basics of Chatbots with Machine Learning & Python - Remove Tags and Lemmatize
New ReviewIn this video, we will look at removing tags or symbols that we do not want to use in our word token development process. We will then lemmatize the word token using the tag map lemmatizer.
Curated Video
Basics of Chatbots with Machine Learning & Python - Architecture of ML Chatbots
New ReviewHere, we will focus on and simplify the machine-learning architecture of chatbots with the help of an example. We will understand the NLTK library and its role in developing chatbots.
Curated Video
Basics of Chatbots with Machine Learning & Python - Elimination
New ReviewAfter collecting all the data, you will learn to eliminate the text that we do not want to use in the chatbot project through an elimination process.
Curated Video
Git and GitHub Masterclass - Fast track your Journey to Git! - Using Stashing and Hard reset
New ReviewThis video explains how to use stashing and hard reset.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Writing and Appending Files with the File System Module
New ReviewIn this video, we will look at how to write and append files using Node.js and the FS module. We will be explaining the basics of file writing and appending and the different scenarios in which these operations are necessary.
Curated Video
Express Framework Mastery: From Beginner to Advanced with Node.js - Reading Files with Node.js
New ReviewIn this video, we see how to read files using Node.js and the FS module. We start by explaining the importance of reading files in web development and the different scenarios in which reading files is necessary. Then, we demonstrate how...
Curated Video
The Complete Bootstrap Beginners Course with 100+ examples - Bootstrap Navbar
New ReviewThis video demonstrates the creation of a navigation bar, which is generally a navigation header at the top of the page.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - Linux File Editor (vi)
New ReviewMaster the vi editor, a powerful text editor in the Linux environment, essential for file editing and script writing.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - Standard Output to a File (tee command)
New ReviewUse the tee command to direct standard output to both the terminal and a file, enhancing command output flexibility.
Curated Video
Complete Linux Training Course to Get Your Dream IT Job - Adding Text to Files
New ReviewLearn simple methods for adding text to files, a fundamental task for file creation and editing in Linux.