Posts tagged ‘Google Maps’

The Mapmakers Petition

This could have also been labelled as from the files of "anti-trust is not about consumers."  Apparently, a mapmaker in France has successfully sued and won damages from Google for unfair competition, ie from providing Google Maps for free.

Just as in the Microsoft anti-trust case and just about every anti-trust case in history, companies who brought the suit are really trying to stop an up-start competitor from trashing their business model, but they have to couch this true concern in mumbled words about the consumer.  Specifically, they raise that ever-popular boogeyman of jacking up prices once the  monopoly is secured.  The next time this happens, of course, will be the first time.  Its a myth.  For example, in Google's case, left unsaid is how they would jack up their prices when at least two other companies (Bing, Mapquest) also provide mapping services online for free.

Blaming the Phone Book

Local Conservative Greg Patterson blames the death of several sex workers in Detroit on the Backpage, because the killer may have targeted them based on their ads in that periodical.

The killers are the ones who should be held responsible, but what about parties whose negligent actions facilitate the killing?  How about the example of a school with poor lighting, or the business with lots of bushes in which bad guys can hide?  There are plenty of cases that show the property owner would be liable for the intentional torts of others.

So New Times knows that Adult ads are used by bad guys...even to the point of murder.  Craigslist stopped accepting these ads after a similar incident and New Times picked up the business...at a considrable profit.  So can they be held accountable for the deaths in Detroit?  I would argue that they can be.  What about future deaths?  What happens if New Times continues to accept adult advertising and someone else gets killed?  Actionable?  I would say yes.

This is exactly the sort of spurious liability logic Conservatives tend to mock, except of course when it involves a target it does not like.  In this case free market Conservatives really hate Backpage for accepting freely placed ads for free exchange involving consensual sex.  I responded in the comments:

Why do you cast so far afield for an analogy in your third to last paragraph [the one above about schools with poor lighting]? Why not take a directly parallel example - what if some killer were stalking Starbucks barristas whose work places he identified through ads in the Republic or via Google Maps? Would you really run around in circles blaming Google? This is like saying that a serial killer is facilitated by the phone companies because they publish the phone book the killer used.

We are talking about ads placed via free exchange for consensual sex. Yes, in our bizarre society, Conservatives who nominally support all other types of free exchange have had this one sort banned. But it is ironically the very fact that this sort of consensual commerce is illegal that makes this work so dangerous. Escorts/hookers are vulnerable to abuse, crime, fraud etc. precisely because they have less ability to access the legal system for redress.

If you want to discuss who facilitated the death of these women, let's talk about those who drove their profession underground.

WordPress as a Content Management Tool

My company has over 20 URL's for various recreation facilities we manage.  I do all the design and maintenance of these myself, generally using a shared core design with some color and content changes.  Since this is just a side job for me, I often put it off and unfortunately things get dated fast.

For a while now I have been wanting to experiment with a content management system to ease the maintenance of multiple web sites.  So over the past couple of weeks, I have played around with various CMS's.  I was intrigued for a while by ExpressionEngine, but the fact it was not public domain (ie it charges per site licenses that would be prohibitive for me) finally killed the deal.  I also looked at Joomla and Drupal. 

Eventually, I settled on what many will consider an odd choice:  WordPress.  Yeah, I know, its a blogging engine.  I know quite well, because I am in the process of converting both my blogs from Typepad to WordPress.  I chose WordPress for a few reasons:

  • I understand the blogging paradigm, and so I have a good sense for how the content will be handled, and the limitations.
  • I am, having messed around with my blogs, comfortable with the WordPress templating system.  Though certainly more limited than ExpressionEngine, it does what I need to do. I am moderately facile in CSS and PHP, the two real requirements to make a good template.
  • Most of my sites are simple.  The only two API's I really need to plug in to are Google Maps and Flickr, and I have tested and am comfortable with the available WordPress plugins for these.
  • I want to begin, carefully, to let some of my employees be able to add and edit some content (e.g. changing store hours).  I think the wordpress interface is pretty accessible to some folks who may be new to online content and gives me the amount of control I need as an editor.  For a noob content contributor, WordPress is far more accessible than other CMS's.
  • With a static site, I have an advantage over a blog in that I can turn on full site caching to speed up the site (via WP-super-cache).  I also added an SEO plugin to make my permalinks and pages more SEO friendly, something I don't care that much about on my blog.

I think that the first site came out pretty well, and I don't think its obvious that it is built on a blogging engine (site here, for our Arizona snow play area).  The biggest internal debate I had was whether to go with fixed or variable widths.  I actually went the opposite way of most modern programmers, moving from variable to fixed rather than vice versa.  Most of my customers, as shown by my server logs, have slow and dated computers and monitors, so I think fixed width makes sense. 

Yeah, I know that no one will ever consider me a l33t h4x0r for using WordPress, or even for using a CMS at all, but I was absolutely thrilled how fast the second site is going up now that I have built all the templates and functions I need.  More reports to come  (and hopefully this site will soon be on WordPress, but I am not holding my breath.  Still having trouble with brinking over the permalinks so they all work right).