Skip to content

Index

The Missing Semester of Your CS Education

Link: The Missing Semester of Your CS Education: "Classes teach you all about advanced topics within CS, from operating systems to machine learning, but there’s one critical subject that’s rarely covered, and is instead left to students to figure out on their own: proficiency with their tools. We’ll teach you how to master the command-line, use a powerful text editor, use fancy features of version control systems, and much more!"

CheatGPT

Link: CheatGPT: "If you teach programming, this is a very insightful article. It doesnt solve anything though. From the author: “This week I stepped out of one world and landed in another.  It started while I was marking assignments in a few of my programming courses.The quality of the code I was reading was amazing!  My students were doing the sorts of things that my open source peers do.”"

Transformer models: an introduction and catalog — 2023 Edition

Link: Transformer models: an introduction and catalog — 2023 Edition: "Author" "I have a terrible memory for names. In the past few years we have seen the meteoric appearance of dozens of models of the Transformer family, all of which have funny, but not self-explanatory, names. The goal of this post is to offer a short and simple catalog and classification of the most popular Transformer models. In other words, I needed a Transformers cheat-sheet and couldn’t find a good enough one online, so I thought I’d write my own. I hope it can be useful to you too""

What Is ChatGPT Doing … and Why Does It Work?

Link: What Is ChatGPT Doing … and Why Does It Work?: "This is a pretty amazing article. Even though it's "non technical" and I read all of it, I think I only understood about 75%: "Stephen Wolfram explores the broader picture of what's going on inside ChatGPT and why it produces meaningful text. Discusses models, training neural nets, embeddings, tokens, transformers, language syntax.""