capital one ad rant (a brief diversion back into self indulgent drivel)

This post was written 7 years ago.
Fri, 25 Feb 2005
currently capital one are running a series of ads featuring tv impersonator (forget his name, does a good one of richard madeley) going through peoples dustbins looking for personal information to use for identity theft. When I first saw the advert I thought that it was some sort of public "beware of identy theft" advert, but it turns out that it is a capital one advert trying to sell their cards on the basis that they apparently have better insurance against that type of thing.

This winds me up. why? because I take care not to leave personal details in my rubbish/ recycling, but this job is made all the harder because at least once a week, capital one spam me and my wife with letters with our details on and even pre-filled application forms for their credit cards, which I then have to remove from the envelope and store - I have a whole plastic bag full of them which I will have to hang on to until I can remember to borrow the office-shred 550 from work to shred them...
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

the meeting that also wasn't underscore

This post was written 7 years ago.
Thu, 24 Feb 2005
manifesto

The second meeting went ahead last night and I think we managed to get a bit closer to defining what we represent and what we are trying to achieve. see this post on underscore for more details of what was discussed.

I also ate a big plate of nachos, drank a few pints of bath ales Gem and got an anxiety attack when I passed my powerbook round for people to enter their email addresses ;-)
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

CMFPhoto and CMFPhotoalbum

This post was written 7 years ago.
Thu, 24 Feb 2005
i've been tinkering with these. I really like the way I can use the FTP interface to upload a whole folder of full size images from my camera and it creates CMFPhoto objects from each with a whole series of size options from thumbnail to full size, using Python Imaging Library (PIL). Once the images are uploaded you can even do transformations such as flip and rotate on the server.

A new plone based online photoalbum will be built soon*....

* not necessarily that soon
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

exposed

This post was written 7 years ago.
Tue, 22 Feb 2005
I am so enchanted with expose on my powerbook, that I couldn't resist joining in this silly game
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

zpt repeat first and last items

This post was written 7 years ago.
Mon, 21 Feb 2005
I was trying to find a way to style the first and last items of repeat in a zope page template.

in a typical repeat, you can put a condition e.g. repeat/list/end or a python test e.g. python:test(repeat['list'].end,'last','normal') to style the last item differently - same applies for the first item (start).
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Bristol New Media Institute (working title)

This post was written 7 years ago.
Thu, 17 Feb 2005
The next step after the meeting that wasn't underscore - a proposal by Stuart Gallemore and Matt Hamilton:-
  1. To promote the wealth of New Media talent in Bristol and the surrounding regions.
  2. To encourage communication between New Media companies, helping us to work together, compete and excel.
  3. To be a strong independent voice for the industry in our region and help public sector projects and funding achieve our objectives and better serve our industry.
  4. Support education and the creation of relevant skills for recruitment purposes
see this pdf for the full proposal
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

the meeting that wasn't underscore

This post was written 7 years ago.
Wed, 09 Feb 2005
underscore members at the watershed

The long time overdue meeting of active members of the Bristol new media community (who happen to frequent the underscore mailing list) went ahead last night at the watershed. There were about 25-30+ people I think - very informal so people came and went and a few of us stayed on until closing time.

the meeting that is not underscore

There was a general concensus that something needs to be done to improve the profile of Bristol as a new media hub, and in particular the under-represented (but thriving and more so than many other cities with a higher profile) "interactive" (i.e. generally meaning web and related technologies) section. Bristol is known worldwide for it's film, animation and TV industry, and we want it to have a similar reputation for new media.

archived comments
Hey Rick.

Just wondering... is Underscore any more?

Murph 2007-11-13 09:50:01
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

underscore making transition from virtual to real life

This post was written 7 years ago.
Fri, 04 Feb 2005
I have been an active member of the underscore mailing list for a fair few years now. it is a discussion list for new media professionals in Bristol and Bath (UK) and surrounding areas. The list has been active since about 1996 and has been an invaluable resource for new media industry people in the area, or with connections in the area. There have been a few meetings in the past but it has dwindled recently to the odd pub meet up. Activity on the list varies from heated arguments, to off topic in-jokery, to helpful advice, to libellous slander, but recently there was a "call to arms" to get things moving on a more elevated level, and this has instigated a fair amount of list activity, and a meeting has now been planned for next week at the Watershed.
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

osx how to add to your path

This post was written 7 years ago.
Wed, 02 Feb 2005
export PATH=$PATH:/usr/local/bin

this adds /usr/local/bin to my path until the end of the current bash session, still figuring out how to make it permanent

update: from tim at twisty.com:-
-----
to make it permanent add the line to a file called '.profile' in your home directory. (if '.profile' doesn't exist, you'll need to create it!)

# Update path
PATH=$PATH:~/Applications:/usr/local/bin;
export PATH
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments

Installing quills from subversion

This post was written 7 years ago.
Tue, 01 Feb 2005
a couple of references to help me with my planned future projects:-

How to install Quills from svn

kananov.com - Quills from svn(0.9) How To
This post was written 7 years ago, which in internet time is really, really old. This means that what is written above, and the links contained within, may now be obsolete, inaccurate or wildly out of context, so please bear that in mind :)
Comments