Collection of Science Jokes P2

In summary: Usually it's been commentated as being 'real'. Actually the joke dates back to the 30's and whether it's real or not cannot be said anymore.
  • #1,751
659f088075e701380083005056a9545d.gif

DILBERT Saturday May 23, 2020
 
  • Haha
  • Like
Likes davenn and BillTre
Physics news on Phys.org
  • #1,752
Covid19. Just remembering the warnings during that Amazonian trip. Maybe I shouldn't have left that butterfly out...
 
  • Haha
Likes phinds
  • #1,753
abc23e50779601380159005056a9545d.jpg
 
  • Like
  • Haha
Likes WWGD, BillTre, phinds and 2 others
  • #1,755
There's a new-fangled way to do this...
1590353428691.png
 
  • Like
  • Haha
Likes davenn and atyy
  • #1,756
Off topic: I've been quite impressed with the "new" ways of doing maths that my son has been taught. They seem like a huge improvement in terms of teaching you how to manipulate numbers, at the cost of being less brutally efficient. Brutal efficiency is what we have computers for...
 
  • #1,757
Ibix said:
Off topic: I've been quite impressed with the "new" ways of doing maths that my son has been taught. They seem like a huge improvement in terms of teaching you how to manipulate numbers, at the cost of being less brutally efficient. Brutal efficiency is what we have computers for...
I'm not sure I like this. The joke above skipped another prejudice of mine.
Once I thought Germany was the most bureaucratic country of all. Then I visited UK, and then the US, and then Russia, ...Since then I know Bones was right:
McCoy: The bureaucratic mentality is the only constant in the universe.

Since a couple of minutes ago, I thought we were the only ones who experiment with our school kids and reinvent the wheel every few years ...
 
Last edited:
  • Like
Likes davenn, 256bits and atyy
  • #1,758
Acceleration is
$$a=\frac{d^2x}{dt^2}=\frac{d^2x}{2t\,dt}\stackrel{t\rightarrow 0}{\longrightarrow}\infty$$
which proves singularity at the Big Bang.
 
  • Like
  • Haha
Likes atyy, jack action and Ibix
  • #1,759
85c963507ba00138029d005056a9545d.gif
 
  • Like
  • Haha
Likes davenn, WWGD, Wrichik Basu and 4 others
  • #1,760
nc_ohc=xWiauLbHDWYAX8mvN1Z&_nc_ht=scontent.fymq2-1.jpg
 
  • Haha
  • Like
Likes 256bits, Klystron, Keith_McClary and 1 other person
  • #1,761
Screen Shot 2020-06-04 at 5.23.33 AM.png
 
  • #1,762
Hydrogeology pun:
The dowser found more water than you can shake a stick at.

Entomology pun:
Professor: “Male dung beetles haul 1,100 times their body weight!”
Student: “That’s a load of crap.”
 
  • Like
  • Haha
Likes davenn, WWGD, Klystron and 4 others
  • #1,763
Found this on a
The First Virtual Larval Fish Science Town Hall website:
Screen Shot 2020-06-06 at 3.40.24 PM.png

I like the Pacman.
 
  • Like
Likes Wrichik Basu
  • #1,764
BillTre said:
I like the Pacman.
I once had the following dialogue:
(Me and a friend at a bar singing along a song which was new in the charts, but a cover of an old song from Linda Ronstadt or so.)
My friend: "We should pay more attention to what we sing along."
Me: "Why?"
Him: "It shows when we originally learned that song!"

I wonder whether kids today still have this pacman association.
 
  • Like
  • Informative
Likes Klystron, Keith_McClary and BillTre
  • #1,765
main-qimg-f064948a6a826928b9c4442bd607fa79.png
 
  • Like
  • Informative
Likes Demystifier, atyy, dextercioby and 5 others
  • #1,766
main-qimg-1a05c0a37c8b052baab41bc441cffc63.png
 
  • Like
Likes Demystifier, jack action and Klystron
  • #1,767
main-qimg-be705ea1941c7e84a1691916604edb9a.png
 
  • Like
Likes davenn, jack action and Klystron
  • #1,768
WWGD said:
main-qimg-f064948a6a826928b9c4442bd607fa79-png.png
May I have a large container of coffee, cream and sugar?

or

How I want a drink, alcoholic of course, after the heavy lectures involving quantum mechanics, and if the lectures were boring or tiring, then any odd thinking was on quartic equations again.

Sir James Jeans and S. Bottomley
Weisstein, Eric W. "Pi Wordplay." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/PiWordplay.html
 
  • Like
Likes dextercioby, davenn, Wrichik Basu and 4 others
  • #1,769
Good that the first zero is so far away (digit 32 behind the dot)!
 
  • Like
  • Informative
Likes dextercioby, jack action, DrGreg and 2 others
  • #1,771
I got this meme today:

nc_ohc=2ifd8U6TOHAAX9Bmd7h&_nc_ht=scontent.fymq2-1.jpg

Naturally, I have to check if it is real. It is. We are at version 3.0.1. 28 commits. 4 contributors.

But wait! it doesn't end here. The same author created is-even. Here's the code:
JavaScript:
'use strict';

var isOdd = require('is-odd');

module.exports = function isEven(i) {
  return !isOdd(i);
};
So people began expanding on that. My favorites are is-is-odd:
JavaScript:
'use strict';

const isOdd = require("is-odd");

module.exports = function isIsOdd(func) {
    return func == isOdd;
}
and is-ten-thousand:
JavaScript:
'use strict';

const leftPad = require('left-pad');

const rightPad = require('right-pad');

const isOdd = require('is-odd');

const isIsOdd = require('is-is-odd');

const { isNpm, isYarn, isNpmOrYarn } = require('is-npm');

const isArray = require('is-array');

const isNumber = require('is-number');

const isString = require('is-string');

const isNegative = require('is-negative');

const isPositive = require('is-positive');

const isNotNegative = require('is-not-negative');

const isNotPositive = require('is-not-positive');

const isObj = require('is-obj');

const isPlainObj = require('is-plain-obj');

const isObject = require('is-object');

const isPlainObject = require('is-plain-object');

const isNumberLike = require('is-number-like');

const isTen = require('is-ten');

const isThirteen = require('is-thirteen');

const isNotThirteen = require('is-not-thirteen');

const isZero = require('is-zero');

const isMultipleOfThreeAndFive = require('is-multiple-of-three-and-five');

global.jQuery = require('jquery');

require('jquery-basic-arithmetic-plugin');

const two = require('two');

const five = require('five');

const mainFunctionWotDoesFunctionality = function(val) {
  leftPad('required', 10 * 1000);

  rightPad('required', 10 * 1000);

  if (isIsOdd(isOdd)) {
    try {
      return checkIsOdd(val);
    } catch (e) {
      const stringE = e.toString();
      stringE;
      return false;
    }
  }
};

const checkIsOdd = function(val) {
  if (isOdd(val)) {
    return false;
  } else {
    return checkIsNpmOrYarn(val);
  }
};

const checkIsNpmOrYarn = function(val) {
  if ((isNpm || isYarn) && isNpmOrYarn) {
    return checkNumbers(val);
  } else {
    throw new Error("I'm not sure how this happened");
  }
};

const checkNumbers = function(val) {
  if (val === five) {
    return false;
  } else {
    if (val === two) {
      return false;
    } else {
      if (val === five.negative) {
        return false;
      } else {
        if (isTen(val)) {
          return false;
        } else {
          if (isThirteen(val).thirteen()) {
            return false;
          } else {
            if (!isNotThirteen(val)) {
              return false;
            } else {
              if (isZero.isZero(val)) {
                return false;
              } else {
                if (isMultipleOfThreeAndFive(val)) {
                  return false;
                } else {
                  return checkType(val);
                }
              }
            }
          }
        }
      }
    }
  }
};

const checkType = function(val) {
  if (isArray(val)) {
    return false;
  } else {
    if (!isNumber(val)) {
      return false;
    } else {
      if (isString(val)) {
        return false;
      } else {
        if (isObj(val)) {
          return false;
        } else {
          if (isPlainObj(val)) {
            return false;
          } else {
            if (isObject(val)) {
              return false;
            } else {
              if (isPlainObject(val)) {
                return false;
              } else {
                if (!isNumberLike(val)) {
                  return false;
                } else {
                  return checkPolarity(val);
                }
              }
            }
          }
        }
      }
    }
  }
};

const checkPolarity = function(val) {
  if (isNegative(val)) {
    return false;
  } else {
    if (isNotPositive(val)) {
      return false;
    } else {
      if (!isPositive(val)) {
        return false;
      } else {
        if (!isNotNegative(val)) {
          return false;
        } else {
          return _isTenThousand(val);
        }
      }
    }
  }
};

const _isTenThousand = function(val) {
  return (
    !isOdd(val) &&
    val !== five &&
    val !== two &&
    val !== five.negative &&
    !isTen(val) &&
    !isThirteen(val).thirteen() &&
    isNotThirteen(val) &&
    !isZero.isZero(val) &&
    !isMultipleOfThreeAndFive(val) &&
    !isArray(val) &&
    isNumber(val) &&
    !isString(val) &&
    isString(val.toString()) &&
    !isObj(val) &&
    isObj({ val: val }) &&
    !isPlainObj(val) &&
    isPlainObj({ val: val }) &&
    !isObject(val) &&
    isObject({ val: val }) &&
    !isPlainObject(val) &&
    isPlainObject({ val: val }) &&
    isNumberLike(val) &&
    !isNegative(val) &&
    isNotNegative(val) &&
    isPositive(val) &&
    !isNotPositive(val) &&
    jQuery.equals(val, 10000) &&
    val === 10000
  );
};

module.exports = mainFunctionWotDoesFunctionality;
 
  • Haha
Likes Greg Bernhardt
  • #1,772
They discovered a new type of head lice, but so far nothing can kill it.
It has scientists scratching their heads.
 
  • Like
  • Haha
Likes WWGD, strangerep, dextercioby and 5 others
  • #1,774
I see the "WATER" pin, but where is "SEWER" (for internet connection)?
 
  • Like
Likes WWGD
  • #1,775
Keith_McClary said:
I see the "WATER" pin, but where is "SEWER" (for internet connection)?
No need. Just let the vacuum suck it out.
 
  • #1,776
Screen Shot 2020-06-10 at 1.32.58 PM.png
 
  • Like
Likes DennisN
  • #1,777
1592075598260.png
 
  • Like
  • Haha
Likes nuuskur, MikeeMiracle, Borg and 4 others
  • #1,778
Screen Shot 2020-06-12 at 2.12.29 PM.png
 
  • Haha
Likes nuuskur and Keith_McClary
  • #1,779
Screen Shot 2020-06-20 at 2.51.46 PM.png
 
  • Like
Likes Bystander
  • #1,780
nc_ohc=nmc5x9OBrsoAX9gw6uj&_nc_ht=scontent.fymq2-1.jpg
 
  • Haha
  • Like
Likes Ibix, nuuskur, BillTre and 3 others
  • #1,781
Screen Shot 2020-06-23 at 12.48.23 PM.png
 
  • Like
  • Haha
Likes Bystander, Borg, DrClaude and 1 other person
  • #1,783
UHmm... What?

(from: https://www.physicsforums.com/posts/6359971)

"I tried but nothing has changed. Could it be something else?"

Just remember , sir:
“When you have exhausted all possibilities, remember this - you haven't.”

― Thomas Edison
 
  • Like
Likes BillTre
  • #1,784
I just love the «I'm a mad scientist! Not a mad pseudo-scientist!» line :biggrin:

c2301860988401380cd1005056a9545d.gif
 
  • Like
Likes Borg, nuuskur, DrClaude and 2 others
  • #1,785
who's ten, we have a problem.jpg
 
  • Like
  • Haha
Likes member 587159, DennisN, 256bits and 9 others

Similar threads

  • General Discussion
12
Replies
406
Views
20K
  • General Discussion
2
Replies
49
Views
4K
Replies
0
Views
730
Replies
14
Views
1K
  • Science Fiction and Fantasy Media
Replies
17
Views
3K
  • General Discussion
Replies
5
Views
965
Replies
14
Views
1K
Replies
11
Views
3K
Replies
14
Views
2K
  • Feedback and Announcements
Replies
4
Views
1K
Back
Top