Live data from Hacker News

Help I accidentally a wigglegram

lmao.center

111–120 of 134 posts

Re: Help I accidentally a wigglegram

#111
FYI: For "how-tos" like this I try to avoid "adult" content like smoking. (Even though the stuffie holding a joint and lighter is hilarious.)

This is the kind of content that young techies and artists gobble up, and it's not the kind of thing I would want in content shared with children or teenagers.

Re: Help I accidentally a wigglegram

#112

> So I wrote a little script to hash all my pictures: Would be nice to have the script, or at least the choice of perceptual hashing algorithm.

As the others pointed out the script is at the end...

> Would be nice to have... the choice of perceptual hashing algorithm

Funny enough the script does some of this - there's a handful of algorithms the library supports and it computes/saves all of them. "Perceptual" seemed to work the best but if you want to experiment w/ the others they'll be there for you.

Re: Help I accidentally a wigglegram

#113
post #93

The first ones shown are quite neat and pleasant. The "accidental" ones pretty quickly gave me motion sickness as I scrolled through them. They also weren't nearly as interesting, though I couldn't look at them for very long.

The unfortunate reality of accidents, lack of intention~

I've been taking pictures to be more effective wigglegrams now that I know I can auto-GIF them. I'll do a followup post at some point. The big trick is that they look better when the subject stays in the center of the frame, with the camera "orbiting" it to create a sort of parallax effect.

Re: Help I accidentally a wigglegram

#115
post #99
post #52

Found a guy on instagram who builds a custom stereoscopic camera with 4 identical pi cams spaced evenly (about 1 inch (2.54cm)) away from each other on a line. It creates wigglegrams https://k4mera.world/

Cool concept, but implementation is bad. The exposures vary so much between the separate shots it's giving a stroboscopic effect. Hopefully they fix it in later revisions.

I wonder if it goes away in sunlight.

It's probably a few milliseconds difference in timing between when the (short) exposure is taken, resulting in different brightness of lights powered by 60Hz AC.

Re: Help I accidentally a wigglegram

#116
post #7

Somehow the extra motion seems to reduce the illusion of depth, it just seems like a disjointed animation to me.

There's a few that I think would look better with dropped frames (the cake for instance). These are all the raw output of the script. Consider it maybe a starting point for manual editing :)

Re: Help I accidentally a wigglegram

#117
post #6

That was fun, and the script on github looks hand-written which is refreshing after having been reading AI-written code for months. I have 120k photos in iCloud that I'm sure have duplicates (I exported my library to Google Photos years ago and exported it back to iCloud). The iOS duplicate detection stopped flagging duplicates for me to merge a while back. I gotta do something like this script...

Guilty. I had a few hours to kill on Amtrak... the time will pass anyway y'know

(Plus I didn't know if it would work. The first version was just some Python functions I had to call from the REPL, livecoding style)

Re: Help I accidentally a wigglegram

#119
This was such a fun read, and wigglegrams are still popular on tumblr (although tumblr is no longer popular!)

To the people pointing out the lower quality of the author's wigglegrams: it's because they're accidental...

Re: Help I accidentally a wigglegram

#120

Interestingly, the pixelization/noise effect is applied clientside, so if you open an image in a new tab, you can see the original. Originals look much better, in my opinion.

You can also click on an image to open the original in a lightbox. (I should make that more obvious.)

The dithering happens server-side (er, laptop-side). Experimented with a JS filter but it just didn't hit the way I wanted it to. Plus I save a lot of bandwidth this way

Post reply on HN