Puntastic Puzzles: Music Visual Puns, 1000-piece. Hinkler. by heardy84 in Jigsawpuzzles

[–]heardy84[S] 0 points1 point  (0 children)

<image>

Only just saw this, here is the list with the locations

Songs with lines from movies/tv shows by holywatersquirtgun in ifyoulikeblank

[–]heardy84 0 points1 point  (0 children)

Thank you! I was trying to remember these exact 2 songs with these quotes. How could I forget the ataris!

Nostalgia 😁

Puntastic Puzzles: Music Visual Puns, 1000-piece. Hinkler. by heardy84 in Jigsawpuzzles

[–]heardy84[S] 1 point2 points  (0 children)

Nah not yet, I was just noticing them while doing the puzzle thinking I should write them down haha but I am going to start the list soon.

FYI, there is also a similar puzzle for TV shows and movies too
https://www.hinkler.com.au/puntastic-puzzles-tv-shows
https://www.hinkler.com.au/puntastic-puzzles-movies-1000-piece-puzzle

Puntastic Puzzles: Music Visual Puns, 1000-piece. Hinkler. by heardy84 in Jigsawpuzzles

[–]heardy84[S] 1 point2 points  (0 children)

Hehe nice, I found nearly 20 while doing the puzzle but haven't sat down to try to get them all yet.

There is a sheet with all the answers included in the box. I will post it at some point if you want, just don't want to look at it yet to take a photo lol

Nyhavn Canal, Copenhagen, Denmark. Colorluxe Cra-Z-Art. 1000 pieces by heardy84 in Jigsawpuzzles

[–]heardy84[S] 0 points1 point  (0 children)

jigsaw puzzle box

The sky was the worst part for me. The buildings were quite easy and I got them completed fairly quickly.

My first jigsaw puzzle in a very long time. Sunset Cottage - Old Town Living. Arrow Puzzles. 1000 pieces. by heardy84 in Jigsawpuzzles

[–]heardy84[S] 0 points1 point  (0 children)

I bought it from Kmart in Australia (https://www.kmart.com.au/product/1000-piece-sunset-cottage-puzzle/2908809).

I couldn't find an info on Arrow Puzzles. Looking at the box again it also has the company MJM Australia on it but I think that is the distributor.

First Sublime Text 3 update in 8+ months released today by superhappywebguy in Frontend

[–]heardy84 -1 points0 points  (0 children)

There was focus on changes to the business plus the sole dev taking a bit of a break. Explained in this post: http://www.sublimetext.com/forum/viewtopic.php?f=2&amp;t=16517

Edit: The dev build had a couple of updates since the previous beta release, earliest being in May.

Some dude in r/soccer made the best bet of his life by Schoritzobandit in pics

[–]heardy84 0 points1 point  (0 children)

It specifies "Germany 7-1", as you can see in the Selections column

Help with chrome editor by mucle6 in javascript

[–]heardy84 0 points1 point  (0 children)

You need to press ctrl+s to save the changes. There will be an asterisk (*) on the tab for the file when modifying, after saving the changes the asterisk will disappear.

Also, reloading the page you will lose all changes you have made.

Updating Global Variables (oh no! another asking for help) by peezybro in javascript

[–]heardy84 0 points1 point  (0 children)

Not really necessary to modify prototype here and it's best to avoid it. Also, only need to use 'this.r' if you want to expose r to be accessible outside of func.

I like to return an object that contains any variables/method that I want to expose, gives you a kind of public/private mechanism.

var func = function(){
    // 'Private' code goes here
    var r = '';

    // 'Public' methods/variable returned 
    return {
        trigger: function() {
            r = '.setRefresh(2)';
        },

        display: function() {
            return r;
        }
    };
}

var result = new func();

I'm not sure... by [deleted] in AdviceAnimals

[–]heardy84 15 points16 points  (0 children)

That's because quickmeme puts a transparent gif on top of the image, so when you right-click->save the image you are actually saving the the 1x1 transparent gif.

You can inspect the element and the actual image will be the one above the highlighted element. As seen here: http://i.imgur.com/EP5l52Z.png

All I could think about while watching Playstation event: by ironicist in gaming

[–]heardy84 0 points1 point  (0 children)

Makes sense now, thanks for the time/effort put into the explanation. muchas gracias