Cooperative Bike Share

Bike share systems come up periodically over a period of years and in many communities (the WikiPedia page has a lot of info). The latest systems are electronic rental systems, with custom bikes and special locations for pick up and drop off. Very simple systems have existed in the past where bikes are just shared in a totally free way -- these systems are extremely cheap to set up, but the bikes always end up trashed or stolen. (Though there's a system in Portland that seems to just use a universal combination.)

I can imagine a very simple system based on combination bike locks, where the combination is sent via SMS, and locations are tracked (somewhat) voluntarily. You would sign up for this service, maybe placing a modest deposit (and also confirming your identity). Then you would send your location to the service (as a text) and it would respond with the nearest bike, and the combination. You would use the bike, and when you were done you would text the new location of the bike.

There would be some accountability with this system, because if you simply don't return the bike there would be some record of this. The service could also continue to pester you if you don't record the new location of the bicycle.

The security is not very high, and it would certainly be possible to take a loss on many bikes. But considering people *almost* considered it economically viable to do this sort of system with no money or accountability involved, perhaps just a small amount of accountability would resolve these problems. The capital expenses should be much smaller than more formal systems.

(I first thought about this idea here and restated for this forum)

12 Feb19:21

re: cooperative bike share

By John Geraci

Wow Ian, this is a really cool idea.

Were you thinking someone would be checking up on these text messages, or it would be totally unmonitored and the text msgs would just serve as a log of who did what where, and that that by itself might be enough to make people play by the rules?

Also, you could take this text message monitoring idea and apply it to lots of other sharing models. Seems like an idea with lots of potential.

12 Feb19:28

displaying my ignorance

By marissagregory

I'm new to twitter, but is it possible to set up a twitter feed group (like a facebook group) that allows people to update to the feed from their phones while retaining their individual id. People already update their twitter feeds from their phones. A bikesharing feed could be set up perhaps?

12 Feb20:03

Tracking

By ianb

I did expect there would be some program listening to those messages. For instance, it needs to know when a bike is free again, and have a parsable address that it can use to find the location of the bike.

Actual abuse could potentially be dealt with by people, by simply looking at the system and seeing what bikes aren't returns, or when people send in complaints about a bike. Real people will be much better than a computer at resolving these issues.

24 Feb21:05

Jabber bot

By Roti2000

For tracking, a jabber bot might do the trick. You don't want it too complicated, but with a jabber bot, riders can IM the bot a series of commands to get user generated information.

Participants would add the jabber bot as a buddy in their IM program on their mobile. The bot would have the following commands:
list (list of where the bikes are) Bikes would be given a number so when you typed "list", the bot would respond as an example:
#1 Hollywood and Vine
#2 Starbucks on 58th St.
#3 1399 Main St.

A second command would be "take".
For example, once you arrive at Hollywood and Vine, you IM to the bot: "take #1"

The bot takes that bike off of its list so when other users type "list" bike #1 doesn't appear--only "untaken" bikes are listed.

A third command would be "drop." When the rider reaches her/his destination, they IM the bot with the "drop" command, bike number and location.
E.g.: "drop #1 4450 W. 33rd Pl"

The bot then populates this list with the bike number and new location.

Given the proliferation of IM clients on mobile phones, this method might be advantageous. The problem with twitter is that it would be hard to keep track of a bunch of different bikes.

I wish I knew how to program jabber bots, but this site may be useful for programmers: http://socket7.net/software/jabber-bot