1. wilwheaton:

    samaralex:

    megsokay:

    STOP IT, self-help manatee. I actually just cried because of LAST MONTH.

    Thank you, self-help manatee.  I needed that.

    This is just beautiful.

    Just when I thought I was sick of animal memes, someone invents self-help manatee.

  2. Take that, China. USA, Number One!

    (Source: knowledgeequalsblackpower, via wilwheaton)

  3. michafrar:

    1 out of ? of my NES Hoaxes - Journey (PS3)

    Journey has some pretty landscapes <3 wanted to imagine how an NES adaptation would be like. I tried to stick close to the NES limitations. :D I know it exceeds them, though.

    Looks pretty good to me.

  4. bookshelfporn:

A walk in bookcase.
This is far more appealing than a walk in closet.
Echo House in Ottawa, Canada

Times like this is when I want to own my own place. In my house, this would be hidden behind a secret door, obviously. 

    bookshelfporn:

    A walk in bookcase.

    This is far more appealing than a walk in closet.

    Echo House in Ottawa, Canada

    Times like this is when I want to own my own place. In my house, this would be hidden behind a secret door, obviously. 

  5. (Source: idrawnintendo)

  6. ‘Meiecundimees üks Korsakov läks eile Lätti’ by Winny PuhhHow did this not get picked to represent Estonia at ESC this year? It is amazeballs!

    ‘Meiecundimees üks Korsakov läks eile Lätti’ by Winny Puhh
    How did this not get picked to represent Estonia at ESC this year? It is amazeballs!

  7. ‘Tramp the Dirt Down’ by Elvis Costello is my new jam.
  8. When a member wants to keep a bio experiment in the food fridge

    runningahackerspace:

    image

    Reminds me of a friend, whose lab partner was doing her thesis on “the cow patty as an eco-system”. She eventually had the fridge all to herself. 

  9. Homegroup encountered an error.

    This error message has been kicking my ass today. It turns out I had two problems:

    1. The homegroup was created by a computer that is no longer on my network. Solution: Leave it form all machines, and create a new homegroup.
    2. IPv6 needs to be enabled. For some reason, homegroups only work over IPv6. Solution: Enable IPv6, and welcome to the future.

    Edit: I spoke too soon. Still cannot make two computers talk to each other. I am going to have to revert to good old sneakernet and a USB drive.

  10. How programmers multiply

    This afternoon, a discussion about base64 strings prompted the question “How much is 64^2?”. I didn’t have a calculator in hand, and I figured I should be able to calculate 64*64 in my head. The thought process went something like this:

    64 is 256/4, and I know by heart that 256 = 2^8, and 4 = 2^2, thus 64 = 2^(8-2) = 2^6.

    By the same method, 2^6 * 2^6 = 2^(6+6) = 2^12.

    I have memorized a few more powers of two besides 256, and the easiest to remember is 2^10 = 1024.

    2^12 = 2^10 * 2^2, so the answer I’m looking for is 1024 * 4 = 4096.

    64^2 = 4096. Easy to do in your head when you know arithmetic (or you’ve worked too much on CPUs that don’t have MUL or DIV operators).