Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryandrake
362 days ago
I mean, it can be programmed in any way, so why not program it to follow both rules: If the sign is extended, then stop. Else if the sign is not extended, slow down.
1 comments
ethbr1
361 days ago
if(bus) slow
if(bus and sign) stop
Then at least it fails slightly safer.
link
if(bus and sign) stop
Then at least it fails slightly safer.