<?xml version="1.0"?>

<rss version="2.0">
  <channel>
    <title></title>
    <link>http://tinyapps.org/weblog/</link>
    <description>TinyApps.Org</description>
    <language>en</language>


    <lastBuildDate>Tue, 30 Dec 2008 14:00:00 GMT</lastBuildDate>

    <item>
      <title>WaKan - A great boon for Japanese and Chinese language students</title>
      <link>http://tinyapps.org/weblog/windows/200812300700_wakan.html</link>
      <description><![CDATA[&quot;<a href="http://wakan.manga.cz/">WaKan</a> is a versatile tool for students of Japanese or Chinese. It features a character dictionary, a word dictionary, a text editor, a vocabulary management utility, many printing options (character flashcards, vocabulary lists, text including furigana), and a text translation tool.&quot;<br><br>
If you are typing a new Japanese document, <i>furigana</i> and translations appear automatically; when pasting, select text and press Ctrl+T to add them.<br><br>
<a href="/screenshots/wakan_big.png"><img src="/screenshots/wakan_small.png" width="341" height="218" alt=""></a>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/windows</category>
      <pubDate>Tue, 30 Dec 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200812300700_wakan</guid>
    </item>

    <item>
      <title>Descriptive book titles that obviate the need to read the book</title>
      <link>http://tinyapps.org/weblog/misc/200812280700_decriptive_book_titles.html</link>
      <description><![CDATA[<ul>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/0440501601/">Do What You Love, the Money Will Follow</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/B0007DZMV2/">You Only Have to Get Rich Once</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/0793177561/">Buy Low, Rent Smart, Sell High</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/1413307051/">Work Less, Live More</a></li>
<li><a href="http://www.amazon.com/exec/obidos/ASIN/0942795083/">Open Mouth Already a Mistake</a></li>
</ul>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/misc</category>
      <pubDate>Sun, 28 Dec 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200812280700_decriptive_book_titles</guid>
    </item>

    <item>
      <title>Epictetus, business coach</title>
      <link>http://tinyapps.org/weblog/misc/200812270700_epictetus_business_coach.html</link>
      <description><![CDATA[<br>
<i>On leaving the &quot;workforce&quot;</i>
<blockquote>
Men shut up tame lions in a cage, and bring them up, and feed them, and some take them around with them. And yet who will call such a lion free? Is it not true that the more softly the lion lives the more slavishly he lives? And what lion, were he to get sense and reason, would care to be one of these lions? Why, yes, and the birds yonder, when they are caught and brought up in cages, what do they suffer in their efforts to escape? And some of them starve to death rather than endure such a life, while even such as live, barely do so, and suffer and pine away, and if ever they find any opening, make their escape. Such is their desire for physical freedom, and a life of independence and freedom from restraint. And what is wrong with you here in your cage? &quot;What a question! My nature is to fly where I please, to live in the open air, to sing when I please. You rob me of all this, and then ask, 'What is wrong with you?'&quot;
</blockquote>
<i>On advertising</i>
<blockquote>
Does a philosopher invite people to a lecture? Is it not rather the case that, as the sun draws its own sustenance to itself, so he also draws to himself those to whom he is to do good? 
</blockquote>
<i>On how to proceed</i>
<blockquote>
First, decide who you would be. Then, do what you must do.
</blockquote>
From Epictetus' <i>Discourses</i> Book IV, Chapter 1; Book III, Chapter 23; and Book III, Chapter 23, respectively. The first two quotes are from Oldfather's translation, and the third is from an unknown source. All four books can be found on Amazon (<a href="http://www.amazon.com/exec/obidos/ASIN/0674991451/">I-II</a>, <a href="http://www.amazon.com/exec/obidos/ASIN/0674992407/">III-IV</a>) and Internet Archive (<a href="http://www.archive.org/details/epictetusthedisc010837mbp">I-II</a>, <a href="http://www.archive.org/details/epictetusthedisc010384mbp">III-IV</a>).]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/misc</category>
      <pubDate>Sat, 27 Dec 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200812270700_epictetus_business_coach</guid>
    </item>

    <item>
      <title>Run cmd.exe as Local System in Safe Mode</title>
      <link>http://tinyapps.org/weblog/windows/200812140700_run_cmd_exe_as_local_system_in_safe_mode.html</link>
      <description><![CDATA[When running Windows XP in Normal Mode, you can easily run cmd.exe as the LocalSystem Account (LSA) via:
<blockquote>
<tt>at 14:02 &#47;interactive cmd.exe</tt>
</blockquote>
However, in Safe Mode, it returns:
<blockquote>
<tt>This service cannot be started in Safe Mode</tt>
</blockquote>
Microsoft <a href="http://technet.microsoft.com/en-us/library/cc721846.aspx">points out</a> that:
<blockquote>
&quot;The Task Scheduler service cannot be used while the computer is running in safe mode.&quot;
</blockquote>
Creating a custom service with <a href="http://blogs.msdn.com/adioltean/articles/271063.aspx">this</a> neat hack from Adi Oltean also returns
<blockquote>
<tt>This service cannot be started in Safe Mode</tt>
</blockquote>
However, combining the hack with <a href="http://mcpmag.com/columns/article.asp?editorialsid=990">these</a> instructions from Don Jones to add a service to the &quot;safe&quot; list did the trick. Here are the combined steps (which assume you are booted into Safe Mode):
<ol>
<li>Add a key to <tt>HKEY_LOCAL_MACHINE&#92;System&#92;CurrentControlSet&#92;Control&#92;SafeBoot&#92;Minimal</tt> named <tt>lscmd</tt> or what have you.</li>
<li><tt>sc create lscmd binpath= &quot;cmd &#47;K start&quot; type= own type= interact</tt></li>
<li><tt>sc start lscmd</tt></li>
<li>A new cmd.exe window will open with LocalSystem privileges. When you are finished, close the window, delete the registry key you made, and delete the service: <tt>sc delete lscmd</tt> .</li>
</ol>
In retrospect, it may very well have been possible simply to add Task Scheduler to the list of safe services, but I wanted to share both of these hacks.]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/windows</category>
      <pubDate>Sun, 14 Dec 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200812140700_run_cmd_exe_as_local_system_in_safe_mode</guid>
    </item>

    <item>
      <title>CO2Stats - Making websites green</title>
      <link>http://tinyapps.org/weblog/misc/200812020700_the_real_green_award.html</link>
      <description><![CDATA[&quot;<a href="http://www.co2stats.com/">CO2Stats</a> makes your site carbon neutral and shows visitors you're environmentally friendly.... [The service] automatically meters your website's total energy consumption, helps to make it more energy efficient, and then purchases audited renewable energy from wind and solar farms to neutralize its carbon footprint - all for a flat, affordable monthly fee.&quot;<br><br>
I plugged TinyApps.Org into their <a href="http://www.co2stats.com/signup.php">calculator</a> (which sadly returned the wrong plan based on our number of monthly page views - about 300,000) and within a few hours, Alex (one of the co-founders) had taken the trouble of looking me up and sending a very nice message. Over the course of several emails, I became convinced that these guys are destined for success based on their integrity, kindness, speed, and (perhaps not least of all) phenomenal flattery skills. They have already signed some big names like IBM, Harvard, and Segway, and I trust the service will continue to grow apace.<br><br>
<small><b>UPDATE:</b></small> Treehugger has <a href="http://www.treehugger.com/files/2007/05/plethora_of_opt.php">covered</a> some green web hosting options as well.]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/misc</category>
      <pubDate>Tue, 02 Dec 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200812020700_the_real_green_award</guid>
    </item>

    <item>
      <title>Free CD&#47;DVD and hard drive recycling</title>
      <link>http://tinyapps.org/weblog/misc/200812010700_free_cd_recycling.html</link>
      <description><![CDATA[<a href="http://www.backthruthefuture.com/">Back Thru The Future</a> offers free <a href="http://www.cdrecyclingforfree.com/">CD&#47;DVD</a> and <a href="http://www.freeharddriverecycling.com/">hard drive</a> recycling. You may wish to <a href="http://www.wikihow.com/Destroy-a-CD-or-DVD">destroy optical discs</a> with something like Sanyo's &quot;The Claw&quot; (<a href="http://www.geeks.com/details.asp?invtid=CL-7&cpc=SCH">$5.99 on Geeks.com</a> at the moment) and securely erase hard drives with <a href="http://www.dban.org/">DBAN</a> before sending your media to:
<blockquote>
Back Thru The Future<br>
150 Main Street<br>
Ogdensburg, NJ 07439</blockquote>
Be sure to write &quot;CD&quot; on the outside of your shipping package. ]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/misc</category>
      <pubDate>Mon, 01 Dec 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200812010700_free_cd_recycling</guid>
    </item>

    <item>
      <title>Added: GrandPerspective</title>
      <link>http://tinyapps.org/weblog/mac/200811290700_grandperspective.html</link>
      <description><![CDATA[<a href="http://grandperspectiv.sourceforge.net/">GrandPerspective 0.9.13.1</a> [408k] {S} Disk usage visualizer&nbsp;&nbsp;<a href="/screenshots/grandperspective.png"><img src="/ss.gif" width="10" height="11" alt="Screenshot" border="0"></a>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/mac</category>
      <pubDate>Sat, 29 Nov 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200811290700_grandperspective</guid>
    </item>

    <item>
      <title>Lossless video editing for OS X and Windows</title>
      <link>http://tinyapps.org/weblog/mac/200811270700_lossless_video_editor.html</link>
      <description><![CDATA[<a href="http://www.squared5.com/svideo/mpeg-streamclip-mac.html">MPEG Streamclip 1.9.2 for Mac</a> [1305k]<br>
<a href="http://www.squared5.com/svideo/mpeg-streamclip-win.html">MPEG Streamclip 1.9.2 for Windows</a> [542k]<br>
<a href="http://www.takefiveaday.com/2007/06/13/mac-mpeg-streamclip-editor-vob-flv-converter-extraordinaire/">Detailed review</a>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/mac</category>
      <pubDate>Thu, 27 Nov 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200811270700_lossless_video_editor</guid>
    </item>

    <item>
      <title>Tiny freeware apps crafted in C, C++ and assembler</title>
      <link>http://tinyapps.org/weblog/windows/200811260700_lucersoft.html</link>
      <description><![CDATA[<a href="http://www.lucersoft.com/">Lucersoft</a> has crafted a number of tiny <a href="http://www.lucersoft.com/freeware.php">freeware</a> apps, including:
<ul>
<li>LC ISO Creator [14k] Creates ISO files from CD&#47;DVD-ROM</li>
<li>HTML Batch Editor [12k] Last freeware version of their batch text processor</li> 
<li>Patcher [24k] Create a patch from two files; especially useful for developers who need to distribute a new version, etc.</li>
</ul>
<small>(Thanks to Davyd for sending this in.)</small>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/windows</category>
      <pubDate>Wed, 26 Nov 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200811260700_lucersoft</guid>
    </item>

    <item>
      <title>md5 GUI for OS X</title>
      <link>http://tinyapps.org/weblog/mac/200811250700_md5_gui_for_os_x.html</link>
      <description><![CDATA[<a href="http://www.softhing.com/filecompare.html">File Compare 1.1</a> [56k] GUI front-end for md5.&nbsp;&nbsp;<a href="/screenshots/filecompare.png"><img src="/ss.gif" width="10" height="11" alt="Screenshot" border="0"></a>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/mac</category>
      <pubDate>Tue, 25 Nov 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200811250700_md5_gui_for_os_x</guid>
    </item>


  </channel>
</rss>
