Data displayed on the web is done on this "end" of the application.
Frontend
What character says 'do yew no da wey'?
Ugandan Knuckles
The majority of the Linux kernel is written in this programming language
C
This OpenAI machine has learned how to generate images based on text prompts
DALL-E 2
Java library for graphics loved by Osvaldo in COMP 55 and COMP 127
ACM Graphics Library
This HTTP request queries data via the backend without disrupting the database.
GET
Question is asked when a certain four legged friend does something out of the ordinary. "What the ___ doing?"
Dog
This popular Linux distribution is developed and published by Canonical Ltd.
Ubuntu
This Github/OpenAI machine has learned how to write code based on surrounding comments and function names.
Github Copilot
Scripting language for compiling Java and resolving dependencies, used by Osvaldo
Gradle/Maven
This HTTP request creates a new resource when data is submitted.
POST
Complete the phrase. "Ain't you Nathaniel ___?"
B
This University of Helsinki student began development on the Linux kernel in 1991.
Linus Torvalds
This IBM machine learned how to defeat the reigning chess champion, Garry Kasparov
Deep Blue
Used to sniff packets over a network, used in ECPE 170
Wireshark
A full stack application should at a minimum perform CRUD operations, short for this.
Create, Read, Update, and Delete
This action is performed while saying "sheeeeeesh"
Pointing at the arm
GNOME, KDE, XFCE, and LXDE are all examples of this.
Desktop Environments
This Google machine has learnt how to construct proteins in a 3D environment based on its amino-acid composition.
AlphaFold
This platform is used to make games, free to use and very versatile. Used by Cliburn
Unity
HTTP requests like PUT can be called over and over again safely without disrupting data, which means PUT must be this kind of request.
Idempotent
What is the name of the crying Shiba Inu that often appears in memes?
Cheems/Balltze
This is the principle physical page allocation algorithm used by the Linux kernel, devised by Knowlton and further described by Knuth
Binary Buddy Allocator / Slab Allocator
This Microsoft chatbot may have learned the wrong things, given its racist posts on Twitter.
Tay
Library used for multithreading and parallel computing in C, used by Gao.
POSIX