ReportWire

Category: Humor

Humor | ReportWire publishes the latest breaking U.S. and world news, trending topics and developing stories from around globe.

  • Terrible Maps That Are Not Helpful At All

    Terrible Maps That Are Not Helpful At All

    [ad_1]

    Are you looking for a terrible map that’s totally useless? Of course you are! Why else would you come to a site like this? Scroll down to enjoy our selection of the funniest terrible maps made by this wonderful Twitter account!

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    Very useful map.

    The post Terrible Maps That Are Not Helpful At All first appeared on Crazy Funny Pictures.

    [ad_2]

    liver

    Source link

  • “Thank You For Tolerating Me” Is a Proper Response

    “Thank You For Tolerating Me” Is a Proper Response

    [ad_1]

    {15 Comments}

    No, the waitress are not flirting with you. She doesn’t even like you. She barely tolerates you. If she said how she really feels, she’d be fired. We hope this fact doesn’t hurt your fee-fees too much.

    Hi, my name is Jenna... and I'll be tolerating you tonight.

    [ad_2]

    liver

    Source link

  • Take Off

    Take Off

    [ad_1]

    Slow news week at Error'd, so we're dusting off a couple of submissions
    from earlier. That last one's a beauty, eh?

    Special
    Dave flexes
    "Got my annual request for a donation to Habitat for
    Humanity. Not sure if their new URL is meant to convey
    just how special I am as a donor, or if someone was
    goofing off with a test for formatting the form and
    forgot to change before their production run." We love
    you too, sweet cheeks.


     

    Moody
    Nicola
    is having an existential crisis.
    "MY laptop is not even remotely trying to help!" she writes.
    "Luckily we're already in the second half of the
    month; I'll be so happy to start anew. Hoping to get a
    bit more optimism from macosx."

    moanth

     

    Jinpa encountered this one at a semi-fancy
    hotel (dig the slick ice bucket!)
    Somehow I feel like we've run this before, but I'm not
    finding
    it in the archives. Any memories?

    tv

     

    Mike S. snapped a shot from his own HDMI TV.
    Is it worthy of Error'd? I say it's at least worthy of a chuckle.

    cc

     

    Finally, it's a bit of old news now but you may recall Southwest Airlines
    had a significant WTF not long ago. They tried to placate
    John Melville with their own private currency, but he's not having it.
    Jibes John, "Southwest says they had to cancel my vacation
    because their routing system couldn't handle a complex
    winter storm. I believe it because their web site also
    cannot handle simple problems — like addition." Gripes aside, the Southwest
    software system seems like a fascinating but solveable challenge, if they have
    the will.

    luv

     

    [Advertisement]
    Continuously monitor your servers for configuration changes, and report when there's configuration drift. Get started with Otter today!

    [ad_2]

    Lyle Seaman

    Source link

  • Can’t Be Unseen – People Of Walmart

    Can’t Be Unseen – People Of Walmart

    [ad_1]

    Cannot be Unseen, or Unheard just like this Sports Cards Podcast

    The post Can’t Be Unseen appeared first on People Of Walmart.

    [ad_2]

    alexandtim

    Source link

  • I Promise Everyone Involved In The Photo Is OK

    I Promise Everyone Involved In The Photo Is OK

    [ad_1]

    “Dad taking a photo of Mother and me at Niagara Falls.”

    (submitted by Nancy) 

    The post The Falls appeared first on AwkwardFamilyPhotos.com.

    [ad_2]

    Team Awkward

    Source link

  • Why You Should Always Be Suspicious Of Non-Official Characters

    Why You Should Always Be Suspicious Of Non-Official Characters

    [ad_1]

    “My aunt (15) carrying me, (3) Norway 1970. I was terrified and in hysterics. I think she felt slightly uneasy too.”

    (submitted by Janne) 

    The post Donald, Goofy, and Me appeared first on AwkwardFamilyPhotos.com.

    [ad_2]

    Team Awkward

    Source link

  • FDA Rules Any White Liquid Can Be Called Milk

    FDA Rules Any White Liquid Can Be Called Milk

    [ad_1]

    WASHINGTON—Announcing that the overly restrictive rules would be rolled back once and for all, the Food and Drug Administration announced Thursday that any white liquid could now be called “milk.” “Starting today, any opaque liquid that is pale in color can legally be labeled ‘milk,’ regardless of its origin, taste, or smell,” said FDA chief Dr. Robert M. Califf, adding that after months of crafting the new regulation, substances like clam juice, tofu runoff, sunscreen, and white paint could now be sold freely in the dairy aisle. “Glue is now milk. Egg white is milk. Even semen is now milk, no matter what species the semen comes from! Bottom line, as far as we’re concerned, if you can put it in a bottle or carton and then pour it into a glass, that’s milk. Period.” At press time, the FDA recalled several million gallons of milk after the white liquid was found to have come from the udder of a bovine animal.

    [ad_2]

    Source link

  • 500CC Battle

    500CC Battle

    [ad_1]

    The post 500CC Battle appeared first on People Of Walmart.

    [ad_2]

    Luke Wherry

    Source link

  • r/funny – Bad dawg

    r/funny – Bad dawg

    [ad_1]

    24

    [ad_2] /u/JJR1_
    Source link

  • How to read brail

    How to read brail

    [ad_1]

    Tags: cool guides, random

    10325 points, 318 comments.

    [ad_2]

    Source link

  • Hate How You Look In Photos? You’re Not The Only One.

    Hate How You Look In Photos? You’re Not The Only One.

    [ad_1]

    {2 Comments}

    Hate how you look in photos? Here’s one simple trick that will help you out: delete all photos from every social network and never make another selfie again. You’re welcome!

    Delete it!

    [ad_2]

    liver

    Source link

  • The Duff Code

    The Duff Code

    [ad_1]

    As we frequently note, a staggering number of real-world software products start their lives as Access databases running from a shared folder somewhere. There are professional developers who end up maintaining these monstrosities.

    Gregory has had the misfortune of being one of those developers. A client has a terribly performing Access database, and it happens to be the driver of their business: it generates insurance quotes for an insurance company.

    Let’s take a look at some of the code.

    
    Public Function HoldIt(Longish As Integer)
        Dim Startof
        Dim temp
       
        temp = 0
        Startof = Second(Now)
       
        Do
            temp = Second(Now) - Startof
        Loop Until temp > Longish
    End Function
    

    Hey, I think I found the performance problem. The only good thing I can say about this busy loop is that they actually check the system time, and didn’t just throw a pile of iterations at it and hope it was good enough.

    Then again, why do they want a pause function anyway? I’m not sure I want to know.

    Public Sub MegaQuit()
        Dim FredBlogs
        Dim intx As Integer
        Dim intCount As Integer
       
           intCount = Forms.Count - 1
           For intx = intCount To 0 Step -1
                If Forms(intx).Name <> "HiddenStarter" Then
                    DoCmd.Close acForm, Forms(intx).Name
                End If
           Next
        If pboolCloseAccess <> True Then
            FredBlogs = MsgBox("Application will close.  Continue?", vbOKCancel, "EXIT")
            If FredBlogs = vbCancel Then
                DoCmd.OpenForm "Start_up"
            Else
                pboolCloseAccess = True
                DoCmd.Quit acQuitSaveAll
            End If
        End If
    End Sub
    

    This method closes all the open windows, asks a confirmation, and then either returns to the startup screen or quits. It’s honestly nothing spectacular, aside from the mega-name of the function, and the use of FredBlogs. TIL that “Fred Bloggs” is the UK equivalent of “John Q. Public” in the US- a placeholder name for the average person on the street.

    No, that doesn’t help me understand why that’s the name of this variable, but at least I learned something.

    But let’s close out with a function that outputs some error messages. I expect to see t-shirts based off these error messages on Shirts that Go Hard before the end of the week.

    Public Static Sub FrErr(NameOfApp)
        Dim Count
        Count = Count + 1
        If Count < 5 Then
        On Error GoTo FrErrErr
            MsgBox "I'm broken. I Don't know what happened (I wasn't running at the time)," & vbCrLf & _
            "but I called: " & _
            NameOfApp & " and bang! The duff code came back with " & vbCrLf & _
            Err.Number & ":" & Err.Description & ". Sorry."
        Else
            MsgBox "I'm broken. I Don't know what happened (this isn't the first time)," & vbCrLf & _
            "but I called: " & _
            NameOfApp & " and bang! The duff code came back with " & vbCrLf & _
            Err.Number & ":" & Err.Description & ". I'm very sorry.  Have you considered restarting the PC?"
        End If
     
        Exit Sub
    FrErrErr:
        MsgBox "I'm Broken.  I Don't know what happened and when I tried to find out I got an error.  Sorry.", , "Sorry"
    End Sub
    

    Duff code is not to be confused with Duff’s Device

    I’m broken. I don’t know what happened (this isn’t the first time).

    [Advertisement]
    BuildMaster allows you to create a self-service release management platform that allows different teams to manage their applications. Explore how!

    [ad_2]

    Remy Porter

    Source link