To commemorate the arrival of my new phone, I’ve created a new feature: the Photoblog. Whenever I snap an interesting photo with my phone, it’ll be instantly posted to the Photoblog for the good of all mankind.
Yes, this is how I spent my Saturday afternoon.
Comments
Neato
That's pretty neat shizzit, Ryan.
Re: Neato
how's it work? Specifically, how did you automate the upload?
Re: Neato
I have a PHP script running as a cron job every five minutes, checking an IMAP account for messages with image attachments. When I want to add a photo to the blog, I just send it as an email from the phone. The script downloads the message, parses it with the Mail_mime PEAR module, and creates a thumbnail using ImageMagick.
Re: Neato
Thanks!
Re: Neato
So, if i know the email address i can post a photo too.
Re: Neato
Sure, if I had been dumb enough to make it that simple.
Re: Neato
Wouldn't be much of a software engineer, then.
comment count
your comment count is broken.
Re: comment count
How so? I count eight comments. Nine after I post this one. Seems fine to me.
Re: comment count
damn it.
I like it
For what it is worth, I approve of the photoblog. It is much nicer than the web-cam.
Spifftastic!
Very cool.
Will you be releasing the program as a Poseidon plugin?
Re: I like it
And it gets updated more often, too!
Re: Spifftastic!
Possibly. It's kinda specific to my own needs right now, but we'll see.
Re: Spifftastic!
After a bit of research on MIME encoded emails, anyway...
Re: Spifftastic!
A lot of people who use Poseidon don't host it themselves and may not be able to set up an IMAP account or a cron job.
Re: Spifftastic!
my host allows cron jobs but then again, I pay plenty for it :)