1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/includes/stylesheet.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
property="og:description"
content="The World Wide Web pages of Adam Carpenter"
/>
<meta property="og:image" content="/includes/images/logo_diag.png" />
<meta property="og:site_name" content="53hor.net" />
<meta
property="og:title"
content="Left Lane is for Passing, Not Cruising"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.53hor.net" />
<title>53hornet ➙ Left Lane is for Passing, Not Cruising</title>
</head>
<body>
<nav>
<ul>
<li>
<a href="/">
<img src="/includes/icons/home-roof.svg" />
Home
</a>
</li>
<li>
<a href="/about.html">
<img src="/includes/icons/information-variant.svg" />
About
</a>
</li>
<li>
<a href="/software.html">
<img src="/includes/icons/git.svg" />
Software
</a>
</li>
<li>
<a href="/hosted.html">
<img src="/includes/icons/desktop-tower.svg" />
Hosted
</a>
</li>
<li>
<a type="application/rss+xml" href="/rss.xml">
<img src="/includes/icons/rss.svg" />
RSS
</a>
</li>
<li>
<a href="/contact.html">
<img src="/includes/icons/at.svg" />
Contact
</a>
</li>
</ul>
</nav>
<article>
<h1>Left Lane is for Passing, Not Cruising</h1>
<p>
Greetings fellow drivers of Hampton Roads. You may have noticed a new
sign on I264 today that befuddled or confused you. It went something
along the lines of
</p>
<blockquote>LEFT LANE IS FOR PASSING NOT CRUISING</blockquote>
<p>
Believe it or not this has been the law throughout Virginia for years
(<a
href="https://law.lis.virginia.gov/vacode/title46.2/chapter8/section46.2-804/"
>read about it here</a
>
and
<a
href="https://law.lis.virginia.gov/vacode/title46.2/chapter8/section46.2-842.1/"
>here</a
>). The law states you keep right except while passing. In most other
states things work this way but in Virginia, especially around here, the
left lane is treated as a moving, cruising lane. If you're in the left
lane and you've completed a pass please be mindful of the cars behind
you and move back over into the right-hand lane(s) so that other drivers
can do the same.
</p>
<p>
It's really nice when this is practiced (like I said, I've experienced
it in other states) because you can easily move over when there are slow
vehicles ahead and then continue on your merry way. It reduces
congestion and prevents people from having to pass in the right lane,
which is both annoying and dangerous. Especially since this is typically
the lane cars from entrance and exit ramps are merging with.
</p>
<p>
Don't forget too that it isn't rude or road-rage-y for someone behind
you to honk their horn or flash their lights if you're moving too slowly
in the passing lane. This is a perfectly polite request to pass you. You
don't set or enforce the speed limit. The correct (and legal) thing to
do, believe it or not, is to move over and slow down to let them pass
you. It's all about safe and sane driving etiquette. If you aren't
actively passing other cars, move on over to the right. It goes a long
way.
</p>
</article>
</body>
</html>
|