{"id":527,"date":"2010-06-04T16:10:51","date_gmt":"2010-06-04T20:10:51","guid":{"rendered":"http:\/\/www.caseyodonnell.org\/blog\/?p=527"},"modified":"2010-06-04T16:10:51","modified_gmt":"2010-06-04T20:10:51","slug":"an-updated-theme","status":"publish","type":"post","link":"https:\/\/caseyodonnell.org\/blog\/index.php\/2010\/06\/04\/an-updated-theme\/","title":{"rendered":"An Updated Theme&#8230;"},"content":{"rendered":"<p>In a\u00a0recurring\u00a0trend, in which I spend time doing things that I find interesting, but are not precisely those things I SHOULD be doing&#8230; The blog has a new look. I took the <a href=\"http:\/\/wordpress.org\/extend\/themes\/suffusion\" target=\"_blank\" rel=\"noopener\">Suffusion<\/a> theme and modified it based on some of the ongoing work that I&#8217;ve been doing on a game, <em><a href=\"http:\/\/osyosmosis.com\/\" target=\"_blank\" rel=\"noopener\">Osy<\/a><\/em>. It actually appears that as long as UGA doesn&#8217;t pull the VentureLab funding out from underneath us, <em>Osy<\/em> will appear in the <em>iTunes App Store<\/em> for both the iPod\/iPhone and iPad in November. Depending on how that goes, perhaps she&#8217;ll make her way to the <em>Android Market<\/em> as well. You&#8217;ll also notice a bit of a difference in the visuals between <em>Osy<\/em> last year and <em>Osy<\/em> now. I&#8217;ve also been investigating new means for torturing my NMI Capstone Students and theme development is something that they&#8217;re always doing, but I try not to throw them into the fire without doing something myself. Hence, the new theme.<\/p>\n<p>I could likely pretend that I learned something today that would advance the book manuscript (since the book needs a website, right?!?), but that would be a lie. So, back to work with me! Oh&#8230; And we recently pitched another game to the NIH based on a game using neural physiology to inspire its underlying game mechanics&#8230;\u00a0And I wrote another little Apple Script. Apparently I&#8217;m working on too many machines and I&#8217;ve found myself using <em>rsync<\/em> to synchronize sets of working files. GEEK!<\/p>\n<pre lang=\"AppleScript\">-- Sync Folder for Mac OS X\n-- Casey O'Donnell\n-- http:\/\/www.caseyodonnell.org\/\n-- This script takes a dropped file (or several) and syncs it with another location\n-- using the rsync command\n--\n-- The source and the application are released under the wxWidgets Licence, which\n-- can be found here: http:\/\/www.wxwidgets.org\/about\/newlicen.htm\non open fileList\n\tset szPathName to \"\"\n\tset szPathDest to \"\"\n\tset szRsyncCommand to \"rsync -E -r \"\n\n\trepeat with i in fileList\n\t\tset szPathSource to quoted form of POSIX path of (i as text)\n\n\t\tset iLength to length of szPathSource\n\t\tset szLastChars to get characters (iLength - 1) thru (iLength - 1) of szPathSource\n\n\t\tif (szLastChars contains \"\/\") then\n\t\t\tset szPathSource to get characters 1 thru (iLength - 2) of szPathSource\n\t\t\tset szPathSource to szPathSource &amp; \"'\"\n\t\tend if\n\n\t\tset szPathDest to quoted form of POSIX path of (choose folder with prompt \"Select a folder or volume to sync to:\")\n\n\t\ttell application \"Terminal\"\n\t\t\tdo script szRsyncCommand &amp; szPathSource &amp; \" \" &amp; szPathDest &amp; \"; exit\"\n\t\tend tell\n\tend repeat\nend open<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In a\u00a0recurring\u00a0trend, in which I spend time doing things that I find interesting, but are not precisely those things I SHOULD be doing&#8230; The blog has a new look. I took the Suffusion theme and modified it based on some of the ongoing work that I&#8217;ve been doing on a game, Osy. It actually appears [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[21,148,188],"class_list":["post-527","post","type-post","status-publish","format-standard","hentry","category-discontinutity","tag-blogging","tag-osy","tag-softwarecode"],"_links":{"self":[{"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/posts\/527","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=527"}],"version-history":[{"count":0,"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/posts\/527\/revisions"}],"wp:attachment":[{"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=527"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=527"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/caseyodonnell.org\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}