<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Spice World! &#187; LinkedIn</title>
	<atom:link href="http://www.cyberspice.org.uk/blog/tag/linkedin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyberspice.org.uk/blog</link>
	<description>The life and times of a jet setting software engineer!</description>
	<lastBuildDate>Fri, 02 Dec 2011 14:52:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Maker Faire UK 2010</title>
		<link>http://www.cyberspice.org.uk/blog/2010/04/22/maker-faire-uk-2010/</link>
		<comments>http://www.cyberspice.org.uk/blog/2010/04/22/maker-faire-uk-2010/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 01:14:33 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[Crafty]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[AVR]]></category>
		<category><![CDATA[Beads]]></category>
		<category><![CDATA[Knitting]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Maker]]></category>
		<category><![CDATA[Makerfaire]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=438</guid>
		<description><![CDATA[So in the middle of March I was panicking about whether I would get everything ready in time for Maker Faire UK. Like last year Maker Faire UK was held at the Life Science&#8217;s Centre in Newcastle-upon-Tyne as part of the Science Week there. Unlike last year, this year I had been accepted as an [...]]]></description>
			<content:encoded><![CDATA[<p>So in the middle of March I was panicking about whether I would get everything ready in time for Maker Faire UK.  Like last year Maker Faire UK was held at the Life Science&#8217;s Centre in Newcastle-upon-Tyne as part of the Science Week there.  Unlike last year, this year I had been accepted as an exhibitor and was going to display a variety of projects, so I took the Friday as vacation for final preparation and I needed it.<span id="more-438"></span></p>
<hr />
The theme of my exhibit was the mix of tech and craft.  Basically it was a collection of projects I had been working on and thought were good enough to display.</p>
<table>
<tr>
<td>
<h2>&#8216;Programmable&#8217; Earrings</h2>
<p><span style="float: left; margin-top: 10px; margin-right: 10px; margin-bottom: 10px;"><a href="http://www.flickr.com/photos/39013214@N03/4406446524" title="View 'Programmable earrings' on Flickr.com"><img border="0" width="240" align="right" alt="Programmable earrings" src="http://farm5.static.flickr.com/4022/4406446524_0813f246dc_m.jpg" height="160"/></a></span></p>
<p>Recently I started doing bead work, making necklaces and earrings and so on.  One day when doing some electronics I realised that components would make awesome earrings.  I then thought if you&#8217;re using components why not make them actually do something.  So I prototyped up a design based around an ATTiny part that I thought would work and thought about scaling the design down to something that could actually be worn on the ears.</p>
<p>This turned out to be a bit of a learning curve.  The only way I could do it was to resort to surface mount.  Something I had never done before.  Also I needed to product the PCBs professionally for the project to have any chance of working.  Also something I had never done before.  So this required me to learn to use a PCB CAD package.  Yet more learning curve.  And to add to the pressure because of the turn-round time on the PCBs I had one chance to get it right.  I waited with baited breath for them to return from <a href="http://www.olimex.com/pcb/index.html">Olimex</a>.</p>
<p>There were two issues with the board.  The holes for the LED leads were too narrow.  I fixed that with a pillar drill.  Also the outline for the battery (which is mounted on the bottom of the board) was printed on the top of the board.  That was my mistake since I created the batter holder component in the CAD package.  I fixed that with judicious use of a craft knife to scrape away the print.  I soldered everything up, programmed the micro-controller, and they worked.</p>
<p>They are light and wearable.  The software carries out PWM on three RGB channels varying the colour of the LED.  The colour pattern and speed of flashing changes with light level.  The size is limited by the clearance of the LED and LDR leads and the battery.  They were very popular and I may have to make more due to interest.</p>
</td>
</tr>
<tr>
<td>
<h2>Knitted Cthulhu</h2>
<p><span style="float: right; margin-top: 10px; margin-left: 10px; margin-bottom: 10px;"><a href="http://www.flickr.com/photos/39013214@N03/4403933882" title="View 'Cthulhu' on Flickr.com"><img border="0" width="240" alt="Cthulhu" src="http://farm5.static.flickr.com/4034/4403933882_f3f37fbf86_m.jpg" height="160"/></a></span></p>
<p>This was a fun little project.  I found a pattern for a knitted Cthulhu on the web.  Unfortunately I&#8217;ve mislaid the link right now but I do want to acknowledge the author so when I&#8217;ve found it I will update this post.  The knit was fun in itself and included knitting in the round, adding and removing stitches, and i-cord. </p>
<p>However because I am me I wanted to stuff electronics in to it.  So rather than using beads for eyes I used LEDs.  I built a small circuit on strip board based around the ATTiny part which drove the two LEDs and used a mechanical tilt switch as an input.  Additional output was via a piezo-electric sounder.  The tilt switch was mounted upside down so that it was normally off.  However shaking the cthulhu would activate it.</p>
<p>A software algorithm carried out key de-bounce and counts the number of &#8216;shakes&#8217; within a set time and drives a state machine that flashes the eyes and makes noises dependent upon the speed of the shaking.  The children loved my cthulhu.</p>
</td>
</tr>
<tr>
<td>
<h2>Beebthernet</h2>
<p><span style="float: left; margin-top: 10px; margin-right: 10px; margin-bottom: 10px;"><a href="http://www.flickr.com/photos/39013214@N03/4403934984" title="View 'Beebthernet' on Flickr.com"><img border="0" width="240" align="right" alt="Beebthernet" src="http://farm5.static.flickr.com/4042/4403934984_3221138977_m.jpg" height="160"/></a></span></p>
<p>A while I go i wrote a blog post about my <a href="http://www.cyberspice.org.uk/blog/2009/09/03/beebthernet/">Beebthernet</a> project.  Well since I was getting PCBs made anyway I thought I&#8217;d use the space space available to get a PCB for the parallel port/SPI version of the Beebthernet circuit.</p>
<p>I was hoping to have written a twitter client in time for Makefaire but all I&#8217;d gotten was basic sockets working.  However having a stand with a BBC Microcomputer connected to a flat screen monitor and a network was interesting to many people who attended the fair.  In many cases parents would tell their children how the BBC micro was the computer they used at school.</p>
</td>
</tr>
<tr>
<td>
<h2>Temperature Sensing Hat</h2>
<p><span style="float: right; margin-top: 10px; margin-left: 10px; margin-bottom: 10px;"><a href="http://www.flickr.com/photos/39013214@N03/4405682295" title="View 'Work in progress - Temperature sensing hat' on Flickr.com"><img border="0" width="240" align="left" alt="Work in progress - Temperature sensing hat" src="http://farm3.static.flickr.com/2712/4405682295_cfa4df6fa4_m.jpg" height="160"/></a></span></p>
<p>This project turned out to be a work in progress so I took it anyway together with some tools in order to continue to work on the electronics.  The hat itself is based upon a design in <a href="http://www.amazon.com/Stitch-N-Bitch-Knitters-Handbook/dp/0761128182">Stitch &#8216;N Bitch</a> which is an excellent book.  It is the sequinned hat but without sequins however unlike the hat in the book mine has a long i-cord &#8216;tail&#8217; from the top of the hat than hangs down the back.  The tail houses a temperature sensor in the end. </p>
<p>The rest of the hat is intended to be covered in small LED beads but they were not finished for Makerfaire.  The beads are an idea from <a href="http://thehighlowtech.com/projects/LED_clothing/tank.html">Leah Buechley</a> and are constructed from a surface mount LED and two beading crimp rings solder to each terminal.  I chose gold and silver rings so that I could tell the polarity.  They are awfully small and fiddly to make.</p>
</td>
</tr>
</table>
<hr />
<div  style="display:block">
My exhibits seemed to go down well with the public.  I ended up being <a href="http://www.flickr.com/photos/37996583811@N01/4444428820/in/photostream/">interviewed by the BBC</a> for their <a href="http://www.bbc.co.uk/blogs/podsandblogs/">Pods and Blogs</a> show on Radio 5 Live.  And then I was filmed by the reporter&#8217;s colleague for a YouTube project.</p>
<p><center><object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/d9gRklnJqjE&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x402061&#038;color2=0x9461ca&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/d9gRklnJqjE&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x402061&#038;color2=0x9461ca&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object></center></p>
<p>I have to admit I don&#8217;t look my best since I was stressed and this was early on the Saturday not long after the faire opened and I hod gotten up early that morning to drive up to the event and set up my things.</p>
<p>The faire was very enjoyable and it would be great to be back there again next year.  Hopefully I would be more organised this time.  There were people I knew there but many more I didn&#8217;t and I made some new friends among the exhibitors.  I would like to thank Molly and Kat who were my support team and who took over talking to the public when I needed a break, food, etc.  I did get a chance to look around the faire and I have to admit the stars of the show were the musical tesla coils they were both awesome and loud!</p>
<div style="text-align:center;"><a href="http://www.flickr.com/photos/39013214@N03/4435866764" title="View 'Musical Tesla Coils' on Flickr.com"><img border="0" width="500" alt="Musical Tesla Coils" src="http://farm5.static.flickr.com/4040/4435866764_82030f986e.jpg" height="333"/></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2010/04/22/maker-faire-uk-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DPC &#8211; Dutch PHP Conference 2010</title>
		<link>http://www.cyberspice.org.uk/blog/2010/04/22/dpc-dutch-php-conference-2010/</link>
		<comments>http://www.cyberspice.org.uk/blog/2010/04/22/dpc-dutch-php-conference-2010/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 23:45:12 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Women In Technology]]></category>
		<category><![CDATA[Amsterdam]]></category>
		<category><![CDATA[DPC]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=436</guid>
		<description><![CDATA[Rather belatedly I am delighted to announce that I have been accepted to speak at the Dutch PHP Conference in Amsterdam this June. DPC is the premier European PHP conference and is sponsored by iBuildings. I will be running a tutorial Writing a PHP extension in C and speaking about Web Sevices for Consumer Devices. [...]]]></description>
			<content:encoded><![CDATA[<p>Rather belatedly I am delighted to announce that I have been accepted to speak at the Dutch PHP Conference in Amsterdam this June.  <a href="http://phpconference.nl/">DPC</a> is the premier European PHP conference and is sponsored by <a href="http://www.ibuildings.com/">iBuildings</a>.</p>
<p>I will be running a tutorial <a href="http://joind.in/talk/view/1523">Writing a PHP extension in C</a> and speaking about <a href="http://joind.in/talk/view/1546">Web Sevices for Consumer Devices</a>.  I look forward to seeing you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2010/04/22/dpc-dutch-php-conference-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Manchester Geek Girl Afternoon Tea</title>
		<link>http://www.cyberspice.org.uk/blog/2010/01/11/manchester-geek-girl-afternoon-tea/</link>
		<comments>http://www.cyberspice.org.uk/blog/2010/01/11/manchester-geek-girl-afternoon-tea/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 17:24:41 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Women In Technology]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[mggd]]></category>
		<category><![CDATA[mggt]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=418</guid>
		<description><![CDATA[While I&#8217;m announcing appearances I am excited to announce that I am presenting an Arduino workshop at Manchester Geek Girl Afternoon Tea this month at Madlab, Manchester&#8217;s Hackspace in the Northern Quarter. I will be bringing a long several Arduino-a-likes together with a variety of components and CDs of the IDE so that we can [...]]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;m announcing appearances I am excited to announce that I am presenting an <a href="http://www.arduino.cc/">Arduino</a> workshop at <a href="http://girlgeektea.eventbrite.com/">Manchester Geek Girl Afternoon Tea</a> this month at <a href="http://madlab.org.uk/content/girl-geek-afternoon-tea-2/">Madlab</a>, Manchester&#8217;s Hackspace in the Northern Quarter.</p>
<p>I will be bringing a long several Arduino-a-likes together with a variety of components and CDs of the IDE so that we can get together in groups, code and play.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2010/01/11/manchester-geek-girl-afternoon-tea/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Newcastle Maker Faire 2010</title>
		<link>http://www.cyberspice.org.uk/blog/2010/01/11/newcastle-maker-faire-2010/</link>
		<comments>http://www.cyberspice.org.uk/blog/2010/01/11/newcastle-maker-faire-2010/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 17:08:44 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[Crafty]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Makerfaire]]></category>
		<category><![CDATA[Newcastle]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=416</guid>
		<description><![CDATA[I am delighted to announce that I have been selected to exhibit at Newcastle Maker Faire. The theme of my display will be crafty geekery. I am intending to take along items which are a mix of traditional crafts such as knitting and jewellery making combined with tech. For example programmable earrings, a temperature sensing [...]]]></description>
			<content:encoded><![CDATA[<p>I am delighted to announce that I have been selected to exhibit at <a href="http://www.makerfaire.com/newcastle/2010/">Newcastle Maker Faire</a>.  The theme of my display will be crafty geekery.  </p>
<p>I am intending to take along items which are a mix of traditional crafts such as knitting and jewellery making combined with tech.  For example programmable earrings, a temperature sensing hat and a bag that has a proximity detector and RFID tag so it can detect its owner.  </p>
<p>I am also going to show off a couple of my other projects like an ethernet adapter for a BBC microcomputer and a &#8220;Mood Wall&#8221; (It analyses twitter tweets for the mood of the content displaying patterns and colours which reflect the prevailing mood).</p>
<p>Hopefully I will see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2010/01/11/newcastle-maker-faire-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Announcing LinuxChix North</title>
		<link>http://www.cyberspice.org.uk/blog/2009/11/04/announcing-linuxchix-north/</link>
		<comments>http://www.cyberspice.org.uk/blog/2009/11/04/announcing-linuxchix-north/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 12:57:03 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Women In Technology]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=346</guid>
		<description><![CDATA[LinuxChix is a global community of women (and their supporters) who are fans of, users, or just interested in Linux and Open Source Software. LinuxChix has various chapters around the world. Currently there is only one in the UK, based in London, but I am proud to announce the LinuxChix northern chapter, LinuxChixNorth. LinuxChixNorth is [...]]]></description>
			<content:encoded><![CDATA[<p><span style="background: white; float: right; margin-left: 10px; margin-top: 10px; margin-bottom: 10px;"><img src="http://www.cyberspice.org.uk/blog/wp-content/uploads/2009/11/robotux.png" alt="robotux.png" border="0" width="82" height="125" /></span></p>
<p><a href="http://www.linuxchix.org/">LinuxChix</a> is a global community of women (and their supporters) who are fans of, users, or just interested in Linux and Open Source Software.  <a href="http://www.linuxchix.org/">LinuxChix</a> has various chapters around the world.  Currently there is only one in the UK, based in London, but I am proud to announce the <a href="http://www.linuxchix.org/">LinuxChix</a> northern chapter, <a href="http://www.linuxchixnorth.org.uk/">LinuxChixNorth</a>. </p>
<p><a href="http://www.linuxchixnorth.org.uk/">LinuxChixNorth</a> is a chapter for LinuxChix members, or potential members, based in and around the M62 corridor in the north of England.  This covers the cities of Bradford, Leeds, Manchester, Sheffield and York.  It is intend the first meetings will be held in Leeds and Manchester but there is no reason why members shouldn&#8217;t organise meetings in other cities.  The first meeting will be in Leeds at the beginning of December.  I am finalising arrangements for a venue and will announce the date as soon as I know it.</p>
<p>Apart from the website we are on twitter as <a href="http://twitter.com/linuxchixnorth">@linuxchixnorth</a> if you want to follow us.  You can also e-mail the current organisers at <em>uberchix at linuxchixnorth dot org dot uk</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2009/11/04/announcing-linuxchix-north/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encouraging women to attend your conference</title>
		<link>http://www.cyberspice.org.uk/blog/2009/10/30/encouraging-women-to-attend-your-conference/</link>
		<comments>http://www.cyberspice.org.uk/blog/2009/10/30/encouraging-women-to-attend-your-conference/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 13:18:56 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Women In Technology]]></category>
		<category><![CDATA[Feminism]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[PHPNW09]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=340</guid>
		<description><![CDATA[I have just come back from an excellent PHP NW 2009 conference. Yes it was great because of the content, the atmosphere, and the people; but it was also great as I considered it a very female friendly conference. I&#8217;ll be blogging about the conference elsewhere. This post is about how conference organisers can support [...]]]></description>
			<content:encoded><![CDATA[<p>I have just come back from an excellent PHP NW 2009 conference. Yes it was great because of the content, the atmosphere, and the people; but it was also great as I considered it a very female friendly conference. I&#8217;ll be blogging about the conference elsewhere. This post is about how conference organisers can support and encourage women at their conferences using the conference as an example of good practice.<span id="more-340"></span></p>
<p>PHP NW 2009 was a one day formal conference with a social on the night before the conference and more informal talks session on the Sunday morning, the day after.  </p>
<p>Personally I feel uncomfortable entering a room mostly full of men. It&#8217;s not that I feel unsafe its just that I feel that many many eyes will suddenly be looking at me, appraising my appearance, my age, my potential skills, all in that single moment.  I want to see a friendly face so I tend to gravitate to other women in the room.  As I am a member of PHP Women prior to PHP NW I tweeted suggesting we met at the social and had a dinner together.  I got a few replies and on the Friday night a few of us had a great curry in a near by restaurant.  At least one at the table was a woman who didn&#8217;t know about PHP Women but seemed pleased that we were there and she had a group that she could hook up with.</p>
<p>The following day was the main conference.  There were both men and women assisting with registration and a fair few of the conference assistants were women.  This, to me, made the event less threatening and allayed my nerves.  Also one of the main organisers is <a href="http://www.lornajane.net/">LornaJane</a> adding to the strong female presence.  <a href="http://www.phpwomen.org/">PHP Women</a> had a visible table in the main conference area which gave us a place to congregate between talks and somewhere for other women to come and find out about the group.</p>
<p>There were a respectable number of women among the speakers.  LornaJane gave one of the two talks that followed the keynote; Sara, one of the core PHP developers, had travelled from the US and talked on the Sunday about the new features PHP 5.3; and there was a talk about UTF-8.  The women weren&#8217;t chosen as speakers because they were women but because they were good speakers with interesting talks.  But it all helps.  It gives a feeling, to me anyway, that we&#8217;re not a curiosity, we&#8217;re just developers like everyone else attending a conference which is how it should be.</p>
<p>So you want to encourage women to attend your conference review this check list and ask yourself whether you&#8217;re doing enough.</p>
<h3>Women Organisers</h3>
<p>Try an ensure your main organising committee has both men and women.  For one thing you&#8217;ll get a more rounded set of ideas due to different experiences and social history but also it should give the conference a more women friendly feel, especially when other women see there are women organisers.</p>
<h3>Women speakers</h3>
<p>Women are the minority in the IT industry.  That I can&#8217;t deny.  However there is no excuse for having a completely male set of speakers.  You don&#8217;t have to have positive discrimination or affect the calibre of your speakers by choosing a female speaker as there are plenty of good women speakers knowledgeable in a variety of topics.  Have a look at <a href="http://geekspeakr.com/">GeekSpeakr</a> for example.</p>
<h3>Women staff</h3>
<p>Registration is the first time delegates get a chance to decide the tone of a conference.  Ensure you have a mixed staff at registration.  Also ensure there are some women available at all time during the conference because there may be issues that women are uncomfortable bringing up with a male member of staff.</p>
<p>Personally I don&#8217;t really have a problem with the &#8216;Booth Babe&#8217; but if that&#8217;s the only women that women delegates see then that does far more damage than if they weren&#8217;t there at all.  Try and keep some balance.  PHP NW&#8217;s &#8216;uniform&#8217; was generally unisex t-shirts carrying the sponsors logos, jeans and sneakers.  Perfect.</p>
<h3>Women friendly talks</h3>
<p>Strongly encourage your speakers to be aware of women delegates and to pitch their talks appropriately.  Unfortunately at one conference I attended this year two of the talks had slides with questionable content for example scantily clad women.  Infamously both <a href="http://www.osnews.com/story/21803/Richard_Stallman_s_Possibly_Sexist_Remarks_at_GCDS">Richard Stallman</a> and <a href="http://geekfeminism.org/2009/09/23/open-letter-to-mark-shuttleworth/">Mark Shuttleworth</a> have been blatantly misogynist recently in their talks.  One bad speaker can ruin a whole conference.</p>
<h3>Support the women&#8217;s groups</h3>
<p>The are various groups such as <a href="http://www.phpwomen.org/">PHP Women</a>, <a href="http://www.linuxchix.org/">LinuxChix</a>, <a href="http://www.devchix.com/">DevChix</a>, <a href="http://www.systers.org/">Systers</a>, etc. who would more than be happy to have a presence at your conference.  Help them out by having a table or booth in a prominent position and donating a couple of tickets.  Such booths give women a focal point to congregate.</p>
<h3>Post conference feedback</h3>
<p>Finally in your post conference feed back try and get the opinion of women delegates and take note of any ideas they have as to improving the conference for women next time.  Please try not to be defensive and if something unfortunate has happened just apologise, don&#8217;t try and qualify that apology you&#8217;ll just make it worse.</p>
<p>The opinions above are purely my own and I may get some flak from them.  Also I know the list is in no way comprehensive or complete.  If you have any further ideas I would be interested to hear from you.  May be we can produce a definitive guide.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2009/10/30/encouraging-women-to-attend-your-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The power of social networking</title>
		<link>http://www.cyberspice.org.uk/blog/2009/10/20/the-power-of-social-networking/</link>
		<comments>http://www.cyberspice.org.uk/blog/2009/10/20/the-power-of-social-networking/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:26:00 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Women In Technology]]></category>
		<category><![CDATA[Feminism]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=329</guid>
		<description><![CDATA[Yahoo! Open Hack Day Taiwan started October 17, 2009. This is an event held for members of the Yahoo! Developer Network (not Yahoo! employees). As part of the entertainment they employed lap dancers at the event! This is totally unacceptable and rather disappointing. The IT industry is one of the remaining industries where women are [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo! Open Hack Day Taiwan started October 17, 2009.  This is an event held for members of the <a href="http://developer.yahoo.com/">Yahoo! Developer Network</a> (not Yahoo! employees).  As part of the entertainment they employed <a href="http://www.flickr.com/photos/cocakl/4021661159/in/set-72157622485872337/">lap dancers</a> at the event!<span id="more-329"></span></p>
<p>This is totally unacceptable and rather disappointing.  The IT industry is one of the remaining industries where women are under represented.  &#8220;Entertainment&#8221; like this does nothing to encourage women or make them feel comfortable at events like this.  </p>
<p>However in the past this may have gone unnoticed but this time people tweeted about it, there were e-mails on mailing lists, blog posts and so on.  Social networking ensured that Yahoo! heard about the disgust and they have <a href="http://developer.yahoo.net/blog/archives/2009/10/taiwan_ohd_apology.html">apologised</a>.  The text of the apology is below:</p>
<pre>
All,

I wanted to acknowledge the public reaction generated by the images of
female dancers at our Taiwan Open Hack Day this past weekend. Our hack
events are designed to give developers an opportunity to learn about
our APIs and technologies. As many folks have rightly pointed out, the
“Hack Girls” aspect of our Taiwan Hack Day is not reflective of that
spirit or purpose. And it’s certainly not the message we want to send
about our values here at Yahoo!. Hack Days are about making everyone
feel welcome, including women coders and technologists. 

This incident is regrettable and we apologize to anyone that we have
offended. Rest assured, it won’t happen again.

Best,

Chris Yeh
Head of YDN

twitter: @ydn
email: cyeh at yahoo-inc dot com
</pre>
<p>This is a good thing.  However what about the Go-Go dancers at last years event?  I was going to link to video on Youtube at this point but as I was doing it they went private!  May be they&#8217;re ashamed?</p>
<p>Another &#8220;Win&#8221; for social networking was the outcry against Jan Moir&#8217;s <a href="http://www.dailymail.co.uk/femail/article-1220756/A-strange-lonely-troubling-death--.html">homophobic article on Stephen Gately&#8217;s death</a>.  It ran with all the clichés i.e. that gay people are sexually promiscuous, that a civil partnership is less than a marriage, and so on.  However so many people complained (over 21,000, the highest ever) both on the Daily Mail&#8217;s site and the <a href="http://www.pcc.org.uk/">Press Complaints Commission&#8217;s</a> site (which actually buckled under the strain) that the <a href="http://news.bbc.co.uk/1/hi/uk/8314577.stm">PCC is to examine the article</a> and the Daily Mail.</p>
<p>Social networking now means that intolerance and injustice can not go unnoticed anymore.  This is a good thing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2009/10/20/the-power-of-social-networking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Life with T-Mobile, a 3G Modem, and a G1</title>
		<link>http://www.cyberspice.org.uk/blog/2009/10/19/life-with-t-mobile-a-3g-modem-and-a-g1/</link>
		<comments>http://www.cyberspice.org.uk/blog/2009/10/19/life-with-t-mobile-a-3g-modem-and-a-g1/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:58:10 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[3G Modem]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[Google Phone]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[T-Mobile]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=320</guid>
		<description><![CDATA[A few months ago I bought a PAYG T-Mobile 3G USB dongle. I have to say it hasn&#8217;t been the smoothest ride ever. My good friend Sara, visiting the UK from the States, also got one recently to use while over here and she had even bigger problems than I did as it breaks Snow [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I bought a PAYG T-Mobile 3G USB dongle.  I have to say it hasn&#8217;t been the smoothest ride ever.  My good friend Sara, visiting the UK from the States, also got one recently to use while over here and she had even bigger problems than I did as it breaks Snow Leopard.<span id="more-320"></span></p>
<p>I love my iPhone.  I started a second contract to have an iPhone 3G when they came out.  This meant I had my old contract still.  Rather than ending it I decided to use it as a work phone, change to T-Mobile (UK) and got myself a Google G1 to find out what Android is like and to learn how to code for it.  My conclusion.  Its okay!  I would be perfectly happy with it <em>if</em> the iPhone didn&#8217;t exist.  </p>
<p>I bet you can hear the silent &#8216;but&#8217;.  The battery life is not good on the G1.  I run my iPhone with everything enabled but I turn off WiFi and GPS on the G1 to extend the battery life.  And there&#8217;s at least one reason why the battery life is bad which I will describe later.  However T-Mobile does have better 3G coverage than O2 and unlike O2 I can use the &#8216;free&#8217; WiFi I get via T-Mobile hotspots with my MacBook as well as my phone.  The BTOpenZone accessibility I get through O2 on the iPhone is locked to the iPhone.   T-Mobile just seems to do it better. </p>
<p>So when I came to look for 3G support for my Mac I looked at tethering through the iPhone but I&#8217;m sorry O2 another £15 a month for something I already have is a joke.  I talked to T-Mobile about tethering through the G1 and was told (a) it was possible; (b) that it had been removed at T-Mobile&#8217;s request; and (c) if I had a 3G modem I could use the G1 SIM in it since my account had broadband over 3G enabled.  So I decided to go for a T-Mobile PAYG 3G modem.  I already had the WiFi and the few times I didn&#8217;t have access to WiFi I could use via the modem.</p>
<p>Now comes the first bit of fun and games.  I use the online web shop and order one.  Everything seems fine but then I get an e-mail saying they were out of stock (not indicated in the shop though).  Coincidentally I get a marketing phone call from T-Mobile saying since I was a customer was I interested in mobile broadband.  I told them that I had ordered a 3G modem but they were out of stock and was told that &#8220;stock had just arrived&#8221; and that &#8220;we&#8217;ll cancel that order and put one through on your phone bill and get it in the post today&#8221;.  Sure enough one turned up the following day.  Then another one turned up the day after that!  I ended up selling the second one to my housemate.</p>
<p>The USB modem comes with the software in it.  You plug it in and it installs the support software if necessary.  No CD-ROM required.  However on the Mac <em>why</em> do I need special software.  It&#8217;s just a USB modem that uses AT commands.  Surely a suitable script for the standard OS X software would be sufficient?  I will have to look in to this.</p>
<p>However <em><strong>there is a really big problem on OS X 10.6 Snow Leopard WHICH BREAKS YOUR OS X INSTALL!</strong></em>.  It seems that the T-Mobile connection software ships with a 32 bit only version of the <strong>libcurl</strong> dynamic library that over writes the one in <strong>/usr/lib</strong>.  Before connecting the T-Mobile USB modem on Snow Leopard ensure that you have backed up all the copies of the <strong>libcurl</strong> dylib in that location and be expected that you will have to boot in single user modem to replace the over written libraries with the original again.  Luckily I installed mine before upgrading to Snow Leopard and so avoided this problem.  Sara alas, did not and it is she who debugged the issue.</p>
<p>Next I found that T-Mobile has a disproportionate parental control system.  Any web site that could potentially have anything on it that may be construed to be not safe for children.  So this was basically most of the internet.  When you come up against a blocked site you get the following screen.</p>
<div id="attachment_324" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.cyberspice.org.uk/blog/wp-content/uploads/2009/10/content_lock-300x231.png" alt="T-Mobile Content Lock" title="T-Mobile Content Lock" width="300" height="231" class="size-medium wp-image-324" /><p class="wp-caption-text">T-Mobile Content Lock</p></div>
<p>Unfortunately clicking on the registration link takes you through to this screen which is a bit fail.  How do you phone them from your mobile phone when it isn&#8217;t a mobile phone.  </p>
<div id="attachment_325" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.cyberspice.org.uk/blog/wp-content/uploads/2009/10/no_number-300x231.png" alt="No Number" title="No Number" width="300" height="231" class="size-medium wp-image-325" /><p class="wp-caption-text">No Number</p></div>
<p>I tried using the SIM in my G1 but it hasn&#8217;t got voice calls enabled.  You can&#8217;t enable it via the My T-Mobile web site because if you&#8217;re on PAYG it doesn&#8217;t have that option so the alternatives are phoning from a mobile or going in to a T-Mobile store which totally negates why you bought it over the internet in the first place i.e. avoiding having to go in to a store.  O2 wont let you phone T-Mobile customer support via their system so I used the G1, and after getting bounced around via various departments, and having to use my credit card to have £2 deducted and then added back, I got the blocks removed.  It wasn&#8217;t easy though.</p>
<p>Now comes the other issue.  As suggested when using the dongle a lot I swap SIMs with my G1.  But I discovered that if my G1 is left on my credit is used on my PAYG SIM anyway.  Sara also found that her credit would disappear on the PAYG SIM she used in her G1 due to data usage.  It turns out that the G1 has a heart beat &#8216;ping&#8217; that it sends to Google over the GSM network regardless of whether you are connected to WiFi or not.  This means that it is running down your credit just by being on.  This is not optimal and to be honest damned annoying.  You have been warned!  Turning it off requires hacking your phone.</p>
<p>So in theory they should both be good products.  But a combination of nanny controls, poor systems, and assumptions about use, makes them less than ideal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2009/10/19/life-with-t-mobile-a-3g-modem-and-a-g1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The rise of Geek Feminism</title>
		<link>http://www.cyberspice.org.uk/blog/2009/10/10/the-rise-of-geek-feminism/</link>
		<comments>http://www.cyberspice.org.uk/blog/2009/10/10/the-rise-of-geek-feminism/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 11:30:07 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Women In Technology]]></category>
		<category><![CDATA[Feminism]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=304</guid>
		<description><![CDATA[My first degree was in Physics. There were only two or three women on the course. After University, partly to keep my father happy, I became an accountant. Again women were in the minority. It was not like science as at least two of my managers were women, but it still had a boys club [...]]]></description>
			<content:encoded><![CDATA[<p>My first degree was in Physics.  There were only two or three women on the course.  After University, partly to keep my father happy, I became an accountant.  Again women were in the minority.  It was not like science as at least two of my managers were women, but it still had a boys club feel to the industry.  I returned to University to study a Masters in Computer Science and again I was one of the minority.  And so on&#8230;</p>
<p><span id="more-304"></span><br />
The whole of my working life, accountancy, academia (Computer Science and the Physics), and then industry I&#8217;ve been one of the few women amongst many men.  I&#8217;ve gotten used to it.  I can&#8217;t remember all the injustices but a few come to mind though; Such as the male students I was supposed to be supervising during their masters (since their work was based on my work) who went to my professor rather than me; Or being an acting team leader for a couple of years but whenever I tried to get the promotion I was told &#8220;I didn&#8217;t have the right attributes&#8221; even though I was going the job (I eventually decided the right attributes were a set of male genitalia); Or listening to colleagues discussing the possible appearance of a prospective employee once they discovered she was female. I just learnt to live with incidents like these as did most other women I knew.  Yes I could complain but then I would just be seen as a moaning woman but it would have never gotten me anywhere so I kept my head down and got on with work.</p>
<p>Online it was worse!  The anonymity that the net gives people allows them to be blatantly bigotted or misogynistic with no recourse.  I know women who only post anonymously on Slashdot for example since if they didn&#8217;t they would basically get attacked.  Some would argue that in most cases it is just words on a screen but eventually enough words have an effect.  More often than not I hid behind my nick which is not obviously female.  So in the last few years I just haven&#8217;t been publicly active on-line.</p>
<p>There is a real issue with gender prejudice and some of the incidents have become really quite nasty.  Emma McGrattan of Ingres caused a stir when she commented on <a href="http://www.ingres.com/about/press/09-0210-scale7.php">gender and coding styles</a>.  Discussion sites such as Slashdot had many rather vitriolic posts by people who hated her over it. <a href="http://en.wikipedia.org/wiki/Kathy_Sierra">Kathy Sierra</a> , however, got hate mail and death threats and ended up shutting down her blog because of what she had written.  Other female bloggers and speakers worry about having content in which they have opinion because of the backlash and bullying that seems to occur from a section of the IT community.  My issues have been light in comparison.</p>
<p>Then recently there have been a few speakers at various conferences who have had inappropriate content.  I have written before about the <a href="http://jaime.hemmett.org/blog/2009/03/innappropriate-content-at-adobe-presentation">inappropriate slide content of a scantily clad woman parading across the screen</a> at PHP Conference UK 2009.  <a href="http://www.osnews.com/story/21803/Richard_Stallman_s_Possibly_Sexist_Remarks_at_GCDS">Richard Stallman did not endear himself to women</a> when he gave the keynote at the Gran Canaria Desktop Summit in 2009.  And finally, (since I don&#8217;t want to make this a long list), there&#8217;s Mark Shuttleworth&#8217;s <a href="http://techcast.com/events/linuxcon/shuttleworth/">keynote at LinuxCon</a> where he used &#8216;guys&#8217; almost entirely, made an ejaculation pun, and talked about <a href="http://www.linuxinsider.com/story/68286.html?wlc=1255171287">&#8220;explaining to girls what we actually do&#8221;</a>.  All of this is discouraging to women in the industry and I frequently have conversations with women who talk about changing career at some point due to this kind of atmosphere.</p>
<p>But in all this negativity there is a ray of sunshine.  Unlike when I first started in IT there are now women&#8217;s groups both virtually and actually for example <a href="http://www.phpwomen.org/">PHP Women</a>, <a href="http://www.linuxchix.org/">Linuxchix</a>, <a href="http://www.anitaborg.org/initiatives/systers">Systers</a>, <a href="http://girlgeekdinners.com/">Girl Geek Dinners</a> and so on.  These groups are supportive to women, provide encouragement to young women interested in a career in technology, and also give us a place to talk to one another about issues we are facing.  Some of this conversation obviously turns towards incidents like those I&#8217;ve written about above and we are at least annoyed at most angry about it.  However rather than just merely griping we&#8217;re doing something about it.  All of the speaker incidents have been blogged about quite extensively.  There are sites such as the <a href="http://geekfeminism.org/">Geek Feminism Blog</a> and the <a href="http://geekfeminism.wikia.com/wiki/Geek_Feminism_Wiki">Geek Feminism Wiki</a> to name a couple. We&#8217;re being positive; we&#8217;re doing something about it; and it makes me optimistic for the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2009/10/10/the-rise-of-geek-feminism/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Talk: Introduction to WordPress Plugins</title>
		<link>http://www.cyberspice.org.uk/blog/2009/08/05/talk-introduction-to-wordpress-plugins/</link>
		<comments>http://www.cyberspice.org.uk/blog/2009/08/05/talk-introduction-to-wordpress-plugins/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 11:18:44 +0000</pubDate>
		<dc:creator>cyberspice</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[PHPNW]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://www.cyberspice.org.uk/blog/?p=248</guid>
		<description><![CDATA[Last night I gave my first pukka pecha kucha talk at the monthly PHPNW. The talk is a lightning talk with 20 slides with 20 seconds a slide. I.e. 6 minutes 40 seconds in total. Since I hadn&#8217;t even decided I was going to talk until last Friday and I had no talk prepared I [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I gave my first pukka pecha kucha talk at the monthly <a href="http://phpnw.org.uk/">PHPNW</a>.  The talk is a lightning talk with 20 slides with 20 seconds a slide.  I.e. 6 minutes 40 seconds in total.  Since I hadn&#8217;t even decided I was going to talk until last Friday and I had no talk prepared I was still preparing the slides on the train to Manchester where the meetings are held.  </p>
<p>I didn&#8217;t have a VGA adapter for my MacBook and had to borrow one to connect it to the project.  I think I need to buy one.  I bought a DVI adapter when I bought the machine but not the VGA one as I thought who needs them with modern monitors.  But of course most projectors have VGA only connections so such adapters are a necessary component of the presenter&#8217;s toolkit.</p>
<p>The talk seemed to go well and was appreciated by the audience and plugins seemed to be my topic of conversation for the rest of the evening.  There was some interest in my <a href="http://www.cyberspice.org.uk/blog/wordpress-coppermine-widget/">WordPress Coppermine Widget</a> plugin and techniques I had used in the Javascript for it.  I think this will become the subject of another blog post.  </p>
<p>I went a little awry with my mental arithmetic and ran over by about a minute.  When <a href="http://www.lornajane.net/">Lornajane</a> gave her talk she had the slides change automatically after 20 seconds so you know when the talking time for a slide is up.  I will steal this idea!</p>
<p>My slides are available as a <a href="http://www.cyberspice.org.uk/downloads/WordpressPlugins.pdf">PDF download</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cyberspice.org.uk/blog/2009/08/05/talk-introduction-to-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

