DEV Community

Cover image for Glitch on Dev.to

Glitch on Dev.to

Melissa McEwen on January 15, 2020

At Glitch we gather twice a week for Appy Hour, where we share our most interesting Glitch experiments and projects. A bunch of us are huge fans of...
Collapse
 
michaeltharrington profile image
Michael Tharrington • Edited

I'm loving that GIF Photobooth — could easily see that one tanking my productivity, haha! Gonna just have to save it for later. 🙂

Collapse
 
moopet profile image
Ben Sinclair

It... takes four pictures and then doesn't really do anything with them. I'm not sure I understand kids these days.

Collapse
 
michaeltharrington profile image
Michael Tharrington

Haha! Well, it does mostly what I'd expect a GIF Photobooth to do — but I could see a little creativity going a long way here. Would be fun to try and take your photos in such a way that they'd interact... maybe you could pass yourself something.

Thread Thread
 
moopet profile image
Ben Sinclair

Oh wait.
It's four separate gifs.
I thought it was doing some kind of tweening or something, so I did four static poses, but it's designed for people to wave or move. Phrasing it like "pose" is a little misleading!
I see it could be more fun.

Thread Thread
 
melissamcewen profile image
Melissa McEwen

I'd love to see a remix with cool effects like the Purikura Japanese photo booth.

Collapse
 
melissamcewen profile image
Melissa McEwen

We remixed it for the XOXO conference and added some cool bells and whistles (like sends the pics via SMS) glitch.com/~star-platypus

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

I've been seeing Glitch on DEV for a year.
My old brain can't make sense of it.

Is it just CodePen but more tooling around it so instead of being a scratchpad / sandbox's for ideas its personal projects that can be for production but not having to worry about infrastructure?

Collapse
 
melissamcewen profile image
Melissa McEwen • Edited

Codepen is a bit different, personal I use Codepen mainly for just front end examples (CSS/JS user interactions). Glitch is full-stack so it's ideal for things like building your own API or entire web app. The Glitch container is Linux so you can run a lot of stuff on it (as long as it doesn't require sudo permissions or such). And there is a command line interface/terminal. A good example is tokimeki-unfollow.glitch.me/ which is has a DB for storage, Twitter API integration/login + a front end.

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

Thank you for that. Maybe at some point I'll make video tutorial on its utility.

Collapse
 
osde8info profile image
Clive Da

oooh i like the placeholders

Collapse
 
osde8info profile image
Clive Da

but why are 6 NPM dependencies already out of date on the placeholder @glitch repo ?

could glitch autoupdate dependancies before publishing demos ive had the same problem 8 times now

Collapse
 
melissamcewen profile image
Melissa McEwen

Which project? The hello-express one? We're in the process of updating it. We don't auto update because it can break people's projects but on the package.json page it notifies you what modules can be updated and you can click to update

screenshot

Collapse
 
osde8info profile image
Clive Da

yes that one and most of the other demos AND "placeholder" @glitch