Earlier quoted context omitted.
I can lock the bike almost anywhere anyway, I thought this would help protect it. I don't see any reason to use this service.
You can lock your bike however you want, but any experienced thief can remove those locks within minutes. No reasonable priced combination of locks keeps a thief from taking your bike. Luckily there are so many bikes in Utrecht and Amsterdam and especially around Central Station (10-20k), that chances that they take your bike are really low. Then if you use a good lock, one that takes an extra minute to break, and if…
Bicycle Parking Guidance System in Utrecht
11–20 of 26 posts
Re: Bicycle Parking Guidance System in Utrecht
#12It may also interest people here that the guidance system is written in Haskell. I originally saw this on Reddit, where one of the authors provides a bit more information on the technical aspects of the system [0]. [0] http://www.reddit.com/r/haskell/comments/3959r0/haskellbased...
Re: Bicycle Parking Guidance System in Utrecht
#13Earlier quoted context omitted.
You can lock your bike however you want, but any experienced thief can remove those locks within minutes. No reasonable priced combination of locks keeps a thief from taking your bike. Luckily there are so many bikes in Utrecht and Amsterdam and especially around Central Station (10-20k), that chances that they take your bike are really low. Then if you use a good lock, one that takes an extra minute to break, and if…
Interesting. Certain animals use herding, the same strategy, against predators.
However, this works opposite by not hiding in the mass. The thief hides in the mass, as bikes themselves don't flee the scene when a thief is in sight. So the trick is to find a good place for my bike. As I have a fragile racing bike (old and cheap but technically in good condition), those massive outdoors parking systems are not good places. People pull and push to get their bikes out, and a racing bike wouldn't survive that for long. So I find places where my bike is safe.
It's always fun to see that I park my bike in an empty spot, and after an hour or so the space if filled with other bikes.
Re: Bicycle Parking Guidance System in Utrecht
#14Earlier quoted context omitted.
No, bikes are almost never insured against theft, that's the person's own responsibility (lock and chain), and even then sometimes you're just out of luck. Having your bike stolen is one of the experiences every Dutchman has to go through. That's also why there's a huge secondhand / cheap bike trade, or why you won't see much expensive bikes in the big cities like that. And for the few kilometers (if that) between yo…
I can lock the bike almost anywhere anyway, I thought this would help protect it. I don't see any reason to use this service.
200+ bikes are removed per day at Amsterdam's central train station for being parked outside of the designated bicycle parking areas (e.g. sidewalks, bridges, alongside the walls of the station). Even within the designated areas, you usually have to be parked in a bike rack or your lock will be cut and the bike removed.
At busy stations it would be great to know which one of the designated spots you should bike towards. Biking farther away and walking for 3 minutes is much better than guessing incorrectly, searching for a spot for 10 minutes, and still having to walk for three minutes... especially when you need to catch a train!
Re: Bicycle Parking Guidance System in Utrecht
#15Earlier quoted context omitted.
I can lock the bike almost anywhere anyway, I thought this would help protect it. I don't see any reason to use this service.
Not at a busy train station in Holland. 200+ bikes are removed per day at Amsterdam's central train station for being parked outside of the designated bicycle parking areas (e.g. sidewalks, bridges, alongside the walls of the station). Even within the designated areas, you usually have to be parked in a bike rack or your lock will be cut and the bike removed. At busy stations it would be great to know which one of th…
Re: Bicycle Parking Guidance System in Utrecht
#16Earlier quoted context omitted.
Most of the time cameras are present.
They use cameras for counting free spaces as they mention in the video. Nothing is said about security. Having cameras does not mean you have actual recording and surveillance.
Re: Bicycle Parking Guidance System in Utrecht
#17Earlier quoted context omitted.
I can lock the bike almost anywhere anyway, I thought this would help protect it. I don't see any reason to use this service.
"I can lock the bike almost anywhere anyway" ... Yeah, good luck with that near eg. a dutch train station ;-) http://media.nu.nl/m/m1oxconajm5k_wd1280.jpg/bouw-grootste-f...
https://www.google.nl/search?q=800m+bikes+utrecht&ie=utf-8&o...
https://www.youtube.com/watch?v=dfQsFgc3Xt0 (other side of the station)
Re: Bicycle Parking Guidance System in Utrecht
#18Earlier quoted context omitted.
Most of the time cameras are present.
They use cameras for counting free spaces as they mention in the video. Nothing is said about security. Having cameras does not mean you have actual recording and surveillance.
We're currently not using the system for video surveillance. Images from the cameras are only stored in memory for a short period of time while being processed by our CV algorithm.
However, since bicycle theft is a common theme in the Netherlands, there's strong interest from municipalities for using our system for video surveillance. So we're now researching how to extend our system for doing that.
Re: Bicycle Parking Guidance System in Utrecht
#19It may also interest people here that the guidance system is written in Haskell. I originally saw this on Reddit, where one of the authors provides a bit more information on the technical aspects of the system [0]. [0] http://www.reddit.com/r/haskell/comments/3959r0/haskellbased...
Thanks. I thought I noticed a Haskell logo sticker on that developer's laptop in the photo...
As I mentioned in the reddit comments we're using Haskell for most parts of the system (frontend via GHCJS, web application servers, protocol implementations). For dev-ops we use the Nix ecosystem: NixOS & nixops.
Re: Bicycle Parking Guidance System in Utrecht
#20Earlier quoted context omitted.
They use cameras for counting free spaces as they mention in the video. Nothing is said about security. Having cameras does not mean you have actual recording and surveillance.
(I'm the CTO of LumiGuide who developed this system). We're currently not using the system for video surveillance. Images from the cameras are only stored in memory for a short period of time while being processed by our CV algorithm. However, since bicycle theft is a common theme in the Netherlands, there's strong interest from municipalities for using our system for video surveillance. So we're now researching how…