Latest from Arc Iris

the latest i have to say to a world which patently is not listening

The Cult of Tech and the Tech of Cults

Ok, I admit it, the title is a shameless attempt at attention-grabbing, but it masks a serious point: corporations are trying to be the new religion. If you feel any hint of hurt on reading that Apple-lovers must perish, or conversely any slight surge of triumphalism, then it is likely you have aligned yourself with (or against) a corporation in the same way that people are wont to align themselves with any religion, creed or cult.
Read the rest of this entry »

This post is an expanded version of a comment I made here, plus some new information I’ve since discovered.

I had in my mind that it should be possible to update WordPress themes in the same way as one can update plugins and WordPress itself, that is using Subversion (SVN). When creating a new site, I usually cut and paste a list of essential plugins into the svn:externals file and this ensures that every plugin has the most recent version - or at least as recent as I remember to ssh into my server and type ’svn up’, which as it happens is pretty often, although I’d actually like to automate this for all my sites at some point. (The problem with doing it automatically on lots of sites simultaneously is that if something breaks during the update then you won’t know about it).

WordPress plugins are usually available on svn.wp-plugins.org or on Google code and thus updates are available directly from there via SVN- if a plugin author doesn’t host on an SVN server I put them on my own SVN server which is hosted with Assembla and then manually update them myself if necessary. This means that although it’s a hassle to do that, I only have to update one server which can then service various sites via SVN.

Unfortunately WordPress themes are not usually hosted on SVN servers, apparently something similar to the plugins repo was tried but either proved unpopular with the more designer-y theme developers (as opposed to the more coder-y plugin authors) or ran into other problems, anyway afaik it was pulled last year with only a few themes hosted on it.

I really wanted to have my themes updated via SVN so I did some research and found out that several of the more framework-type themes are indeed hosted on SVN repositories- the excellent Tarski which I am currently using for this site, Sandbox and also Thematic.

The problem is that once one starts changing the CSS of the theme around to suit one’s taste and/or clients’ requirements, the next SVN update will wipe out those changes (in fact there is a way around this which I’ll come to later), but anyway for me, a more elegant solution for having a custom style sheet is to create a child theme of Sandbox (or Tarski or Thematic, or whatever theme you choose), as outlined here:

http://themeshaper.com/how-to-protect-your-wordpress-theme-against-upgrades/

This keeps the main theme totally separate from your CSS modifications and means you can have several child themes of a parent theme which is updated to the latest version via SVN without any worries about it affecting your child themes. Kudos must go to the WP developers for designing this efficient and elegant solution - ‘Code is Poetry’ indeed.

Adding the Blueprint CSS framework adds another dimension to Sandbox and in fact a ‘bare’ theme consisting of just Sandbox and Blueprint is actually quite a usable theme, given the nice resets and typography that Blueprint introduces to the (to my mind) overly stark Sandbox in its native state.

So the basic steps would be to follow the method outlined by Michael Wender here and then create a child theme of Sandbox and then select this as the active theme. Once I’ve created the child theme (let’s call it ’sample’), I put the Blueprint directory inside the folder with my child theme and then link to it like this:

@import url(’../sample/blueprint/screen.css’);

That way Sandbox can be easily updated to the latest version using SVN and the child theme(s) and Blueprint code are not affected by the upgrades.

The only fly in the ointment is that adding Blueprint means you have to change the header.php file as shown in Michael’s tutorial, so you have to tell SVN not to update the header.php file - otherwise you’d have to keep making the modifications listed in the tutorial after every SVN update - this is done by adding header.php to the svn:ignore file.

svn propedit svn:externals .

In the file that opens, put header.css and the names of any other files you don’t want to be updated by SVN (don’t forget the dot on the end!).

I have since discovered that it’s possible to create a functions.php file within the child theme, presumably within which the functions which should be put into header.php can be placed, thus meaning that you don’t have to use svn:ignore. At the moment I haven’t tried this, not really understanding all the functions and hooks as yet (I’m more of a designer-y and CSS person at this point)- anyway there’s more information on this here by Scott Wallick, the developer of Sandbox.

I am currently designing a new theme using the Blueprint + Sandbox method which I’ll be using on this site as soon as it’s done.

  • 1. Become, like, really good at loads of things and then write about them.
  • 2. Get to know loads of really influential people and then write about what you think they’re gonna do next.
  • 3. Carefully cultivate Robert Scoble’s friendship and then when he’s not expecting it, write a really nasty post that he will link to angrily.
  • 4. Write about members of the Technorati Top 100, calling them by their first name as if you hang out all the time.
  • 5. Check your RSS feeds 20 or 30 times a day in case Google unexpectedly buys a company that builds interactive toilet seats, and then immediately write a post moaning about it.
  • 6. Go without food and sleep in order to stay up to date (if you’re a serious blogger there’s no need to warn against sex- you won’t be getting any anyway).
  • 7. Always write everything in lists, even if it’s a totally inappropriate format- e.g.
    • 1. Not been posting much lately
    • 2. Because I just found out my dog has IBS
    • 3. However the vet is hopeful she’ll
    • 4. make a full recovery.
  • 8. Desperately comment on other peoples’ posts, even when you have nothing to say: e.g. ‘wow, Godin, you are so right AGAIN!
  • 9. Become really successful and then write about how you did it.
  • 10. Write lists about how to get blog traffic, knowing that most of the advice is stuff people are doing anyway, but knowing that everyone is continually searching for that one special trick that will make them stand out from the dreary herd of monkeys trying to produce Shakespeare just for one solitary second before they sink back into the word-filled miasma of obscurity for ever and ever.

Tags: blog technorati scoble godin anger bitterness disappointment sour grapes

To start with, I have no idea if this is legal or not, I think it is, but you do this at your own risk. Sorry, this is Windows only- I have a Mac but it’s an old one and a bit rubbish so I only use it for checking websites on.
 
First, go to http://www.foobar2000.org/ and download the Foobar2000 player- it’s free and can play loads of file types without overloading the system.
 
Second, go to http://www.somafm.com/, scroll down to ‘our stations’, right-click on the title of the station that you’re interested in- I recommend Drone Zone for ultra-ambient or Cliqhop Idm for nice electronica- and choose ’save target as’ or equivalent.  This will save the playlist to your hard drive.
 
Find where you downloaded the playlist, right-click on the .pls file and choose ‘open with’, then when the box pops up asking which program you want to open it with, choose Foobar (you might have to Browse for the program if it’s not in the list). Tick the box which says ‘always use this program for this type of file’.
 
The playlist will open in Foobar provided you are connected to the internet- the cool thing about this is that you can use Foobar to rip the music and listen to it on your mp3 player- you do this in Foobar by right-clicking on the name of the track that’s playing and choosing ‘convert’ - if you want to rip it to mp3 you might have to download the LAME encoder- grab it here - and tell Foobar where the Lame.exe file is when it asks. It will convert the stream into an mp3 for as long as you’re listening to it; you can then copy this over to your mp3 player. Nice eh? :)

 
Technorati Tags : mp3, streaming, rip, music, iPod, foobar, soma
 
 

I’ve been doing some research lately into developments in wifi and posted about it already here.I’m trying to make sense of it for myself, as a ‘lay’ person who knows a little bit about wifi and wants to know more, and I hope passing on what I find out will be useful to others.

Fon has changed the wifi landscape already, with their large-scale backing by Google and Skype (about $22 million at the last count). Because they have all this money and well-known bloggers on the board, and their founder is the guy who set up Jazztel and Ya.com here in Spain, (Martin Varsavsky- interview with him in Spanish here) they are getting a lot of users involved (several thousand in Spain already).

The idea behind Fon is not new, and there are and have been similar projects, like MyWifiZone , this in Spain: Akiwifi ,and there’s also a new user-friendly system that can be used with the popular AirMatrix mesh box: http://www.defactowireless.com/Air-Net.htm -they seem to be basically taking the ‘free or paid’ Fon model and using it with mesh boxes, which Fon, as far as I can tell, is not doing at the moment- everyone just shares their own broadband connection, either for free (in return they get to share other peoples’ connections in other parts of the world) or for money (the ISP and Fon get a share of this money) – only the free part is working as of now. Maybe they will introduce a true mesh-based system soon, let’s remember it’s only a young company.

Amid all the excitement about Fon, there have been some people urging caution (like this excellent article from The Observer, and The Register), and with good reason: I’ve been reading up on some Spanish forums and people have been digging out their broadband contracts and actually reading them- and it turns out that none of the ISPs here will actually allow their broadband to be shared at all, let alone re-sold, with the exception of Jazztel (which was started by Mr. Varsavsky), who are ‘thinking about it’- they’re obviously caught in the middle a bit between their founder and not wishing to upset the other ISPs.

On the other hand, loads of people are sharing their connections and the ISPs are not doing anything about it- but the paid model has not come into operation yet, and I imagine that is when they will start seriously deciding whether it’s a good or bad thing. They will actually get a share of the money so it could well be that they will change their contracts to allow sharing. There is also this to consider:

Según el artículo 286 del Código Penal, “será castigado con las penas de prisión de seis meses a dos años y multa de seis a 24 meses el que, sin consentimiento del prestador de servicios y con fines comerciales, facilite el acceso inteligible a un servicio de radiodifusión sonora o televisiva, a servicios interactivos prestados a distancia por vía electrónica, o suministre el acceso condicional a los mismos”

This basically says you can go to prison for sharing an ‘interactive service’ without the consent of the provider, and it is apparently part of Spanish law at the moment. It’s pretty vague though, I mean what is an ‘interactive service’?

On the other hand, I also discovered this:

En 20minutos.es hemos comprobado llamando a los servicios de atención al cliente que al menos en AUNA, no es posible, pero que sí lo permiten en Wanadoo y Telefónica.

It says that these guys from 20minutos.es have phoned different ISPs, and AUNA say that it is not possible to share your adsl, whereas Wanadoo and Telefónica say it is. The operators at Telefónica are notorious for knowing next to nothing, but it could be a kind of unofficial company policy. The Wanadoo terms and conditions definitely prohibit sharing your ADSL at all (someone quoted them in the Fon forum) so their helpdesk might not know what’s going on either. It looks like everyone is waiting to see how it all pans out, just like me. (part two coming soon).



I read with interest on Techcrunch that a new website described as ‘the eBay for services’ is about to be launched. This happens to co-incide perfectly with a plan I have to give tech support advice over the phone- precisely the kind of thing that Ether is being set up for, being a marriage of voip and a kind of eBay system.
Where I live in Spain, people are afflicted with a strange plague known as ‘Telefónica’- the giant ex-monoploy company which owns the telephone infrastructure in Spain. Whereas in the UK people talk about the weather when they need something to say quickly, here people moan about Telefónica, and it is the one thing which unites all the different communities where I live- Catalan/Spanish, German, French, Dutch, Moroccan, South American, British, they all love a moan about TF.

Telefónica has an English-speaking helpline, which is actually pretty good of them as they don’t really need to, the only trouble is that they refuse to give any tech support for their broadband services in English, preferring to send out badly trained and often rude sub-contractors who charge a fortune just for turning up, and intimidate older foreigners by speaking rapidly in Spanish so that they have no idea what was wrong with their ADSL or why they suddenly have to pay €80 for this guy’s 5 minutes of work.

So I’ve decided to offer a telephone support line to help English speakers avoid this plague, and make me some money in the process- I’ve installed Telefónica’s ADSL many times so I know exactly what the problems are and their solutions, and I can talk people through it over the phone. This Ether thing sounds really good, I thought.

I was thinking of using my azulcom number and getting people to pay with PayPal but I don’t really want to run the risk of them getting all the info they need from me and then ‘forgetting’ to pay me, and asking for money before you’ve barely even said hello seems a bit off to me- at least with Ether they will know exacly how it works before they speak to me.
So I’ve done a bit of research on Ether, and it turns out that it is basically a re-run of an old idea which was called Keen. This is now a tarot and psychic site (can you believe people pay $6 per minute for advice they have no idea is going to be remotely accurate?! there is surely one born every minute, and I can feel my slumbering psychic abilities starting to awake…). Tom Keating has done the background on the service here . The comments on the Techcruch page sound a note of warning:

‘Wait, I don’t get it. Keen.com was doing this for forever. And now if you click on professional services on Keen’s homepage (which is now all psychics) you get taken to ingenio.

Keen users almost always only wanted psychics, Britney Spears, or phone sex, despite the company wanting to provide a place for tech support to happen. (I know, I’ve seen their search logs).

So this is just a relaunch of the unwanted services of Keen.com, no?’

I don’t think there’s anything wrong with people using the service to sell psychic or sexual services, however I would rather it went for a bit more ‘upmarket’ image because the image of their business will inevitably reflect on your own.

We will wait and see; I’ve signed up to beta-test it and if they let me, I’ll keep you posted on how it goes.

As someone who has just jumped into the blogosphere and finds myself gradually sinking under the weight of opinion (which I feel compelled to add to here, of course)- I am trying to work out whether we are in the throes of another dot-com boom, but this time it’s called ‘blogging’. Back then everyone jumped on the bandwagon, with promises of gold at the end of the rainbow, but the bandwagon was rather flimsy and it’s wheels fell off before we could get to the gold.So now the bandwagon has been repaired and on we get again, still full of hope but slightly warier than the first time, for example Amy from contentious.com believes that there is some mileage left in blogs:

The blogosphere is falling! The blogosphere is falling!” Well, so says Daniel Gross in Slate’s “Twilight of the Blogs” – the latest in a flurry of mainstream media articles about how the business potential of weblogs is allegedly imploding.’

yet here’s a comment on that post: ‘I believe blogging has wasted multi trillions of hours of millions of humans from all over the world just for the sake of earning a few pennies from contextual advertisers that even don’t tell how much percentage is offered to you! WOW! Hat’s off for the mind job! I believe technology builds as well as kills! It’s YOUR choice whether you want to remain in the scene when it’s time for killings :)

I believe there’s only ONE small nail required to burst a whole huge bubble… and I’m sure this may happen anytime now and it will be a chain reaction… I wish it SHOULD happen so that it cleans up the hype and put all people on actual business that pays back decently for all their efforts!’
Here’s a slightly more considered comment from Mark Evans, this time about podcasts (essentially part of the same phenomenon of course):

‘Podcast Hype Alive & Well

…to my way of thinking, it’s difficult not to get the feeling that consulting firms have become too excited about the renewed interest in technology. With so much interest, there is a huge opportunity for these consulting firms to sell research to people who think they need to know what’s happening. It should be pointed out the research firms (Forrester, Yankee Group, IDC, Gartner) played this game during the dot-com boom. While many of their projections failed to play out as expected at the time, many of their forecasts now materializing - albeit a few years later than what they envisioned.’

I believe we should step back from the mad rush to try and squeeze every drop of money out of this thing as quickly as possible (of course that’s not going to happen, but still) and consider the blogosphere as a kind of living organism, to be studied like any other, and accept its contractions and expansions as something natural, and above all, a sign that it is alive. To finish this post, I’ll quote a nice description of blogging i found on the Bloggy Network site, written by Ahmed Farooq, one of that site’s founders:

Blog Flux Joins the Bloggy Network (and brings its little brothers)

Blogging is more than just ‘posting.’It is about building a community; it is about finding other blogs; it is about building relationships. So while blog networks were springing left and right, no one approached blogging as an entire ’sphere’ - and not just a collection of sites posting posts but part of something bigger.’

You may have noticed that there is an Asides category at the side of the page- this is a kind of Mini-Me to the main blog’s Austin Powers, and I’ll be posting little snippets and links to interesting and related stuff there. I call it ‘Info-Tapas’ after the popular Spanish dish of ‘tapas’ - not a full meal but just little bits to pick at.

This Asides category even has its own rss feed.

Technorati Tags : blog

Living in Catalonia, as I do (I hesitate to say Spain, as it may not be part of Spain for much longer), I am fascinated by the fact that not so very long ago, the place where I live my (for the most part) very tranquil life, was the scene of terrible atrocities- for example up the road from me in Llers, one can apparently still see bullet holes in some of the walls of old buildings. Now the most violent thing that happens there is if the local kids decide to be punks for the carnival and drive round in an old van playing ‘God Save the Queen’ (well they did last year anyway).

So here’s a link to an article in the Independent about a Spanish Civil War veteran who has just died, and a few details about his life and efforts to save Catalonia from the Fascists.

Technorati Tags: catalonia catalunya expat “civil war” spain orwell

There seems to be a developing buzz about the new Spanish start-up company FON around the blogging world at the moment. As someone very interested in the changes that are happening around Web 2.0 and P2P applications, plus someone who like the owner of FON is an english speaker in Spain (it turns out he’s originally from Argentina), this caught my interest- the similarities end there, by the way; I don’t have a spare $500 million lying around yet.

It seems to be applying the same priciples of P2P and Web 2.0 to the networking process itself- what those principles exactly are is harder to define and is maybe somthing for a later article- like St. Augustine said when asked to define Time- ‘I know what time is until you ask me to define it’- well, I know what Web 2.0 is until you ask me to define it.

The idea is basically that you share your wireless connection, either for free, in which case you get to share other people’s connections for free, or you ask people to pay, in which case you have to pay for the service itself (this part isn’t functioning yet though). Sounds simple enough…

Google and Skype obviously agree that this idea has legs, and have invested a lot of money in it, which is allowing FON to get off the ground by offering cheap wireless routers already set up for their service.

So I dug a bit deeper and there seem to be some objections- that the owner of FON is not as altruistic as he seems (and he has gone for some very altruistic, Barcelona-squatter-graffiti style design on the FON website). There are some questions about what the real intention of the company is.

Also at this point it seems unclear as to whether Telefónica and the other Spanish ISPs are going to like these new developments, but I would think that contrary to what FON is saying- that sharing your broadband is good for ISPs- they will take the opposite view; however this doesn’t mean that it won’t work- do Telefónica like the way Skype is taking away their long-distance call money? Probably not, but they like the way people are getting broadband in order to use Skype. Do record companies like the way BitTorrent and other P2P is eating into their profits? No, but Apple have shown with I-Tunes that if you go with the flow rather than fighting against it, then there is still money to be made, and FON are offering to share profits with the ISPs, which seems the least they can do under the circumstances. The thing might take off to the extent that the ISPs have no choice- I know that people here in Catalunya are desperate to get away from Telefónica’s mediaeval-style monopoly.

Some bloggers have found out that there is money to be made in writing about FON (also this, and this in Spanish)- but let me say here and now, that I am literally not being paid a penny to write this blog entry, and if any of this dirty money comes a-knocking at my door, I will be forced to say ‘come on in, I’ll write whatever you like if the price is right’. Well, maybe, I’ll just have to cross that bridge when I come to it….

There will be much more to enjoy soon- I will be adding my web design portfolio and useful tips I’ve picked up here and there… :)

The site has been created in WordPress 2.1 with the K2 modification. It should evolve naturally as time goes on…

I hope to be posting mainly about web design, wireless internet, living in Catalunya, and hopefully the occasional post in Spanish as well.

I hope not to be posting about my trip to IKEA, where i bought my i-pod, what time i got up today, what i had for lunch or any other stuff which should be banned from blogs on pain of death. In fact if I do start posting about that, then you can definitely come round and kill me. :p

guy james