Friday, February 12, 2010

My first Ethical Co-Op Order runs aground

The Ethical CO-OP refuses to honour exchanges made in Talents.  Although some of its produce is on offer on CES.

Believe it or not, but I have managed to enter into a mutually-beneficial economic exchange using an alternative currency which is based upon the community as opposed to the financial system. The alternative Community Exchange System (CES) uses Talents (T) instead of Rands or Dollars. The CO-OP appears to have restricted these kind of transactions to old stock which it is offering on the exchange for T.  A recent order placed with the CO-OP had to be canceled because it involved an alternative currency.

Here is the message I wrote to Natalie Reid of Ethical Co-Op who after initially saying no, appeared to  change her mind when I explained to her the benefits. She now says the matter is "under consideration" with the COOP directors.

Dear Natalie,

I recently signed up to the CES site. Initially I was of the same opinion but curious, what is there to actually buy or exchange in T? My bad financial status forced me to give it a try because it offers an alternative to the current system of exchange which is based upon banks, interest and currency trading. CES has a wonderful energy about it and it has allowed me to share my Linux computer skills with the community.

The exchanges therefore don't have to be direct exchanges but can be moderated by the system which gives you local credit for your goods and services which you can then exchange for anything on offer in the community. Stokvels work in a similar way.

The CES  electronic system has certainly evolved quiet beautifully over the years from when it was just a paper-based system, which made me a bit dubious. There are now hundreds of users on the site and a whole variety of different goods and services on offer. I recently purchased an organic origanum plant for my herb garden and a vegi burger and am hoping that as more services are offered, more energy is distributed and shared amongst the community.



This is the real beauty of CES, it discourages hoarding, because the value is not in paper, but in the community. In other words, CES encourages people to meet the needs of the community as opposed to meeting the needs of financial instruments. Instead of working for your bank, (and your own selfish interests), you end up working for your community which is better equipped to see to your needs than your bank manager.

I would therefore encourage you to raise the issues you have with the CES system amongst the community. If there is a shortage of a particular type of produce as you indicate, then please put this to the community as a suggestion for an offer category. Maybe there should be an agricultural section? There is abundant energy in the universe, we just need to direct it to a good purpose.

Also the recommended exchange of R for T is 1:1. I have noticed the pricing varies from transaction to transaction. Some services are cheaper in T while others are more expensive. T won't replace R as yet, but it can help to circulate energy around the community in an alternative way, creating new possibilities as one moves forward. So yes, I would love the opportunity to be able to trade with you and go organic by exchanging my T for your produce.

Just an idea, perhaps you need to set a quota, or percentage, aside to be traded on CES? Then ethical trading could advertise that a certain percentage of its transactions were traded in T, which in turn would create an expectation of what one can expect to buy through the CES? We could challenge users in turn to set aside a certain percentage towards organic produce which would help organic farmers and so on!

Look forward to hearing from you again.

Regards



David.

Below is my canceled order from the Ethical Trading Site. I was prepared to pay the "organic premium" and even a delivery fee.
The Ethical Co-Op thanks you for order.

You have chosen to have your order delivered to your Home address

1 x Honey, Pure 500ml (Filtered) - Honeywood Farm (R33.00 each)
1 x Apples Royal Gala / 1kg - Organic Farmers Co-Op (R18.00 each)
1 x Baguette, Petite (wheat) - La Petite Boulangerie (R12.50 each)
1 x Cows Milk Feta 175g - Camphill Dairy (R22.00 each)
1 x Couscous (wholemeal) 500g - *the ethical co-op (R23.50 each)
1 x Onions, Pickled 375ml - Sandveld Organics (R22.00 each)
1 x Rooibos Tea, Leaves 250g - Cedarfruits (R14.00 each)
1 x Buchu Tea Leaves 25g - Cedarfruits (R14.50 each)
1 x Apple Juice 1Litre - Elgin Organics (R15.50 each)
1 x Soap, Fynbos 100g - Bloublommetjies (R9.00 each)
1 x Essential Oil, Tea Tree 11ml - S.O.I.L (R31.00 each)

Order: R215.00
Delivery: R45.00
Total: R260.00

Thursday, February 11, 2010

Ubuntu mug shots

I challenge from Ubuntu France LoCo to put you mug where it belongs. Picture taken with Cheese and Webcam.

Wednesday, February 10, 2010

Ubuntu sources list generator

This is a great idea. A site which generates custom ppa source lists. You can also update the site with your own ppa

http://repogen.simplylinux.ch/index.php

The Ubuntusphere II




Found image plus hour-and-a-half with Gimp = Ubuntusphere

Tuesday, February 9, 2010

Ubuntu and ...

Found this cheesy before and after photo interpretation of Ubuntu Beryl. Whoever did it, thanks for inspiring me. Now for an Ubuntu Compiz before and after picture. Coming soon.

Incollector with good Karma

Incollector is a great  information collector for Linux and Windows which I use to store interesting snippets and pieces of code. Unfortunately it doesn't have a ppa and the latest edition 1.2 wouldn't run on Karmic. No problem, all it takes is a quick hack.

1. Open terminal and enter command:
 sudo gedit /usr/bin/incollector

2. Find line:

#!/bin/sh
exec /usr/bin/mono /usr/lib/incollector/incollector.exe 
$MONO_EXTRA_ARGS “$@”


3. Change it to:

#!/bin/sh
exec /usr/bin/mono --runtime=v2.0.50727 /usr/lib/incollector/incollector.exe
$MONO_EXTRA_ARGS “$@”


4. Save the file.

5. Start Incollector

Back in Time vs Timevault vs Flyback

There are a number of options available for taking snapshots of your system. The three which seem to be the best, at least from an ex-Apple users perspective are Back-in-Time , Flyback and TimeVault. I wish one of them was included in the default distribution, but I guess that would mean chosing one project and alienating another project. Since Back-in-Time seems to be the newer kid on the block, I have chosen it for my own machine, but would love to hear about users experiencs with any of the three options. While you at it, you might want to compare them to Apple's Time Machine.

[caption id="attachment_1031" align="alignleft" width="300" caption="Flyback - the lightweight alternative?"][/caption]