Categories
humour

Sig-assassin

With apologies to taint.org. I picked up the following from the Irishblogs aggregator. I’ve often thought there was a requirement for a sig removal tool which scours emails for phrases like “[Dd]isclaimer”, “[Tt]he information contained”,”[Uu]nauthori[sz]ed use”, etc. and strips the offending lines and surrounding paragraphs from the emails while updating spamhaus with the offending address. A spot of tarpitting might also be a necessary component of such a solution. Ok, I’m kidding & would never condone such an action but many sigs such as these are essentially spam anyway. Just because I’m engaged in communication with an employee of a large Scottish financial institution doesn’t mean that I wish to participate in an email marketing campaign for their services.

Categories
Uncategorized

good contact

Paul Savage’s contact number: 087 9087149
Give him a call.

regards,

…shane

//=============================
// Shane Dempsey
// Technical Director,
// Gaisan Technologies Ltd.
// e: sdempsey@gaisan.com
// u: http://www.gaisan.com
// t: +353 (0)86 1722436
//=============================

Categories
finance

Hire purchase agreements in Ireland

I posted a few weeks ago about asset financing in Ireland. I recently discovered the following caveat on the abundantly useful oasis.gov.ie. Hire purchase agreements are increasingly popular in Ireland but many consumers are unaware of the protections afforded them under the 2nd Amendment to the Hire Purchase Act of 1960. Here’s a direct quote from Oasis.gov on the “one third rule”

The finance house can only repossess the goods under certain circumstances. If the consumer has not yet paid off one-third of the total hire purchase cost, the owner can repossess the goods at any time without taking legal action against the consumer.
However, if the consumer has paid one-third or more off the total hire purchase cost, the owner cannot repossess the goods without taking legal proceedings. Any deposit that is paid at the start of the agreement or the value of any trade-in for example, is taken into account in calculating one third of the cost.
If this “one-third” rule is breached by the owner, the consumer is entitled to end the agreement and can seek a refund of all payments made.

Very useful to know. Once the one-third threshold is exceeded the finance company cannot repossess the rented item without first issuing legal proceeding which means that well-intentioned consumers who miss a payment after this period will not be subject to an ill-considered repossession.

Categories
technology

Moving movable type

Despite what I’d been told, moving Movable Type was an absolute doddle 😀. I followed the following steps, just in case any of my friends have to do it and aren’t sure how to go about it.

  1. tar the MT directory
  2. mysqldump the mt database using the command line or cPanel
  3. Untar the mysql database to the new director structure on the new server
  4. restore the mysql database on the new server
  5. recreate the database user account on the new server with the same name priviledges and password (or use new settings & go to next step
  6. update the mt.cfg file located in the MT cgi-bin director with revised settings for hostname, directories, database, user and password.
  7. and your off

Hope I’ve been of assistance.