<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PiCasso Adapting Art to Viewers:  Mechanical Complete, Blog #8</title><link>/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-adapting-art-to-viewers-mechanical-complete-blog-8</link><description>Art is often made to appeal to a specific set of viewers. This is the 8th blog in a series exploring the idea of using AI to recognize a viewer and adapt art to their age or interest. The intent is to encourage early art appreciation whil...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: PiCasso Adapting Art to Viewers:  Mechanical Complete, Blog #8</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-adapting-art-to-viewers-mechanical-complete-blog-8</link><pubDate>Tue, 23 Apr 2019 19:32:20 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:89957004-eedd-46a0-8e7c-02a7291263ed</guid><dc:creator>three-phase</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Great update on your project - keep working away at it, and I am sure you will progress well.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Kind regards.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6916&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiCasso Adapting Art to Viewers:  Mechanical Complete, Blog #8</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-adapting-art-to-viewers-mechanical-complete-blog-8</link><pubDate>Tue, 23 Apr 2019 18:11:05 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:89957004-eedd-46a0-8e7c-02a7291263ed</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Nice update.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6916&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiCasso Adapting Art to Viewers:  Mechanical Complete, Blog #8</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-adapting-art-to-viewers-mechanical-complete-blog-8</link><pubDate>Tue, 23 Apr 2019 11:59:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:89957004-eedd-46a0-8e7c-02a7291263ed</guid><dc:creator>dubbie</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Good 3D design and printing to get the two&amp;nbsp; Pis mounted together nicely. Good colour 3D printing.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dubbie&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6916&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiCasso Adapting Art to Viewers:  Mechanical Complete, Blog #8</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-adapting-art-to-viewers-mechanical-complete-blog-8</link><pubDate>Tue, 23 Apr 2019 07:33:24 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:89957004-eedd-46a0-8e7c-02a7291263ed</guid><dc:creator>balearicdynamics</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Nice update, things become more complex and the project more intriguing...&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6916&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: PiCasso Adapting Art to Viewers:  Mechanical Complete, Blog #8</title><link>https://community.element14.com/challenges-projects/design-challenges/picasso/b/blog/posts/picasso-adapting-art-to-viewers-mechanical-complete-blog-8</link><pubDate>Tue, 23 Apr 2019 07:22:09 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:89957004-eedd-46a0-8e7c-02a7291263ed</guid><dc:creator>jc2048</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;I like the printed figures. They&amp;#39;d certainly be an interesting way to do stop-motion animation.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For each of the sculptures I&amp;#39;ve done I edited the cron table to run the script at boot-up (cron is a scheduler that runs in the background - you don&amp;#39;t need to install it or anything, it is already there in place and running). I used cron because all the other methods I read about depend on the desktop starting and I don&amp;#39;t have a desktop. I&amp;#39;m no expert on this, so there may well be better ways of doing it, but it&amp;#39;s worked fine for me so far.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;If you want to try it, edit the table by running this from a command prompt&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;crontab -e&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;First time you run it, it will give you a choice of all the text editors that it can find and start the editor you choose with the table ready to edit. I chose to use nano because it&amp;#39;s simple and I know how to use it. From then on it will just default to the one that you first chose.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is what the line looks like in the editor (in this case, as viewed remotely via SSH from a windows machine). That simply tells it to run python with the given script at boot-up.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/620x398/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-89957004-eedd-46a0-8e7c-02a7291263ed/3750.contentimage_5F00_190683.png:620:398]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=6916&amp;AppID=224&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>