<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3"
    xmlns="http://purl.org/atom/ns#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xml:lang="en">

    <title>Hovering Above</title>
    <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/" />
    <tagline>looking down at the my world.</tagline>
    <modified>2010-07-26T19:46:29+00:00</modified>
    <generator url="http://www.pmachine.com/" version="1.6.7">ExpressionEngine</generator>
    <copyright>Copyright (c) 2010, Arnaud Leene</copyright>


    <entry>
      <title>Strong SRT 6420 fail</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/Strong_SRT_6420_fail/" /> 
      <id>tag:sivas.com,2010:aleene/16.4940</id>
      <issued>2010-07-11T15:31:32+00:00</issued>
      <modified>2010-07-13T16:49:00+00:00</modified>
      <summary></summary>
      <created>2010-07-11T15:31:32+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject></dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Last week I bought a new satellite receiver: the Strong SRT 6420. I chose this receiver as it has an integrated ViaAccess card reader, to that I could decode the french TNT channels that are broadcast by satellite. I found a good priced one at <a href="http://www.transplanet.fr/">Transplanet</a>. Ordering and delivery was swift.</p>

<p>Installation was pretty smooth. Took a while to find out that I had to put the smart card in upside-down, but then it found the TNT-channels pretty quickly. I had to do an extra step to find the other FTA channels, but that work as well.</p>

<p>But then I noticed that I missed the dutch radio channels on the same transponder as the dutch TV-channel BVN. So why?</p>

<p>I checked the list of found channels against what is listed on <a href="http://www.lyngsat.com/astra19.html">Lyngsat</a>. I discovered that I miss some TV-channels as well. It seems that I miss the channels on transponder 103 (12460H). On this transponder one finds channels such as 123TV, Das Vierte and JambaTV. I have the impression that Strong just did sloppy work and forgot some channels. There is no other reason that I see.</p>

<p>I did ask the Strong email help-desk, but that did not offer any help, other than that it was designed for the free channels. So why does it support nearly all of them?</p>]]></content>
    </entry>

    <entry>
      <title>CS193p spring versus winter</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/CS193p_spring_versus_winter/" /> 
      <id>tag:sivas.com,2010:aleene/16.4933</id>
      <issued>2010-06-05T15:23:40+00:00</issued>
      <modified>2010-06-05T15:23:43+00:00</modified>
      <summary></summary>
      <created>2010-06-05T15:23:40+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I am afraid that I mixed up the spring and winter courses of #cs193p. I expected the two courses to be very similar, unfortunately they turned out to be very different in their assignments. As I understand it, the spring courses were not recorded and will not be published on iTunes. So I guess I will revert to the winter course. Probably I will do however the assignments of both courses in order to gain some more experiences.</p>]]></content>
    </entry>

    <entry>
      <title>CS193p assignment 2</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/CS193p_assignment/" /> 
      <id>tag:sivas.com,2010:aleene/16.4930</id>
      <issued>2010-05-19T12:27:02+00:00</issued>
      <modified>2010-05-19T12:27:26+00:00</modified>
      <summary></summary>
      <created>2010-05-19T12:27:02+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Wll, I nearly finished my assignment 2. I still need to clean up and do the extra bonus stuff. This assignment was already much more difficult. I had trouble getting into the task, as I did not understand it at first. In hindsight I am not sure why. I guess the description is rather difficult. But in the end I got the app running and it seems to work.</p>

<p>My main trouble was the memory management. It turned out that I used allocation methods that implied autoreleased objects. So I lost my objects after an event loop. Once I discovered this, I had solved the assignment.</p>

<p>At the moment I do not find my code very clean, so I will go through it once more and see whether I can streamline it a bit more. I will change normal declarations to properties (as also required for the bonus). And I still have to set up the delegates methods for the bonus points. I also need to think a bit more about the resilience against entering faulty expressions.</p>

<p>But then it will be done. I learned a lot from this assignment. It is surely not for the beginning programmer though.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>CS193p assignment 1</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/CS193p_assignment_1/" /> 
      <id>tag:sivas.com,2010:aleene/16.4929</id>
      <issued>2010-05-15T14:13:02+00:00</issued>
      <modified>2010-05-15T14:13:04+00:00</modified>
      <summary></summary>
      <created>2010-05-15T14:13:02+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I re-started learning Objective-C again. Last time was some 8 years back, so I really must restart. I am following the CS193p by Stanford as it is published in iTunes. I downloaded everything that I could find around this theme. So I also have some code examples available.</p>

<p>I finished the assignment 1A and 1B, the Calculator. Assignment 1A was pretty simple, as one only had to follow the text. Assignment 1B was already a bit more difficult, but I did not encounter any problems. I also did all the extras.</p>

<p>Now I only wonder whether my solution is any good. Unfortunately I was not able to find any code samples for comparison. Onto the next assignment.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Learning iPhoneOS development</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/Learning_iPhoneOS_development/" /> 
      <id>tag:sivas.com,2010:aleene/16.4926</id>
      <issued>2010-05-07T14:34:38+00:00</issued>
      <modified>2010-05-07T14:34:42+00:00</modified>
      <summary></summary>
      <created>2010-05-07T14:34:38+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>A week ago I started learning iPhoneOS development. For the moment I am just using the free development tools from Apple. So I can not yet load apps onto an iPhone itself. Before I apply for a developer code, I like to see how for I get.</p>

<p>I started a bit coding with the MacOSX development book by Garfinkel, but that book seems very outdated. So I might buy a new book. I think I wait for the book by Hillegass, when that comes out at the end of this month.</p>

<p>For the moment I am using the Stanford CS193P iTunes University podcast. I already watched the first two podcasts already.</p>

<p>Before I continue I want to finish the first assignment on the Calculator. I am on the last assigments. So now I am trying to figure out how UISwitch works.</p>

<p>I am still looking for a final code example, so that I can compare my implementation with other ones. </p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>iPad as laptop replacement</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/iPad_as_laptop_replacement/" /> 
      <id>tag:sivas.com,2010:aleene/16.4909</id>
      <issued>2010-01-28T07:24:41+00:00</issued>
      <modified>2010-01-29T07:32:32+00:00</modified>
      <summary></summary>
      <created>2010-01-28T07:24:41+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject></dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>After seeing all the information on the iPad I started wondering whether the iPad could replace my laptop (which is slowly failing me). This is a functional, situational and practical question.</p>

<p>First the situational question. At the moment I use may laptop sitting in the kitchen. The laptop is on the table, I am behind the table in front of the fire place. I should use an iPad in the same location. This does not seem ideal, although I might put a reclining chair in my kitchen. I guess I would like to have a stand. In the evening I would love to use the iPad on my couch.</p>

<p>the iPad surely seems capable enough. The speed seems <a href="http://daringfireball.net/2010/01/ipad_big_picture">great</a>. People start to <a href="http://www.macworld.com/article/145976/2010/01/ipadissues.html?lsrc=rss_main">complain</a> already about some missing things, but these seem non-issues for me. The video camera would be a nice addition, but I can do without (as I do now). No multitasking might be an important point, but I am not sure it is a real issue. Notifications will be enough for me. No flash is OK, I hate flash. I installed ClickToFlash to get rid of it on many sites. It is amazing what people use flash for. GPS is an interesting point. I see GPS as something useful while on the street and in the wild. So the question is where would you use this thing? The no HD output seems an extremely silly remark. This is not a video server! All in all, it seems very useful for me from a hardware point of view. And I am very curious whether the Bluetooth can be used for all kinds of interesting peripherals. It seems that the iPad will be used to connect to projector, so that is covered.</p>

<p>I am worried about the screen size though. Ten inch is really small. I find my 14 inch laptop screen already to small. But I might be confusing usage situations here. The iPad is not really for working!</p>

<p>The most important thing are however the apps. So the question is: is there an app in my dock that can not be replaced with an iPad app? Well, in my dock I have: Finder, OmniWeb, Safari, NetNewsWire, Mail, AddressBook, MarsEdit, iCal, iTunes, iPhoto, SandVox, Vidalia, Nambu, Billings and EverNote. Occasionally I use Mellel, Pages, Keynote, Last.fm, Calculator, ChaChing, NoteTaker, Preview, MacGourmet and various other small stuff.</p>

<p>If I look at my dock apps, I seem to be well covered by iPad support. How can I manage my files however? It seems there is a solution as a wide variety of attachments possible in Mail on iPad. OmniWeb is not there, but I can do well with Safari. Sandvox not available on the iPad would be a big pain. I need this app. Vidalia is not on the iPad, but that does not matter. For my occasional apps there would be no problem either. Mellel would be a pity, but I can convert to Pages. NoteTaker (Aquaminds) will be on the iPad. So from an application point of view I seem to be covered.</p>

<p>Another problem is multiple users. On my laptop I have now multiple users defined, which are all used. I am afraid the iPad is a personal thing. This implies that I would need multiple iPad&#8217;s. Bit expensive, but will give an interesting household.</p>

<p>The question that remains is a practical one. Is the manipulation of the various files easy enough? Is the on screen keyboard good enough for inputting messages such as this one?</p>

<p>Unfortunately we still need Mac for docking the iPad for backup and synchronisation. So I still must have a Mac around the house.</p>

<p>I guess I have to get one in order to find out whether the iPad can be a replacement in practice.</p>

<p>&nbsp;</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>iLap day</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/iLap_day/" /> 
      <id>tag:sivas.com,2010:aleene/16.4908</id>
      <issued>2010-01-27T07:25:27+00:00</issued>
      <modified>2010-07-26T19:46:29+00:00</modified>
      <summary></summary>
      <created>2010-01-27T07:25:27+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Today Apple will reveal it&#8217;s long awaited and discussed tablet. I hope the product will live up to the incredible hype. I have no idea what will come, but let me ponder it a bit.</p>

<p>The first thought is situational. At what times and places do we need another product? The first place was behind a desk with the desktop. For that you had to sit down on a chair behind a table. Very useful if you needed also other stuff around you (papers, mouses, screens, etc.). </p>

<p>When moving around and being on the road we got the laptop, or better portable (desktop). The idea was that you put it on your lap to use the product. However I guess that most people still used in combination with a chair and table. Using it on our lap was a good possibility on an airport, in a train, etc, but it was not really optimal.</p>

<p>For walking about and accessing information we got the smart phones. These are also great for using while sitting in trains and busses. No longer a need for laptops in those environments. The smart phone, or handtop, is really for using while standing up.</p>

<p>But couldn&#8217;t we do better? Are we really happy with what we use when sitting on our couches and rocking chairs? We can use a portable here or use a handtop. But is still remains awkward. Here, on the couch, is where I see a new possibility for Apple. A real laptop. This should be very similar to a newspaper, magazine or book.</p>

<p>Such a product should have a very simple interface that can only be used by the hand, or maybe two hands from time to time. For me it is clear that this can not be MacOSX, but should be a variant of the iPhoneOS. It should have very view buttons (on/off, sound). A camera is not a real requirement, but a useful add on for videophone. A size of 10 inch is nice to have on your lap, but it might be larger as well. But not smaller as it would be closer to an iPod Touch/iPhone. Wireless and 3G is required in order to use it on your lap when not at home.</p>

<p>Software would be similar to the iPhone, but with special applications for magazines, newspapers, LP&#8217;s, etc. Games would be an interesting category as well. Those can be the same as on the iPhone, but should really use the screen estate. One can image many classic board games on such a system. And naturally there is the iLapAppStore to feed all this.</p>

<p>So no MS Word, no Excel, no office whatever app, no terminal, etc. That is just not the purpose of the iLap. Now hoping that the pricing is reasonable.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>App Store Control</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/App_Store_Control/" /> 
      <id>tag:sivas.com,2009:aleene/16.4897</id>
      <issued>2009-11-24T09:59:33+00:00</issued>
      <modified>2010-04-30T17:52:34+00:00</modified>
      <summary></summary>
      <created>2009-11-24T09:59:33+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Internet</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>And again the App Store evaluation process is under <a href="http://rss.macworld.com/click.phdo?i=1f637974cc4f75756fe7484e486f2b37">heavy</a> <a href="http://www.pcworld.com/article/182839/can_apple_iphones_walled_garden_continue_to_thrive.html">attack</a>. Fact and are really mixed and it is unclear what is <a href="http://arstechnica.com/apple/news/2009/11/schillers-spin-on-app-store-issues-ignores-actual-complaints.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">real</a>.</p>

<p>The first thing to know is how good or bad the situation is. There is no real analysis. And there is only anecdotal evidence of bad experiences. How many false negatives and false positives are there? And how bad/good does that look on 100.000 apps approved? How many apps do we miss that we really need? Or are all bases <a href="http://feedproxy.google.com/~r/Webworkerdaily/~3/XwJKcAQf7Hc/">covered</a>? Does the user really care or is it all just a philosophical discussion?</p>

<p>People are also watching at <a href="">alternatives</a>, but that road is quickly <a href="http://daringfireball.net/2009/11/iphone_web_apps_alternative">discounted</a>.</p>

<p>The first question one has to answer is whether there needs to be an evaluation process at all. Why can&#8217;t it be as open as a standard computing platform, such as the Mac. Apple&#8217;s take on this is that a Telephone Platform is something different than a computing platform. </p>

<p>I have mixed feelings about this. I really want my phone to work in ALL circumstances. In fact I got rid of my Internet phone options as provided by several ISPs, to turn back to plain old telephony, in order to get better reliability. The same will hold for my phone, so no App should interfere with it. So not multiple apps running <a href="http://feeds.gawker.com/~r/gizmodo/full/~3/eBjMLHAT-Ns/this-is-how-multitasking-should-work-on-the-iphone">simultaneously</a> either. Or make an <a href="http://feeds.gawker.com/~r/gizmodo/full/~3/ZuiE8ZivYGk/new-apple-ads-get-in-on-the-att-vs-verizon-slapfest">exception</a> for the phone app.</p>

<p>The same is true for the quality of the network. One wants that it works. And for the moment this might require restrictions on apps (think tethering) in order to reduce the load on the network. Most mobile operators have already enough trouble meeting this <a href="http://feeds.gawker.com/~r/gizmodo/full/~3/im6PuNCoffQ/iphone-and-android-are-taking-over-the-mobile-internet">new demand</a>.</p>

<p>The iPhone and iPod Touch seems to be used by any age group. I have seen kids walking around with an iPhone. Some would like to limit the access their kids have to some content. That is were rating systems can help. So if you have a rating for an app, then you can automaticly restrict access to those apps. Unfortunately someone has to rate the app then. And/or someone has to check the rates provided by the developers. This requires clear guidelines. Unfortunately this is a process which is subjective and will lead to false positives and false negatives. Another point where one can complain about.</p>

<p>And there is the <a href="http://www.rogueamoeba.com/utm/2009/11/23/airfoil-speakers-touch-1-0-2-is-now-available/">trademark</a> issue. Is Apple protecting itself here? Why do they need to check on this? Why is that differnet for this platform?</p>

<p>The false negative apps are the shaking baby app, the app that nicked phone numbers, etc.</p>

<p>And there are the false positives, where it is unclear why they are rejected. Airfoil Speakers is one of <a href="http://www.rogueamoeba.com/utm/2009/11/23/airfoil-speakers-touch-1-0-2-is-now-available/">those</a>.</p>

<p>And then there is the process itself. I see two subjects here.</p>

<p><strong><a href="http://notinventedhe.re/on/2009-11-23">Turn-around time</a></strong> - it seems that it can take a long time before a submitted app is approved. Although I have not seen any good statistics on this. And with 10.000 apps per week submitted, it is inevitable that some apps take longer time to be evaluated. Statistics at work here. You might complain and Apple might throw more people at the process, but your are still talking a Poisson process here. It would be nice however if Apple showed some statistics though. And developers just need to take these turn around times into account. </p>

<p>However Apple should create a separate process for handling bug fixes. This would guarantee some quality level of apps already in the store.</p>

<p><strong>Communication</strong> - there seems to be a lack of good communication once an app is rejected. Why is an app rejected? What can a developer do? And again how bad or good is it in reality. Do we see only anecdotal evidence? Are some developers treated differently? One can image that Apple automates the work for cheap apps or less well known developers in order to reduce costs. Maybe they should create a paid program for developers who want better respons.</p>

<p>So for the time being only the road through the appstore is an option. And I discount the jailbroken road, as this has its own <a href="http://feeds.gawker.com/~r/gizmodo/full/~3/vtI-e32qC9Q/according-to-apple-its-your-own-fault-if-you-catch-an-iphone-worm">problems</a>.</p>

<p>In the end it is all about quality for the end-user. And Apple does quarantee some extra level of guarantee in this way. And I highly appreciate this quality.</p>

<p>PS All links are just gathered from my morning fedd update.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Apple worries</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/Apple_worries/" /> 
      <id>tag:sivas.com,2009:aleene/16.4883</id>
      <issued>2009-08-09T09:01:49+00:00</issued>
      <modified>2010-04-30T17:41:51+00:00</modified>
      <summary></summary>
      <created>2009-08-09T09:01:49+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Internet</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Jason Calcanis wrote an interesting <a href="http://money.cnn.com/news/newsfeeds/siliconalley/big-tech/the_case_against_apple_2009_8.html?FORM=ZZNR3">piece</a> on Apple, which summaries many complaints I read against Apple for a while. To some things I agree, but others I don&#8217;t.</p>

<p>He says that the iTunes ecoSystem destroys MP3 player innovation. Apple should allow other MP3-players to link up to iTunes. I do not agree that there is a lack of innovation. The iPod Touch is a huge innovation. He says that he saw a lot of innovation on MP3 players in Japan. We see the same here in France. Apple is not the only player. So what is the worry? </p>

<p>He wants to get into iTunes. So software is key? Or is it the iTunes store? There are other stores, such as Amazon, which is doing pretty well it seems. So is it iTunes? So iTunes is like the Windows monopoly? Any MP3-player ships it&#8217;s own player, so what is the monopoly? iPod&#8217;s to expensive? Buy an alternative. It is not as if you are forced to buy the iTunes ecosystem.</p>

<p>I call this a bullshit argument. However I love to see it opened up, I guess people will continue buying Apple&#8217;s products.</p>

<p>Monopolistic practices in telecommunications is an interesting argument. What&#8217;s new here? This exists already for ages with other phones. So why the complaint now? Just because you are not happy with the ATT/iPhone combo? What a nonsense. This linking between network and phones made GSM popular in Europe. And I know only of France that forbid this linkage. I see this just as an opportunistic argument.</p>

<p>Draconian appstore policies is also strange. How many apps are there? About how many apps are there complaints? Some apps had to be rejected over age limits (know your FCC stand on infringements). Now they can open up some more with the age settings for apps. This is one of the first (relatively) open mobile platforms. Never before a phone provider created this. So what are you complaining about? It will only get more open.</p>

<p>The argument about other browsers seems valid. However the iPhone is not a standard platform. You should not be running anything from a performance point of view. By the way remember this is still a niche product. There is no monopoly! </p>

<p>The same goes for Google Voice. My guess is that it is all about revenues. With Google Voice Apple does not get its share. What is new in the telco-business. </p>

<p>The problem is more that people want Apple to be different, open, like Unix. And see where that got us.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Site: what do I want?</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/site_what_do_i_want/" /> 
      <id>tag:sivas.com,2009:aleene/16.4809</id>
      <issued>2009-04-13T09:50:13+00:00</issued>
      <modified>2010-06-17T15:33:14+00:00</modified>
      <summary></summary>
      <created>2009-04-13T09:50:13+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Site</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>The first step is to decide what kind of content that I want to publish and whether it is dynamic or static content. Naturally I continue my previous things as much as possible.<br />
</p><ol><br />
<li><em>Blog</em> - the first thing is this blog. This is naturally dynamic content, which implies a Weblog Collection in Sandvox;</li><br />
<li><em>MicroContent</em> - my blog specific to MicroContent. I do not post much lately, but will likely continue it. This is naturally dynamic content, which implies a Weblog Collection in Sandvox;</li><br />
<li><em>Software</em> - where I discuss things related to Software on my platform. This is naturally dynamic content, which implies a Weblog Collection in Sandvox;</li><br />
<li><em>Sundials</em> - this is a collection of items related to sundials that I saw. This is not a blog and there are more ways to sort this collection. As the image is an important part, I used the Sandvox Photo Album collection;</li><br />
<li><em>Media</em> - is a collection of reviews of books, movies, dvd's, games, etc. I will use the Sandvox weblog collection for this;</li><br />
<li><em>Recipes</em> - some recipes that we made;</li><br />
<li>Walks - a description of some walks. For the moment a weblog collection is Ok. It is however a much more complex type of information;</li><br />
<li><em>Fran&ccedil;ais</em> - a started this weblog in french;</li><br />
<li><em>Links</em> - a list of bookmarks. I use the static Link List page in Sandvox for this;</li><br />
<li><em>About Me</em> - this is a static page. The Sandvox Rich Text page will do here;</li><br />
</ol><br />
<p>So you see there are many collections, which I can  turn into 'weblogs' in Expression Engine.</p>]]></content>
    </entry>

    <entry>
      <title>Sandvox, Espresso and Expression Engine</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/sandvox_espresso_and_expression_engine/" /> 
      <id>tag:sivas.com,2009:aleene/16.4808</id>
      <issued>2009-04-13T08:15:27+00:00</issued>
      <modified>2009-04-13T08:15:32+00:00</modified>
      <summary></summary>
      <created>2009-04-13T08:15:27+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Site</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Time for a redesign of this site. As I am not very good into creating nice sites, nor in CSS, I decided to use an existing design. However as I do want to twiddle around a bit with design, I do need a wysiwyg editor. And I must be able to integrate into my CMS, Expression Engine. So this implies three stages: visual layout selection, site structure design and logic design. In order to do this I will use Sandvox, Espresso and Expression Engine.</p>

<p>I will use this blog to report my experiences doing this.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Application duds</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/application_duds/" /> 
      <id>tag:sivas.com,2009:aleene/16.4805</id>
      <issued>2009-04-05T13:32:32+00:00</issued>
      <modified>2009-04-05T13:34:29+00:00</modified>
      <summary></summary>
      <created>2009-04-05T13:32:32+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>There are several applications that I bought, but no longer use. Let&#8217;s go over them a bit.</p>

<p><em>Audiofile</em> by Spinfree - this application could be used to create a library for your audio CD&#8217;s. It was a MacOS8-9 application. I did use it a bit at first, but with the advance of iTunes I forgot this app. It is no longer supported.</p>

<p><em>Ultimate Label Printer Pro</em> by Digital RIver Commerce is an application to create labels for CD&#8217;s, etc. I think I used it only for a few times. It looks as if the application is taken over by <a href="http://www.payplaysoftware.com/">Pay&amp;Play Software</a>. Unfortunately I do not see an upgrade path. And my old registration number no longer works.</p>

<p><a href="http://www.starrynight.com/"><em>Starry Night</em></a> Backyard by Siennasoft - a very nice application to view the sky. I was a happy user, but with the demise of MacOS 9 I lost this application. It was a bit to expensive to upgrade, maybe later.</p>

<p><em>Quicktime 3 Pro</em> by Apple. I hardly used this and never did by the new releases.</p>

<p><a href="http://www.cdfinder.de/"><em>CDFinder</em></a> was bought to keep track of the CD&#8217;s I burned for backups, etc. I practice however I stopped bothering to do this, it was just to much hassle. So really no need for this application anymore.</p>

<p><a href="http://www.omnigroup.com/applications/omnioutliner/"><em>OmniOutliner</em></a> by OmniGroup - an application to create todo-list, etc. Very nice. I used it some time, but nowadays I do not seem to need it anymore. Anyway, the version I have does not run under Leopard.</p>

<p><em>pmPost</em> an application like MarsEdit to ulpad blog items to a pMachine weblog. This got obsolete with the demise of pMachine.</p>

<p><em>Enigmo 1</em> by Pangea - a nice game. I basically finished it.</p>

<p><em>Reckless Drivin</em> by Jonas Echterhoff - we finished this game.</p>

<p><em>Snood</em> - stopped playing this.</p>

<p><em>Transmit</em> by Panic, I used this FTP application a lot. I got now ForkLift through MacHeist, so I stopped upgrading Transmit.</p>

<p><em>Retrospect</em> - I never got this application really nicely working under MacOS9. A bit to complex for my needs. And now I no longer need it.</p>

<p><em>CopyPaste Lite</em> by Script Software is no longer used. I moved to iClip.</p>

<p><em>SiteStudio</em> for creating sites was no longer supported and discontinued. I moved to Sandvox.</p>

<p><a href="http://www.dekorte.com/projects/shareware/SoundConverter/"><em>SoundConverter</em></a> - I forgot about this application. It does not seem to work anymore. Have to check it out. Anyway I do not need it very much.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>MacHeist 3 evaluation</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/macheist_3_evaluation/" /> 
      <id>tag:sivas.com,2009:aleene/16.4804</id>
      <issued>2009-03-26T18:15:40+00:00</issued>
      <modified>2009-03-26T18:15:44+00:00</modified>
      <summary></summary>
      <created>2009-03-26T18:15:40+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject></dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Is it worthwhile to buy the MacHeist 3 bundle. This will only be worthwhile if there is at least one application I actually need.
</p>
<ul>
<li><em>iSale</em> - I do look their other application: iBuy. I did buy through that application sometimes. However I am not a seller;</li>
<li><em>Picturesque</em> - I am not really an image editor. iPhoto is already to much;</li>
<li><em>SousChef</em> - I already bought MacGourmet;</li>
<li><em>World of Goo</em> - OK I will play this one a bit;</li>
<li><em>PhoneView</em> - should buy an iPhone for this;</li>
<li><em>LittleSnapper</em> I guess Skitch is enough for me;</li>
<li><em>Acorn</em> - yet another photo editor?</li>
<li><em>Kinemac</em> - do I want to create 3D-objects?</li>
<li><em>WireTap Studio</em> - I am already a WireTap Pro user, so this might be interesting;</li>
<li><em>BoinxTV</em> - a TV studio, but not on my G4;</li>
<li><em>The Hit List</em> - no not need this;</li>
<li><em>Espresso</em> - I wonder about this one. I do have to dive into the code from time to time;</li>
<li><em>Big Bang Board Games</em> - no. thanks;</li>
</ul>
<p>So is this 39 dollar worth for me? It seems there is only one application that I will use: WireTap Studio. There is a chance I might use iSale. I will play World of Goo. Espresso might be interesting. But the rest?</p>]]></content>
    </entry>

    <entry>
      <title>MacHeist evaluation</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/macheist_evaluation/" /> 
      <id>tag:sivas.com,2009:aleene/16.4803</id>
      <issued>2009-03-26T16:48:48+00:00</issued>
      <modified>2010-04-30T17:39:49+00:00</modified>
      <summary></summary>
      <created>2009-03-26T16:48:48+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>The newest iteration of MacHeist is in town. I did participate in the previous two version and probably will in this one. But is it my worthwhile?
</p>
<p>So a good moment to look back and check which applications I actually started using and why I do not use the others.
</p>
<ul>
<li><b>MacHeist 2</b></li>
<ul>
<li><em>1passwd</em> - I do not use this one and just rely on the KeyChain;</li>
<li><em>CoverSutra</em> - was OK, but I dot really need its functionality;</li>
<li><strong>Cha-Ching</strong> - I am happy with this one and it became my standard for personal finance. Can&#8217;t do without any more;</li>
<li><em>iStopMotion</em> - I do not do anything with movies, so I do not use this one;</li>
<li><em>Awaken</em> - I guess this is to awake your computer?</li>
<li><em>Speed Download</em> - I forget about this one, but I am not a big downloader anyway;</li>
<li><em>AppZapper</em> - I use this one from time to time;</li>
<li><em>TaskPaper</em> - No use;</li>
<li><em>CSSEdit</em> - No, this to technical for me, I am happy with Sandvox;</li>
<li><em>Snapz Pro X</em> - No, I am a Skitch user;</li>
<li><em>Pixelmator</em> - Forgot about this one;</li>
</ul>
<li><strong>MacHeist 1</strong></li>
<ul>
<li><em>Delicious Library</em> - alas no. I like the application, but I am not this organised;</li>
<li><em>FotoMagico</em> - I think I never got this one working;</li>
<li><em>Shapeshifter</em> - I do not like these kind of apps;</li>
<li><em>Devonthink Personal</em> - I did try this one, but it did not fit my workstyle;</li>
<li><em>Disco</em> - I stopped burning CD&#8217;s a long time ago;</li>
<li><em>RapidWeaver</em> - No, I use Sandvox;</li>
<li><em>Enigmo 2</em> - I played this one a little;</li>
<li><em>NewsFire</em> - no I am NNW user;</li>
<li><strong>TextMate</strong> - I do use this for occasional text editing;</li>
</ul>
</ul>
<p>So from MacHeist2, I only use Cha-Ching and AppZapper. That is not much. So I did pay what I would pay for buying this applications directly for the developers.</p>
<p>For the MacHeist 1 bundle, the results are even worse. But I have now a better than when I would buy TextMate directly.</p>]]></content>
    </entry>

    <entry>
      <title>Searching for a Cha Ching replacement</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/searching_for_a_cha_ching_replacement/" /> 
      <id>tag:sivas.com,2009:aleene/16.4802</id>
      <issued>2009-03-26T16:20:48+00:00</issued>
      <modified>2009-03-26T16:20:52+00:00</modified>
      <summary></summary>
      <created>2009-03-26T16:20:48+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Today I downloaded the latest beta for Cha Ching. And I had mixed feelings. I did not start on my PowerPC Mac. I did start on an Intel one and I was able to import my old data. However the import did miss some parts. The beta still crashes from time to time or hangs. It seems to have a scaling problem.</p>

<p>The new system misses the possibility to focus easily on a date range </p>

<p>The information within Cha Ching can not be nicely exported. It does support an export function, but that contains to few information. </p>

<p>The most important thing a new application must be able to do, is to import my old data from ChaChing.</p>

<p>CheckbookPro has a bit old fashioned interface, so I did not investigate any further.</p>

<p>EasyMoney is to easy.</p>

<p>Flowing Pennies is much to simple.</p>

<p>Fortera Fresh Finance - forget it. It does not even have a standard Mac interface.</p>

<p>iBank managed to import my csv after some fiddling. However ... crash.</p>

<p>iCash looks to OS9&#8217;ish. And has no csv import option.</p>

<p><a href="http://angeman7.free.fr/">iCompta</a> can not import my (adapted) csv.</p>

<p>Money looks Ok, but I am not able to import properly. It seems that withdrawals and deposits must be in separate columns. I do not feel like changing the csv-file. I guess I could if I knew regular expressions.</p>

<p>Moneydance forget it. It is from the MacOS8 age.</p>

<p>MoneyWell looks interesting. I was able to import my data after changing the number formats in the System Preferences. I played a bit with it, but its workings were not obvious to me.</p>

<p>Squirrel can not handle my csv-file. However after fiddling with my csv, it did handle it well. I find the application a bit to limited for my needs though.</p>

<p>This list does not make me very happy, so I will stay with ChaChing for a while. I do like this app much better.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>GrandTotal thoughts</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/grandtotal_thoughts/" /> 
      <id>tag:sivas.com,2009:aleene/16.4801</id>
      <issued>2009-03-21T18:46:26+00:00</issued>
      <modified>2009-03-21T18:46:34+00:00</modified>
      <summary></summary>
      <created>2009-03-21T18:46:26+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I have been using GrandTotal for a few days and reached my conclusions: it is not for me. Let me explain.</p>

<p>My main gripe is around the interface, it reconfigures itself to much. The meaning of each pane switches very often. There are seven views: overview, clients, invoices, catalog, estimates, layouts and help/buy.</p>

<p>The overview has a pane on the left, which shows Invoices (and Reminders) in various categories. What happens in the right pane however depends on the category. Thus <em>Recent (invoices)</em> shows images of invoices. </p>

<p>The <em>Invoices</em> category shows a right hand side that is split into three parts: a table view with all the invoices (the table columns can be changed, deleted and moved), a view with an image of the invoice and a &#8216;totals&#8217; view with bars and pie chart. I do like the totals view, but why here?</p>

<p>The <em>Reminders</em> category allows the user to send reminders for invoices. The right part consists a table view with contracts and an empty view (shouldn&#8217;t here be an image of the Reminder PDF).</p>
<p>The Reporting category allows me to see information (not just invoices) for multiple months. Thus one can see the payments, item groups, clients and a summary. I miss the totals here. And this would eb a great place to the bars and pie charts.</p>

<p>The Smartlists category can be used to select invoices based on certain criteria. It has three parts: a table view with invoices, an image of the invoice and a totals section with bars and pie chart. I do like this possibility.</p>

<p>The Client View shows a pane on the left with clients, number of invoices and estimate, outstanding balance. The right part shows either the Client Information or two panes with either invoices or drafts/estimates for a selected client. Each pane has its own columns.</p>

<p>The Invoices View shows three panes. The left pane shows the invoices, the other panes depend on the tab one selects: info shows the info of the invoice and and the right pane a client selector; the Items pane allows to build the invoice with the portfolio catalog on the right; the Preview tab shows an image of the PDF and a related thumbnail on the right; The documents tab shows related documents (Reminders).</p>

<p>Finally the Catalog View allows the user to edit and define his portfolio. It has two panes:L the left pane shows a list with portfolio items and has the possibility to search and filter the items. The right pane shows the content of a selected item.</p>

<p>All in all the interface is just weird and confuses me often. I get the feeling that this application is some port. It does not have the right feel. The menu is strange, the buttons are nothing more than view switchers, it is just not right.</p>

<p>If you finalise an Invoice or a Reminder you have to print or email it. Why? I do not want to do that. For me that is a separate process. So now I do a Preview of the Print and stop there.</p>

<p>I miss the possibility to create projects for clients. One can define a project related to an invoice. We however can have multiple projects for a single client and multiple invoices for a single project. There is no way to manage this well in GrandTotal.</p>

<p>I like the approach to the portfolio items and groups. This application is not geared around a time-based services portfolio. A big change from many other applications.</p>

<p>Another main gripe is around the speed of the application. Often it hangs a bit, because it has &#8216;to render PDF&#8217;s&#8217;. I never have seen an application where one has to &#8216;render&#8217;. There is just to much rendering at many places.</p>

<p>I did not discuss the possibility to layout your own templates. This works pretty good, but is not great. It did work for my invoices.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Searching an Invoicing Application</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/searching_an_invoicing_application/" /> 
      <id>tag:sivas.com,2009:aleene/16.4800</id>
      <issued>2009-03-15T19:27:37+00:00</issued>
      <modified>2009-03-15T19:27:41+00:00</modified>
      <summary></summary>
      <created>2009-03-15T19:27:37+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Our business is getting more complicated, so I am in need of an application to create invoices, to keep track of the items bought and the payments received.</p>

<p>Luckily there is a suite of applications to chose from: GrandTotal, Billings, iBiz, Invoice3, Billable, Invoicer, Involer. And probably I am missing some. So there is a good selection, but which to chose?</p>

<p><a href="http://the-dream.co.uk/involer/">Involer</a> is just to simple for me.</p>

<p><a href="http://www.iggsoftware.com/">iBiz</a> seems an application mainly for time-based projects. And I only have quantity based items. The offered templates do not seem very advanced. I seem to get this application working for. I however get a MacOS 9 feeling, so I moved on.</p>

<p><a href="http://www.kedisoft.com/">Invoice3</a> is mainly geared towards the sale of products with large catalogs, etc. I did not find the interface very intuitive. I had a difficult time imagining that this app could work for me.</p>

<p><a href="http://www.codehackers.net/stonehill/">Invoicer</a> is a doubtful application. I did not find their website serious enough. And I do need an application that I can rely on. A very simple application. Unfortunately I was not able to get it going for me and I got stuck quickly.</p>

<p><a href="http://clickablebliss.com/billable">Billable</a> is a bit to simple. I especially miss the possibility to create a catalog of possible services. And I do not see an easy way to adapt the invoices.</p>

<p><a href="http://www.grandtotal.biz/GrandTotal/">GrandTotal</a> seems a great application to do what I want. It has a large range of templates to chose from and you can adapt them easily. It has been adapted to other languages as well, which is important for me. I have to dive into this application a bit more to see whether I can adapt it to my workflow. And I have to work on the templates to see if I can make something nice.</p>

<p><a href="http://www.billingsapp.com/">Billings</a> is at the moment my favorite application. There is a large selection of possible templates and you adapt them to suit you. I have been working to create my own invoice, which works out. It is an extremely complex system with many possibilities. The documentation is very lacking here.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Harddisk replaced</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/harddisk_replaced/" /> 
      <id>tag:sivas.com,2009:aleene/16.4785</id>
      <issued>2009-01-25T10:54:01+00:00</issued>
      <modified>2009-01-25T12:34:11+00:00</modified>
      <summary></summary>
      <created>2009-01-25T10:54:01+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>So finally my harddisk really died. The clicking sound was indicative of this. So I bought a new harddisk (twice as large) at MacWay, which came two days later.</p>

<p>Replacing the harddisk in my iBook was one of the most difficult things I ever did on a computer. It turns out that there are many different designs of this iBoo. So I started with a manual, but then got stuck, because things turned out to be different.</p>

<p>But all in all two hours later, I could start restoring things. Again TimeMachine came to my rescue. By now the backup is a week old, but I did very few things in-between.</p>

<p>There are still troubles with TimeMachine, as not everything gets restored nicely:</p>

<p><pre>(2)No such file or directory: httpd: could not open error log file /private/var/log/apache2/error_log.</pre> implies that I have to create the directory apache2 by hand.</p>
<p><pre>(org.postfix.master): Failed to count the number of files in "/var/spool/postfix/maildrop": No such file or directory</pre> created directory postfix and maildrop.</p>

<p>
</p>]]></content>
    </entry>

    <entry>
      <title>TimeMachine stupidity</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/timemachine_stupidity/" /> 
      <id>tag:sivas.com,2009:aleene/16.4782</id>
      <issued>2009-01-20T10:17:44+00:00</issued>
      <modified>2010-02-14T17:51:45+00:00</modified>
      <summary></summary>
      <created>2009-01-20T10:17:44+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>After my restore from TimeMachine, I am naturally </p><p>eager to start backup again. However this turns out to be not so easy. There is a <a href="http://www.mulle-kybernetik.com/weblog/2008/06/">problem</a> with TimeMachine&#8217;s algorithm.
</p><p>
I the console log one sees:
</p><pre>20-01-09 09:26:08 /System/Library/CoreServices/backupd[9542] Event store UUIDs don't match for volume: harddisk 
20-01-09 09:26:08 /System/Library/CoreServices/backupd[9542] Node requires deep traversal:/ reason:kFSEDBEventFlagMustScanSubDirs| 
20-01-09 10:04:08 /System/Library/CoreServices/backupd[9542] Starting pre-backup thinning: 66.23 GB requested (including padding), 55.41 GB available </pre>
<p>It tries to backup some 66.23 GB, where there is only 55.41 GB space. So it has to delete the oldest backup. So far so good. However when it has deleted the oldest backup and there still is no space, the whole process has to restart. And this takes a lot of time. I am now well into my <strong>second</strong> day of pruning and trying. 
</p>
<p>I guess there is room for improvement here. And why does this have to happen anyway? If things are well restored, the copy on my computer is the same as the last backup. So where do all the changes come from?</p>]]></content>
    </entry>

    <entry>
      <title>Hard&#45;disk troubles</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/hard_disk_troubles/" /> 
      <id>tag:sivas.com,2009:aleene/16.4781</id>
      <issued>2009-01-20T10:07:38+00:00</issued>
      <modified>2010-04-30T17:54:39+00:00</modified>
      <summary></summary>
      <created>2009-01-20T10:07:38+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>A few days back my hard-disk started to make strange clicking sounds, And at the same time the computer was slowing down. So I started the Disk Utility application and verified the hard-disk. It turned out there was a problem in the Catalogue file &#40;the error message eludes me&#41;.</p>

<p>I looked around internet for an easy solution. I started in single user mode and did a fsck on the hard-disk, but that did not help. So no other solution than a reinstall. Thank god I have TimeMachine.</p>

<p>So I started from the Leopard Install disk and did a restore from TimeMachine. Unfortunately this did not work. Should I have done a format disk before reinstalling? I do not know.</p>

<p>So I first installed Leopard. I guess this was not a clean install either. And then I tried to use the Migration Assistent. Unfortunately this application did not see the right backup. I backup over WiFi to a hard-disk connected to another computer. So I started Leopard again from the DVD and did a restore. This time it did see the right backup-file.</p>

<p>And after several hours thing are working again. Thank god for TimeMachine.
</p>]]></content>
    </entry>

    <entry>
      <title>Google&#8217;s Mac Apps</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/googles_mac_apps/" /> 
      <id>tag:sivas.com,2009:aleene/16.4779</id>
      <issued>2009-01-07T13:09:01+00:00</issued>
      <modified>2010-06-17T15:34:02+00:00</modified>
      <summary></summary>
      <created>2009-01-07T13:09:01+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>It seems I am never happy with the Mac Apps released by Google. Now Picasa is only available for Intel. That doesn&#8217;t sound like a true Cocoa app. So I am glad it did not work.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Antivirus Software For Macs</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/antivirus_software_for_macs/" /> 
      <id>tag:sivas.com,2008:aleene/16.4753</id>
      <issued>2008-12-02T16:11:22+00:00</issued>
      <modified>2010-04-30T17:47:23+00:00</modified>
      <summary></summary>
      <created>2008-12-02T16:11:22+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>On the support knowledge base an article appeared that advised apple users to install anti-virus software. This was picked up by many news agencies, which wanted to prove that Apple does have viruses, nah-nah-nah.  I did not notice. But why did this article suddenly appear? Are there indeed viruses that one has to be afraid of? Or is this just a legal precaution?</p><br />
<p>Gizmodo <a href="http://feeds.gawker.com/~r/gizmodo/full/~3/Rcsypl7yxvs/false-alarm-apple-mac-os-x-anti+virus-recommendation-is-old">tracked</a> this bullshit news down.</p><br />
<p>Makes you wonder about journalism. They should put in some more effort in researching than stories that the average blogger like me, otherwise they do not add any value.</p>]]></content>
    </entry>

    <entry>
      <title>MarsEdit regresssion</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/marsedit_regresssion/" /> 
      <id>tag:sivas.com,2008:aleene/16.4742</id>
      <issued>2008-11-11T12:34:35+00:00</issued>
      <modified>2008-11-11T19:13:28+00:00</modified>
      <summary></summary>
      <created>2008-11-11T12:34:35+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Update: I am not sure what the problem is, but sometimes it works and sometimes it doesn&#8217;t.</p>
<p>Today I upgraded MarsEdit from version 2.2 to 2.2.2. When I posted a new post, I noticed that the content-field ended up empty: I lost my (long) post. As I work hard on the post my first problem was to use TimeMachine. Luckily I saved the draft from time to time. And I found a partial draft in one of the backups. It would be nice if MarsEdit supported TimeMachine. Now I had to dig in the Application Support files. But anyway I got the post partially back. </p>

<p>I played a bit more with MarsEdit. My only conclusion was that a regression had occurred in one of the latest updates. Reverting to an older version (thanks TimeMachine), resolved the issue.</p>

<p>I did use the web-interface of my weblog to set the content of the empty post. It then turned up MarsEdit, so there is no retrieving problem. It seems to be a post problem.</p>
<p>Next time I must be more careful with my updates. However with TimeMachine it is not a very big issue.</p>]]></content>
    </entry>

    <entry>
      <title>TimeMachine problem</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/timemachine_problem/" /> 
      <id>tag:sivas.com,2008:aleene/16.4704</id>
      <issued>2008-06-17T10:06:59+00:00</issued>
      <modified>2008-06-19T08:48:10+00:00</modified>
      <summary></summary>
      <created>2008-06-17T10:06:59+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>This morning I had a problem with TimeMachine. I backup my iBook over wireless to a harddisk connected to an iMac. I am doing this since I started using Leopard, about six months ago. I am now on MacOSX 10.5.3.</p>

<p>This morning I got the error &#8216;unable to get status of backup volume&#8217;. I am not the only one with this error message. Unfortunately I did not find a solution right away. I did a repair with Disk Utility on the iMac, but no errors were found.</p>

<p>When I connected the harddisk right away to the iBook, I did not got the error and performed a backup as usual. I did get however another error (unable to complete backup. An error occurred while copying files to the backup volume) while finishing the backup. Still investigating. I might have found the <a href="http://discussions.apple.com/thread.jspa?threadID=1203637&amp;tstart=0">solution</a>. And indeed it resolved the issue. I just had a backup attempt that went wrong. That is the danger when doing a backup over the network to a harddisk connected to another computer, which is not always under my control.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Spaces in 10.5.3</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/spaces_in_1053/" /> 
      <id>tag:sivas.com,2008:aleene/16.4697</id>
      <issued>2008-06-02T08:04:11+00:00</issued>
      <modified>2008-06-02T08:04:17+00:00</modified>
      <summary></summary>
      <created>2008-06-02T08:04:11+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I did not notice the problem with Spaces, but <a href="http://daringfireball.net/2008/05/spaces">this</a> seems to be a good improvement.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>Canon Lide 25</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/canon_lide_25/" /> 
      <id>tag:sivas.com,2008:aleene/16.4689</id>
      <issued>2008-05-29T15:53:30+00:00</issued>
      <modified>2008-05-29T15:53:38+00:00</modified>
      <summary></summary>
      <created>2008-05-29T15:53:30+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>Today I tried again to get a Canon Lide 25 scanner to work under Leopard. I downloaded the new drivers and Toolbox from the Canon website. Alas, I did not work.</p>

<p>So then I downloaded VueScan and the scanner worked right away. So I bought the application and am a happy camper now.</p>

<p>But I am truely fedup with these large companies, I had similar troubles with my Epson printer and my Umax scanner. Really annoying.</p>

<p>&nbsp;</p>]]></content>
    </entry>

    <entry>
      <title>MacUpdate promo again</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/macupdate_promo_again/" /> 
      <id>tag:sivas.com,2008:aleene/16.4672</id>
      <issued>2008-04-29T06:50:10+00:00</issued>
      <modified>2008-05-02T09:24:40+00:00</modified>
      <summary></summary>
      <created>2008-04-29T06:50:10+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>There is a new <a href="http://www.mupromo.com/">MacUpdate promo</a>. The question is again whether I will go for it or not. All apps are now unlocked, so it is a good, especially with the current Euro/dollar rate. So let&#8217;s have a look at the apps in the bundle.
</p>
<ul>
<li><em>Parallels Desktop</em> - personally I have no need for windows and futhermore I am still on a PowerPC. However it might be something for my son in the future on his Intel-iMac. But then I have to buy Windows, what horror;</li>
<li><em>BannerZest</em> - Flash presentation software, might be interesting. However currently I just use Flickr;</li>
<li><em>Sound Studio</em> - for audio recording and editing. It sounds like a solid app, however I do not have a real need at the moment;</li>
<li><em>Leap</em> - another Spotlight interface, I have to see this;</li>
<li><em>DVDRemaster pro</em> - copying DVD&#8217;s sounds interesting, although I never wanted to do that;</li>
<li><em>MenuCalendarClock</em> - I am not a big iCal user;</li>
<li><em>Hazel</em> - an automatic housekeeper? For the few files that I create?</li>
<li><em>StoryMill</em> - multi-level writing sounds interesting. I am not a write, but could this approach be used for research as well?</li>
<li><em>Art Text</em> - I do make flyers from time to time, but usually I do not like fancy Text Art;</li>
<li><em>Typinator</em> - hmmm, do not really need that;</li>
</ul>
<p>So all in all there are some interesting applicatiojns, there is however not a real need for me to get any one of these. So I will pass on this offer.</p>]]></content>
    </entry>

    <entry>
      <title>Firefox 3 vs. Safari 3</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/firefox_3_vs_safari_3/" /> 
      <id>tag:sivas.com,2008:aleene/16.4640</id>
      <issued>2008-04-05T06:43:56+00:00</issued>
      <modified>2008-11-11T12:38:40+00:00</modified>
      <summary></summary>
      <created>2008-04-05T06:43:56+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>A great post from Gruber on why he prefers Safari over Firefox. My thoughts exactly and much better. Any non-cocoa app just does not make the grade. But I knew that already in my NeXT-years.
</p>]]></content>
    </entry>

    <entry>
      <title>Evaluating Leopard</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/evaluating_leopard/" /> 
      <id>tag:sivas.com,2008:aleene/16.4567</id>
      <issued>2008-01-17T18:36:15+00:00</issued>
      <modified>2008-01-17T18:36:21+00:00</modified>
      <summary></summary>
      <created>2008-01-17T18:36:15+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>I am now well a month into using Leopard, so a good time to check out what features I am really using.</p>

<p><em>Spaces</em> - it turns out that I became a big user of spaces. I try to divide my various work tasks into separate spaces. Works quite nice. I assigned the top left corner as the spaces invocation.</p>

<p><em>Timemachine</em> - I set up my computer for timemachine. Seems to work pretty well. At least I am no longer worried about my backups. I even start to forget my backups to Amazon with JungleDisk. I was able to retrieve already several files. And I used to install from backup feature.</p>

<p>I think that is about what comes to mind and that does not seem much. I do not use Stacks. I do not use Quick Look, not all apss support it. I played with Screen Sharing, is fun, but no use at the moment.</p>

<p>And I do not think I noticed any other big changes yet. The system works, no crashes or other trouble.</p>]]></content>
    </entry>

    <entry>
      <title>Solid keynote</title>
      <link rel="alternate" type="text/html" href="http://www.sivas.com/aleene/above/solid_keynote/" /> 
      <id>tag:sivas.com,2008:aleene/16.4563</id>
      <issued>2008-01-16T07:08:43+00:00</issued>
      <modified>2008-01-16T07:08:47+00:00</modified>
      <summary></summary>
      <created>2008-01-16T07:08:43+00:00</created>
		<author>
		  <name>Arnaud Leene</name>
		  <email>arnaud@sivas.com</email>
		  		</author>
      <dc:subject>Computing</dc:subject>
      <content type="text/html" mode="escaped" xml:lang="en-US"><![CDATA[<p>After reading the keynote through the updates on macrumors yesterday, it is a morning for evaluating the thing. For me it looked like a solid keynnote, nice evolutionary, with a few expected surprises.</p>

<p>The MacBook Air <a href="http://www.macworld.com/article/131588/2008/01/macbookair_handson.html">looks</a> very nice. Wonder whether it is very fragile. It has everything that one could want. I hope that the Remote Disk facility will available for other computers as well.</p>

<p>Time capsule is a good idea, but I rather use my existing stuff to do this.</p>

<p>iPhone/iPod Touch updates are go, they continue developing it.</p>

<p>The movie rental/Apple TV announcement is a great evolutionary step. WOnder whether can use a Mac Mini as well to do this. We'll waint and see when it comes to Europe.</p>]]></content>
    </entry>


</feed>