Slashdot Mirror


Montreal Parking Meters Run Linux

jbecherv writes "According to LinuxDevices.com, new-fangled Montreal parking meters run embedded Linux (Google Cache). The City of Montreal is planning to roll out 500 to 800 wireless, solar-powered parking payment stations based on embedded Linux. There is even a device profile (Google Cache) that show some details about the meters... These meters run kernel 2.4.19 on a 206MHz StrongARM SA-1110. Each system has 64MB of RAM, boots from a CF device, and is networked wirelessly via GPRS."

506 comments

  1. I know little about embedded devices by Neil+Blender · · Score: 5, Insightful

    But that seems like a lot of RAM. Is it?

    1. Re:I know little about embedded devices by Anonymous Coward · · Score: 0

      For most things, including a parking meter, yes.

    2. Re:I know little about embedded devices by and+by · · Score: 4, Interesting

      But there's no harddrive, so it can't use swap space and it has to have the whole (probably very small) filesystem in RAM.

    3. Re:I know little about embedded devices by MoonBuggy · · Score: 1

      It beats out some midrange PDAs, so I would think it's a little excessive for a single function device, yes. Having said that, it could add the capability to expand (ads to cover the setup cost, maybe?). It's always better to have more than you need rather than spend double later upgrading.

    4. Re:I know little about embedded devices by Kenja · · Score: 5, Informative
      "But that seems like a lot of RAM. Is it?"

      Oods are this is using a SODIM setup. In which case 64MB is the smallest amount of RAM you can get.

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    5. Re:I know little about embedded devices by canadianjoe · · Score: 1

      Isn't 64MB around the smallest easitly-available RAM chip these days? I rarely see anything less than 128 MB for sale these days.

    6. Re:I know little about embedded devices by OECD · · Score: 4, Funny

      But that seems like a lot of RAM. Is it?

      Well, it is now. But once they start clustering them...

      --
      One man's -1 Flamebait is another man's +5 Funny.
    7. Re:I know little about embedded devices by Short+Circuit · · Score: 1

      It boots from a CF device, which could be a rewritable device. On the other hand, it's possible that it could get by with a ROM filesystem, not making any changes at all.

      Of course, there's still /dev/shm ...

    8. Re:I know little about embedded devices by Rapid+Home+Offer · · Score: 1

      When I see "embedded device" and "RAM", I doubt that they're using the same kind of RAM modules that you put in your computer. I could be old fashioned, though.

    9. Re:I know little about embedded devices by crackshoe · · Score: 1

      YOu can still get 32's of brand new pc100. but i don't think i've seen any DDR at less that 64, and rarely less than 128

      --
      Don't worry - its just stigmata. Pass me a napkin and don't you dare tell my mother.
    10. Re:I know little about embedded devices by Aindair · · Score: 1

      While you can use a CF device for a file system, my understanding is that compact flash devices have a limited number of writes for each bit before they break. Granted this is a fairly high number, (I heard a quote around 30K?) but if you are using it for swap space, you are asking for it.
      Since it would be running 24/7, and you'd want it to run for several years possible before servicing, you would want to use the system ram for most write operations.

    11. Re:I know little about embedded devices by Anonymous Coward · · Score: 4, Funny
      What swap space?

      We have 'parking meters' here. Near as I can figure they need to know exactly two things:

      • How much that coin you just put in was
      • How much time is left, now that you put in that coin.
      What's that, two bytes? Hell, have three.

      64MB CF? I can't wait for these to get hax0red.

    12. Re:I know little about embedded devices by modecx · · Score: 2, Funny

      Lot of RAM? Yes.

      I'm thinking it's time to take a road trip with the demolition saw.

      I mean, they're French Canadians, it's not like they're going to do anything about it (especially when you've got a huge abrasive saw).

      Right?

      --
      Constitutional rights may be respected, repealed, or modified; but they must never be ignored.
    13. Re:I know little about embedded devices by Short+Circuit · · Score: 4, Informative

      CF is actually an interface(and really, it's just a repackaged ATA interface)...not really a device. IBM sells hard drives that conform to the CF interface. There are also flash devices out there.

      And I wouldn't use it for swap space, anyway. When developing an embedded system, you really should slim your memory footprint as far as possible, so you'd fit inside your available RAM.

      The way old-timer software developers talk about it, your really start thinking of proper memory usage as a nearly-lost art.

    14. Re:I know little about embedded devices by Asicath · · Score: 1

      CF = Compact Flash
      You can create swap partitions on CFs.
      These devices have CF reader -> IDE converters built in.

    15. Re:I know little about embedded devices by Feyr · · Score: 4, Funny

      remember, we burned down your white house once, no reason we can't do it twice *grin*

    16. Re:I know little about embedded devices by CaptainFrito · · Score: 1

      CF is NAND flash driven by an IDE controller. Most of them are pretty cheezy and it's hard to know which controller you ended up with. Add to that concerns about wear-leveling, extended temperature operation and more than one device per IDE channel, and things can get messy quick. While they work fine for a boot device, SWAPs and other frequent writes are better left to RAM, not CF. Only if it MUST be non-volatile should it go to flash.

    17. Re:I know little about embedded devices by raider_red · · Score: 3, Funny

      How long until they start getting ripped off for people to use in their digital cameras?

      --
      It's good to use your head, but not as a battering ram.
    18. Re:I know little about embedded devices by torpor · · Score: 1

      Thing is though, that the definition of 'embedded system' is changing. You don't, actually, have a lot of problems -these days- putting as much RAM in a system as you need.

      The frenetic slathery pace of PC-slave parts manufacturing has done a lot for cheap high-power specs in small places.

      Sort of feels, now, like anyone in 'embedded' who still goes on and on about 'squeezing every little bit of RAM' is a bit long-tooth.

      I mean, look at what PIC's have become, even ...

      --
      ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
    19. Re:I know little about embedded devices by drinkypoo · · Score: 1

      I had a 16MB SDRAM SODIMM until recently, when I gave it to someone who had 16MB in a laptop (in SODIMM form) and one free SODIMM slot.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    20. Re:I know little about embedded devices by jonman_d · · Score: 1

      True (I've had a 32 for a long time), but I doubt they make 16M chips anymore. Assuming they don't, it'd probably be much cheaper to buy 64M generic chips than have some company custom make a bulk load of 16M chips.

    21. Re:I know little about embedded devices by Kenja · · Score: 1

      Indeed. However I doubt you can buy them in any sort of quantity as they are no longer being made.

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    22. Re:I know little about embedded devices by lars · · Score: 3, Funny

      Yes. 64M of RAM ought to be enough for anyone.

    23. Re:I know little about embedded devices by Anonymous Coward · · Score: 0

      French Canadians' favorite passtime is to play hockey and break each other's front teeth. You think your little yankee saw is going to impress them?

    24. Re:I know little about embedded devices by Anonymous Coward · · Score: 0

      2.4.19?

      Good to know I can use the mmremap exploits to get free parking!

    25. Re:I know little about embedded devices by Ben+Hutchings · · Score: 4, Informative

      They aren't parking meters. They are payment stations which each cover a large number of bays. They take credit cards (which need to be validated) as well as coins, they can report which bays have been paid for and which haven't, and they can adjust prices according to (anticipated) demand.

    26. Re:I know little about embedded devices by NitsujTPU · · Score: 1

      It seems like a lot until you realize that the parking meter application was written in Java.

      *VBG*

    27. Re:I know little about embedded devices by canadianjoe · · Score: 1

      Good point. Although you'd think it would just be easier to use "standardized" RAM, and probably cheaper.

    28. Re:I know little about embedded devices by Anonymous Coward · · Score: 0

      Excuse me, but as every patriotic American knows, they're Freedom Canadians you insensitive clod!!!

    29. Re:I know little about embedded devices by drinkypoo · · Score: 2, Insightful

      If you want them in quantity, someone will make them for you.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    30. Re:I know little about embedded devices by Anonymous Coward · · Score: 0

      Quebec, the largest population of French ancestry that has never surrendered to anyone, anywhere.

    31. Re:I know little about embedded devices by master0ne · · Score: 1

      omg, imagine a beowulf cluster of these. - sorry had to say it-

      --
      Noone writes jokes in base 13!
    32. Re:I know little about embedded devices by lommer · · Score: 1

      You're leaving out the best part of the story! before we burned it down, our generals sat down and finished the esteemed President's (James Madison) and his family's dinner. It was still warm, and we wouldn't want to let it go to waste, eh?

    33. Re:I know little about embedded devices by fucksl4shd0t · · Score: 1

      Jesus fucking Christ. YOu canadians do one thing in all your history that requires balls and you have to keep bringing it up. One, fucking, thing. It's like you got laid once and you'll never get any again, but you have to keep mentioning it. "I got laid once, no reason I can't do it again."

      Yeah, blow me.

      --
      Like what I said? You might like my music
    34. Re:I know little about embedded devices by wash23 · · Score: 1

      Hopefully they can also spit out all of their quarters according to (wireless) demand.

    35. Re:I know little about embedded devices by Tore+S+B · · Score: 1

      Also, there are CFIDE interfaces out there. Neat ones, too. Can make a Mini-ITX completely and fully silent. My monitor makes more noise than the CPU - gotta love that! :)

      --
      toresbe
    36. Re:I know little about embedded devices by DunbarTheInept · · Score: 2, Insightful

      Point 1 - That was the British, opertaing with troops stationed remotely in what is TODAY called Canada. Canada wasn't even a country yet in 1812.

      Point 2 - If you want to do it again, please do it when Shrub is home.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    37. Re:I know little about embedded devices by Anonymous Coward · · Score: 0

      We've done other things that take balls, like send troops to Afghanistan to support the U.S. war on terror. Given how bad your aim is, I'd say it's a risk for anyone to fight alongside you.

      By the way, we're still waiting for that apology.

    38. Re:I know little about embedded devices by protect_the_code · · Score: 1

      I've worked on systems where we've put complete operating systems into 288 bytes or less and still jam packed it with features. 288 bytes is the space we have on the nice one, 32 bytes is what we have on the small one. Of course, these OS's aren't desktop OS's, they're pump station controllers and such, but we've fit homemade wireless protocols, robust error handling and reporting, as well as the system itself with settings that can be customized right from the 4 button keypad and LCD on the device. All nice and compact and not even exceeding 1kb. THAT is art.

      Using 64 megs of RAM and Linux on a parking meter is an INCREDIBLE waste of resources.

  2. Solar powered? by Kenja · · Score: 4, Interesting

    I can't recall where it was, but some other city tried using solar powered parking meters. They never worked due to insufficient light.

    --

    "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    1. Re:Solar powered? by flibuste · · Score: 1

      Yeah

      Unfortunately, Montreal is very sunny (cold as hell....well..the other hell...the frozen one...but sunny).

      So this might actually work.

    2. Re:Solar powered? by millahtime · · Score: 4, Funny

      "I can't recall where it was, but some other city tried using solar powered parking meters. They never worked due to insufficient light."

      Oh, lemmie guess... Seattle.

    3. Re:Solar powered? by Anonymous Coward · · Score: 0

      we have them in dublin, not exactly known for its sunshine...

    4. Re:Solar powered? by Albanach · · Score: 4, Informative

      They're in use throughout Edinburgh, Scotland. I guess solar technology has improved a bit, as we don't get that much sun and daylight hours in the winter are quite short.

    5. Re:Solar powered? by re-Verse · · Score: 4, Interesting

      Toronto uses them. I'm not sure if they use a backup power source as well (I guess they must) But if you live in TO, take a look on top of one of he master nodes (where you put in cash/CC and get a ticket for your card, and you will notice the whole top is a solar panel.

      I have no idea how much (if any) money this saves, but I think its really cool... and got way too excited about it the first time I noticed it.

    6. Re:Solar powered? by Tragek · · Score: 5, Funny

      How long did one have to put his/her hand on top of the meter before you could get free parking?

    7. Re:Solar powered? by Ducon+Lajoie · · Score: 1

      Dude,
      Anyone who has ever spent a winter in Montreal could tell you that the sky is blue and the air is crisp as soon at the weather goes below -15 C (5 F). Sunlight should not be the main problem.
      The main problem is how to avoid them remotely signaling to the little-green-men that my time is up.

    8. Re:Solar powered? by Anonymous Coward · · Score: 0

      oh come on - it was nice this afternoon ;)

    9. Re:Solar powered? by Anonymous Coward · · Score: 0

      How long did one have to put his/her hand on top of the meter before you could get free parking?

      Never. In my city, if the meter is broken, you are not allowed to park there. The only way to get free parking is if you claim that the meter was working when you parked there, and broke before you got back.

    10. Re:Solar powered? by wing03 · · Score: 2, Interesting

      I have no idea how much (if any) money this saves, but I think its really cool... and got way too excited about it the first time I noticed it.

      Lemme guess... you lost your excitement when you realized that:

      1 - Unit won't jam and flash out of order like the old lollipop looking meters if you stick pennies into it.

      2 - You can't just top up the meter any time you want. You have to wait as close to the expiry on the ticket to get a new slip in order to prevent overlap and wastage of money.

      3 - You can't use someone else's time on the meter since they drive off with the ticket/receipt or you can't be nice and give it to someone else easily.


      I wonder what the cost analysis is on these new ones vs. the old mechanical lollipops.

      Those requied guys to go around and collect change, unjam gum and coins every now and again.

      The new solar ones require a wireless connection, initial outlay, VISA/MC/AMEX/etc accounts, someone to still go around and collect change, unjam, repair and refill paper. Plus they don't work terribly well when it gets to 20 below freezing.

      Geez, I wish I was the shmuck who came up with that idea.

    11. Re:Solar powered? by aedan · · Score: 1

      And I saw a plan to let you pay via mobile phones in Edinburgh.

      I spent a summer winding up parking meters in Glasgow 20 years ago so I miss the old kind... of course I ride a bike anyway so I don't use them.

      aedan

    12. Re:Solar powered? by phallstrom · · Score: 1

      actually seattle has about a dozen of them... came across my first one just the other day... but I agree.. seems a little funny :-)

    13. Re:Solar powered? by Anonymous Coward · · Score: 0

      Actually they work fine in -40 weather... We have ones like that in Alberta, and they don't freeze up.

    14. Re:Solar powered? by andyh1978 · · Score: 1

      There's quite a few in Nottingham. Not exactly the sunniest place in the world.

    15. Re:Solar powered? by Anonymous Coward · · Score: 0

      Nottingham had them - after much controversy of them not working they seemed OK. Probably with the arrival of summer.

    16. Re:Solar powered? by Anonymous Coward · · Score: 0

      They have solar powered parking meters in Dublin, and they work perfectly well. And we definately don't get much light here.

    17. Re:Solar powered? by shepd · · Score: 1

      4 - If you hate meters and try to fill it with nickels, it'll sieze the input mechanism and automatically print the ticket after it's had "enough" (beats me what enough was, I wasn't counting, but I think it was somewhere around 38 nickels). I know "enough" definately wasn't a full ticket. Oh well... I just use the VISA in it now, at least that has a 1.5% surcharge for the city to pay.

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    18. Re:Solar powered? by Anonymous Coward · · Score: 0

      We have those things in Calgary... they seem to work fine, even on the side of the street that almost never gets any sun.

    19. Re:Solar powered? by Migrant+Programmer · · Score: 1, Funny

      You have to roll two fives to get out of jail first!

    20. Re:Solar powered? by wing03 · · Score: 1

      Minus 20 degrees centigrade and Toronto humidity in February.

      The LCD display was slow to move and the button to advance the time required a few bangs to loosen up.

    21. Re:Solar powered? by genericacct · · Score: 3, Informative

      Here in Portland, OR, where it rains almost as much, we have quite a few of them (solar powered), and they work fine even on cloudy winter days.

    22. Re:Solar powered? by Welsh+Dwarf · · Score: 1

      You can laugh, but here in Nantes ( northen France for those that don't know) we have solar powered parking meters, and they work just fine...

      --
      Ask 8 slackers a question, get 10 awnsers (a citation, but I can't remember from who)
    23. Re:Solar powered? by Colazar · · Score: 1
      Actually, there was an article in the local Seattle paper about them today...we are just starting to use them. Apparently Portland (OR) has had them for a while, and that is where they got the idea.

      The thing I wonder about though, is the new meters in Seattle take credit cards, which they verify with their wireless connection. That sounds just a wee bit insecure to me, though maybe I'm just paranoid.

      --
      He decided to just watch the government, and kind of scale it down to size, and run his life that way. --Laurie Anderson
    24. Re:Solar powered? by Quadrature · · Score: 3, Informative

      Funny eh? I work in Pioneer Square in downtown Seattle and just today they had some machines very similar to these in operation on Occidental just south of Yesler. They ripped out the old meters and hiked up the rates by 50% too. Ahhh progress. I even found a link.

    25. Re:Solar powered? by berkut7 · · Score: 1

      I know downtown Portland (oregon) parking meters have solar panels on top of them, but I doubt they get all their energy entirely from them especially with northwest weather...

    26. Re:Solar powered? by rtaylor · · Score: 2, Insightful

      Toronto's really don't "save" money per say (30 fewer collection agents -- 10% reduction in workforce).

      The big benefit is the new machines are more difficult to vandalize and are easier to maintain which means they work. They're regularly communicating with head-office and report when something is broken.

      It had been estimated that up to 10% of the old meters were broken at any given time. 10% of the meters not collecting revenue was a much bigger issue.

      --
      Rod Taylor
    27. Re:Solar powered? by Halfbaked+Plan · · Score: 1

      So now drivers have the choice of:

      1. putting change in a meter.

      2. Carrying around a little pot of grey paint to dab selectively on portions of the parking meter.

      I recently noticed they're putting solar 'memorial lights' all over the cemetaries. Solar cells are cool, and it would be great to have a bunch of them to build into an array. Hmmm...

      --
      resigned
    28. Re:Solar powered? by egburr · · Score: 2, Interesting
      I just use the VISA in it now, at least that has a 1.5% surcharge for the city to pay.

      That surcharge may be worth it. How much do they save by not needing to empty the coinbox as often.

      --

      Edward Burr
      Having a smoking section in a restaurant is like having a peeing section in a swimming pool.
    29. Re:Solar powered? by Dr.+Evil · · Score: 1

      I don't know what's worse... that you tried... or that somebody other than me tried.

    30. Re:Solar powered? by raju1kabir · · Score: 1
      I spent a summer winding up parking meters in Glasgow 20 years ago so I miss the old kind... of course I ride a bike anyway so I don't use them.

      You don't? What do you lock your bike to?

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
    31. Re:Solar powered? by gnu-generation-one · · Score: 1

      "I can't recall where it was, but some other city tried using solar powered parking meters. They never worked due to insufficient light."

      Nottingham has them -- they seem to still be working.

    32. Re:Solar powered? by aedan · · Score: 1

      http://www.bromptonbicycle.co.uk/

      aedan

    33. Re:Solar powered? by raju1kabir · · Score: 1
      http://www.bromptonbicycle.co.uk/

      How do those ride as compared to a bike with normal-sized wheels? I'm always very jealous when I see people bringing those little things on the train while I have to leave mine locked outside the station, but I worry that the small wheels would make pedaling much less efficient (perhaps due to an imperfect understanding of high-school physics?). I'm a bit tall (195cm) so I already have a hard time finding a bike I can ride comfortably.

      Also, can they be brought on a plane as standard, no-extra-charge checked luggage (with a case, of course)?

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
    34. Re:Solar powered? by aedan · · Score: 1

      They are slower than normal bikes but not madly. On my 17 mile morning commute it makes 5-10 mins difference depending on things like the wind and what I am carrying.

      Tyres make a big difference. If you use high pressure slicks they go much faster than with the standard tyres.

      You can get an extended seat pin and even a telescopic one for the taller rider.

      I have the Brooks saddle on it rather than the plastic one.

      The steering feels twitchy when you first try it but you get used to it quickly. It becomes very easy to slip past traffic when compared to a big wheel bike.

      Overall I find it a very comfortable, useful and fun bike to have. Fold takes about 20 secs and you can take it into the pub/cinema/supermarket.

      They travel as luggage but they weigh a bit more than some airline allowances (varies with the model). I have taken it on busses to London (I live in Scotland).

      If you are thinking about getting then you might want to look at this group http://groups.yahoo.com/group/BromptonTalk/

      aedan

    35. Re:Solar powered? by raju1kabir · · Score: 1

      Thanks for the info. I'll check out the yahoo group. I think it might be time to take the plunge.

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
  3. Is it just me... by Anonymous Coward · · Score: 5, Insightful

    Or does a 206 MHz processor with 64 MB of ram seem like DRASTIC OVERKILL for a parking meter?

    Seriously, what's the deal?

    1. Re:Is it just me... by agent+dero · · Score: 4, Insightful

      one thing to remember is that usually this are the cheapest most compatible parts.

      it's cheaper for the meter company to get very generic, albeit overpowered, parts that will 'just work' then tinker with lower grade hardware

      --
      Error 407 - No creative sig found
    2. Re:Is it just me... by Anonymous Coward · · Score: 0

      Yeah if it was just counting money, but of course they dont tell you that this is a massive beowulf cluster of spy machines to keep tabs on the population

    3. Re:Is it just me... by flibuste · · Score: 1

      Considering that's how the city makes profit...They probably want the best out of it and make sure it is "scalable" to fine as much drivers as possible.
      At least that's a guess at this deployement of CPU power.

    4. Re:Is it just me... by Adriax · · Score: 5, Funny

      Wireless, takes credit cards, covers 12 spots, and deals with goverment bureaucracy.
      Seems a bit underpowered when you add that last part in.

      --
      I don't suffer from insanity, I enjoy every minute of it!
    5. Re:Is it just me... by slickwillie · · Score: 1

      Seems like an 8051 with 16K and no OS would do just fine.

    6. Re:Is it just me... by Anonymous Coward · · Score: 0

      But then it can't run Java. Random argument about programmer time costing more than CPU power.

      (Tongue in cheek...)

    7. Re:Is it just me... by Anonymous Coward · · Score: 0

      Thank you for stating the obvious.

      Fucking kids these days... Jesus christ, they think they need a fucking Cray to write Tic Tac Toe.

    8. Re:Is it just me... by Anonymous Coward · · Score: 2, Insightful

      We drool over beefy processors,

      other people drool over beefy kickback$.

      Neither one really makes a WHOLE LOT of sense, in a big picture view.

    9. Re:Is it just me... by cshark · · Score: 1

      " Or does a 206 MHz processor with 64 MB of ram seem like DRASTIC OVERKILL for a parking meter?"

      I don't know about that. It sounds like their "aggressive power management scheme" probably takes a lot of processor power. Besides, even if it is overkill, it's better to have more power than you need than less. Just a thought.

      --

      This signature has Super Cow Powers

    10. Re:Is it just me... by Thud457 · · Score: 1
      In my day, we programmed Tic Tac Toe with a chicken, nine pushbuttons and nine lightbulbs!

      AWLITW!

      --

      the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

    11. Re:Is it just me... by stephenisu · · Score: 1

      I doubt it, remember, Somewhere a middleman exists, and he gets a PERCENTAGE.

      --
      Sigs? We don't need no stinking sigs!
    12. Re:Is it just me... by Long-EZ · · Score: 2, Funny

      Moore's Law. In a decade, parking meters will be self aware, and will petition for human rights. You'll run a few minutes late, and as you try to jam in a quarter, the meter will hassle you. You'll end up arguing over some esoteric philosophical point. It's classic Descarte. Cogito ergo sum. The parking meter thinks, therefore the parking meter exists.

      --
      >> My ultraviolent Linux switch video.
    13. Re:Is it just me... by gl4ss · · Score: 2, Interesting

      good luck on that.

      how about doing an rtfa?

      an overly simple parking meter of course wouldn't need more than one timer circuit, but how about you take a look at the article and see what it can do? gprs connectivity, pay anywhere from the city(for time extension you don't need to get back to your car), ticket maids can get the map of paid/not-paid parking slots to their handheld devices (they can check while just driving past the parking lot), cc handling..

      --
      world was created 5 seconds before this post as it is.
    14. Re:Is it just me... by nxs212 · · Score: 1

      someone is going to make a nice mp3 player out of it.

    15. Re:Is it just me... by nomadic · · Score: 5, Funny

      Or does a 206 MHz processor with 64 MB of ram seem like DRASTIC OVERKILL for a parking meter?

      Nah. But admittedly the nVidia GeForce 6800 they put in each one may be a bit much...

    16. Re:Is it just me... by HungWeiLo · · Score: 0, Offtopic

      I used to work for a state government agency. Let's just say that today - there still sits 2 palletes full of Intel 180MHz Pentium Pro Overdrive processor upgrade kits - courtesy of some silver-tongued salespersons from the IT consultant firm. (shakes head)

      --
      There are a huge number of yeast infections in this county. Probably because we're downriver from the bread factory.
    17. Re:Is it just me... by consolidatedbord · · Score: 1

      Also, you have to remember that it isn't just about what will work now, but thinking about the future. Future software will be more resource intensive, so what is hardware overkill now, will become the least common demoninator in several years, instead of next season. This eleviates the need for upgrades every X ammount of years.

      --
      while true ; do echo this is my sig; done
    18. Re:Is it just me... by led_belly · · Score: 0

      Perhaps, but i'm sure the next generation will be loaded up with sounds and striking visuals... just look what's happened to ATM's :/

    19. Re:Is it just me... by eclectro · · Score: 1


      A Pic microcontroller would be my choice. They have ram onboard.

      --
      Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
    20. Re:Is it just me... by __aawavt7683 · · Score: 1

      Whaaat??? Come on, man.. think cluster.. get a couple thousand of these 206 mhz, 64 meg ram, compact flash storage parking meters hooked together via wireless mesh network (that is all of them working with all the others to bounce data to wherever it needs to go, correct?) and you could have some sort of acceptable cluster.

      -DrkShadow

    21. Re:Is it just me... by raider_red · · Score: 1

      I'm working on a system built on an 8051 right now, and it does more than just collect money and measure time too.

      --
      It's good to use your head, but not as a battering ram.
    22. Re:Is it just me... by yanos · · Score: 1

      You have to remember that there is only ONE parking meter per street corner, not the usual one per car.

    23. Re:Is it just me... by Seahawk91 · · Score: 1

      But, can you bribe it with more quarters or perhaps a nice looking parking cone? Just curious.

    24. Re:Is it just me... by ckaminski · · Score: 1

      Geez, that's the last thing we need. Parking meters with water coolers on 'em.

    25. Re:Is it just me... by PeteQC · · Score: 1

      It is not the simple parcometer, it is the payment station (who may takes payment for 20+ parcometers on the street).


      Anyway, now you'll start believing my sig! ;)

      --
      Montreal - Best city to live in!
    26. Re:Is it just me... by Citizen+of+Earth · · Score: 4, Funny

      Or does a 206 MHz processor with 64 MB of ram seem like DRASTIC OVERKILL for a parking meter?

      It runs Java.

    27. Re:Is it just me... by Anonymous Coward · · Score: 0

      In ten years you would probably think it perfectly normal for those features to require a gig of ram.

    28. Re:Is it just me... by Anonymous Coward · · Score: 0

      parts that will 'just work'

      Uhhh? Then why isn't the OS PocketPC?

    29. Re:Is it just me... by Anonymous Coward · · Score: 0

      Or does a 206 MHz processor with 64 MB of ram seem like DRASTIC OVERKILL for a parking meter?

      Seriously, what's the deal?


      You forgot to take into account that they have to make it worth stealing.

    30. Re:Is it just me... by rtaylor · · Score: 1

      Seems a bit underpowered when you add that last part in.

      It probably has to be bilingual as a result of the last part as well.

      --
      Rod Taylor
    31. Re:Is it just me... by Halfbaked+Plan · · Score: 1

      There are tons of embedded controllers available in all different sorts of sizes. Four bit controllers still make up the majority of controller sold, by raw count. 4 and 8 bit controllers completely swamp out the rest of the market, in terms of volume.

      It seems ridiculous that they're using a memory module (if they are) and not a few RAM chips placed on the main board. In which case they can put a small number of RAM chips on the main board, and it doesn't matter how big the modules people buy retail for their PeeCee are.

      It would be cool to think they're using SIMM modules in fragile sockets. Because that would mean it should be trivial for motorists to knock these things out. Free parking for everyone!

      --
      resigned
    32. Re:Is it just me... by Halfbaked+Plan · · Score: 1

      A 68HC11A1 would be my choice. Easy but durable reprogrammability, built in RAM, more power than an 8051. Tons better a PIC.

      --
      resigned
    33. Re:Is it just me... by Anonymous Coward · · Score: 0

      That's 206MHz Canadian.

    34. Re:Is it just me... by Anonymous Coward · · Score: 0

      I thought you were joking. Then I checked the article.

      It runs Java.

      I am speechless.

    35. Re:Is it just me... by millette · · Score: 1

      There's another word for DRASTIC OVERKILL and it sounds a lot like a coffee...

    36. Re:Is it just me... by IncohereD · · Score: 1

      What variant of Java, though? There's plenty of stripped down embedded/real-time JVMs available.

  4. Going, going, gone by medication · · Score: 5, Funny

    Poor parking meters now they'll be the target of drunk geeks as well as drunk frat boys.

    --
    "If you're flammable and have legs, you are never blocking a fire exit." - Mitch Hedberg
    1. Re:Going, going, gone by zoloto · · Score: 1

      geez, this makes me want to go to montreal after visiting toronto just to see these things, and possibly take one home to dissect...

      then again, if it wern't illegal =)

  5. So... by Anonymous Coward · · Score: 0

    I didnt RTFA, but what happens when someone tapes over the solar cells and you park there, is it free?

    1. Re:So... by Soporific · · Score: 1

      If a meter isn't working, that means you aren't parking unless you want a ticket or a tow.

      ~S

    2. Re:So... by Kiryat+Malachi · · Score: 1

      In every city I've lived in, if a meter isn't working and you are parked there, if you get ticketed you can successfully fight the ticket if they have a city record that the meter wasn't working.

      So, your best bet is to park, then check the number on the meter and call to tell them its broken. Free parking, and if they ticket you, they have a record that it was in fact not working at the time your ticket was given.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    3. Re:So... by zakezuke · · Score: 1

      In every city I've lived in, if a meter isn't working and you are parked there, if you get ticketed you can successfully fight the ticket if they have a city record that the meter wasn't working.

      I fought one ticket that way, didn't even have to go to court. I didn't even claim the meter wasn't working... I claimed it was working, and took photographs showing the time left of the meter, it being a good 7min or so. No clue why I got a ticket actually, that was an area of town where it's impossible to not find a meter without time left on it. But dispite the fact that the meter was working 100%, they said it wasn't and threw out the ticket.

      --
      There is no sanctuary. There is no sanctuary. SHUT UP! There is no shut up. There is no shut up.
    4. Re:So... by Colazar · · Score: 1
      In Seattle, it is illegal to park at a broken meter. Doing what you just said would *ensure* that you got a ticket. And that you had no way to fight it.

      Their reasoning is that if parking at a broken meter is free, then people will break meters just to get free parking.

      --
      He decided to just watch the government, and kind of scale it down to size, and run his life that way. --Laurie Anderson
    5. Re:So... by Kiryat+Malachi · · Score: 1

      Their reasoning is bunk. It's not my responsibility to maintain the meters; its the city's. Under Seattle's scheme, as the city fails to live up to its responsibility, people have less and less parking. Under my scheme, people have equal or greater parking. If someone is breaking a meter to get free parking, then they can, should, and will be prosecuted for it. (I actually watched someone get arrested for this). To outlaw parking at broken meters as a result is a bankrupt way to reason.

      Ann Arbor and Chicago both work the way I described; Seattle is obviously just populated by silly people.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  6. Snow powered? by jasno · · Score: 4, Funny

    Lemme get this straight..

    Solar powered, in MONTREAL???

    Guess the StrongARM takes less power than I thought...

    --

    http://www.masturbateforpeace.com/
    1. Re:Snow powered? by nogginthenog · · Score: 2, Interesting

      We have them here in London... At first glance they're not obviously solar powered because they're kinda tall. Only a geek would notice... (or care)

    2. Re:Snow powered? by raider_red · · Score: 1

      I'd be very tempted to go out one night and toss black trash bags over a bunch of them to see what happens. I'm guessing that they'll provide some connection to the grid for backup power. Of course, if you go by Intel's literature on the StrongArm, they should be able to run off the street lights. Of course, that was written by the marketing department, and has no bearing on actual capability.

      --
      It's good to use your head, but not as a battering ram.
    3. Re:Snow powered? by fm6 · · Score: 1
      I'm guessing that they'll provide some connection to the grid for backup power.
      That would defeat the whole purpose of using solar power in the first place. Which is not to save on the electric bill -- which would not be very high -- but to avoid the cost of running a power line to each and every meter.
    4. Re:Snow powered? by cbreaker · · Score: 2, Insightful

      Unless it's night time, there's plenty of light rays hitting the panels.

      Even if it's a dreary rainy day, your solar powered calculator works just fine, and it's only got three or four low quality solar cells.

      --
      - It's not the Macs I hate. It's Digg users. -
    5. Re:Snow powered? by raider_red · · Score: 1

      but to avoid the cost of running a power line to ach and every meter

      Why not just hook them to the lines from the old meters?

      --
      It's good to use your head, but not as a battering ram.
    6. Re:Snow powered? by Anonymous Coward · · Score: 0

      Because old meters are mechanical things with no power lines

    7. Re:Snow powered? by timothv · · Score: 1

      The old ones used no power.

    8. Re:Snow powered? by Carnildo · · Score: 1

      Why not just hook them to the lines from the old meters?

      The old meters were probably straight mechanical, so no power lines to hook into.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    9. Re:Snow powered? by neoform · · Score: 1

      how is this funny? we gets lots of sun here..

      --
      MABASPLOOM!
    10. Re:Snow powered? by ratboot · · Score: 1

      Montreal is the most artificially lighted city in the world after Paris... No need for the sun like Americans.

    11. Re:Snow powered? by Halfbaked+Plan · · Score: 1

      Is the solar cell behind a durable glass window?

      Those 'self punching' center punches, the ones that have a spring loaded in the tube, pack a real wallop.

      --
      resigned
    12. Re:Snow powered? by Halfbaked+Plan · · Score: 1

      My solar powered calculator doesn't have a big 206 Megahertz processor and 64 megs of RAM.

      --
      resigned
    13. Re:Snow powered? by Enoch+Root · · Score: 1

      That's a very good point, actually. I have no idea how they expect them to work when they'll be covered in 10 inches of snow and ice. Just looking at the traditional parking meters in Montreal, and in all fairness, they spend 5 months with their tops buried in a layer of snow.

    14. Re:Snow powered? by cbreaker · · Score: 1

      True, however the panels that will be installed on these things will be a lot more robust. Newer panels can capture much more power then the old ones in the calculators I used in high school. Not to mention there will be a lot more of them.

      I think they'll work fine. I mean, your average PDA is going to likely use more power then these things, since PDA's have these really bright TFT screens on them. The meters probably won't have a very complicated display, and the display is what ends up sucking out most of the power.

      --
      - It's not the Macs I hate. It's Digg users. -
    15. Re:Snow powered? by DunbarTheInept · · Score: 1

      Montreal gets plenty of sun. Sure, in the winter the days are really short, but in the summer they're really long. Overall the amount of total time spent in sunlight year-round won't be that much different than for somwhere nearer the equator. It's just that near the equator it will be more uniform throughout the year. (And look at Europe on a map - Most of Europe is fairly far north, on par with most Canadian cities, and thus gets about the same sunlight, and they have plenty of solar powered stuff.)

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    16. Re:Snow powered? by raju1kabir · · Score: 1
      Montreal gets plenty of sun. Sure, in the winter the days are really short, but in the summer they're really long. Overall the amount of total time spent in sunlight year-round won't be that much different than for somwhere nearer the equator.

      That's handy; they can just put giant batteries in the parking meters to save the summer's electrical bounty for 6 months.

      --
      "Patriotism is your conviction that this country is superior to all other countries because you were born in it." -- GBS
    17. Re:Snow powered? by DunbarTheInept · · Score: 1

      It's below the arctic circle. They do get sun all year. The hours of sunlight, even in winter, are enough to keep the battery going. (Hell, if they can run a mars rover on MARS sunlight, then a friggin' parking meter on Montreal sunlight should work fine.)

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    18. Re:Snow powered? by subtropolis · · Score: 1

      ...they spend 5 months with their tops buried in a layer of snow.

      We're not talking about Baffin Island here. The sidewalks in Montreal remain quite clear. Lots of ice from the repeated freeze/thaw cycles, sure. But there's hardly parking meter-burying snowbanks all winter.

      --
      "Our interests are to see if we can't scale it up to something more exciting," he said.
    19. Re:Snow powered? by Enoch+Root · · Score: 1

      Hey. I said the TOP was covered by ice and snow; where the solar panel is supposed to be. I didn't say they were buried. And if you count first snowfall in November and snow melting in April... That's 5 months right there.

  7. Free Software by Coyote · · Score: 5, Funny

    Software should be free as in Free Parking.

    --
    My metamoderation cancels your moderation
    1. Re:Free Software by ciroknight · · Score: 2, Insightful

      Free parking too if you use a wireless jamming device ;)

      not that i'd ever do anything like that.......

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    2. Re:Free Software by sweetooth · · Score: 1

      I seriously doubt that the meter requires it to be able to connect in order to function. If I had to guess I would assume that it continues to run normally until it can connect (when you and your jamming device leave) and then it transfers any information it needed to. If there were a parking card that is inserted into these meters I would also guess that after a while they would figure out you were jamming the meters by simply correlating transmission outages to the id of the card used during the outage times.

    3. Re:Free Software by red+floyd · · Score: 1

      Do I get the money in the middle if I land on it?

      DISCLAIMER (yeah, I know it's a house rule).

      --
      The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
    4. Re:Free Software by Anonymous Coward · · Score: 0

      Free parking too if you use a wireless jamming device ;)

      If they're smart, they will immediately tend to a parking meter that is "out of order".

    5. Re:Free Software by Seahawk91 · · Score: 1

      Why go through all that trouble? My sledge hammer could jam it much better and for much longer.

    6. Re:Free Software by drinkypoo · · Score: 1
      I did not RTFA but presumably the meters have communications capabilities so they can report when they need maintenance and/or when they are full, and possibly to report usage statistics.

      In the case of a more complicated device, like a parking permit-issuing machine (which is not a meter, so I hope and presume that this story is not about them) it would have enough intelligence to carry on disconnected operation when the network is unavailable. such a machine would have subscription information, and could charge people parking there in disconnected mode whether they had a subscription or not (though subscription validation could be cached in a large device like that) and then refund later.

      Since parking meters are pretty simple devices all things considered, they could be designed to perform the basic tasks of a parking meter, which is to say updating a little number in response to specific inserted coins, even if the computer system in them had completely failed, as long as you had a system in there about as complex as the digital watches that they attach to a strip of paper and sell at (Foo's) Cheaper! stores and Texaco stations for $1.99, they could perform those simple tasks.

      In fact it would not be out of line to have separate subsystems for communications, processing, and meter-operation, and wake the main cpu from from sleep mode when you have something interesting to say, like someone has dropped a coin in the slot, or another node wants to communicate with us, or someone is beating the shit out of the meter with a crowbar. In fact if they did not design the system in this fashion, they should be ashamed of themselves.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:Free Software by a1cypher · · Score: 1

      Free parking as in, you dont have to pay? Or Free parking as in Monopoly where you get money for parking? I like the seccond option...

      Go Directly to jail. Do not pass go.. do not collect $200.

    8. Re:Free Software by ciroknight · · Score: 1

      well, if it's not connected to the network, you could simply alter any of the information on the device while it's disconnected. As for city officials immediately tending to a downed parking meter, down a few.. bring them back online quickly. It may look suspecious, but eh, coulda been anything.. a freak cloud or something..

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
  8. Re:Da welfare province, eh? by laurent420 · · Score: 0, Troll

    Here's some french for you: Fuck you, buddy!

  9. great. by garcia · · Score: 3, Insightful

    Centralized control enables city officials to adjust rates on the fly, for example raising the rates during sporting events, concerts, or other times of high parking demand.

    as if meters aren't expensive enough... We really needed someone to come up w/the bright idea to allow dynamic changes to parking meters.

    The last parking meter I parked at was 25 cents for 10 minutes. That's just nuts. This will just enable them to have meters that take credit cards forcing even higher rates.

    Want a way to stop people from coming downtown? Raise the rates on the meters even higher.

    1. Re:great. by On+Lawn · · Score: 0, Interesting


      Isn't it London that has some sort of tax for people traveling into downtown with a car? If I remember right they said it works wonderfully.

    2. Re:great. by Frohboy · · Score: 4, Interesting

      Montreal actually has an excellent subway system, and fairly narrow, busy downtown roads. (More European-like than any other city I've been to in North America.)

      As someone who learned to drive on the crazy downtown streets of Montreal, I feel I can happily endorse city's public transit. :)

    3. Re:great. by Anonymous Coward · · Score: 0

      yes, they do tax you for bringing your car downtown. Perhaps they don't care if people don't come. Here in the States cities get real upset when the downtown areas are not filled with people doing their thing...

      If you want to keep raising the rates and making it impossible to park in an area that is easily accessable to where you want to be you are going to find that people are going to stay in the suburbs.

      Also, here in the States, public transportation is not nearly as popular (or effective) as it is in Europe.

    4. Re:great. by delibes · · Score: 5, Informative
      You wimps! In London parking's 4 (about $7?) per hour. (Hey why doesn't £ work when I preview?)

      Parking meters in London

      London Congestion Charge

      The congestion charge has pros and cons. It seems to reduce traffic somewhat, generates money to be used for buses, and probably cuts pollution. Some argue it works too well, hurting businesses in the central zone, and some people are occasionally sent a fine for not paying the charge even though they never went near the central zone. It works by a camera trying to OCR the license plate. The recognition can go wrong, and the camera can take snaps of people who don't actually enter the zone occassionally.

      Still, personally I'm in favour of it - I don't drive in London because it gets in the way of my drinking.

      --
      This is not a sig
    5. Re:great. by Albanach · · Score: 4, Insightful
      as if meters aren't expensive enough... We really needed someone to come up w/the bright idea to allow dynamic changes to parking meters.

      Surely this is a perfect use of the market to determine price. We all accept that if we book a flight at an off peak time we'll get a cheaper price - why not the same for parking? Cities get busy during the day but are often quieter in the evening. What a boon for restaurants if parking can be set at $2 for the entire evening. If there's a big evening even on then $2 is too cheap - all the spaces will fill and chaos ensues, so adjust the rate to $4 an hour and encourage folk to take the metro / bus / taxi instead.

    6. Re:great. by ArsonSmith · · Score: 1

      Base it completely on economics. I think they should raise it to the point where it is very likely that you will find a parking space anywhere you want to pay for. With the dynamic ability they can adjust it by demand. slowly raising the price as the closer spaces are taken up then lowering it again when it begins to empty. If I want to pay $5 a minute to park within 30' of the front door I should be able to.

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    7. Re:great. by Keith+McClary · · Score: 3, Insightful

      We really needed someone to come up w/the bright idea to allow dynamic changes to parking meters. ...
      Want a way to stop people from coming downtown? Raise the rates on the meters even higher.


      Suppose you dynamically adjusted the rates so high that 10% of the parking spaces were always vacant.
      Then rich folks could always be sure of finding parking.
      Wouldn't that make downtown merchants happy?

    8. Re:great. by greed · · Score: 1
      The last parking meter I parked at was 25 cents for 10 minutes. That's just nuts. This will just enable them to have meters that take credit cards forcing even higher rates.

      You don't already have meters which take credit cards? Toronto's had those for a few years now--but we have to put the paper ticket on the dash. It seems silly putting $2 or $3 on your credit card, but it sure beats putting a $20 or $40 ticket on that same card because you didn't have any change handy.

      The real downside is that you can no longer use the 10-20 minutes left by the previous driver.

    9. Re:great. by Mr.+Flibble · · Score: 3, Informative

      as if meters aren't expensive enough... We really needed someone to come up w/the bright idea to allow dynamic changes to parking meters.

      The last parking meter I parked at was 25 cents for 10 minutes. That's just nuts. This will just enable them to have meters that take credit cards forcing even higher rates.

      Want a way to stop people from coming downtown? Raise the rates on the meters even higher.


      You ever tried to find parking in downtown Montreal during an event? Hell, there is a reason when I lived in Montreal I did not even bother to get my drivers licence. The transit system there is wicked, and you can get pretty much anywhere you need to with it. But parking in the downtown core? It was always a pain in the ass. There is just not enough parking there, hell, when I went back to visit, I parked on the outskirts and took the metro to get downtown. I saved time on the parking.

      Look at it this way - it is a tax on those who are too lazy to take the public transit system, which is better for the environment anyhow. With the amount of parking space that is there I have no sympathy for anyone who drives in circles around the St. Catherines St Laurent area looking for a spot.

      --
      Try to hack my 31337 firewall!
    10. Re:great. by jeffkjo1 · · Score: 1

      The problem is that no one will ever know how much money they need to carry. Considering that meters only accept coins, this further complicates the problem. Do you carry 4 dollars in quarters (or whatever they use in Canada)???

      I typically have a few coins floating around my cupholders and the floor of my vehicle, and when I have to use metered parking, I use those. Those that have to regularly park at meters know how much to carry. If the amount changes on a continuing basis, this will only tick people off.

    11. Re:great. by Delirium+Tremens · · Score: 1
      The last Valet Parking guy costed me two dollars for a 60 minute dinner.
      And the jackal moved my seat. I really hate Valet.

      I would have gladly paid 25 cents for 10 minutes just to avoid Valet.

    12. Re:great. by On+Lawn · · Score: 1


      Funny, I didn't think it was flaimbait or trolling when I wrote it. Nor did I think NPR was trolling when they reported it.

      I personally think a congestion charge is a good thing. Here where I live we have lanes we can use to bypass traffic, for a charge. As traffic increases that charge goes up. It is free however for people with more than one person in the car. Its so successful that they are widening it to equal to the number of "freeway" lanes.

    13. Re:great. by Anonymous Coward · · Score: 0

      dude,you need to visit more.

      downtown Montreal has wide streets like the rest of North America.

      Old Montreal has a few narrow streets. Only a few ignorant tourist assume all of montreal is like that.

    14. Re:great. by pete6677 · · Score: 1

      I'd be more concerned with someone outfitting a computerized meter to have auto-ticketing capabilities. As soon as the time expires, a picture is snapped of your license plate and a ticket is either printed out or mailed to you later. People would be remembering the good old days when all they had to worry about was the meter maids.

    15. Re:great. by U.I.D+754625 · · Score: 1

      Yeah, sounds like you've got it real tough there buddy. It must be hard to live under those conditions.

      --


      //Blessed are they that run around in circles, for they shall be known as wheels.
    16. Re:great. by T-Ranger · · Score: 1

      $4 would be two coins. When I have money at all, I frequently having > $10 in coin in my pocket.

    17. Re:great. by Anonymous Coward · · Score: 1, Informative

      We actually have one and two dollar coins which helps a little, but your point stands. That would be a pain.

    18. Re:great. by TheScottishGuy · · Score: 1

      they'll be Credit Card capable too, although i have to agree that the idea of not knowing how much parking will be at a given time is rather annoying.

    19. Re:great. by laird · · Score: 1

      "Surely this is a perfect use of the market to determine price."

      Combine this with RFID tags. Imagine...

      Me: Walking up to meter.

      Meter: Hey, you've got a date with you, and it's Friday night. I bet I could charge double for this spot!

    20. Re:great. by Anonymous Coward · · Score: 0

      Are you daft? He said he learned how to drive on them. I think that implies a little bit more than a quick weekend jaunt to Montreal, no?

    21. Re:great. by Anonymous Coward · · Score: 0

      The last parking meter I parked at was 25 cents for 10 minutes

      I heard from a friend of mine in Canada, and I think it was in Montreal, where some of the older meters will take a two pence and think it was a quarter.

    22. Re:great. by drinkypoo · · Score: 1

      Because further acceleration of the gentrification process is surely what the world needs.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    23. Re:great. by Anonymous Coward · · Score: 0

      Oh wonderful idea, separate the "haves" from the "have-nots" a little more, why don't you?

    24. Re:great. by king-manic · · Score: 1

      25 cents for 10 min too much for you? you musn't travel much. In some places on the beach in California it's 1 dollar US per 10 min.

      --
      "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
    25. Re:great. by Anonymous Coward · · Score: 0

      Business in the test areas all had very negative comments about these meters yet the city still went ahead and now can charge up to the three time for the same amount.
      Yup.

      since there is no meter, you have no idea if the spot is payed up like on the old style ones (who doesnt love finding a great spot and to top it off theres over an hour left on the meter?)

      and what pisses off most people is there is NO WAY to add time to the meter!!!If you go into a few stores put about 1 hour worth of money and decide, "Lets' stop for a coffee" halfway through your shopping, you cannot add time until the 30 remaining minutes empty out or add money for a whole new hour and lose your remaining time.
      Its pissed off a lot of customers of the small boutiques.

      The company says there is no other way to do it.
      I asked if they ever considered programming it in.
      Too expensive is their response.

      Now I know why...the legendary Linux support at work!!

      dale g.

    26. Re:great. by Anonymous Coward · · Score: 0
      The problem is that no one will ever know how much money they need to carry.

      Even worse, suppose they decide they need to change rates after you park? You park early for an event, and later the rates get raised to event rates. You return to find out that you have a parking ticket, because your three hours pre-event became 45 minutes during.

    27. Re:great. by PsiPsiStar · · Score: 1

      How is more expensive parking GOOD for resturaunts? I would think they would want going downtown to be as easy as possible so they have more customers. No parking IS encouragement to take the bus or taxi, as much as high prices are.

      --

      ___
      It's the end of my comment as I know it and I feel fine.
    28. Re:great. by Scrameustache · · Score: 1

      With the amount of parking space that is there I have no sympathy for anyone who drives in circles around the St. Catherines St Laurent area looking for a spot.

      People drive on St-Laurent?! I thought that was just a long, narrow parking area...

      --

      You can't take the sky from me...

    29. Re:great. by Anonymous Coward · · Score: 0

      Dynamic rates sound good... how about charging more as spaces fill up? "...Now taking bids for space C-17 starting at $5 for 7 minutes..."

    30. Re:great. by Anonymous Coward · · Score: 0

      No. I call bullshit. He did not learn to drive in Montreal. Else he would not be telling that.

    31. Re:great. by HermanAB · · Score: 1

      So you put money in for 1 hour, then they double the rate and you get a parking ticket after 30 minutes???

      --
      Oh well, what the hell...
    32. Re:great. by Anonymous Coward · · Score: 0

      25c/10 minutes is cheap.

      Try over US$4 per hour in Sydney.

    33. Re:great. by Technician · · Score: 1

      Want a way to stop people from coming downtown? Raise the rates on the meters even higher.

      Number one reason for urban sprawl. Wal-Mart and free parking near the edge of town. It becomes a new surburban center. Then downtown dies and the meters never go away. Nothing left but the down and out. Visit South Chicago for a prime example. The up and mobile left long ago.

      --
      The truth shall set you free!
    34. Re:great. by garwain · · Score: 1

      I simply park at a friends house in Longuail then take the metro in to Montreal. Save me a hell of a lot in parking, gas and time

    35. Re:great. by illtud · · Score: 1

      The last parking meter I parked at was 25 cents for 10 minutes.

      That's nothing. See this story in last week's Independent:

      "Nearby, off Oxford Street, there is what must be some of the most expensive weekday parking in Britain: Pay & Display at 1.20 for 15 minutes."

      Which at current exchange rates is about $2 (er, no $2.20... er $2.40...)

      [note to self - must stop making fun of piss weak dollar]

    36. Re:great. by ArsonSmith · · Score: 1

      10 parking spaces, 100 cars how do you propose we dish them out?

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
    37. Re:great. by dustmite · · Score: 1

      Simply this: In peak hours, demand exceeds supply. That is, there are more people trying to get into the restaurant than can physically be accomodated for the evening. Thus some people MUST be rejected anyway. So in order to maximise the restaurant's profit, they would want to reject the poorer people and select the richer people, who are (on average) going to order more expensive items in the restaurant (and are probably also e.g. less likely to e.g. pay with a bad cheque). Thus meter parking prices are adjusted to the point where they encourage only the more wealthy people to use them, but are not set so high as to chase away enough people that restaurant seating demand falls below supply.

  10. 200 MHZ and 64 MB RAM? by Anonymous Coward · · Score: 0

    How many cars do these things keep track of at once? Are Canadians really that bad at keeping track of how long they've parked?

  11. Hummm by RTPMatt · · Score: 2, Interesting

    Before people broke meters so they wont have to pay, now their gonna break 'em and take 'em home so they can use them!

  12. how hackable is something like this? by circletimessquare · · Score: 4, Interesting

    i'm not saying embedded windows is safer, i'm just wondering if someone could easily hack this system, it would be interesting if someone got free parking in the city

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
    1. Re:how hackable is something like this? by photon317 · · Score: 4, Insightful

      I'm sure someone will eventually notice an applicable remote exploit, it's bound to happen at some point. If they designed the embedded devices to be static (everything important on read-only roms, software upgrades to be done by running around to each one physically and replacing them), then as time passes the likelyhood of exploit will only grow and grow. If they designed them to be auto-updateable over the wireless network, then when someone finds an exploit before they manage to patch said exploit, they'll probably use it to re-install things their own way across the network, locking out further updates from the city, forcing the city guys to go out and manually clean out each machine by hand (erase/replace the flash storage that the OS and binaries was on).

      --
      11*43+456^2
    2. Re:how hackable is something like this? by Anonymous Coward · · Score: 0

      A man in the middle attack would be possible if you first sniffed and reverse engineered the packet contents, then bought your own ARM board equiped with solar panels, faraday caged the meter, and strapped your pseudo-parking meter in a tree above the real meter.

      MollyMaidMeterMan rolls by and see that everyone is paid up, "This system works great, I don't even have haul myself out of my buggy anymore!"

      Ahhh.. every can win!

    3. Re:how hackable is something like this? by noda132 · · Score: 3, Insightful

      ...forcing the city guys to go out and manually clean out each machine by hand...

      But with old-style parking meters, city guys go out and manually clean out each machine by hand every day.

    4. Re:how hackable is something like this? by iwadasn · · Score: 1


      mod this guy down. This has got to be the stupidest comment I've ever seen. If you have nothing better to do than hack parking meters, then go ahead. In addition, I'd love to hear exactly how you plan to get actual access to the thing, and what you intend to accomplish.

      I imagine the thing has at least tolerably strong wireless encryption (shoot the designer if it doesn't), and nothing to offer your average hacker, case closed.

    5. Re:how hackable is something like this? by photon317 · · Score: 1


      Well yeah, but they use minimum-wage skill-less people for that. Hand them the tools to reprogram the meter and send them out in their little trucks and watch the ensuing mayhem.

      --
      11*43+456^2
  13. Free linux boxes, crowbar not included... by Anonymous Coward · · Score: 0

    Wow, armored linux boxes with CF, AND solar power! So, how long before some enterprising "recycler" start ripping them off of sidewalks and putting them up on eBay? :)

  14. 800???? by Anonymous Coward · · Score: 0, Flamebait

    Why does every citizen of Montreal need three of these things?

    1. Re:800???? by Anonymous Coward · · Score: 0

      Actually, 800 isn't divisible by three. But I guess that's lost on you.

    2. Re:800???? by Anonymous Coward · · Score: 0

      As was the humor on you, and your troll on me.

    3. Re:800???? by donbrock · · Score: 1

      Of course 800 is divisible by 3 and the answer is 266.6666666666666666666666666666666666666667.

  15. Imagine... by FrYGuY101 · · Score: 5, Funny

    Imagine a Beowulf cluster of those! Hours of parking time could be finished in minutes!

    --
    "If we let things terrify us, life will not be worth living."

    - Seneca
    1. Re:Imagine... by lpangelrob2 · · Score: 2, Interesting

      Actually, if a parking meter can someday tell me wirelessly that it's unoccupied, that's not that bad an idea. :-)

    2. Re:Imagine... by lars · · Score: 2, Funny

      I don't get it. Aren't hours made up of minutes?

    3. Re:Imagine... by WARM3CH · · Score: 1

      And think of all those idle times! We can actually exploit this and run SETI@home on all of them!

  16. Sharpie Permanent Marker by kyoko21 · · Score: 5, Funny

    So what is going to happen when someone comes along with a thick black Sharpie Permanent Marker and mark the solar panel all black?

    1. Re:Sharpie Permanent Marker by Anonymous Coward · · Score: 0, Funny

      So what is going to happen when someone comes along with a thick black Sharpie Permanent Marker and mark the solar panel all black?

      They're going to get an ass beating, Montreal style.

    2. Re:Sharpie Permanent Marker by Rikus · · Score: 4, Insightful

      So, how about when somebody comes along with some chewed bubble gum and sticks it in the coin slots of the old parking meters? People are jerks.
      Maybe they could put the solar panels on poles?

    3. Re:Sharpie Permanent Marker by Anonymous Coward · · Score: 0

      We're talking about Montreal here, so they are more likely to get an ass rimming.

    4. Re:Sharpie Permanent Marker by strictnein · · Score: 0, Troll

      They're going to get an ass beating, Montreal style

      What, some snobby pricks come up and make fun of their clothing?

      Here's a tip fucktards: if you want to live in France... live in France!

    5. Re:Sharpie Permanent Marker by Anonymous Coward · · Score: 0

      I think you're confusing Montreal with the fruit capital of Canada. Now go brush your teeth fruit cup.

    6. Re:Sharpie Permanent Marker by LoudMusic · · Score: 2, Funny

      So what is going to happen when someone comes along with a thick black Sharpie Permanent Marker and mark the solar panel all black?

      I would assume they have a monitoring system via their wireless connections.

      "I haven't charged in two days. Something must be up. Bird shit on my solar pannels?"

      The meter maids will now be equipped with WindeX.

      --
      No sig for you. YOU GET NO SIG!
    7. Re:Sharpie Permanent Marker by greenegg77 · · Score: 1

      Wouldn't that be a violation of the DMCA somehow? (Why not, everything else is..)

      Oh, wait - Canada's not a state yet. Forgot about that.

      --
      --- This .sig for sale - $500 OBO.
    8. Re:Sharpie Permanent Marker by Anonymous Coward · · Score: 0

      I'm quite surprised by all these posts. Toronto has had these meters (or similar) for at least a couple of years and they work fine. People are not confused at all by them. You put some money in and a little paper ticket comes out with your expiration time. Enforcement is still done manually by looking at the paper ticket on the car dashboard.
      The argument about complexity is not quite right either.One complex machine is substituted for about 20 of the less complex ones. You only need to collect from 1 machine instead of 20 and only when the machine tells you it is full (the networking bit).

    9. Re:Sharpie Permanent Marker by Halfbaked+Plan · · Score: 1

      Rustoleum is cheaper, per applied quantity.

      Little pots of driveway coating (very durable tarlike material) would work well, too.

      --
      resigned
    10. Re:Sharpie Permanent Marker by zCyl · · Score: 1

      Maybe they could put the solar panels on poles?

      That'd be great until a smarter moron comes around with a marker on a pole.

    11. Re:Sharpie Permanent Marker by Anonymous Coward · · Score: 0

      I live in Poland. I resent the idea that we should be used to carry solar power units for your parking convenience.

  17. Re:Okay... by Anonymous Coward · · Score: 5, Funny

    ...but does it run Windows?

    You'll know they switched when you come to Montreal and the streets are bathed in an eerie blue light.

  18. This is all well and good but... by Anonymous Coward · · Score: 0

    ...do parking meters _reall_ need to run Linux? What was wrong with the convential variety?

  19. Re:Da welfare province, eh? by Anonymous Coward · · Score: 0

    Hey froggie, quiet down eh

  20. Simple and Reliable by 511pf · · Score: 5, Insightful

    Parking meters are simple and reliable. Nothing like taking something that just works and replacing it with something else that is infinitely more complex, break-prone and expensive. Besides which, people will never use these things successfully. "Put coin in slot next to car" is as smart as people are. Seriously. People are going to pay for the wrong parking spots, pay too much money, and so on. Bad idea.

    1. Re:Simple and Reliable by bear_phillips · · Score: 3, Informative
      Nothing like taking something that just works and replacing

      Where did you get the idea that old style parking meters "just work." Many are based on a wind up mechanism for the timing. They are notorously inaccurate. There is a reason people switched from wind up watches to digital watches.

      --
      http://www.windmeadow.com/
    2. Re:Simple and Reliable by nEoN+nOoDlE · · Score: 1

      Isn't paying too much money part of the plan? But yeah, "put coin in slot next to car" is as smart as people are. I live in an area where a lot of the meters have been replaced with 1 machine that you have to put money into, print a receipt and put the receipt on the windshield of the car. I can't even count the number of times tourists are standing around the machine asking "How does it know where I'm parked?" when the instructions are as plain as day on the machine.

      --
      Don't trust a bull's horn, a doberman's tooth, a runaway horse or me.
    3. Re:Simple and Reliable by The+Gline · · Score: 1

      "There is a reason people switched from wind up watches to digital watches."

      Yes, you can stiff people forever for watch batteries.

      --
      Honorary Member of Jackie Chan's Kung Fu Process Servers
    4. Re:Simple and Reliable by DrCode · · Score: 1

      These sound like the ones in use in Portland. What I like about them is that they take credit cards. So you insert the card in the slot, select the # of hours you want, and then it prints a sticker that you put on the inside of your windshield. This means that there only needs to be one of these devices for several spaces.

    5. Re:Simple and Reliable by Sir_Dill · · Score: 2, Interesting
      What about stations in multi-spot lots? These have been around for years and are capable of taking several forms of payment including ATM cards and Cash. As of yet there hasn't been a deluge of idiocy from the unwashed masses paying for the wrong spot etc.

      This is nothing new. As a matter of fact its a more efficient way to handle it. Instead of one meter to every spot there is one meter per block or so. I don't know what the going rate is on a traditional parking meter but I guarantee one more expensive unit is cheaper than 20 lesser units......when you figure the maintenance costs and the costs involved in emptying said units. It takes less time for the metermaid to check, therefore more time they have to be checking the other units. It makes more efficient use of thier time. With the addition of roadbed sensors the parking meters could alert the metermaids to violators whose time has run out but the vehicle hasn't moved, resulting increased revenue from parking offenders.(not likely but an option)

      There is the additional benefit where people can use alternative methods for payment. Having to put a quarter in a machine sucks....but if I can pay 2 dollars for an hour with my creditcard...it doesn't seem like that much. Its the same psycology behind pokerchips at a casino. Separate the value from the currency and people are more likely to spend more. Its on the card....I can pay for it later. P) Not saying I like the idea, but your basis for calling it a bad one is kind of unfounded. Look at it from the view of the City. Politics aside...the goal is to make money from parking.

    6. Re:Simple and Reliable by swb · · Score: 1

      There are a number of places, including, I think New York City that now don't have parking meters, they have a box that takes coins, cash or credit cards and spits out a receipt you're supposed to be put on your dash indicating you've paid.

      The nice part is that you CAN use credit cards and buy a longer period of parking than you can typically find in coins in your car/pocket.

      The old mechanical meters we used to have in Minneapolis could be jimmied, and sometimes in the winter, actually be *frozen* if you put water into the mechanism.

    7. Re:Simple and Reliable by oogoliegoogolie · · Score: 1
      They are notorously inaccurate.

      They are accurate enough. We're not measuring time down to the millisecond here, or down to the second, or even to the minute. Put in your $1 for 60 minutes and you know you have 10-30 minutes of extra time until you get a ticket, so if the meter is off by a few minutes it is irrelevant.

    8. Re:Simple and Reliable by noda132 · · Score: 1

      Parking meters are simple and reliable. Nothing like taking something that just works and replacing it with something else that is infinitely more complex, break-prone and expensive.

      Old-style parking meters are mechanical. As anyone can tell you, a machine with moving parts is infinitely more break-prone than a machine with no moving parts.

      Not to mention, it does cost the city a hefty amount to hire people to go and empty out meter after meter all day. And it's not all that easy for the ticket-writers to see the red flag on a parking meter. Or to know by heart which parking meters are broken and thus should be ignored and not ticketed.

      Parking meters are simple, but they're not reliable and they have many, many disadvantages.

      People are going to pay for the wrong parking spots, pay too much money, and so on. Bad idea.

      These machines have been in Montreal for -- what -- a year now? I haven't heard of anyone ever paying for the wrong spot. And honestly, it's just as easy for people to put money in the wrong spot with regular parking meters, if they're not placed perfectly or cars are parked slightly out of position.

    9. Re:Simple and Reliable by tUrBzY · · Score: 1

      People are going to pay for the wrong parking spots, pay too much money, and so on.

      Isn't this exactly what the city wants?

      --
      --tUrBzY
    10. Re:Simple and Reliable by Anonymous Coward · · Score: 0

      Actually, this isn't very new. They've had those machines running on some streets for over a year now, and I for one welcome our new linux-parkometers overlords.

      Kidding aside, they're really great machines. They work just as well as regular parkometers but don't require you to lug around a bunch of quarters and loonies when you go downtown. The merchants should also be pleased that they don't get a few dozen non-customers asking them for parkometer change every day.

  21. Solar powered? by FedeTXF · · Score: 2, Interesting

    I wonder how many sunny days and how many actual sunlight hours those park meters get in Montreal. Specially in winter. How big are the panels? Mars probe technology is being deployed?

  22. Detroit parking meters by millahtime · · Score: 3, Interesting

    Detroit is rolling out high tech ones too

    1. Re:Detroit parking meters by Anonymous Coward · · Score: 0
      Detroit is rolling out high tech ones too

      Detroit would have to pay me to go there and park!

  23. exploits... by Neotrantor · · Score: 2, Interesting

    so like... how long till theres an exploits to get free parking?

    1. Re:exploits... by Pizentios · · Score: 1

      I was thinking the same thing....heh, but i doubt there'll be any kind of ports (besides the ones to put money in) that you could plug a computer/device into.

      --
      -Pizentios
    2. Re:exploits... by PalmerEldritch42 · · Score: 1

      They are wireless and internet aware. Just bring your laptop with you and it shouldn't be too hard to get in.

      --
      Ceci n'est pas une sig.

      :wq!

    3. Re:exploits... by Kiryat+Malachi · · Score: 1

      GPRS, not wifi.

      So... bring your cellular base station with you and it shouldn't be too hard?

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  24. Re:as usual... by guitarded · · Score: 0

    Then why the fuck are you on here?

  25. PDF Mirror by MrRuslan · · Score: 1

    The link to the story: http://www.narvakitchens.com/linux.pdf and a link to the device profile: http://www.narvakitchens.com/profile.pdf :)

    1. Re:PDF Mirror by nerdyH · · Score: 1

      Moderators: this violates LinuxDevices.com copyright. Please mod this out of existance. Thanks, Editor, LinuxDevices.com

    2. Re:PDF Mirror by MrRuslan · · Score: 1

      I was not aware that this violated the copyright until I noticed that there is original link or copyright notice on the page...I will take it down.

  26. it would be cool... by foQ · · Score: 4, Interesting

    it would be cool if you could pay for your car online if a meeting runs long or something. other than that, this seems like more of a waste of money and raises the risk of them getting stolen. stealing the old fashioned ones is cool, but stealing a bunch of portable solar computers would be bad-ass!

    1. Re:it would be cool... by Ctrl-Z · · Score: 1

      Just curious ... how do you steal one of the old parking meters? And what do you do with them? I have no intention of actually stealing one. Actually, I can't think of where to find one in town off the top of my head.

      --
      www.timcoleman.com is a total waste of your time. Never go there.
    2. Re:it would be cool... by OrangeTide · · Score: 1

      hack saw at night (you have to take turns with your buddy cuz your arm will get really really tired). you'd think someone would call the cops but no, they would rather just ignore the problem until it goes away. you can usually find stolen parking meters for sale at flea markets.

      What do you do with these old things? I have no idea, some people collect them. Although legitimately obtained ones are probably worth more to collectors.

      --
      “Common sense is not so common.” — Voltaire
    3. Re:it would be cool... by Halfbaked+Plan · · Score: 1

      A large pipe cutter would probably be faster, and far quieter. And the standing pipe left behind wouldn't be a hazard.

      But don't they use hardened steel for the pipe?

      --
      resigned
  27. Re:Cluster by Anonymous Coward · · Score: 1, Funny

    I would have modded you up. Maybe that's why I never get mod points. :)

  28. Solar powered by thebra · · Score: 1

    parking meter, whats next solar powered cars?

  29. Intro from Cool Hand Luke? by janbjurstrom · · Score: 1

    Reading the blurb, did anyone else think of the intro scene in Cool Hand Luke?

    Harvesting for a cluster :)

    --
    668.5
    1. Re:Intro from Cool Hand Luke? by Anonymous Coward · · Score: 0

      Indeed, I did recall that scene.

    2. Re:Intro from Cool Hand Luke? by JasonMaggini · · Score: 1

      "What we have here is... failure to wirelessly communicate!"

    3. Re:Intro from Cool Hand Luke? by Oggust · · Score: 1
      Yeah. So that was what he was doing, collecting a cluster.

      /August

      --
      "An object declared as type _Bool is large enough to store the values 0 and 1." -- 6.1.2.5, C99 standard.
  30. spare MHz? by Janek+Kozicki · · Score: 5, Interesting

    few hunderds of spare 200 MHz ? I wonder if their administrator will resist the tempation of installing disturbed computing client (like seti@home, or distcc >;-)

    --
    #
    #\ @ ? Colonize Mars
    #
    1. Re:spare MHz? by libra-dragon · · Score: 1

      Probably not a smart idea when relying upon solar power and a small backup battery.

    2. Re:spare MHz? by U.I.D+754625 · · Score: 2, Funny

      Whats a disturbed computing client? Help, the init has gone postal!!!

      --


      //Blessed are they that run around in circles, for they shall be known as wheels.
    3. Re:spare MHz? by Anonymous Coward · · Score: 0

      Interesting nick. Feel sorry for all those cancer-cocks though...

      --libra-snake ;)

      (a golden-libra-dragon, on the other hand, would be pretty cool)

    4. Re:spare MHz? by drinkypoo · · Score: 1

      Certainly when the battery reaches 100% charge you could let it run until it approaches 95% or so with no negative impact on operating the devices, unless running a charge cycle like that will harm the battery. Based on weather reports, and when cloud cover reaches specific meters which will be shown by a corresponding reduction in output from the panel, you can stop them as power output is expected to decrease. I'm not sure how much processing power it will really yield, but personally I'd use it doing ever-more-elaborate statistical analyses of any and all data retrived from the meters.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    5. Re:spare MHz? by /dev/trash · · Score: 1

      Oh man. I could drive around get all my Gentoo boxes up to date so much faster.

  31. Re:Da welfare province, eh? by Anonymous Coward · · Score: 0

    I dunno.. that was pretty goddamned funny.

  32. Looks good by rokzy · · Score: 1

    imagine one which has a plan of the entire parking lot (one floor only if multistorey) and you push your spot to pay. saves the (minor) hassle (in UK) for those where you get a sticker and have to take it back to your car and put it in the dash.

    combined with a CCTV (improved security) it also means that if you run out of money license plate read so a fine can be charged (payable upon return or higher fine if later through post).

    reading plates also allows for tracking of stolen vehicles.

    I give you... the parking meter that saves the world!

    (coming up... privacy fundamentalists who shriek in horror and demand to be anonymous at all times no matter what)

  33. In Canadian Montreal by twbecker · · Score: 1, Funny

    A Beowulf cluster of parking meters imagines YOU!!!

    --
    "The problem with internet quotations is that many are not genuine" -Abraham Lincoln
  34. iPAQ 3600 by Aindair · · Score: 1

    It sounds about like an iPAQ 3600. 32MB of flash, and 32 of Ram - 64 MB.
    Sounds about right, and based on my limited past experience with Familiar http://www.handhelds.org you are going to need that ram.

    So yeah to answer someone elses question you could no doubt run Wince on this thing.

  35. And the reason is? by BrodyVess · · Score: 5, Insightful

    I have a parking meeter "obtained" from the storage room of my local municipality about 20 years ago. They had been out of service for 10 years, and installed 10 before that. Old enough that you could buy 8 minuites for a penny, anyway. Now, when I was playing with it as a kid- it still worked. Heavy as hell, was death on toes, but it still worked. In 40 years, where will these be? How will they be safely disposed of?

    Just like touch screen voting, this seems like a "because we can" application of technology. Sometimes there's no reason to replace what works. The old steel parking meters are quite literally bulletproof. I simply cant imagine any reason that makes networked meters any better.

    Of course, when I moved to DC I sold my car and bought a bus pass, so what do I know?

    --
    No one expects the Spanish Inquisition!
    1. Re:And the reason is? by dbIII · · Score: 1
      The old steel parking meters are quite literally bulletproof.
      Think of it as a case mod.
  36. Are they complying with the GPL? by Anonymous Coward · · Score: 0

    Are users being given the option of download the source code?

    1. Re:Are they complying with the GPL? by Kiryat+Malachi · · Score: 1

      Is there a reason why a parking meter application wouldn't be userland, not tightly linked to anything GPL, and therefore have no requirement to be GPLed?

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    2. Re:Are they complying with the GPL? by noda132 · · Score: 2, Insightful

      Are users being given the option of download the source code?

      The GPL requires disclosure of source code upon request of people who have acquired the binaries. Most Montreal residents don't have the binaries, so they aren't entitled to the source code. If the city itself bought the program (and the parking meters aren't being run through a proxy company such as the parking meter manufacturers), then the city is entitled to source code.

    3. Re:Are they complying with the GPL? by Anonymous Coward · · Score: 1, Interesting

      The article mentions kernel modifications. Specifically, they had to make significant changes to the power saving routines in order to meet their solar/battery power limits. When you're mucking around in the kernel, you're tightly linked to the software.

      However, as mentioned above, if I make changes to a kernel for something I'm selling, the only people I have to distribute source code to are my customers. This is important, and often overlooked, since plenty of people also, kindly, allow free downloads of source code for their GPL projects. This, however, is not because the GPL requires it. It's because they consider everyone their customer.

      Businesses like this distribute their products to a handful of organizations. They must include the source code, or an offer for the source code. They do Not have to make source code downloadable on their website, or even offer it to people Not buying their product.

      Naturally, though, if you were to buy their product, request and obtain their source code, you are fully within your rights to redistribute that code freely to others, in compliance with the GPL. You can put it up for download on your website, or you can, in turn, only make it available to your customers, ad nauseum.

  37. Re:Da welfare province, eh? by democracy · · Score: 1

    As we say in French, get bent! ..!..

  38. How soon... by Anonymous Coward · · Score: 0

    How soon before they get hacked and become the largest distrubuted WiFi Quake server?

  39. Re:Da welfare province, eh? by Anonymous Coward · · Score: 0

    I hate to generalize, but at least Quebecers aren't inbred, whacked out hicks who have sex with animals.

  40. Linux and ARM technology - Cool! by sibdib · · Score: 2, Insightful

    I remember way back in the day, a full set of support for PDA hardware and software was available. Digital was licensing the technology in order to develop the StrongARM (1995/6 for the 200Mhz version IIRC - got a Palm on my desk that's powered by one of those). ARM didn't have quite the same profile in embedded systems markets in those days, but they were certainly aware of the potential of their CPU: the ARM6 was the first CPU they specifically designed for embedded applications.

    Interesting that it's now powering digital parking meters - running Linux no less!

    1. Re:Linux and ARM technology - Cool! by Halfbaked+Plan · · Score: 1

      I remember the ARM-powered Net Winder. One of the bigger Linux hardware flops. From Corel!

      --
      resigned
  41. Re:as usual... by Anonymous Coward · · Score: 0

    Pssst: it's an Anti-Slash crapflood. Pay it no mind and let the 0tt0-m0dz deal with it.

  42. hack it by millahtime · · Score: 1

    "Centralized control enables city officials to adjust rates on the fly, for example raising the rates during sporting events, concerts, or other times of high parking demand."

    So, they are wireless and running Linux. We need some geek sporting fans to hack it and lower the price during sporting events to say $0.00.

    1. Re:hack it by Keith+Russell · · Score: 4, Funny
      ...lower the price during sporting events to say $0.00.

      That would be nice for Canadiens games. But if you want me to attend an Expos game, you'll have to set the parking meter to pay me.

      --
      This sig intentionally left blank.
    2. Re:hack it by Glonoinha · · Score: 1

      Wireless handheld solid state device running Linux. Cost the city $7,000 apiece, secured to a steel pipe by a three dollar MasterLock.

      Why didn't they just make the damn things out of gold? Probably be cheaper and less likely to get stolen - hell I am nowhere near there and I am tempted so I can only envision the local haxors just salivating, waiting for these things to roll out in mass quantities.

      I can't wait for the online tutorials describing how to format the drives and reinstall a fresh copy of the OS for home use. Actually what I am waiting for is the list of off the shelf components that these things are comprised of, only to find out that they use about $300 in parts and get sold to the government for $7,000 the next day.

      --
      Glonoinha the MebiByte Slayer
    3. Re:hack it by Distinguished+Hero · · Score: 0, Troll

      But if you want me to attend an Expos game, you'll have to set the parking meter to pay me.

      Sorry, but it had to be done.
      In Soviet Canuckistan...

      --
      Uttering logically derived and empirically supported truths to the disciples of the orthodox establishment.
  43. Overkill by Quebst · · Score: 3, Insightful

    Isn't this just a bit much for a parking meter? The more simple a solution, usually the better. There would be a reduction in moving parts with using the new devices, but I don't think that and the network idea are enough to justify this. The fact is the more complex things are made, the better chance of something going wrong. Even in the article they mention having to fix a bug. What will happen when another bug starts shorting people ticket time and they have to deal with a mob of angry car owners? Solar power is good and all, but has it ever been used successfully on such a project? It looks like politics took control and pushed special interests ahead of common sense. At least they're not running Windows PM special ultra extreme .NET software.

  44. Instructions by Atario · · Score: 3, Insightful
    1. Go to meter at 3am (no sunlight...power down)
    2. Cut open computer's chamber
    3. Attach your favorite distro on HD/CF/whatever
    4. Attach battery
    5. Log in
    6. Have fun with the parameters
    7. If credit cards are accepted...Profit!
    --
    "A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
    1. Re:Instructions by Jobby · · Score: 1

      Go to meter at 3am (no sunlight...power down)


      Here's hoping these people haven't heard of batteries.

    2. Re:Instructions by sahonen · · Score: 4, Interesting

      I dunno about you, but most parking meters I've seen have been made out of nice, solid metal to keep people from breaking in and taking out the change. I think these meters would be built the same.

      Also, they would probably have batteries to keep them running during periods of no sun... Otherwise, free parking on cloudy days, or you put in your money, come back and have a parking ticket because a cloud passed over the sun and reset the meter.

      --
      Make me a friend and I'll mod you up
  45. Where is the soruce code? by David+Hume · · Score: 4, Interesting


    The Device Profile states, "The stations run a Linux distribution that 8D developed in-house." Where is the source code? I searched:

    8D

    http://www.8d.com/

    But couldn't find anything. How can we efficiently build on 8D's work to build a better, competitive parking meter without the code?

    1. Re:Where is the soruce code? by Anonymous Coward · · Score: 0

      they don't have to release the source code to you unless they distribute the binaries to you

    2. Re:Where is the soruce code? by Kiryat+Malachi · · Score: 1
      3. You may copy and distribute the Program (or a work based on it,
      under Section 2) in object code or executable form under the terms of
      Sections 1 and 2 above provided that you also do one of the following:

      a) Accompany it with the complete corresponding machine-readable
      source code, which must be distributed under the terms of Sections
      1 and 2 above on a medium customarily used for software interchange; or,

      b) Accompany it with a written offer, valid for at least three
      years, to give any third party, for a charge no more than your
      cost of physically performing source distribution, a complete
      machine-readable copy of the corresponding source code, to be
      distributed under the terms of Sections 1 and 2 above on a medium
      customarily used for software interchange; or,

      c) Accompany it with the information you received as to the offer
      to distribute corresponding source code. (This alternative is
      allowed only for noncommercial distribution and only if you
      received the program in object code or executable form with such
      an offer, in accord with Subsection b above.)


      There is no GPL requirement to publicly post source code *if* the source code is included with the distribution of the object code. They also can't restrict anyone buying one of their meters from redistributing it.

      But they are not required to distribute source to anyone other than those whom they distribute object code to.

      Now, since much of the value of their system is in their userland parking applications and their hardware, neither of which are required to be GPLed, it'd behoove them to release any kernel/toolchain mods they might have made to all and sundry, but they are only *required* to release it to those who have the object code.

      So, if you really want to build a better, competitive parking meter... buy one of theirs, and redistribute it yourself. The GPL allows that.
      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
    3. Re:Where is the soruce code? by ciroknight · · Score: 1

      Write your own. I assume that 8D just used a stock linux kernel with no addon's, and wrote their own environment on top of it. But that's only an assumption...

      --
      "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
    4. Re:Where is the soruce code? by Anonymous Coward · · Score: 1, Informative

      Dude ever heard of a search engine? this query searches their domain for interesting stuff which yeilds:
      http //labs.8d.com/arm/
      this is toolchain which is IMHO all you need.

    5. Re:Where is the soruce code? by Vicegrip · · Score: 3, Insightful

      "Where is the source code? I searched"

      It looks like your making a joke, but I figured I'd mention this anyways as people seem to get confused at times about what the GPL demands of distributors.

      The GPL states their obligation for supplying the code is to those who receive their products and by inferrence to whom they have distributed the imbedded Linux binaries to.

      It looks like to get the code you're going to have to buy a traffic meter from them or ask for it from one of their current customers.

      --
      Do not spread "09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0" over the internet, thank you.
    6. Re:Where is the soruce code? by Anonymous Coward · · Score: 0

      So does my putting a quarter in make me a customer? :-)

    7. Re:Where is the soruce code? by Anonymous Coward · · Score: 0

      > So, if you really want to build a better, competitive parking meter..

      Certainly all the software items that use components licenced with the GPL require that the derivitive works incorporating these must comply with the GPL requirements. This certainly would apply to the Linux distribution itself.

      However, the actual application code that does the actual processing may be GPL free code. For example if it was compiled with the non-GPL version of Kylix and/or Qt then there is no requirement for it to give the source of that to anyone.

    8. Re:Where is the soruce code? by Kiryat+Malachi · · Score: 1

      You can comply with the GPL requirements by distributing the source when you distribute the binary to your customers. There is no GPL requirement for public distribution of source if the binary is not publicly distributed; however, you're enjoined from preventing a customer from redistributing publicly.

      --

      ---
      Mod me down, you fucking twits. Go ahead. I dare you.
      (I read with sigs off.)
  46. Darl's Comments by ptelligence · · Score: 5, Funny

    Excerpt from SCO's reactionary press release: "Anyone who parks at one of these meters is in effect using Linux, and therefore owes SCO $699 + 25 cents per half hour."

    -Darl

    Somebody e-mail me the free parking exploit

    1. Re:Darl's Comments by fiannaFailMan · · Score: 1

      I can see it now. Canadian dollar signs in Darl's eyes. *Ker-ching!*

      --
      Drill baby drill - on Mars
    2. Re:Darl's Comments by Anonymous Coward · · Score: 0

      I can see it now

      all of slashdot groaning at these sad pathetic Darl jokes.

      Give it up already, it's old, it's over.

      SHUT THE FUCK UP

      Thankyou.

  47. Ticket prices by Anonymous Coward · · Score: 0

    At least they can justify the high cost of tickets now...

  48. Amazing by almaon · · Score: 3, Insightful

    Normally any conversation taking place about technical advancements of parking meters is usually left to the pub with the intoxicated...

    But alas here I am... sober.

    What I wonder is, being able to use your cell phone to pay for your parking fare on such a possible UBER METER, would it also SMS or phone you to nag you that your time is almost up and it's time to "feed" the meter?

    Anyone that remembers pay toilets is surely dieing for info on state-of-the-art bleeding edge toilet tech. Anyone have any info on computerized pay toilets?

    1. Re:Amazing by kisielk · · Score: 1

      Actually, here in Vancouver BC, the city is planning to do just that. Their parking meters are already on a wireless network and have been for some time. Essentially they are planning to have them work such that you will call up a number on your cell phone, and it will bill you your parking time. When your time is about to expire, the system will call you and ask if you want to renew.

      I was surprised to learn that the meters are already networked, and the infrastructure is already in place. In fact, right now the parking attendants carry around PDA-type devices that monitor the status of all the meters so they can easily find out who has not topped up lately.

      Incidentally, the whole pay by phone thing is being implemented because as of late many people have been tampering with the meter coin slots by putting in a piece of paper or something else to block the coin slot. Then when a customer goes to pay for parking, they drop their coin in but it never goes in all the way and thus they don't get parking time. The crook then comes by with a thin magnet and pulls out the coin. Apparently the jamming in of the paper or whatever it is they are using tends to damage or break the meters leading to costly repairs.

      Instead of continuing to waste money on repairing meters, the city has decided to go for this wireless pay system, which I think is a good idea.

    2. Re:Amazing by Halfbaked+Plan · · Score: 1

      The crook then comes by with a thin magnet and pulls out the coin.

      Coins in the U.S. have not been magnetic since WWII. And then, only cents, in one year of issue, were magnetic.

      I don't think there have ever been magnetic Candian coins (I may stand corrected by someone more familiar with the history of Candian coinage).

      Are you sure you're not citing some sort of snopes article?

      --
      resigned
    3. Re:Amazing by kisielk · · Score: 1

      Well, it was on the news for several nights in a row. They might not have been entirely accurate as to how the thieves were pulling the coins out.

  49. Reason for an Upgrade by millahtime · · Score: 1

    I can understand a reason for some of the upgrades. Like how many people keep change on them anymore. It's all plastic. I always have the hardest time when that happens cause all I ever have is a lot of pennies on me.

  50. Wow by Senjutsu · · Score: 3, Insightful

    You had a 40 year old parking meter that would let you add more time to it from any other parking meter in the city (rather than having to run across the block/campus/city to that particular parking meter)? And the city could dynamically adjust the rates for a given area of the city in order to curtail congestion patterns??

    That's incredible!

    1. Re:Wow by Anonymous Coward · · Score: 0

      I love your sarcasm! Don't you just enjoy hearing people talk in a faux-incredulous voice to respond to an argument? Doesn't it remind you of those integrity-rich politicians, who do the same exact thing? I feel like I'm in the debate club again -- what a wonderful, socially well-adjusted bunch of guys they were!!

      Please post some more! I'd love to read your amazingly well-thought-out reactions!

    2. Re:Wow by Jagaast · · Score: 1

      i agree with the parent poster. i used to be amazed by all the "wireless-cam-in-your-fridge-to-reorder-your-milk" applications, but they really don't seem to be worth the trouble. not for a long while anyway. right now, i wouldn't trust or need anything to do that, and i think it would be way more trouble than it's worth to implement this "pay from any meter in the city" thing. i mean, why? if you want to go that far, just have pre-pay, or let it charge you extra on the card you already gave it at a pre-agreed rate.

      i mean, really, where is this all going? is it really that incredible? or unnecessary. the more slashdot i read, the more i literally think of the starving children all over the world.

    3. Re:Wow by drinkypoo · · Score: 1

      If the money that went into these parking meters went into a hole in the third world if it weren't spent on this particular thing that would be one thing, but it isn't. It's spent on something else in the US. Unless you're proposing a world dictatorship where goods shall be redistributed to the needy and people will work only out of ethics or fear, because otherwise it's easier just to sit on your ass, this is going to be true for the forseeable future.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:Wow by Senjutsu · · Score: 1

      You've obviously never had to sprint all the way across a large campus in the scant break between classes in order to feed more quarters into a meter. While pre-pay or auto charge meters are also worthy ideas, neither of those are achievable with a 40 year old parking meter either, are they?

      In that sense, you no more agree with the parent than I do.

  51. So..... by AndroidonPPC · · Score: 1

    it's a zaurus with a coin slot? yes it plays ogg files. how else would it make the "nyuk nyuk" sound everytime someone got a parking ticket?

    well, the city of montreal could generate revenue for the project by selling cpu time on a very large parallel processing machine.

    and as always, cyclist park for free.

  52. parking tickets by Barbarian · · Score: 5, Interesting

    Sounds like these meters will automatically tell the parking officer when your time is up. They could even combine them with pavement sensors and photo recognition (or RFID!) in the future to automatically ticket you.

    1. Re:parking tickets by IpSo_ · · Score: 1

      Why bother ticketing when the time expires?

      Let me swipe my credit card, and have it bill me to the exact second my car leaves the stall.

      Save money on tickets, ticketing officers, complaints, and time!

      --
      Open Source Time and Attendance, Job Costing a
    2. Re:parking tickets by Dun+Malg · · Score: 3, Informative
      Why bother ticketing when the time expires? Let me swipe my credit card, and have it bill me to the exact second my car leaves the stall. Save money on tickets, ticketing officers, complaints, and time!

      Actually, they make more money writing tickets, even taking the cost of employing people to write tickets into account. As for time and complaints, I've never seen a municipal office that wasn't perfectly willing to let you waste your time complaining to them... :)

      --
      If a job's not worth doing, it's not worth doing right.
    3. Re:parking tickets by inKubus · · Score: 1

      Actually, they make more money writing tickets, even taking the cost of employing people to write tickets into account. As for time and complaints, I've never seen a municipal office that wasn't perfectly willing to let you waste your time complaining to them...

      Not to single you out, but this statement really brings up an interesting sheeplike tendency that we all seem to have--the acceptance that when the government is maximixing "profit" like a corporation it's ok to not have the most efficient solution. I mean, really, since when is the fucking parking bureau's goal to make money over simply regulate the parking supply in an efficient manner? There are hundreds of examples throughout the government but really, it doesn't make sense. The practical solution would be a computerized parking system that can really help parking problems in the city. It would be simple to enforce maximum parking restrictions, even if people "roll" up a spot or around the block. There are dozens of benefits. Really, we should be coming up with solutions to minimize the number of parking patrol people, who burn fuel, etc. and minimize tickets written which cost money to process. The problem is that there is a pipeline of power in any government organzation, and the more inefficient a department, the more money they get to control and thus the director and employees are paid more. It just seems like they don't work for us people anymore. *sigh*

      --
      Cool! Amazing Toys.
    4. Re:parking tickets by Dun+Malg · · Score: 1
      Not to single you out, but this statement really brings up an interesting sheeplike tendency that we all seem to have--the acceptance that when the government is maximixing "profit" like a corporation it's ok to not have the most efficient solution.

      Heh. I'd call it "cynical acceptance" in my case. Since I live in a city as huge and bureaucratically inefficient and corrupt as Los Angeles, the amount of effort required to effect change in the system is far beyond my abilities to provide.

      --
      If a job's not worth doing, it's not worth doing right.
    5. Re:parking tickets by Barbarian · · Score: 1

      Why bother ticketing when the time expires?

      Let me swipe my credit card, and have it bill me to the exact second my car leaves the stall.


      Well, often when they put up parking meters, they don't want people to park there for very long. That's why the meters usually have a one or two hour limit. They'd still ticket people for being there too long.

  53. Re:Built upside down.... by strictnein · · Score: 1

    Boston's used to it. It happens there every year come October.

  54. Centre bell by markan18 · · Score: 1

    They should deploy them around this place. There will be a lot of cars around here for weeks to come so they can charge a premium.

  55. Forget solar... by Anonymous Coward · · Score: 1, Funny

    Forget about solar power...they should be working a meter that runs off of exhaust fumes and bum urine for Boston.

    I'm sure the boys at MIT are working on it right now...

    1. Re:Forget solar... by Anonymous Coward · · Score: 0

      Yeah, at least these are renewable resources!

  56. Wireless eh? by elleomea · · Score: 2, Funny

    Let's go warparking!

  57. Solar-powered? by Short+Circuit · · Score: 1

    So they're going to have to arrest people who block the solar panels, right?

  58. Close. by Anonymous Coward · · Score: 0

    Oh, lemmie guess... Seattle.

    Close.... Redmond. They don't seem to have much "light" there either.

  59. Do they Play OGG? by freeze128 · · Score: 1

    Yes, but you have to insert some money....

  60. Fucking retard horsepower overkill. by Anonymous Coward · · Score: 0

    Show me this cant be done with a Commodore 64. Seriously.

    WTF.

  61. Taking prisoners?! by Cougem · · Score: 1

    Oh I see, as soon as the story's about Linux we provide google caches because we don't want to /. the site that promotes our beloved OS into submission?

    PPFTTT /. takes no prisoners, what's happening?!?

  62. Anyone know? by adamofgreyskull · · Score: 1

    I've got a Zaurus, if I developed a C app for it and bundled it in an ipk, would it work on this parking meter? It's running the same speed StrongARM 1100 processor and it uses the ipkg format, and it's running a 2.4.* kernel...I can't think why it wouldn't

    Just curious is all :o)

  63. Potential Application by GillBates0 · · Score: 4, Insightful
    Meter maids can cruise for violators using ruggedized Intermec handheld devices inside their vehicles. The devices have built-in city maps on which paid spots are green and unpaid spots are red.

    I would like them to come up with a device (or a GPS plugin or whatever) which would show me the empty parking spots available in a radius around my current location.

    I would think most people who work/commute downtown and don't want to pay monthly parking fees would be willing to shell out big bucks for such a feature.

    Certainly beats crawling around the roadside for hours trying to find a parking spot.

    --
    An Indian-American Hindu committed to non-violent thought/speech/action alarmed by the global explosion of radical Islam
    1. Re:Potential Application by Trillian_Angel · · Score: 1

      I don't see why they would pay big bucks for such a feature. If it costs too much, its cheaper to just get monthly parking.

      Though, I do know what some lots charge down in MTL... however, if the unit costs more than 2-3k, its cheaper just to get a monthly parking spot.

      Then you can gloat to your unlucky friend that hahahaha I have a parking spot and you don't...

      But seriously, the amount for a GPS find-a-parking spot deal versus monthly parking... monthly is better. Especially once you consider cost of searching for a spot, plus having to pay for the spot in the first place.

      --
      -- RJ
    2. Re:Potential Application by Anonymous Coward · · Score: 0

      I would like them to come up with a device (or a GPS plugin or whatever) which would show me the empty parking spots available in a radius around my current location.

      I would think most people who work/commute downtown and don't want to pay monthly parking fees would be willing to shell out big bucks for such a feature.

      Certainly beats crawling around the roadside for hours trying to find a parking spot.


      This type of system has been implemented in certain parking garages. BWI has recently installed sensors over certain parking spots in the hourly garage. When you drive around the garage, small LCD signs tell you how many spots are available in each row. I found it quite useful and convenient. It might be hard to do something like that outside of a garage, though.

    3. Re:Potential Application by Anonymous Coward · · Score: 0

      St Louis Lambert Airport already has lights to lead you to a free parking spot...

    4. Re:Potential Application by DragoonAK · · Score: 1

      I've been in a few fancy parking lots where each level has a sign advertising how many remaining parking spots it has. It's very handy.

      However, I'm not convinced that it'd work that well on a city-wide scale. I also expect that once a system like that exists, the fee for parking will become dynamically assigned according to supply-and-demand, similar to the proposed Coke dispensers that charged more when it's hot.

  64. Not cool from city's point of view by Atario · · Score: 4, Insightful

    They don't want you paying the meter like you're supposed to. If you do, they only get 25 cents per 15 minutes or whatever (which would be a maximum of, what $24 per day? Even if they are in force 24 hours, which few are?). If you fail to pay, and the meter-maid spots it, they get $25 (or similar). They get more (possibly far more) for one ticket than for a whole day of good little parkers.

    This is why there's often a short maximum total parking time limit -- gotta have turnover. The more people park, the more tickets have a chance of getting written.

    This is also why you see news stories every now and then about people who go around feeding other people's meters getting arrested or otherwise harrased. These Helpy Helpertons cut down on revenue.

    Municipalities don't want obedience, they want money. The parking-meter scam is but one method.

    --
    "A great democracy must be progressive or it will soon cease to be a great democracy." --Theodore Roosevelt
    1. Re:Not cool from city's point of view by mjfrazer · · Score: 2, Interesting

      In Toronto they have similar meters that print out paper tickets. They only use their wireless connection to process credit cards though, the meter maids still walk around to inspect the slips of paper on the dash boards and issue tickets.

      The benefit of the Toronto system is there is never any residual time on the meter. If you pay for 2 hours because you only have a $2 coin and then drive away after 20 minutes, the next guy gets no free time.

      I guess the Montreal folks determined that they'll make more money from the increased speed in finding non paying parkers than they would have with the overpayment scheme that Toronto has.

      Bastards.

    2. Re:Not cool from city's point of view by OrangeTide · · Score: 1

      How do they make you pay? I still owe parking tickets in Berkeley. It's been perhaps four years since I last heard from the city of berkeley about them. I actually live in a different county so maybe it's harder for them to force me to pay. I don't know.

      I don't think in this state they can suspend your driver's license or anything for parking tickets. And they don't put those wheel locks on your car either. Perhaps they will impound your car if they notice it? I just assumed that since they didn't even send collectors after me that they didn't want thier money that badly.

      --
      “Common sense is not so common.” — Voltaire
    3. Re:Not cool from city's point of view by Keith+McClary · · Score: 2, Informative

      How do they make you pay? I still owe parking tickets in Berkeley. It's been perhaps four years since I last heard from the city of berkeley about them. I actually live in a different county so maybe it's harder for them to force me to pay. I don't know.

      I don't think in this state they can suspend your driver's license or anything for parking tickets.


      Where I live they get you when you renew your plates. I'll mention that to Arnie next time I see him, he can use the money.

    4. Re:Not cool from city's point of view by SacredNaCl · · Score: 2, Interesting

      Municipalities don't want obedience, they want money. The parking-meter scam is but one method.

      The scam in my city is "street cleaning days". In the 20 years I've lived here I've seen an actual street cleaning machine on my block only once. Yet up to 60% of the parking spaces will be unavilable on any given day due to street cleaning revenue enhancement. The might as well just issue a parking permit, charge $200 for it and be done with it. It would be cheaper for those of us whom work nights.

      --
      Freedom is merely privilege extended unless enjoyed by one and all.
    5. Re:Not cool from city's point of view by Delusionner · · Score: 2, Insightful

      absolute nonsense... ok yeah, an infringment (hmm not sure about that translation.. it's a ticket :) ) pays more than one day of parking fees. but did you know only one of those "old fashioned parking meter" pays the city about more than 5000$ yearly? and how many of those are there around the city? They do so much the job in revenue thing that they tend to install more in places which are illegal. now that's where the real infringments come; if you get caught for parking your car less than 5 meters away from the stop line, you get something like a 200$ bill to pay because you used the city's parking lots. It's a quite common knowledge here in MTL that streets look more like an old rocky terrain than like the butiful streets they have in ontario. The minister plans to better the condition. But he does this by replacing parking meters which in many people's opinion should be a lot less urging than completely rebuilding most of the streets. It may have a benefit in the long term but looking at how things work with the government here, it may as well say that the streets will always stay with the 8 inches wide and 4 high holes.

    6. Re:Not cool from city's point of view by slackerboy · · Score: 1

      Some cities (Northampton, MA and Troy, NY as I recall) turn over the unpaid ticket to a collection agency. The agency then tracks you down.

      --
      Things to do today: See list of things to do yesterday
  65. For the price of a roll of duct tape... by SCSi · · Score: 2, Funny

    You and your friends can park for free!*

    *Certain conditions apply, results vary on battery power, may not be claimed in the United States of America.

  66. Prime target for a crack by Anonymous Coward · · Score: 0

    if you need change to use a phone, or something

  67. Another reason to steal parking meters... by puppetman · · Score: 4, Interesting

    In greater Vancouver, we have dodgey characters that drive around with hacksaws, decapitating the meters for the change inside. A thousand dollar parking meter gets destroyed for $40 in change.

    In Montreal, it will be geeks with hacksaws. Rather than being tossed into a lake, the parking meters will show up in a home-built robot.

    1. Re:Another reason to steal parking meters... by KJE · · Score: 3, Insightful
      Ok, has anyone actually RTFA? Take one look at the picture of the machine, and then tell me you'll be choping it up with a hacksaw.

      This mostly comes from the poster calling it a "Parking Meter" when it is more like a "Parking Pay Station".

    2. Re:Another reason to steal parking meters... by OrangeTide · · Score: 2, Informative

      It looks easier to chop up than a real parking meter to me. Traditional parking meters are mounting on a pipe of thick wall steel, they just bend a little if you slam into them at 35mph with a truck. And take forever to hack saw.

      That parking meter looks on par with a telephone circuit box. you could probably take it out with a chain and a chevy. It looks less imposing than an ATM.

      Of course an angle grinder would be the best bet. then you can just open it up like a tin can, take the parts out you want and not have to deal with all that large bulky incriminating evidence.

      --
      “Common sense is not so common.” — Voltaire
    3. Re:Another reason to steal parking meters... by Anonymous Coward · · Score: 0

      A home-built girl robot.

    4. Re:Another reason to steal parking meters... by Bo'Bob'O · · Score: 1

      Yes, but it'll require 25 cents an hour (Canadian) to run.

    5. Re:Another reason to steal parking meters... by Halfbaked+Plan · · Score: 2, Informative

      It's possible that it has one of those big heavy pipes running clear through it. It's even more likely that if it doesn't at first, it will after a short period of time.

      Do you recognize how noisy angle grinders are? Hopefully you will before you go at it. You'd not even be able to hear the squad car approaching if it had the siren going.

      --
      resigned
    6. Re:Another reason to steal parking meters... by chainsaw1 · · Score: 1

      Except that the stations also include credit card payment. Assuming the cc numbers aren't stored in the actual machine, you're likely to reap less reward if you are going for the available cash inside. One post in a different thread says (Portland's?) parking cash on the new machines is 50% credit cards.

      The only way it would be profitable is if there are CC numbers or a signifigant amount of currancy for making change inside (and assuming it isn't in a better armored box within the machine)

      --
      - Sig
  68. Re:Real world vs. fanboy fantasies by Pizentios · · Score: 0, Flamebait

    well arn't we a stupid person. Please list these "serveral independant reasearch companies", and also check into who funded this reseach...i bet my last dollor that M$ name is all over the cheques. Just because a company says there a "independant research company" doesn't mean that it's so. Also, what hardware was this tested on? for all we know, the windows boxes could have been the lastest and crazyest tech out there, while the linux boxes could have been running on some pile of shit 486. Also, do you even know what the fuck the definition of a hacker is? here's a stupidity link for you: Here Besides, how do we know that your even telling the truth about you certs? for all we know you could be some kind of 12 year old kid that read somthing somwhere and wants to sounds smart. So next time that you go posting shit like this, post some links to back yourself up. PS: I know several people that barly made it out of highschool that in my opinion (in the professional world) could run circles around you. nuff said.

    --
    -Pizentios
  69. Re: seem like a lot of RAM. by nomel · · Score: 4, Funny

    where do you think it holds all the quarters?

    .

  70. Parking meters are not more reliable by neile · · Score: 4, Interesting

    There was an article in the Seattle PI today about Seattle's plans to do this exact same change:

    Up to 80 parking meters are out of service on any given day, Krawczyk said. The pay stations are much more reliable.

    The article also talks about how Portland made the same switchover, and the successes they had:

    "They've worked wonderfully for us," McCoy said, adding that "Seattle people have been down here on a number of occasions" to study the Portland pay stations. Portland's pay stations have been less expensive to maintain than the oft-malfunctioning meters. And the credit cards have reduced the costs of handling coins, he said. "From a customer perspective, having the ability to make card transactions has been the big benefit down here," he said. About 50 percent of Portland's parking revenue now comes via credit cards.

    Neil

  71. From TFA: by adamofgreyskull · · Score: 2, Insightful
    Centralized control enables city officials to adjust rates on the fly, for example raising the rates during sporting events, concerts, or other times of high parking demand.
    So I guess it's *possible* to hack the thing...
  72. Why by CastrTroy · · Score: 2, Insightful

    Seems to me they had parking metres before the days of Linux and IC's. Why the hell would you need an operating system on a parking meter. Sounds like a big waste of money to me. I think the mechanical ones would be a lot easier to maintain. People just have to make everything so damn complicated nowadays.

    --

    Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
  73. Achilles Heel of These Parking Meters by ortcutt · · Score: 5, Funny

    Just try getting those things to play sound. Even parking meters that ran Windows 95 could find the sound card with no problem.

    1. Re: Achilles Heel of These Parking Meters by zbrimhall · · Score: 0

      That's just cuz they don't make drivers like the used to!

  74. It is a POS? by Anonymous Coward · · Score: 0

    From the article:

    What's inside the box?
    8D's "ECO" wireless POS device
    Integrating its POS technology with the existing device proved to be one of the challenges for 8D. According to CTO Jean-Sébastien Bettez, "We are a software company. We had to acquire expertise in this new hardware environment, to work with the buttons on the keypad and the card reader. We had to make it work the same as before, so users find no difference from the old one."


    lol, the equipment is a POS, of course it was a challenge for them get it to work

  75. Friendly??? by NineNine · · Score: 1

    I love this quote:
    ...Linux people are very friendly people."

    I nearly shot beer out of my nose when I read this. I want to know who he's been talking to, so I can get Linux actually working on my machines!

    1. Re:Friendly??? by greenegg77 · · Score: 1

      Bah - You and that Langa guy must be in cahoots. Everyone knows that Linux is perfect and the user community is super friendly.
      Why, just last week me, Linus, and RMS installed Linux on an old PDP-11, and it found the sound card! Let's see Windows 95 do that!

      --
      --- This .sig for sale - $500 OBO.
    2. Re:Friendly??? by Halfbaked+Plan · · Score: 1

      That wasn't a sound card. It was a dot matrix printer, and the only song it could play was a monotonic rendition of The William Tell Overture.

      --
      resigned
  76. Let ths sniffing begin!! by ferralis · · Score: 1
    I can think of all kinds of fun tricks to play with these... *evyle grynne*

    Ok, now back to our normally law-abiding citizen...

    --
    Any generalization is a stupid one.
  77. POS? by Dan667 · · Score: 1

    Good thing they cleared up what they ment by POS. With all the nit wit things I see I immediately thought it stood for something else...

  78. Why not use Wi-Fi? by Anonymous Coward · · Score: 0

    Why don't they use Wi-Fi. GPRS costs money, which means that the telecom operators will have their finger in the pie too. This will make parking even more expensive...

  79. Re:In Montreal by Anonymous Coward · · Score: 0

    in soviet russia the street crashes you!

  80. rain delay - slashdotting postponed. by slittle · · Score: 1

    England. Aparently, the headline in The Mirror was "Darking Meters" :)

    --
    Opportunity knocks. Karma hunts you down.
  81. $2,000,000 parking fees at a hacked meter! by Cordath · · Score: 1

    One can only presume that the use of a wireless network will allow users to swipe their bank card or Visa and then run off to do their thing. When they return and drive away the meter will notice the car is gone and their bill will be automatically paid. There will be no more leaving the stall with 40 minutes left on the meter because you didn't know how long you'd be! Likewise, you won't pay for 45 minutes and come back 47 minutes later only to find a ticket under your wiper.

    Of course, you can bet that if these meters rely on wireless communication they're going to wind up being hacked by drunken geeks on a regular basis. Some might be dumb enough to hack a meter they personally park at. Some who are slightly smarter will infect the system with a virus that gives everyone free parking. However, sooner or later someone is going to hack the meter network to charge $20,000 per minute, and someone is going to have a heart attack when they get back from watching a two hour movie and see what their bank is about to be charged the moment they drive away!

    1. Re:$2,000,000 parking fees at a hacked meter! by Cordath · · Score: 5, Funny

      Here are some more fun hacking ideas:

      -Program the meters to play "We're into Money" in beep tones whenever somebody swipes their card.
      -Program the meter to prompt the user to find out what class of car they drive. If it's a SUV, the meter will refuse to let them park because the gargantuan heap blocks out the sun the meter needs to run.
      -Program the meter to randomly scramble PIN numbers that users input.
      -Program the meter to randomly pop up Microsoft error messages. We wouldn't want parking meters to give Linux a bad name now would we?

    2. Re:$2,000,000 parking fees at a hacked meter! by Anonymous Coward · · Score: 0

      it's we're IN THE money, schmuck, not we're into money.

    3. Re:$2,000,000 parking fees at a hacked meter! by Feyr · · Score: 1

      if you read the article (i know, i know) you put in cash in it and get time (like an usual parking meter) BUT you can refill it from any station if you remember your parking id

    4. Re:$2,000,000 parking fees at a hacked meter! by Halfbaked+Plan · · Score: 1

      the gargantuan heap

      -Program the meter to melt the tires of bicycles chained to or near it.

      --
      resigned
  82. Re:Da welfare province, eh? by Anonymous Coward · · Score: 0

    Hey! Quit talking about France that way.

    Ribbit!!!

  83. Next at 11... by asr_man · · Score: 1

    City auctions event parking spaces on ebay.

  84. Re:Okay... by failedlogic · · Score: 1

    And, better yet, there's no warning!

  85. Re:Okay... by subtillus · · Score: 2, Funny

    you mean like near the sex shops?

  86. Re:Coolest week ever! by Anonymous Coward · · Score: 0

    You're actually on the team? Koivu is that you? Or are you just a stupid ass fan? In that case, you didn't do shit.

  87. image the possibilities... by Mindcry · · Score: 1

    i could run doom, quake, mechwarrior 2 etc on that thing... wow... maybe someone should steal some for clustering ;)

    be kinda cool to throw spare cycles from such things into a supercomputer... they'd have spare ram, cycles, and wireless, right? the streets themselves could help with some cumputations, though i imagine the overhead of the mesh network would kill its effectiveness, it's still kinda cool to think about how (in the future) a parking meter could help find a cure for cancer or whatever though...

  88. Cool, but... by consolidatedbord · · Score: 1

    does it run...

    Oh crap, it does

    --
    while true ; do echo this is my sig; done
  89. Less street clutter by Xibby · · Score: 0

    One nice thing about these in other cities is you don't clutter the sidewalk with a meter every car length. You park your car, walk 1/4 to 1/2 a block, pay the machine and get a ticket to stick on your car. That's how I've seen it done in other cities anyway. In cities with narrow sidewalks & streets, getting rid of all those posts makes a noticable difference both in appearance and usability/capacity of the sidewalks.

    --
    I'm going to go back in my box and will think within the limits of my box: MS Sucks Linux Good I read too much Slashdot.
  90. let see them survive by Anonymous Coward · · Score: 0

    A Montreal winter....

  91. Hacking Doesn't Solve The Real Problem by Anonymous Coward · · Score: 0

    What good is the hack if there isn't a space to be found? ;)

  92. Meters? Feh. Use your cell phone! by Anonymous Coward · · Score: 1, Informative

    There's a company called Verrus that lets you call a phone number on parking meters and enter how many hours you're going to park for. Touch tone stuff. Low tech. Freaking works great though. Cool thing is... you can call back in to extend your time remotely.

    It doesn't actually talk to the meter at all, so basically these are just stickers you can paste anywhere to charge for parking. Ahahah, a landlords dream! The meter maids (or meter dudes) walk around with their own phones (WAP? J2ME?) to check that you're paid. Anyways, seems to me this has to be cheaper than some freaking rocket science parking meter that's more complicated, vandal-prone, buggy, etc. One PDA patrols a helluvalotta parking spaces.

    I've actually used this thing in Seattle and Vancouver. They had a WAP service and it was alright, but I ended up using the touchtones. My experience the first time was actually pretty painful. You have to enter your Visa # once and your license plate(s), but then it uses Caller ID and a PIN for when you call back in the future.

    Keep your WiFi/WAP/Bluetooth/RFID. Gimme touch tones!

  93. Q Temperature? by 4of12 · · Score: 3, Interesting

    Solar powered is great, but what happens when those Montreal winters come blasting?

    Most batteries don't fare well as the temperature plummets towards -40, either.

    --
    "Provided by the management for your protection."
    1. Re:Q Temperature? by OrangeTide · · Score: 1

      Maybe they don't park their cars in the winter...

      --
      “Common sense is not so common.” — Voltaire
  94. Linux meters? Heh. by Anonymous Coward · · Score: 0

    All your parking-space are belong to us.

  95. Linux used in US Open Tennis Championships by patmc · · Score: 1
  96. Re:Da welfare province, eh? by Anonymous Coward · · Score: 0

    Woops, you misspelled "Alberta" there, billy bob.

  97. Re:great. -- that's a MINOR benefit. How about... by pohzer · · Score: 2, Insightful

    That's a MINOR benefit. How about all the other stuff that sells the management on deploying this technology like:

    - expired meters signal the agent to stop by and ticket. No more walking around checking every meter.... Super efficient way to raise revenues

    - weekly/monthly stats of spaces highlight the areas of highest overtime parking incidence. Again, super efficient means of tagging and collecting revenue.

    - stats reveal where meter feeding is commonplace, actual park time, and help set time limits based on actual usage. Again, super efficient means to more revenue.

    - stats indicate effectiveness of foot agents in monitoring meter use and citing violators.

    - "Average Time past exiration before ticketed" and "number of overtime cars who got away before being ticketed" come to mind as new performance metrics for metermaids of the 21st century.

    and on and on and on..... Remember people, it's all about money.

  98. You guys aren't getting it by Un+pobre+guey · · Score: 1
    All of you folks complaining about overkill are behind the curve on this. Yes, having a computer as powerful as an early Cray in parking meters sounds completely asinine. The word "overkill" isn't even close, it sounds like apples and oranges.

    But it isn't

    That powerful little bastard is the pattern for the immediate future. As one poster mentioned, you probably can't even buy less than 64 Mb at a time, or even a slower cpu and save any significant amount of money. Go to the store and find a 32 Mb flash RAM card. The 64 Mb ones will be off the market by this time next year.

    Ladies and gentlemen, some time ago, we passed an important milestone and didn't pay it much attention. Very powerful computers are so cheap today, that there is now no point in using anything less powerful in even the most banal appliances. Parking meters are now Cray-class UNIX boxes. Deal with it.

    And this is only the beginning.

    1. Re:You guys aren't getting it by juhaz · · Score: 2, Interesting

      You are quite badly wrong if you assume from availability of DIMM and Flash cards at PC stores that small memory and flash do not exist any more, same slow CPU's.

      RAM and flash measured in _bytes_, CPU's under 10MHz continue to sell a lot. And yes, they are quite a bit cheaper than something like these (which seems to be basically guts of a high-end PDA)
      Of course you don't find any of those at store, they don't belong there, they are embedded system components, found at electronics store, not something you pick up from shelves at wallmart.

      As whether or not you'll save a "significant amount of money" depends mostly on the volume, $10 vs $50 CPU is't much of a difference if you're building one unit and design costs far overweight everything else, but if you're making a million of 'em, that's a lot of cash. There's a place for everything.

  99. Sounds good to me. by WaterDamage · · Score: 2, Interesting

    The previous posts are right on the money as far as the potential usefulness, and cost savings of these meters.

    1 . I could see it as very useful especially if they program these up to send SMS messages to your cell phone when time is about to expire and allow you to recharge the meters via your cell phone.

    2. Turn them into potential advertising machines. The LCD screens can run mini commercials on a small screen and generate more money for the city. I can also see this as a perk, you get free parking for watching the ads and responding to the questions just to ensure you're really watching the ads.

    3. Have them accept smart cards or credit cards only. This would eliminate the need to hire people to manually go to each meter and collect money out of them.

    4. Set them up to take a picture of your plates when your meter runs out they could just send you a parking ticket to the address of the vehicle's owner. This could save money by eliminating parking enforcement officers and making easy money for all those expired meters that enforcement officers never catch.

    The cool possibilities are endless. I just hope that they figure out a way to keep them secure from people like me and the rest of the /. hacker community.

    1. Re:Sounds good to me. by Warlok · · Score: 1
      Seattle (where I live) is putting in hi-tech parking meters as well, and I don't think they solve any problems from the user perspective.

      1. Can you imagine being in a store in a long line to check out and getting an SMS message that you've got 10 minutes to plug more money in the machine before the tow truck gets an SMS message to pick your car up? And how did they SMS me anyway - do I now have to provide a valid SMS address to park? How about bonding my BT phone to the meter? E-mail address? Mother's maiden name, just to make sure everything's "secure"?

      2. More ways to advertise? I'm all for capitalism, but I'm tired of being sold something by someone everytime I turn around.

      3. Use Smart cards or CC's only? What a wonderful way to continue to devalue the fiat currency we already have, and provide centralized tracking to commercial and government interests! What if I don't have a CC/SC to use? Where do I park then?

      4. Taking a picture of my car parked at a specific meter raises some big privacy concerns - does that mean the city now knows I was parked in front of meter CC11254/V, instead of CC42319/X which is two blocks over? How do I keep the city from defrauding me by sending out bogus tickets saying I was parked somewhere I wasn't? (Chicago reportedly did this in Illinois years ago) How do I know where the meter is located if I want to defend myself? Would knowing the identifying characteristics of the specific meter compromise the security of the meter network so much that I wouldn't be able to get that info, hampering my defense?

      I think this is a solution in search of a problem, or at least in search of people who think it's a problem. As much as I hate to say it (especially here), there is such a thing as too much technology. Just like the Segway solved the problem of walking, this solves the problems of collecting money for parking in the street. What's next - do we solve the problem of keeping our heads dry in the rain with an Itanium-based wireless web-service tied to local weather centers and humidity detectors on light poles, for a nominal service charge?

      --
      ...and you run and you run and you can't stop what's been done...
  100. 64MB CF? by Gothmolly · · Score: 1

    Cool, I could use some more cards for my (camera|PDA|Zaurus)

    --
    I want to delete my account but Slashdot doesn't allow it.
  101. Re:The truth how they work by Anonymous Coward · · Score: 1, Informative

    If they are what I think they are, here is how they work:

    It's not every single meter that is like that. It's a kiosk on a small block where you go buy parking time. Then you put the ticket in your car.

    The trick is that in theory, you buy more time than you need. But since you leave with the ticket, the next guy has no idea how much time is left. So the city gets to charge twice (or more) for a certain period of parking time.

  102. Detecting drunk drivers? by Quebst · · Score: 1

    Maybe they have some other reason to use so much power for such a simple task. For example, would it be that far of a stretch to add a breath test to these? Downtown bar areas could be fitted with a breath test easily, baring any sanitation issues. Other examples could be cameras. Not that "big brother" is going to be watching you, but what if your plate number is photographed when you park. Any warrents, unpaid tickets, etc could be linked up and they'd know where to find you. I'm sure I'm missing several other things, but there could be legitimate concerns that these devices could be used for more than their intended purpose.

  103. GPRS servers? by JVert · · Score: 1

    is GPRS open? For example could I get a radio server, set it on my roof and make cell phone calls through my home phone line?

    Imagine everyone who has free wifi giving out free cellphone service using their vonage account.

  104. It's all yours! by modecx · · Score: 2, Funny

    Seriously, that'd be okay with me!

    *grin* :P

    --
    Constitutional rights may be respected, repealed, or modified; but they must never be ignored.
  105. Annoying thing... by Gordonjcp · · Score: 1
    I used to live in the north-west of Scotland, on an an island. There was a ferry connecting this island, Skye, yes the one in the song, which cost a couple of pounds to get across. Then they opened a bridge.



    This bridge costs 6GBP (calling slashdot janitors, please fix the fucking HTML entities), each way. If you visit Skye, you need to pay nearly 12 pounds to cross, and cross back. If you are towing a caravan, you pay for the car and caravan separately, a total of 24GBP. Now, apparently this shouldn't affect tourism, Skye's main industry. But a 5GBP charge is supposed to stop people driving in the City of London? The arse has fallen right out of Skye's tourism-led economy in recent years, incidentally.

    1. Re:Annoying thing... by Anonymous Coward · · Score: 0

      I will be driving to Skye next month, but compared to the 1400 mile round-trip drive I'll be doing, the toll is as nothing.

      For people who live there, on the other hand, it's a ridiculously large amount, and it must do serious harm the tourist trade for day-trippers etc visiting from the mainland.

  106. Parking tickets in Montreal... by tarp · · Score: 2, Informative

    Did you know that Quebec is the only place in North America where an unpaid parking ticket will cause an arrest warrant to be issued?

    Pretty ridiculous if you ask me..

  107. why 200 mhz? by dnamaners · · Score: 1

    Seems to me even an adaptive parking meter able to be reprogramed needs little more advanced technology than the average cheap digital assistant combo calculator (probably should cost as much but lets not go there). I'd figure that that all solid state design would be easily solare powered as it needs much less than the 64M of ram alone in that 200 MHz system.

    "look two shinly dimes, ill trade you for that dull $20 bill"

    1. Re:why 200 mhz? by OrangeTide · · Score: 1

      Well the thing is when you buy a StrongARM or XScale you get access to a pretty decently priced LCD controller for pretty decent resolutions. There is only a couple dollar difference between 64M and 4M in a system like that when you take into consideration the availability of SDRAM chips in that size and that most of what you pay for these things is the labor to assemble them rather.

      The economics of computers are pretty weird. You can often buy a faster system for the same price or less with more memory when you take into consideration the expensive things like the prices of the periphals you will need. For example you could do 802.11 wireless on a 20MHz Z80, but it would be less expensive to do it on an embedded x86, ARM or MIPS because there are 1-chip 802.11 solutions that can interface these microprocessors directly. (rather than designing your own that would be able to talk to a Z80). Also something are common as ethernet is often placed on chip on these "beefer" systems and it ends up that it can be cheaper to get a processor that is 5-10 times faster just because of the pricing on external ethernet controllers for a slower cheaper processor.

      Places sell small runs of 200Mhz and 400MHz chips with 64Mb RAM for only $110 these days. Take the Gumstix for example. What's sad is a simular device based around a 33MHz DragonBall with 8M of RAM costs abou twice as a much.

      --
      “Common sense is not so common.” — Voltaire
  108. Where is the source? by wo1verin3 · · Score: 1

    yada yada i know if they didn't make any changes and then distribute it yada yada... but seriously, where is the source? This isn't like those people who post for no reason, I'm trying to figure out how to make my computer accept coins!

    1. Re:Where is the source? by Anonymous Coward · · Score: 0

      You, along with everyone else here, gets the source code to it when the product is distributed to you. The product is the parking meter. If you Buy Their Parking Meter, then they Must include the source code with it.

      If, however, you do Not buy their parking meter, you do Not get their source code. The GPL is very clear on this point.

      Once you Do buy it, though, you're free to share that source code with others in the same fashion.

  109. Command Line by hfolkers · · Score: 1

    Make these parking meters with only a command line for input, no mice so Win people are excluded, no 'smart' touchscreen so housewifes are excluded, only a commandline, I think there would always be a parking place for me.

  110. Hello Kind Sir by Seahawk91 · · Score: 2, Funny

    I am a Nigerian national who has approximately:
    500 to 800 wireless, solar-powered PDA's based on embedded Linux. These PDAs run kernel 2.4.19 on a 206MHz StrongARM SA-1110. Each system has 64MB of RAM. (Display not included)

    Saddly, they were imprisoned in metal cases by my dastardly cousin who sold them to the City of Montreal.

    If you would send me $1100 for a sledge hammer and airplane ticket to free my property, I would gladly repay you with half of my stolen goods.

    Please do not inform the authorities as they will most certainly move my property to another city.

    Please e-mail me at scams-r-us@upyours.com

  111. Finally a good reason to steal a parking meter! by OrangeTide · · Score: 1

    People have always been trying to damage or steal meters. But now we can steal them and run our webservers or whatever on them. This is great. So has anyone stolen one yet?

    --
    “Common sense is not so common.” — Voltaire
  112. They work well by Anonymous Coward · · Score: 0

    In Winnipeg, we have these solar powered parking meters installed in some key locations. They work well, it simple prints out a ticket, like a parkade, and you put it in your dash, if you need to renew, just put the ticket in the machine and drop in more $$$.

  113. -1, pun by PsiPsiStar · · Score: 4, Funny

    With its cache.
    *ba dum bum*

    --

    ___
    It's the end of my comment as I know it and I feel fine.
  114. Linus needs to get a parking ticket. by Mr.+Protocol · · Score: 1

    Linus Torvalds needs to immediately drive to Montreal and get a parking ticket at one of these things while eating poutine or something. The circular irony of that is just too wonderful to pass up.

  115. Parking Meter Overkill by salmonz · · Score: 5, Informative

    Hi,

    I work for Precise Parklink, the provider for the Toronto Parking Authority and many municipalities in Ontario and Western Canada. Our machines are solely based on a EPROM with very little data stored. Why would anyone need 64MB? Our machines also operate on GPRS GSM 'and' Mobitex, solar power, wireless, etc. There's no kernel, no flash card, and works great. One thing that would really impress me is if these Linux machines could accept debit, and most of all, if someone is able to hack it. Also, storing credit card data on a compactflash card garentees the data always exists, which is a bad thing if someone were to tamper with the machine. With our machines, the transactions aren't stored on the EPROM, but instead on RAM. If the machine is turned off or reset, the cc data is lost and the parker is safe from someone stealing their credit card number. Bottom line, the more advanced technology gets for parking meters, the more susceptable to fraud, bugs, and security issues.

    1. Re:Parking Meter Overkill by TEMM · · Score: 1

      They most likely use 64 megs of ram because, as mentioned earlier, it is probably the smallest (and cheapest) amount of ram that will work with their system. Also, they probably are using a kernel and software, as opposed to hardware to make the systems much more scaleable. A system with only hardware controls with no software would require the hardware itself to be replaced to change the functionality. Using software also allows them to use less expensive developers to develope the systems to be used. Who in their right mind would want to pay a company to develope BRAND NEW hardware when you can use an embedded linux kernel running on cheap and (for the most part ) COTS hardware.

  116. Re:Real world vs. fanboy fantasies by greenegg77 · · Score: 1

    I like it. Slam "opensores" but put your comment under the GFDL.

    I'll have you know that comments distributed under closed licenses:

    1. Have a 50% greater chance of being read,
    2. Generate more income than "opensores" documents,
    3. And inflame fewer people.

    This comment is licensed to you ("The READER"). You may read this comment one time free of charge, but for every read thereafter, you must remit to GreenEgg $.05 (US) for each read. This license is non-transferable. Void where prohibited, taxed, or restricted. You may not decompile, reverse-engineer, or redistribute this comment. You may quote portions of this comment without prior approval provided that: 1) you submit $1.25 (US) to GreenEgg, 2) This notice is included, in its entirety, following each portion quoted.

    --
    --- This .sig for sale - $500 OBO.
  117. Extra CPU cycles by raider_red · · Score: 1

    They're going to be doing next to nothing for most of the time they're deployed, so why not hack them to run SETI@home as a bacground process. They already have networking through GPRS, so there should be no trouble trading data with the SETI servers.

    --
    It's good to use your head, but not as a battering ram.
    1. Re:Extra CPU cycles by praxis · · Score: 1

      GPRS isn't cheap and would probably cost the city an significant amount of cash to do this. Which is not to say they shouldn't, since it's not *that* expesive or network intesive and does do something good for society. Part of the parking fees can go to run this effort. But I would think that something biological would be of better use and more tangible (justifiable for politicians).

  118. temperature? by Anonymous Coward · · Score: 0

    and these will work in montreal winter?

  119. is that really necessary? by Anonymous Coward · · Score: 0

    For a parking meter, I don't see the need for a microprocessor at all, let alone an operating system. Why not just an ASIC? I don't know what kind of features the thing boasts, though.

  120. hmmm by koan · · Score: 1

    Almost sounds good enough to steal....

    --
    "If any question why we died, Tell them because our fathers lied."
  121. Re:Friendly??? tis true by jdrake · · Score: 1

    find a slack ware user, and check out the blurb on distrowatch

    of slackware:
    Perhaps the best characteristic of this distribution I have heard is this: If you need help with your Linux box, find a Slackware user. A Slackware user is more likely to fix the problem than a user familiar with any other distribution.

    --
    "...and I am _not_ intoxicated... YET!" --John Wayne
  122. malice by Teclis · · Score: 2, Interesting

    Now, all you need to do is to get root access and never pay for parking again! I bet there would be a good buck in making a keychain which wirelessly adds time to your parking meter.

    --
    Never let your sense of morals prevent you from doing what's right. --Isaac Asimov
  123. spi = by Anonymous Coward · · Score: 0

    serial peripheral interface, not serial *programming* interface... and why the hell does a parking meter need this much power... it better run seti or some shit to use those extra cycles

  124. ooh ooh, i got one, i got one! by torpor · · Score: 1

    -Program the meters to randomly go "Joe Public, you are fined One Credit for violation of the pimp-diddy-diddy clause..." (Additional "Read-The-Article-And-Paid-Attention" Bonus: only do it whenever someone walks by...)

    --
    ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
  125. Had to be said by HangingChad · · Score: 1

    I for one welcome our new networked parking meter overlords.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
  126. GPRS? by merdaccia · · Score: 2, Funny

    Two words. War parking.

    --

    *blinking cursor*

  127. Easy to miss the COOLEST PART of this article... by flaneur · · Score: 1
    I was thinking a lot of the same things -- this is overkill, solar power ha ha, etc -- until I read this from the device profile:
    Customers can pay or add time using coins or credit cards from any payment station in the city, provided they remember the parking spot identification code marked on the panel in front of their parking spot.
    Sounds to me like you can add time to YOUR parking meter from ANY of the new parking meters in town. How cool/convenient is that?! I hate parking, walking somewhere, doing something that takes longer than expected, and then having to sprint back to my parking spot just to toss a quarter in the meter. Imagine being able to plug your meter from the closest meter to you...
  128. my new watch by rush22 · · Score: 1

    I just got a new watch it runs on Linux but uses a Windows emulator to display the time. It only needs a 2.4 Ghz processor with 256 MB RAM to work! There's also a USB port on it so I can upload the actual time by hooking it up to a real computer and connecting to the internet then going to the watch manufacturer's website and searching for my model of watch and then clicking download then saving the time file (cur_time_MDL-573BD.upl) (it's only 5 MB!!) and opening the transfer program and then clicking transfer then waiting a couple of seconds then pressing a special button on the watch and then it is DONE! How's THAT for progress! It even calculates the time it takes for me to download the file and adjusts AUTOMATICALLY!!! I can even make it look like a real watch with the Microsoft Theme Pack (or even an LCD watch (Go to Themes > Old School > LCD)

  129. What to do with the unused CPU cycles? by kc01 · · Score: 1

    The CPU would be pretty bored just running a parking meter. How about it running SETI@Home while the parking timer decrements? "And in other news, a Montreal parking meter located life in another galaxy today..."

  130. imagine beowulf of those ... by porky_pig_jr · · Score: 2, Funny

    metermaids ...

  131. not ads but.... by zogger · · Score: 1

    ...think what parking meters are connected to, their purpose. Cars. they regulate cars. Now think what they are putting in cars. NeoConStar devices and various RFID tags and other big brother doo dads. Sometime in the future I am guessing these same devices will keep track of WHICH VEHICLE parked there and for how long, etc, and add further data to the governments big data gathering and surveillance systems. That's why the system seems more robust than it needs to be, they are planning for it to do "more" sometime soon.

    1. Re:not ads but.... by fucksl4shd0t · · Score: 1

      Can you get a tin-foil car cover, by chance? I hear those block the signal from those RFID tags installed in all cars these days...

      --
      Like what I said? You might like my music
  132. How safe is the credit card data? by Anonymous Coward · · Score: 0

    I was wondering:

    Do those meters charge the cards wirelessly?
    If so, I hope they use decent cryptosystem that is hard to attack wirelessly.

    Or do they log the transactions in RAM for subsequent offline batch processing?
    Can someone steal this device and crack it to extract stored credit card numbers? If they store a lot of credit card numbers, it may become worth the risk to steal such a meter.
    --
    Just being paranoid...

  133. Old news in big cities by Anonymous Coward · · Score: 0

    This is old news to people living in large cities. Toronto already has these devices that take credit cards and print up your parking slip (rather than a small meter per spot).

    It sounds like overkill but what happens is that the city saves money cuz it needs less parking enforcement employees. All you need with this device is one guy in a car to drive by and check the stats wirelessly on the one machine. The old way, you have to check each meter for every parking space.

  134. I've got a question: by Guppy06 · · Score: 1

    WHY!?!?!

  135. money......... by sewagemaster · · Score: 1

    that's where the government spends tax payer's money. instead of fixing roads - which are full of pot holes, they spend it on new solar powered parking meters.

  136. Re: Occam's Razor by rush22 · · Score: 1

    http://zem.squidly.org/bsod/ It seems all those things worked fine before Windows...

  137. WHY? WHY? WHY? by atheken · · Score: 1

    kernel 2.4? WHAT!? why does EVERYTHING need to run linux? why does it need an OS as such, and how long until people start stealing them to "hack"?

  138. CF + Camera? by genericacct · · Score: 1

    I don't know of a recent camera that uses CompactFlash. Heck, few cameras even use SmartMedia anymore... it's down to SD/MMC, xD, and MemoryStick.

    1. Re:CF + Camera? by Total_Wimp · · Score: 3, Insightful

      Most pro and semi-pro digital cameras use CF. The primary reason for this is the very large amount of storage they can get in CF form factor, especially with a microdrive.

      The media you mentioned is strictly for the common folk (not meant as a slure: all my cameras use SD :-)

      TW

    2. Re:CF + Camera? by Anonymous Coward · · Score: 0

      Except the ubiquitous Canon cameras, they all use CF. The G2, G3, G5, Sxx series are very popular and almost by themself are enough to see to that CF stays around. All higher-end cameras also seem to use CF. CF is also not proprietary unlike most of the alternatives.

    3. Re:CF + Camera? by Technician · · Score: 1

      all my cameras use SD :-)

      Sorry to hear it. It's pretty expensive for the tiny write protect switch on the side. My new camera uses CF. Write speeds are not an issue because the cammera has a large buffer.

      --
      The truth shall set you free!
    4. Re:CF + Camera? by TheCrazyFinn · · Score: 1

      It's also about Transfer rates. When you want to shoot 8fps, even a 4MP camera needs some bandwidth and only CF can provide that bandwidth.

      --
      "You've got an invalid haircut" -Warren Zevon - Life'll Kill Ya
  139. Great in theory, bad in reality by mdfst13 · · Score: 1

    "2. Turn them into potential advertising machines. The LCD screens can run mini commercials on a small screen and generate more money for the city. I can also see this as a perk, you get free parking for watching the ads and responding to the questions just to ensure you're really watching the ads."

    This is one of those ideas that is great in theory but does not work in practice. One problem is that people who would rather spend time watching ads than pay for parking (or whatever) are not good targets for advertising. They tend to be light on money and heavy with time; advertisers want to reach people who are heavy with money and light on time.

    This is why advertisers love things like ESPN and the Super Bowl and hate commercial skip.

    1. Re:Great in theory, bad in reality by WaterDamage · · Score: 1

      True, some big Fortune 500 company with millions of dollars to spend on TV advertising will probably not care about running an ad on a parking meter. But, what about the stores and other businesses that the vehicle is parked next to? Most, are small private businesses that would love to get customers in the door.

      I run a small business and I think it would be a great idea to have the meter advertise my local business. I would very likely offer a discount or prize if they watch the ad and mention the promotional code from the meter. I think this would kick off a trend once other businesses catch onto this.

      Having the display show informational data like headline news, stock market data, etc. combined with ads would definitely get most people to at least peek at it for a few seconds. If you can at least achieve that, then the concept would be a complete success.

    2. Re:Great in theory, bad in reality by mdfst13 · · Score: 1

      Running ads is fine. Just don't expect the ads (with quizzes!) to pay for your parking. Parking meter ads make at least as much sense as ads on trains or buses or at a gas station (a BP near my parents does essentially what you want).

  140. That is called bloat by www.sorehands.com · · Score: 1
    That type of attitude is why we have word processors that type 40MB of ram.


    When I started programming, I was lucky to have 64k or ram. You young whipper snapper.

    1. Re:That is called bloat by Anonymous Coward · · Score: 0

      You should go see a gerontologist - it looks like you're forgetting how to make sense.

    2. Re:That is called bloat by torpor · · Score: 1

      Whatever. Its not bloat if it does the job its supposed to do, for the budget specified.

      Nowadays, embedded system isn't always "lean, mean, computing device", is all I'm trying to say.

      When I started programming, 4k of RAM was a -lot-.

      --
      ; -- the corruption of government starts with its secrets. a truly free people keep no secrets. --
    3. Re:That is called bloat by be-fan · · Score: 1

      Yep. You should check out the new generation of software-defined radios. "Embedded" in this case means multiple G4s, an embedded FPGA, and hundreds of megs of RAM.

      --
      A deep unwavering belief is a sure sign you're missing something...
  141. I think IBM uses these as well by digidave · · Score: 1

    Where we co-locate our servers in Markham, ON, IBM has these same (look the same, anyway) parking meters. It's the IBM location at 245 Consumers Rd, if anybody else can maybe confirm that they're the same ones.

    --
    The global economy is a great thing until you feel it locally.
  142. Can free software developers pay the meter? by Money+for+Nothin' · · Score: 1

    Can the people who earned nothing writing Linux, etc. afford to pay the parking meters on which their software now runs?

    Linux developer: The software is free-as-in-beer, dammit, why isn't the parking free too?

    Cop: What, are you retarded or something? Shut up and pay your ticket.

    Linux developer: But I don't have any money! I spent all my time writing software for free!

    Cop: Ask me if I care...

    Linux developer: Do you care?

    Cop: No.

  143. Re: just think what you could do with... by Ocelot+Wreak · · Score: 1
    ... a beuwolf of parking meters!

    -ocelot wreak.

    --
    "I figure you're here 'cause you need some whacko who's willing to stick his finger in the fan. So who are we helping?
  144. Oh the irony by focitrixilous+P · · Score: 1

    I know I need a new computer when a parking meter has me out classed. Maybe it has a whopping 64 MB ram, but can it run lynx as effectivly as a P133 with some unknown Trident graphics card?

    Thanks, Grandpa. Thanks for all the long, laggy memories on this computer.

    --
    SAILING MISHAP
  145. -2 by LoocSiMit · · Score: 1

    Imagine a Beowulf cluster of those! Hours of parking time could be finished in minutes!

    Is that why they have parallel parking as part of the driving test?

    --
    Intellectual Property
    Intellectual: of the mind
    Property: that over which one has control
  146. That's all fine and good... by WhatAmIDoingHere · · Score: 1

    ... but can it run Li-- Oh. Nevermind.

    --
    Not a Twitter sockpuppet... but I wish I was.
  147. Montreal Parking Meters Run Linux by zpok · · Score: 1

    Well that's something to be proud of...

    --
    I think, therefore I am...I think.
  148. Let the hacking begin! by Anonymous Coward · · Score: 1, Funny

    Montreal Govt. Official - "Strange, abooot two months after we deployed our new fangled parking meters, the amount of money collected suddenly dropped off. And what is Beowulf?"

    OK, I didn't type with a French accent. Sorry.

  149. A new business plan by whovian · · Score: 1

    I can see it now:

    www.priceline.com/parkingmeters

    --
    To-do List: Receive telemarketing call during a tornado warning. Check.
  150. It's not a parking meter it's a ticket manager by Glasswire · · Score: 1

    This appears to be a kind of unit common in Toronto and now, I assume, Montreal. You put a certain amount of cash (or creditcard -hence the connectivity need) and it issues a ticket showing your time of expiration for the amount of time you bought that you put on your dashboard. Also, since these have remote management and reporting, the municipality can make very good parking control planning. Why put dumb hardware on a stick (parking meter) in front of each vehicle?

    BYW, this is an Intel ARM processor

  151. Price? by fishbowl · · Score: 1

    Regular meters cost about $800 each, if you buy them in typical municipal rollout quantities.

    The article didn't price the Montreal meters, but it does point out that each meter covers 12 spaces and neglects to mention that it no doubt results in labor reduction (lost job in entry-level law enforcement?) Notice the use of the word "meter maid" which would have the feminists marching in the streets if you said that in the US.

    Annual cost for patrolling 150 spaces is $80,000.
    Annual revenue per 150 spaces (in Vancouver) is $140,000.

    (All Canadian Dollars)

    --
    -fb Everything not expressly forbidden is now mandatory.
  152. memory? by chunkwhite86 · · Score: 1

    64MB in a freaking parking meter? That's more than my PC you insensitive clod!!

    --
    I'd rather be a conservative nutjob than a liberal with no nuts and no job.
  153. Re: seem like a lot of RAM. by d474 · · Score: 1

    That is the funniest signature I've ever seen here. Thanks for the belly ache.

    --
    Authority questions you. Return the favor.
  154. Great by Pan+T.+Hose · · Score: 1

    Montreal Parking Meters Run Linux

    Those stupid parking meters have already costed me more than the God damned SCO license. Imagine my surprise when I found out that parking fines are not covered by OSRM insurance. Thanks a lot, Linux.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  155. Licensing, people! by siliconoddity · · Score: 0

    Will SCO charge a percentage of all parking fees? Or all tickets issued? HOW WILL THEY PAY THE LICENSING FEES FOR ALL METERS?!

  156. about your tagline: by Halfbaked+Plan · · Score: 1

    echo "fdisk /mbr" >> /mnt/windows/autoexec.bat

    --
    resigned
  157. These machines suck by Cyclone66 · · Score: 4, Interesting

    Here's why:

    There's one meter per block, at each parking spot there's a sign with a number. A123 or A435, B342, etc. You read your number, go to ANY machine in Montreal, punch in that number and you can put money in your meter. Now this is where they got greedy. They got sick of people using leftover time from previous 'customers' so any time you add money to a specific spot it resets to 0.

    So if there is 2 hours on the machine and I want to add an hour (you can only have a max of 3 hours) I will have to pay for the full 3 hours. Furthermore you can not see how much money is left on the meter except by looking at the ticket it prints.

    So if you have class and need to add a bit of money to the meter so it'll last till the end of class you have to add the full amount since it will restart.

    Now for the mischief. There's nothing stopping you from punching in someone else's number, adding 25 cents and reducing there time to 15 minutes! Essentially guaranteeing a ticket.

    So if someone has 3 hours on there meter, and you come by and put in 25 cents it will go to 15 minutes. This can be handy to use against people you don't like or just random strangers with nice cars, etc. Anyways it seems like a big problem.

    The only thing I was thinking is that maybe the machine will keep track of the OLD value as well as the new value to prevent this, but it's still screwing over people who want to add money to their own meter.

    1. Re:These machines suck by Technician · · Score: 1

      This can be handy to use against people you don't like or just random strangers with nice cars, etc. Anyways it seems like a big problem.

      The best defense is your printed ticket from the machine showing the spot, time parked and expiration time. If the parking violation is during your receipted time, case closed. Keep your receipts!

      --
      The truth shall set you free!
    2. Re:These machines suck by IO+ERROR · · Score: 1
      Now for the mischief. There's nothing stopping you from punching in someone else's number, adding 25 cents and reducing there time to 15 minutes! Essentially guaranteeing a ticket.

      In Portland you stick the receipt on your curb side window with the attached sticker and this proves you paid, so nobody could cause you to get a ticket this way.

      --
      How am I supposed to fit a pithy, relevant quote into 120 characters?
    3. Re:These machines suck by Cyclone66 · · Score: 1

      Yes but then you have to take a day off of work to contest the ticket!

    4. Re:These machines suck by Technician · · Score: 1

      Yes but then you have to take a day off of work to contest the ticket!

      Are you kidding? When I receive a ticket (other circumstances) I mail a copy back with a photocopy of the supporting evidance (dated reciept) and a I believe this is in error, please take care of it letter. Ususaly works as the court would like to clear the docket of expensive court time.

      --
      The truth shall set you free!
  158. Snow by jellybear · · Score: 1

    Actually, since this is Montreal, just pick up some of some snow and put it on top.

  159. Great.... by cbiltcliffe · · Score: 1

    Now I can go steal a parking meter, rip the guts out, and build my own PDA! :)

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  160. Poles? by Anonymous Coward · · Score: 0

    In Soviet Russia, solar panels are mounted on Poles...err..*you*!

  161. you know it's time to upgrade your kernel... by Anonymous Coward · · Score: 0

    ...when a parking meter is running a newer version.

  162. Ticket Scalpers by salmonz · · Score: 2, Interesting

    It just occured to me that without the ability to display the ticket on your car, anyone with or without a vechile can buy all the parking space availability in the city and can resell these tickets for a higher price than the city. I think it would be best for a 'pay-and-display' method on your car dash.

  163. Seems to me, the real question is... by AchilleTalon · · Score: 1
    will this meter/payment station survive the -25C temperature we are often getting here during the winter? And, who will remove the snow from the solar panel?

    At -25C, the backup battery efficiency is very low. The day is at its shortest during winter and the snow is likely to obstruct the panel's solar cells.

    And, in the even it survives, will the electronics and circuitry keep working fine at these temperatures or are we likely to see the bill being increase by some amount due to an unreliable device?

    --
    Achille Talon
    Hop!
  164. Re: No Joke, It's Java... by Anonymous Coward · · Score: 0

    Brilliant for an embedded device, no?

    Why is this parent modded funny when it's not a joke, just very very very very sad.

    Is there no "-10 pathetic"?

  165. Re: No Joke, It's Java... by Citizen+of+Earth · · Score: 1

    Why is this parent modded funny when it's not a joke, just very very very very sad.

    It's a ha-ha-only-serious joke.

  166. Tux Stickers by JThundley · · Score: 1

    Are there any geeks in the area that are going to slap Tux stickers on them? What's everyone's opinion on that, vandalism or harmless?

  167. seems pointless, but.... by DunbarTheInept · · Score: 1

    At first I was going to comment on how much silly overkill this is for simply paying for parking, but then I got to thinking - if the information is collected and transmitted up-to-date to a central location, then that means they could create a web service that will show you on a map which parking spaces are full Right Now. That could be really useful. "Honey, we're about to drive downtown to go do foo, could you check online and see how far away we're going to have to park? If the spots are filling up already we'd better get going now..."
    (Now, if you have an onboard computer with web connectivity in your car....)

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  168. Re:The truth how they work by ajs318 · · Score: 1

    This is about the darker side of freedom. Freedom of speech means that the fascists, the religious nutters, the pro-lifers and so on are allowed to hold their rallies -- and that some idiot is allowed to post "Don't forget to pay your $699 licence fee, you cock smoking teabaggers" at the top of almost every Slashdot discussion. And Free software means that the bad guys also get to use it to control their homemade cruise missiles, their slaughterhouses, their injecting-radioactive-tobacco-into-genetically-mod ified-monkeys research labs ..... and now, just when we thought we had reached the very nadir of anti-social applications to which Linux could be applied, someone goes and runs their parking meters with it!

    --
    Je fume. Tu fumes. Nous fûmes!
  169. Not well thought out. by SWestrup · · Score: 1
    They've been trialing these new parking meters in Downtown Montreal and they are universally hated. The problem is that there is only one 'metering station' PER BLOCK. There is also only a small tag at the parking spot where you want to park that gives the id code for the spot.

    This would possibly be exceptable except for all the things that weren't taken into account:
    • No one wants to walk to the end of the block and back to pay when its 40 degrees below
    • Parking spots are not clearly marked in downtown montreal, and the presence of a physical parking meter used to be a strong clue that parking is allowed. Now one has to look for little tags that are unreadable from a car, or for the station on the corner to indicate if parking is allowed. Even then, one has to also look for signs that disallow certain spots in the middle of blocks.
    • Most parking 'spots' are not marked on the streets. There is no point anyway, when snow hides the lines for much of the year. The old meters used to make it clear where the spots were. Now when you finally find a spot and park and walk the block in the freezing cold, you may well find that all spots are already in use, because 11 cars have parked in 10 spaces. Then what do you do? How are the green onions (local metermaids/ticket issuers) supposed to know who to give the ticket to? No one is in their assigned spots!

    I think this is yet another case of technology being put in place without any thought to the social and user-interface issues. When are people gonna learn?

  170. Completely True by lxt · · Score: 1

    In Bristol, UK (where I live), the city council replaced all the parking meters with "pay and display" machines much like the ones detailed above (but obviously less powerful). To make sure tickets couldn't be tranferred (so the council could make more money), you have to key in your registration number. Despite the fact they attached bright luminous yellow stickers with 'ENTER REGISTRATION NUMBER BEFORE MONEY' in 48pt letters, every day I see people putting coins in, getting them rejected, and going 'the meter doesn't work'. And then getting towed away. :)

  171. strange kernel choice by prestonmarkstone · · Score: 1

    It's my understanding that kernel 2.6 has much better parking meter support.

    --
    I put the "wry" in "riot."
  172. Parking wants to be FREE! [NT] by Anonymous Coward · · Score: 0

    why are you reading this? i said [NT]!

  173. don't know about the car cover... by zogger · · Score: 1

    ..but you can still get cars that don't have all the tracking crap in them. It will be hard to keep your tires free of rfid tags though, they are going in all of them soon.

    I think being concerned over the very real potential of living in a constantly tracked and surveilled society isn't tin foil hat paranoia, just observation and analysis. Given governments basic past track records, they embrace any technology that will expand their command and control functions. Seems a reasonable assumption that they will continue to do so. Also seems reasonable to note that this "we the people" deal has gotten lost, now "government" is not "of the people" but of "the career politicians, bureaucrats and people who profit from the energy/pharmco/military, etc industrial complex", something a president-eisenhower-warned the people of the US definetly *would* happen unless we stopped it-back in the 50's, and we didn't. The warning was in his farewell speech as he was leaving the presidency, and it's quite a good read.

    I'll give his thoughts on the matter a scosh more credence here I think.

  174. question by krackpipe · · Score: 0

    i belive putting linux on a parking meter is much like installing linux on a dead badger. but my question is where do you get a linux driver for the coin slot, i want one of those on my linux box

    --
    even a stopped clock gives the right time twice aday...
  175. Wireless POS device? by insomaniac · · Score: 1

    Since when do people name their devices with the TLA for "Piece of shit"?

    --
    The way to corrupt a youth is to teach him to hold in higher value them who think alike than those who think differently
  176. Ahaa, well.... by Gordonjcp · · Score: 1
    ... for locals, you can get a book of tickets for 26 quid. This has 20 tickets (ten round trips) but expires after a year. You need to be travelling up and down roughly once every two months to break even, but it's a pain in the arse when you have 8 tickets left in the book, out of date.


    This means, of course, that people lend other people their bridge tickets. To that end, mail me or message me, and I'll arrange to give you a shot of my tickets. If you're passing through Glasgow (fairly likely) you can just pick them up.

  177. Economies of scale by dustmite · · Score: 1

    It's simple: economies of scale make complex electronics cheap.

  178. Re: seem like a lot of RAM. by nomel · · Score: 1

    hahah...I do use a Dvorak keyboard layout you insensitive clod!

  179. Just use mobile phones by Anonymous Coward · · Score: 0

    Using mobile phone for parking sending SMS with car number for start/end - simple. It does work like this here in Estonia...

  180. Portland, OR has similar -- they run Linux? by MMHere · · Score: 1

    Portland replaced all of its downtown meter heads with one-per-block parking sticker kiosks a year or two ago.

    Anyone know if they run Linux, or are the same brand as the Montreal ones?