<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>toxicsoftware.com &#187; Headline</title> <atom:link href="http://toxicsoftware.com/tag/headline/feed/" rel="self" type="application/rss+xml" /><link>http://toxicsoftware.com</link> <description>RANDOMIZE USR 0</description> <lastBuildDate>Thu, 22 Dec 2011 03:35:22 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Child&#8217;s Play Day</title><link>http://toxicsoftware.com/childs-play-day/</link> <comments>http://toxicsoftware.com/childs-play-day/#comments</comments> <pubDate>Wed, 06 Dec 2006 14:49:32 +0000</pubDate> <dc:creator>schwa</dc:creator> <category><![CDATA[Headline]]></category> <category><![CDATA[Links]]></category><guid isPermaLink="false">http://toxicsoftware.com/blog/childs-play-day/</guid> <description><![CDATA[Mike Zornek, friend, fellow #macsb-er and Mac entrepreneur is organising Child&#8217;s Play Day. Ironcoder is hosting a page with information on the event: http://ironcoder.org/blog/childs-play-day/ (Thanks to Mere Mortal Software for the badge icon)]]></description> <content:encoded><![CDATA[<p><a href="http://ironcoder.org/blog/childs-play-day/"><img src="http://toxicsoftware.com/wordpress//uploads//ChildsPlayDayBadge.png" border="0" height="165" width="163" alt="ChildsPlayDayBadge.png" align="left" /></a><a href="http://mikezornek.com/2006/12/06/childs-play-day/">Mike Zornek</a>, friend, fellow #macsb-er and Mac entrepreneur is organising Child&#8217;s Play Day. Ironcoder is hosting a page with information on the event: <a href="http://ironcoder.org/blog/childs-play-day/">http://ironcoder.org/blog/childs-play-day/</a></p><p>(Thanks to <a href="http://www.mere-mortal-software.com/">Mere Mortal Software</a> for the badge icon)</p> ]]></content:encoded> <wfw:commentRss>http://toxicsoftware.com/childs-play-day/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>iSight Trick NOT a Security Flaw</title><link>http://toxicsoftware.com/isight-trick-not-a-security-flaw/</link> <comments>http://toxicsoftware.com/isight-trick-not-a-security-flaw/#comments</comments> <pubDate>Tue, 14 Nov 2006 19:13:15 +0000</pubDate> <dc:creator>schwa</dc:creator> <category><![CDATA[Headline]]></category><guid isPermaLink="false">http://toxicsoftware.com/blog/isight-trick-not-a-security-flaw/</guid> <description><![CDATA[Over the last couple of days there have been a plethora of posts about web pages with embedded QuickTime movies accessing a Mac&#8217;s iSight camera. Surrounding these posts have been many comments from people worried about the security implications of &#8230; <a href="http://toxicsoftware.com/isight-trick-not-a-security-flaw/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Over the last couple of days there have been a <a href="http://www.josephcrawford.com/2006/11/11/scary-isight-trick/">plethora</a> of <a href="http://www.macintouch.com/">posts</a> about web pages with embedded QuickTime movies accessing a Mac&#8217;s iSight camera. Surrounding these posts have been many comments from people worried about the security implications of this functionality. And of course once the story hit <a href="http://digg.com/apple/Scary_iSight_Trick">digg.com</a> all the idiots came out of the woodwork and acted as if the sky was falling.</p><p>Needless to say this isn&#8217;t a security flaw and isn&#8217;t even new; see the <a href="http://www.oreillynet.com/mac/blog/2005/07/quartz_composer_isight_prank.html">O&#8217;Reilly Mac DevCenter Blog</a> from over a year ago.</p><p>This isn&#8217;t a security problem because the video from the iSight camera never leaves your local machine. In fact the data is just display inside the web page and discarded. For proof of this you can use the network bandwidth monitor feature of Mac OS X&#8217;s Activity Monitor. Open a page with a &#8220;trick&#8221; iSight movie and watch the &#8220;Data Sent/sec&#8221; field: it should not increase due to the iSight video. Take a look at this video of mine: <a href="http://toxicsoftware.com/wordpress/uploads/QuartzComposer.mp4">QuartzComposer.mp4</a>, the data sent varies between 0 and 180 bytes per second. For contrast take a look at a similar video but this time using Flash webcam software to transmit video to <a href="http://stickam.com">stickam.com</a> (you know, the <a href="http://forums.somethingawful.com/showthread.php?s=0daf000fb7d3e9dd3936d093e38afec9&#038;threadid=2124242&#038;perpage=40&#038;pagenumber=1">shoes on head</a> place): <a href="http://toxicsoftware.com/wordpress/uploads/Stickam.mp4">Stickam.mp4</a>. This video shows that stickam.com is receiving around 30KB a second. Yes, I need a shave.</p><p>While this isn&#8217;t absolute proof that the iSight trick isn&#8217;t up to no good it is a good indicator that things are fine. There are other methods, for example using a healthily paranoid outgoing firewall like <a href="http://www.obdev.at/products/littlesnitch/index.html">Little Snitch</a>.</p><p>To put your mind at rest, here&#8217;s a quick screencast tutorial (<a href="http://toxicsoftware.com/wordpress/uploads/iSightTrickScreencast.mp4">iSightTrickScreencast.mp4</a>, 3.3MB MP4) on how to create a QuickTime movie that will embed video from your iSight using Quartz Composer. Note at no point do I add any Quartz Composer nodes to transmit this video data anywhere. Try it yourself.</p><p>Here are the files created during the screencast: <a href="http://toxicsoftware.com/wordpress/uploads/My Composition.qtz">My Composition.qtz</a> and <a href="http://toxicsoftware.com/wordpress/uploads/My Composition.mov">My Composition.mov</a></p><p>You can use the following snippet of HTML to embed the video into a web page (code stolen from the <a href="http://www.oreillynet.com/mac/blog/2005/07/quartz_composer_isight_prank.html">O&#8217;Reilly Mac DevCenter Blog</a>):</p><div style="text-align:left;color:#000000; background-color:#ffffff; border:solid black 1px; padding:0.5em 1em 0.5em 1em; overflow:auto;font-size:small; font-family:monospace; "><span style="color:#881280;">&lt;html&gt; &lt;body&gt; &lt;object classid=&#8221;clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B&#8221; width=&#8221;640&#8243; height=&#8221;480&#8243; codebase=&#8221;http://www.apple.com/qtactivex/qtplugin.cab&#8221;&gt; &lt;param name=&#8221;src&#8221; value=&#8221;file:///Users/schwa/Desktop/My Composition.mov&#8221;&gt; &lt;param name=&#8221;autoplay&#8221; value=&#8221;true&#8221;&gt; &lt;param name=&#8221;controller&#8221; value=&#8221;false&#8221;&gt; &lt;embed src=&#8221;file:///Users/schwa/Desktop/My Composition.mov&#8221; width=&#8221;320&#8243; height=&#8221;240&#8243; autoplay=&#8221;true&#8221; controller=&#8221;false&#8221; pluginspage=&#8221;http://www.apple.com/quicktime/download/&#8221;&gt; &lt;/object&gt; &lt;/body&gt; &lt;/html&gt; </span></div><p>One interesting thing about this is that WebKit based browsers (e.g. Safari and OmniWeb amongst others) used to be able to display these kinds of Quartz Composer movies directly. Now when trying to load a iSight using Quartz Composer file in a browser you&#8217;ll see this error message: <a href="http://toxicsoftware.com/wordpress/uploads/UnsafeComposition.png">UnsafeComposition.png</a>. You can try it yourself by opening the <a href="http://toxicsoftware.com/wordpress/uploads/My Composition.qtz">Quartz Composer file</a> created for the webcast. Quartz Composer files that don&#8217;t use the iSight will load as seen here: <a href="http://toxicsoftware.com/wordpress/uploads/BasicComposition.qtz">BasicComposition.mp4</a>. So what&#8217;s going on here? Well I think Apple is rightfully being extremely cautious. Quartz Composer files and specifically Quartz Composer based QuickTime movies have had security advisories issues against them: <a href="http://www.frsirt.com/english/advisories/2005/0531">http://www.frsirt.com/english/advisories/2005/0531</a>, <a href="http://docs.info.apple.com/article.html?artnum=301714">http://docs.info.apple.com/article.html?artnum=301714</a> with more detailed information: <a href="http://72.14.209.104/search?q=cache:S68dpiJeRoEJ:remahl.se/david/vuln/018/%3F__session_just_started__%3D1+http://remahl.se/david/vuln/018/&#038;hl=en&#038;gl=us&#038;ct=clnk&#038;cd=1&#038;client=safari">http://remahl.se/david/vuln/018/</a> (currently Google cached due to problems with their server). However the information that could have been leaked is limited to small textual information (produced by other Quartz Composer nodes) and not the video data itself.</p><hr/><p><b>Update</b> From crazy to ridiculous. Make is publishing a hopefully <a href="http://www.makezine.com/blog/archive/2006/11/how_to_secure_y.html?CMP=OTC-0D6B48984890">humorous article</a> explaining how to build a shield for your iSight.</p> ]]></content:encoded> <wfw:commentRss>http://toxicsoftware.com/isight-trick-not-a-security-flaw/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <enclosure url="http://toxicsoftware.com/wordpress/uploads/iSightTrickScreencast.mp4" length="3434120" type="video/mp4" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/Stickam.mp4" length="564098" type="video/mp4" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/QuartzComposer.mp4" length="998374" type="video/mp4" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/iSightTrickScreencast.mp4" length="" type="3434120" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/Stickam.mp4" length="" type="564098" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/QuartzComposer.mp4" length="" type="998374" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/iSightTrickScreencast.mp4" length="" type="3434120" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/Stickam.mp4" length="" type="564098" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/QuartzComposer.mp4" length="" type="998374" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/iSightTrickScreencast.mp4" length="" type="3434120" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/Stickam.mp4" length="" type="564098" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/QuartzComposer.mp4" length="" type="998374" /> </item> <item><title>Second Hand Smoke</title><link>http://toxicsoftware.com/second-hand-smoke/</link> <comments>http://toxicsoftware.com/second-hand-smoke/#comments</comments> <pubDate>Mon, 30 Oct 2006 14:11:23 +0000</pubDate> <dc:creator>schwa</dc:creator> <category><![CDATA[Headline]]></category><guid isPermaLink="false">http://toxicsoftware.com/blog/second-hand-smoke/</guid> <description><![CDATA[So &#8216;Disco&#8216; (you know, that Disc burning program that does a fraction of what Disk Utility does but actually costs money) is now available as a public beta. One of the most controversial &#8220;features&#8221; of the program is the fact &#8230; <a href="http://toxicsoftware.com/second-hand-smoke/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>So &#8216;<a href="http://discoapp.com">Disco</a>&#8216; (you know, that Disc burning program that does a fraction of what Disk Utility does but actually costs money) is now available as a <a href="http://discoapp.com/blog/?p=30">public beta</a>.</p><p>One of the most controversial &#8220;features&#8221; of the program is the fact that the main window actually smokes when a disc is being burnt. Poking inside the bundle of Disco.app I came across <a href="http://toxicsoftware.com/wordpress/uploads/SmokeFramework.png">Smoke.framework</a> with what looks like full headers included.</p><p>Ignoring the dangers of passive smoking for a moment I decided it would be fun to try and use the smoke effect in a test application.</p><p><img src="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke.png" border="0" height="220" width="350" alt="SecondHandSmoke.png" align="right" /></p><p>And here&#8217;s a quick movie to illustrate the pretty smoke animation:</p><p><a href="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke.mp4">SecondHandSmoke.mp4</a></p><p>Now you too can add the smoke effect to your own applications. Download the public beta of Disco (version 1.0b3 according to the Finders &#8220;Get Info&#8221; window). Be quick. I&#8217;d imagine that the next release of Disco wont include headers for the framework. Move the application to your /Applications folder. Then download my test application here: <a href="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke.zip">SecondHandSmoke.zip</a>.</p><p>You should be able to compile and run &#8220;SecondHandSmoke&#8221; (it will warn that it cannot find OSXHIGuidelines.pdf &#8211; but do like the Disco authors did and ignore that warning). If your hardware is capable enough you should be able to see the smoke effect rising from the top of the window. (It might take 10 to 20 seconds for the smoke to appear).</p><p>You can change the smoke parameters by using the smoke settings window (dialog? pane? view?) within Disco. Then just copy Disco&#8217;s prefs (com.discoapp.Disco.plist) to SecondHandSmoke&#8217;s prefs (com.example.SecondHandSmoke.plist).</p><p>Feel free to add smoke to your own applications, Brent &#8211; NNW users expect the main window to Smoke now. Dan, don&#8217;t feel left behind, Sandvox needs to smoke. All the cool kids are doing it. Peer pressure is a bitch.</p><hr/><p><b>Update</b> Predictably the guys at DiscoApp have removed the headers from the framework. Of course they refrained from rev-ing the version number of the beta. So now there are two 1.0b3 versions of DiscoApp in the wild. 1.0b3 (with headers) and 1.0b3 (without). Bad developer. No cookie.</p><p>Of course removing the headers does nothing to stop you from using <a href="http://www.codethecode.com/Projects/class-dump/">class-dump</a> to generate your own headers (and pretty cool headers they are &#8211; look at all those CIFilter subclasses). I&#8217;ve just uploaded an <a href="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke2.zip">amended project</a> that includes a class-dumped header. You&#8217;ll need to install Disco 1.0b3 (sans headers) into /Applications as before.</p><hr/><p><b>Update 2</b> Just had a nice AIM conversation with Austin Sarner, one of the authors of Disco, and he seems to be quite amused by this little hack. Although I really don&#8217;t like the use of the smoke effect in Disco, I completely support their attempts to innovate.</p><hr/><p><b>Update 3</b> I took 15 minutes to hack the Smoke framework into a SIMBL plugin so that any application can have the smoke effect (why wait for developers to innovate?). I&#8217;m not distributing this project as it requires a  modification of the Smoke framework itself, but here&#8217;s a movie: <a href="http://toxicsoftware.com/wordpress/uploads/HolySmokesMovie.mp4">HolySmokesMovie.mp4</a></p><hr/><p><b>Update 4</b> Reduce size of movie to 640&#215;480 to keep people with smaller screens happy.</p><p><b>Update 5</b> My code no longer works. For an updated description of how to get the smoke working see: <a href="http://dev.lipidity.com/feature/tutorial/now-this-is-hot-cocoa">dev.lipidity.com</a></p> ]]></content:encoded> <wfw:commentRss>http://toxicsoftware.com/second-hand-smoke/feed/</wfw:commentRss> <slash:comments>45</slash:comments> <enclosure url="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke_Small.mp4" length="629120" type="video/mp4" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/HolySmokesMovie.mp4" length="1597220" type="video/mp4" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke.mp4" length="1099081" type="video/mp4" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke_Small.mp4" length="" type="629120" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke_Small.mp4" length="" type="629120" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/HolySmokesMovie.mp4" length="" type="1597220" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke.mp4" length="" type="1099081" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/HolySmokesMovie.mp4" length="" type="1597220" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke.mp4" length="" type="1099081" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke_Small.mp4" length="" type="629120" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/HolySmokesMovie.mp4" length="" type="1597220" /> <enclosure url="http://toxicsoftware.com/wordpress/uploads/SecondHandSmoke.mp4" length="" type="1099081" /> </item> <item><title>I would like to thank&#8230;</title><link>http://toxicsoftware.com/i-would-like-to-thank/</link> <comments>http://toxicsoftware.com/i-would-like-to-thank/#comments</comments> <pubDate>Mon, 30 Oct 2006 03:06:03 +0000</pubDate> <dc:creator>schwa</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[Headline]]></category><guid isPermaLink="false">http://toxicsoftware.com/blog/i-would-like-to-thank/</guid> <description><![CDATA[Cripes. I just won Ironcoder. I now join the esteemed ranks previous winners: Lucas Eckels, Gus Mueller and Mark Dalyrmple. A big thank-you to Mark for hosting and judging Ironcoder. As we&#8217;ve learnt over the previous contests, judging Ironcoder is &#8230; <a href="http://toxicsoftware.com/i-would-like-to-thank/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Cripes.</p><p>I just won <a href="http://ironcoder.org/blog/2006/10/29/we-have-a-winner-jonathan-wight/">Ironcoder</a>. I now join the esteemed ranks previous winners: <a href="http://lucaseckels.blogspot.com/">Lucas Eckels</a>, <a href="http://gusmueller.com/blog/">Gus Mueller</a> and <a href="http://www.borkware.com/miniblog/">Mark Dalyrmple</a>.</p><p>A big thank-you to Mark for hosting and judging <a href="http://ironcoder.org/">Ironcoder</a>. As we&#8217;ve learnt over the previous contests, judging Ironcoder is a tough and time consuming job (although Lucas had it easy). And coming up with interesting APIs and themes isn&#8217;t easy either. Now I have been &#8220;rewarded&#8221; with this task for the next Ironcoder.</p><p>I&#8217;ll post more about my winning entry &#8220;<a href="http://ironcoder.org/entries/ironcoder_4/jwight_spacecam_11.zip">spacecam</a>&#8221; later. I was actually quite surprised I won after seeing some of the other entries, all of which were rather cool.</p><p>Ironcoder started off as pet project of the #macsb irc channel (itself an offshoot of the &#8220;<a href="http://groups.yahoo.com/group/macsb/">Mac Small Business Mailing List</a>&#8220;). And as such many of the usual suspects from #macsb are amongst the entrants. However I get a big kick out of all the Ironcoder entries that were from people I&#8217;ve never heard of and have never seen in irc.</p><p>Jeff Smykil from <a href="http://arstechnica.com/">Ars Technica</a> has taken an interest in Ironcoder and has posted an <a href="http://arstechnica.com/journals/apple.ars/2006/10/27/5772">article</a> on Friday announcing it. It is good to see outside interest in Ironcoder and I hope this trend continues.</p> ]]></content:encoded> <wfw:commentRss>http://toxicsoftware.com/i-would-like-to-thank/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>FlexTime 1.0 finished</title><link>http://toxicsoftware.com/flextime-10-finished/</link> <comments>http://toxicsoftware.com/flextime-10-finished/#comments</comments> <pubDate>Thu, 17 Aug 2006 16:48:56 +0000</pubDate> <dc:creator>schwa</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[Headline]]></category> <category><![CDATA[Software]]></category><guid isPermaLink="false">http://toxicsoftware.com/blog/flextime-10-finished/</guid> <description><![CDATA[Daniel Jalkut of Red Sweater infamy has released FlexTime, a Mac OS X timer application. Of interest to me is that FlexTime might well be the first released Mac OS X application to make used of my Toxic Progress Indicator &#8230; <a href="http://toxicsoftware.com/flextime-10-finished/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Daniel Jalkut of <a href="http://www.red-sweater.com/">Red Sweater</a> <a href="http://www.red-sweater.com/blog/136/insane-in-the-ui-brain">infamy</a> has <a href="http://www.red-sweater.com/blog/171/flextime-10">released</a> <a href="http://www.red-sweater.com/flextime/">FlexTime</a>, a Mac OS X timer application. Of interest to me is that FlexTime might well be the first released Mac OS X application to make used of my <a href="/toxic_progress_indicator/">Toxic Progress Indicator</a> Cocoa Widget, as seen in the following screenshot:</p><p><img src="http://toxicsoftware.com/wordpress//uploads//FlexTime.png" border="0" height="348" width="641" alt="FlexTime.png" /></p> ]]></content:encoded> <wfw:commentRss>http://toxicsoftware.com/flextime-10-finished/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tattoo Removal for Cory</title><link>http://toxicsoftware.com/tattoo-removal-for-cory/</link> <comments>http://toxicsoftware.com/tattoo-removal-for-cory/#comments</comments> <pubDate>Thu, 29 Jun 2006 23:06:47 +0000</pubDate> <dc:creator>schwa</dc:creator> <category><![CDATA[boingboing.net]]></category> <category><![CDATA[Cory]]></category> <category><![CDATA[Headline]]></category> <category><![CDATA[ouchouch.net]]></category> <category><![CDATA[tattoo]]></category> <category><![CDATA[tattoo removal]]></category><guid isPermaLink="false">http://toxicsoftware.com/blog/tattoo-removal-for-cory/</guid> <description><![CDATA[Cory Doctorow, of boingboing fame and a longtime Apple Mac user, is switching from Mac OS X to Ubuntu Linux. He also has an Apple logo tattooed on his right bicep. I&#8217;d like to help Cory remove what will surely &#8230; <a href="http://toxicsoftware.com/tattoo-removal-for-cory/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Cory_doctorow">Cory Doctorow</a>, of <a href="http://boingboing.net/">boingboing</a> fame and a longtime Apple Mac user, is <a href="http://www.boingboing.net/2006/06/29/mark_pilgrims_list_o.html">switching from Mac OS X to Ubuntu Linux</a>. He also has an Apple logo tattooed on his <a href="http://www.boingboing.net/2005/07/31/apple_to_add_trusted.html">right bicep</a>. I&#8217;d like to help Cory remove what will surely become a source of embarressment from his body. I&#8217;ve started a <a href="http://www.dropcash.com/campaign/schwa/tattoo_removal_for_cory/">dropcash account</a> to help fund the procedure.</p><p>If Cory decides not to accept the donation for the procedure I will find a suitable charity to donate the proceeds towards.</p><p>I&#8217;ve guesstimated, the cost to be $1000 for a single tattoo, based on information found on <a href="http://www.faqs.org/qa/qa-12393.html">faqs.org</a>, but if anyone knows how much the removal will cost in the L.A. area please let me know.</p><p>In the <a href="http://blogebrity.com/blog/2005/08/doctorow-has-mac-tattoo.php">slight chance</a> this campaign raises enough money but Cory refuses to part with his Apple Logo I will donate the money to a worthy charity. Suggestions welcome in comments.</p><p>Links: <a href="http://www.dropcash.com/campaign/schwa/tattoo_removal_for_cory/">Dropcash campaign</a></p><p>Update: So far the campaign has collected $0 / $1000. At this rate we&#8217;ll have that procedure funded in no time! Just hang on Cory, we&#8217;re here for you.</p> ]]></content:encoded> <wfw:commentRss>http://toxicsoftware.com/tattoo-removal-for-cory/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>iMeem</title><link>http://toxicsoftware.com/imeem/</link> <comments>http://toxicsoftware.com/imeem/#comments</comments> <pubDate>Fri, 27 Jan 2006 22:25:22 +0000</pubDate> <dc:creator>schwa</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[Headline]]></category> <category><![CDATA[Software]]></category><guid isPermaLink="false"></guid> <description><![CDATA[I wasn&#8217;t really impressed with the new iMeem buzzword enabled chat application until a bunch of us from #macsb poked under its hood and saw Mono sitting there. It looks like the first non-trivial (correct me if I&#8217;m wrong) Mono &#8230; <a href="http://toxicsoftware.com/imeem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I wasn&#8217;t really impressed with the new <a href="http://imeem.com/">iMeem</a> buzzword enabled chat application until a bunch of us from <a href="irc://irc.freenode.net/%23macsb">#macsb</a> poked under its hood and saw <a href="http://www.mono-project.com/Main_Page">Mono</a> sitting there. It looks like the first non-trivial (correct me if I&#8217;m wrong) Mono application has shipped for Mac OS X. And what&#8217;s more it looks good. It looks just like a native Cocoa application. Not surprising considering it uses a <a href="http://allan.imeem.com/blogentry/gbgC7kTg">C# to Cocoa bridge</a> (and not <a href="http://www.mono-project.com/CocoaSharp">Cocoa#</a> because apparently that <a href="http://allan.imeem.com/blogentry/V4WWWKQU">sucks</a>). You can download the <a href="http://www.imeem.com/developers.aspx">bridge</a> here. This definitely changes the face of cross-platform development on the Mac, I wonder if <a href="http://www.friday.com/bbum/2006/01/11/google-earth-for-mac-big-disappointment/">Google</a> is taking note.</p><p>More linke: <a href="http://zacwhite.com/blog/?p=36">http://zacwhite.com/blog/?p=36</a></p> ]]></content:encoded> <wfw:commentRss>http://toxicsoftware.com/imeem/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Software that SUCKS (but doesn&#8217;t have to)</title><link>http://toxicsoftware.com/software_that_sucks/</link> <comments>http://toxicsoftware.com/software_that_sucks/#comments</comments> <pubDate>Thu, 26 Jan 2006 21:52:18 +0000</pubDate> <dc:creator>schwa</dc:creator> <category><![CDATA[Default]]></category> <category><![CDATA[Headline]]></category><guid isPermaLink="false"></guid> <description><![CDATA[This is a list of software that is otherwise extremely useful but is let down by a really poor installation procedure. I&#8217;ll be updating the list as I come across more software that almost gets it but lets it self &#8230; <a href="http://toxicsoftware.com/software_that_sucks/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>This is a list of software that is otherwise extremely useful but is let down by a really poor installation procedure. I&#8217;ll be updating the list as I come across more software that almost gets it but lets it self down with a shoddy or unncessary installer. Feel free to contribute to the list by adding a comment!</p><p>Things that make the install process suck include:</p><ul><li>Uses an installer but only installs an Application that could have easily been installed by hand via a drag &amp; drop install</li><li>Uses an installer, but the installer forces you to install to /Applications when you&#8217;d prefer to install to another location.</li><li>Uses a third party Installer that cannot be opened via Pacifist or installed using the command line &#8220;installer&#8221; command</li><li>Uses a own custom Installer (see above &#8211; but worse)</li><li>Software dials home and/or doesn&#8217;t inform the the user that it dials home and/or dialing home cannot be switched off in the application&#8217;s preferences</li><li>Software is packaged in a disk image that has been redundantly encoded and/or compressed in another archive (e.g. .dmg.zip/.dmg.hqx)</li><li>Installer refuses to run if any other applications are running and/or automatically quits other applications</li><li>Installer forces you to reboot (come on guys this is Mac OS X not Windows)</li><li>Software is badly versioned (e.g. you download version 1.1 of a program but the Info.plist file says it is version 1.0)</li><li>Software includes a version number in its filename (or the name of the enclosing directory)</li></ul><dl><dt><a href="http://www.smileonmymac.com/disclabel/">disclabel</a></dt><dd><p>by <a href="http://www.smileonmymac.com/">Smile On My Mac</a></p><p>Why? 1) Uses an installer but only seems to install an Application. 2) Cannot install anywhere other than /Applications. 3) Uses a non-standard installer (Filestorm).</p></dd><dt><a href="http://www.belightsoft.com/products/mailfactory/overview.php">Mail Factory</a></dt><dd><p>by <a href="http://www.belightsoft.com/">Belight Software</a></p><p>Why? 1) Uses an installer to install items that the application could install itself when ran. 2) Cannot install anywhere other than /Applications.</p></dd><dt><a href="http://www.belightsoft.com/products/composer/overview.php">Business Card Composer</a></dt><dd><p>by <a href="http://www.belightsoft.com/">Belight Software</a></p><p>Why? 1) Uses an installer to install items that the application could install itself when ran. 2) Cannot install anywhere other than /Applications.</p></dd><dt><a href="http://www.activestate.com/Products/Download/Download.plex?id=Komodo">Komodo</a></dt><dd><p>by <a href="http://www.activestate.com/">ActiveState</a></p><p>Why? 1) Version 3.5.2 of Komodo is mislabled as Version 3.5</p></dd><dt><a href="http://quicksilver.blacktree.com/">QuickSilver</a></dt><dd><p>by <a href="http://www.blacktree.com/">Blacktree, Inc.</a></p><p>Why? 1) Application filename contains garbage unicode characters (&#8220;Qu?c?s????????&#8221; pretty huh?) in an attempt to look cool. (QuickSilver is one of the few apps that doesn&#8217;t need to try to look cool, it already is)</p></dd></dl> ]]></content:encoded> <wfw:commentRss>http://toxicsoftware.com/software_that_sucks/feed/</wfw:commentRss> <slash:comments>32</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Database Caching 1/38 queries in 0.011 seconds using disk: basic
Object Caching 573/653 objects using disk: basic

Served from: toxicsoftware.com @ 2012-05-21 14:36:33 -->
