Computer humour

:raised_hand::raised_hand::raised_hands::raised_hands:

1 Like
5 Likes

Claude Shannon, father of Information Theory and the man who coined the word ‘bit’, would have turned 01100111 today!

3 Likes

lol
image

5 Likes
7 Likes

It’s time for me to mark student’s work again. Here’s a nice try at a log in system. The password was hashed in the database and everything.

if (isset($_POST["user_name"]) && isset($_POST["password"]))  {

    $results = $pdo->prepare("SELECT user_name, password FROM users 
               WHERE user_name = :user");
    $results->execute([':user' => $_POST["user_name"] ]);
    $row = $results->fetchAll();

    if(count($row) < 1){
       echo "wrong details";
    }

    else {
        $_SESSION['loggedin'] = true;

3 Likes

6 Likes

5 Likes

61193888_2420955381355529_161861593510969344_n

8 Likes

image

6 Likes

image

6 Likes

Not sure if memes are okay in this thread, but this one is just too relatable…

https://i.redd.it/2yxzu8v7sbm21.jpg

4 Likes

ooops, sorry, wrong forum. :eek:

coothead

1 Like

Funny%20sign%20new

7 Likes

1 Like

7 Likes

image

4 Likes

3 Likes

9 Likes

6 Likes