<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>lettyhardi.org</title><atom:link href="/feed/" rel="self" type="application/rss+xml"/><link>https://mrjackstar.lettyhardi.org</link><description>Letty Hardi for Falls Church City Council</description><lastBuildDate>Tue, 16 Jan 2024 21:24:18 +0000</lastBuildDate><language>en-US</language><sy:updatePeriod>
hourly</sy:updatePeriod><sy:updateFrequency>
1</sy:updateFrequency><generator>https://wordpress.org/?v=6.9.4</generator><item><title>Test Post &amp; an Ampersand</title><link>https://mrjackstar.lettyhardi.org/test-post/</link><dc:creator>webmaster</dc:creator><pubDate>Sat, 12 Dec 2020 18:06:25 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">https://mrjackstar.lettyhardi.org/?p=3742</guid><description>Let&amp;#8217;s add a new test post! Here&amp;#8217;s a great file:</description><content:encoded><![CDATA[
<p>Let&#8217;s add a new test post!</p>



<p></p>



<p>Here&#8217;s a great file:</p>



<p class="wp-block-file"><a href="/wpc/uploads/2020/12/tester.pdf">tester</a>&nbsp;<a href="/wpc/uploads/2020/12/tester.pdf" class="wp-block-file__button" download>Download</a></p>
]]></content:encoded></item><item><title>Test post to show lots of HTML features</title><link>https://mrjackstar.lettyhardi.org/test-post-to-show-lots-of-html-features/</link><comments>https://mrjackstar.lettyhardi.org/test-post-to-show-lots-of-html-features/#comments</comments><dc:creator>webmaster</dc:creator><pubDate>Thu, 19 Dec 2019 18:28:50 +0000</pubDate><category>Latest News</category><category>Second Cat</category><category>tagname</category><guid isPermaLink="false">https://mrjackstar.lettyhardi.org/?p=3663</guid><description><![CDATA[Normally with forms we should use label inside div and input inside of p, like this: Something (required) button Choose a pet: DogCatHamsterParrotSpiderGoldfish strong test em text Here&#8217;s a blockquote here&#8217;s one with multiple paragraphs paragraph two paragraph three. here&#8217;s some del text here&#8217;s some ins text. I don&#8217;t even know what that&#8217;s for ok <a href="/test-post-to-show-lots-of-html-features/">[&#8230;]</a>]]></description><content:encoded><![CDATA[<p>Normally with forms we should use label inside div and input inside of p, like this:</p>
<div><label>Something <span>(required)</span></label></div>
<p><input type="email" placeholder="Your email address"></p>
<p><button>button</button></p>
<p><input type="text" value="input text"></p>
<p><label for="pet-select">Choose a pet:</label></p>
<p><select name="pets" id="pet-select"><option value="dog">Dog</option><option value="cat">Cat</option><option value="hamster">Hamster</option><option value="parrot">Parrot</option><option value="spider">Spider</option><option value="goldfish">Goldfish</option></select></p>
<p><strong>strong test</strong><br />
<em>em text</em></p>
<blockquote><p>Here&#8217;s a blockquote</p></blockquote>
<blockquote><p>here&#8217;s one with multiple paragraphs</p>
<p>paragraph two</p>
<p>paragraph three.</p></blockquote>
<p><del datetime="2019-12-19T18:15:31+00:00">here&#8217;s some del text</del><br />
<ins datetime="2019-12-19T18:15:31+00:00">here&#8217;s some ins text. I don&#8217;t even know what that&#8217;s for</ins></p>
<ul>
<li>ok some ul li</li>
<li>another item</li>
<li>can we have one with more than one graf?let&#8217;s find out!</li>
</ul>
<ol>
<li>ok now some ol li</li>
<li>another item</li>
<li>can we have one with more than one graf?let&#8217;s find out!</li>
</ol>
<p>Now let&#8217;s nest:</p>
<ul>
<li>ok some ul li</li>
<li>
<ol>
<li>ok now some ol li</li>
<li>another item</li>
</ol>
</li>
<li>another item</li>
<li>
<ul>
<li>ok now some ol li</li>
<li>another item</li>
</ul>
</li>
</ul>
<ol>
<li>ok some ul li</li>
<li>
<ul>
<li>ok now some ol li</li>
<li>another item</li>
</ul>
</li>
<li>another item</li>
<li>
<ol>
<li>ok now some ol li</li>
<li>another item</li>
</ol>
</li>
</ol>
<p><code>here's the code tag</code> inline<br />
<dfn>I don&#8217;t know what dfn is</dfn></p>
<p>All right here&#8217;s some<sub>sub</sub> and some<sup>sup</sup>.</p>
<p>Be sure to check out an img somewhere too.</p>
<pre>pre text is text that is already formatted

it's great for stuff.</pre>
<pre><code>Now here's the pre code combo.

in full effect</code></pre>
<p><button>button</button><br />
<input type="text" value="input text"><br />
<textarea>some text&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;<br />
&lt;p&gt;in a textarea</textarea></p>
<table>
<thead>
<tr>
<th>th</th>
<th>th</th>
<th>th</th>
</tr>
</thead>
<tbody>
<tr>
<td>td cell</td>
<td>td cell</td>
<td>td cell</td>
</tr>
<tr>
<td>td cell</td>
<td>td cell</td>
<td>td cell</td>
</tr>
<tr>
<td>td cell</td>
<td colspan="2">td cell</td>
</tr>
<tr>
<td>td cell</p>
<p>more than</p>
<p>one line</td>
<td>td cell</td>
<td>td cell</td>
</tr>
</tbody>
</table>
<p>now let&#8217;s have an hr:</p>
<hr>
<figure>what&#8217;s a figure???</figure>
<h1>h1 is a style of headline</h1>
<h2>h2 is a style of headline</h2>
<h3>h3 is a style of headline</h3>
<h4>h4 is a style of headline</h4>
<h5>h5 is a style of headline</h5>
<h6>h6 is a style of headline</h6>
<p><small>this is small</small></p>
<p><cite>this is cite</cite></p>
<dl>
<dt>term name dt</dt>
<dd>it&#8217;s the definition dd.</dd>
<dt>term name dt</dt>
<dd>it&#8217;s the definition dd.</dd>
<dt>term name dt</dt>
<dd>it&#8217;s the definition dd.</dd>
</dl>
<p>text ok ok.</p>
<address>address is another HTML element</address>
<p>Headline time:</p>
<h1>Headline 1</h1>
<h2>Headline 2</h2>
<h3>Headline 3</h3>
<h4>Headline 4</h4>
<h5>Headline 5</h5>
<h6>Headline 6</h6>
]]></content:encoded><wfw:commentRss>https://mrjackstar.lettyhardi.org/test-post-to-show-lots-of-html-features/feed/</wfw:commentRss><slash:comments>5</slash:comments></item><item><title>Updates from Letty &#8211; August 30, 2019</title><link>https://mrjackstar.lettyhardi.org/updates-from-letty-august-30-2019/</link><dc:creator>Letty Hardi</dc:creator><pubDate>Fri, 30 Aug 2019 12:19:55 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">https://www.lettyhardi.org/?p=3595</guid><description><![CDATA[Weekly updates are back from a summer vacation! I hope you&#8217;ve had a hot girl summer and are ready for a new season. Your City Council is also back from our summer recess, and we resume our meetings next Tuesday night. For those who have interest in walkability and transportation, <a href="/updates-from-letty-august-30-2019/">[&#8230;]</a>]]></description><content:encoded><![CDATA[<p><em>Blog posts are the personal views of Letty Hardi and not official statements or records on behalf of the Falls Church City Council</em></p>
<p>Dear Friends,</p>
<p>Weekly updates are back from a summer vacation! I hope you&#8217;ve had a hot girl summer and are ready for a new season. Your City Council is also back from our summer recess, and we resume our meetings next Tuesday night.</p>
<p>For those who have interest in <strong>walkability</strong> and <strong>transportation</strong>, the CACT (our citizens board on transportation) will be joining us in work session to discuss ways to continue advancing our pedestrian and bike-friendly efforts. I had strongly advocated and secured $100K in this year&#8217;s budget to keep deploying small, but meaningful, spot improvements like completing &#8220;missing link&#8221; sidewalks, refreshing crosswalks, etc. Also &#8211; the long awaited discussion on <strong>motorized scooters</strong> is planned for Tuesday. You likely have seem them in action in Arlington, DC, and other urban areas. I&#8217;d like to hear your scooter experiences and recommendations before they&#8217;re deployed in Falls Church.</p>
<p>Finally, the end of summer also marks the unofficial start of election season. <strong>As I start up my re-election campaign, read on for a few ways you can help me</strong>. Between now and November 5th, I&#8217;m committed to keeping these updates mostly about City business &#8211; which is what you have come to expect &#8211; but there will be a few campaign tidbits sprinkled in to keep you updated about upcoming debates and voting deadlines.</p>
<p>Thank you all for your support.</p>
<p>Best,<br />
Letty</p>
<p>PS &#8211; Below are my fall office hours, including weekday and weekend options, if you&#8217;d like to catch me in person.</p>
<p><span style="text-decoration: underline;"><strong>Letty&#8217;s Campaign Update:</strong></span></p>
<p><strong>Here&#8217;s how you can help my re-election campaign</strong></p>
<p><strong>(1)</strong> <strong>Yard signs</strong> &#8211; if you&#8217;d like one to show your support, please reply with your address. We&#8217;ll make deliveries after Labor Day.</p>
<p><strong>(2) Help me meet your neighbors</strong> &#8211; invite me to your block parties, book clubs, condo board meetings, bus stops, boy scout meetings&#8230; those are some of the easiest ways for me <span class="text_exposed_show">to meet and hear from residents.</span></p>
<div class="text_exposed_show">
<p><strong>(3) Spread the word</strong> &#8211; share <a href="https://www.lettyhardi.org/category/news/">my weekly posts</a> and <a href="https://www.facebook.com/lettyhardifcc/">Facebook page</a>. You already like/follow me and receive my posts, do your friends and neighbors too?</p>
<p><strong>(4) Finally &#8211; the part that everyone dreads.</strong> Even campaigns in the Little City cost money – from yard signs to doorknocking literature, it&#8217;s an unfortunate part of the process (public financing, anyone??) I&#8217;ve decided to cap donations to $100 per person, but would be grateful for any amount you contribute. Online donations and instructions for mailed checks here:</p>
<p><a href="https://l.facebook.com/l.php?u=https%3A%2F%2Fwww.lettyhardi.org%2Fdonate%2F%3Ffbclid%3DIwAR3VWwgDnLu6xuXeyRjf6mC0dkmwGw3TAIkDb0JbniNoC827VQjmpnb-lZY&amp;h=AT1of8VoVtENCtAPgIbyCikXhsOsPwKDkhij39VSnK0m60XXadck3Ewryj95x5u-PIpVhHwVlAhPOuEbX-5xF0tW1WCMTb8iannccF1D4S2JeocM325s6SwwPzAl795gf5A94bEO-x4e1Q_clIJEF8AKWKXPAxUf6OfzwHGTG457DS4pwqV-9T0jam6oQ8kI4Le_iyXyUs-toPBm4y75obY-tAbqIDEYqQUZqOXMISBiEXEU-sZABysHUQ2X0VsfX35Jy1pKZRYkxgX8OaWikXT_M0ew5aCbm6RaBmZTOVsITsDMx29xAKS1DmIgUFUW5sv4EDzFEwHMvHipZvxRdSfhVMLNQ1mGJX4T78KaX5nXv7lHXhLO_XNqVhQrO54wVZOc7BLivKMvxN7BUeX2smr_DGjIdz36tIOPve3dREy8_3jMe74l09eqCDiRlJPKS-k8k37OUjhvk2t5gb-NSYVz7dJZqP6kJuFwwfAO-PVaYK_n0h3Gi8-UGcQOlLLYI1Tk07i0dpK6Frv7dtACg1xjOOlBOynOMiq0yh-6xgRb2wrTq3PK_MuWpB1LWYS0-P-lgKpTQ6ezk0PYkSvjh0TUn3cyuCVUZXZVVcHgbZ4wstofHB9RswMKQoBoFWXSD9I58_G7BLI" target="_blank" rel="noopener nofollow noreferrer" data-ft="{&quot;tn&quot;:&quot;-U&quot;}" data-lynx-mode="async">https://www.lettyhardi.org/donate/</a></p>
<p><a href="https://www.lettyhardi.org/wpc/uploads/2019/08/MVIMG_20190828_075927378.jpg"><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-3603" src="https://www.lettyhardi.org/wpc/uploads/2019/08/MVIMG_20190828_075927378-225x300.jpg" alt="" width="225" height="300" srcset="/wpc/uploads/2019/08/MVIMG_20190828_075927378-225x300.jpg 225w, /wpc/uploads/2019/08/MVIMG_20190828_075927378-768x1024.jpg 768w" sizes="(max-width: 767px) calc(100vw - 60px), 225px" /></a></p>
</div>
]]></content:encoded></item><item><title>Updates from Letty &#8211; July 19, 2019 &#8211; last one of the summer!</title><link>https://mrjackstar.lettyhardi.org/updates-from-letty-july-19-2019-last-one-of-the-summer/</link><dc:creator>Letty Hardi</dc:creator><pubDate>Fri, 19 Jul 2019 05:18:14 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">http://www.lettyhardi.org/?p=3295</guid><description>It’s a scorcher out there! As this heat wave intensifies, it’s always a good reminder to check on your elderly neighbors and keep yourself and pets well hydrated (and off the hot sidewalks!) The first half of our work session was also focused on the severe weather that led to &lt;a href="/updates-from-letty-july-19-2019-last-one-of-the-summer/">[&amp;#8230;]&lt;/a></description><content:encoded><![CDATA[<p><em>Blog posts are the personal views of Letty Hardi and not official statements or records on behalf of the Falls Church City Council</em></p>
<p>Dear Friends,</p>
<p>It’s a scorcher out there! As this heat wave intensifies, it’s always a good reminder to <a href="https://www.fallschurchva.gov/1114/Summer-Safety-Tips">check on your elderly neighbors and keep yourself and pets well hydrated (and off the hot sidewalks!</a>) The first half of our work session was also focused on the severe weather that led to last week’s historical flooding, including a discussion on future mitigation.</p>
<p>The most weighty topic was our joint session with the Planning Commission on housing affordability. For those who have been concerned about affordability (and the ensuing impacts to the diversity of our community), you should check out the newest draft of the housing chapter or at least my takeaways below. The data speaks for itself &#8211; and it should be a loud call to action for us. Not only are we facing a regional housing shortage, we need to get serious about prioritizing, staffing, and funding projects to stem our affordability crisis. I share my thoughts below on what I think should be our top priorities.</p>
<p>City Council will be on summer recess until our next meeting on August 12.​ Come see me in person at my office hours on Monday, July 29 at 9 am at the downtown park. Share your thoughts about affordability, economic development, capital projects, traffic calming &#8211; I want to hear from you before I kick off my re-election campaign!</p>
<p>Stay cool,<br />
Letty</p>
<p>​PS &#8211; ​​my weekly blog posts will be on hiatus until after Labor Day – which will be my longest break ever! ​This is a long post, so add this to your summer reading list and get informed. I will continue to be accessible via email.</p>
<p><span style="text-decoration: underline;"><strong>What Happened This Week</strong></span></p>
<p><strong>(1) Flooding Aftermath </strong></p>
<p><strong>Recovery Efforts:</strong></p>
<p>There is still much clean up and recovery happening across the city. Note that if you <a href="http://www.fallschurchva.gov/CivicAlerts.aspx?AID=885">scheduled a bulk trash pick up</a> for your flood damaged items, it might be collected into next week due to the high volume. As you can see, homes outside the current flood plain (shaded blue area) were impacted which points to the severity and historic nature of the flooding.</p>
<p><a href="http://www.lettyhardi.org/wpc/uploads/2019/07/july-2019-flood-areas.png"><img decoding="async" class="alignnone  wp-image-3296" src="http://www.lettyhardi.org/wpc/uploads/2019/07/july-2019-flood-areas-300x196.png" alt="july 2019 flood areas" width="439" height="287" srcset="/wpc/uploads/2019/07/july-2019-flood-areas-300x196.png 300w, /wpc/uploads/2019/07/july-2019-flood-areas-24x16.png 24w, /wpc/uploads/2019/07/july-2019-flood-areas-36x23.png 36w, /wpc/uploads/2019/07/july-2019-flood-areas-48x31.png 48w, /wpc/uploads/2019/07/july-2019-flood-areas.png 781w" sizes="(max-width: 767px) calc(100vw - 60px), 439px" /></a><br />
Beyond the emergency declaration we made, the City has been partnering with our neighboring localities on eligibility for public assistance. Unfortunately because the flooding was limited to the immediate region, while the City met the damage threshold limit, Virginia will not meet its threshold which means we are ineligible for FEMA assistance. State funding may be available at the discretion of the Governor that staff is assessing. <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1072&amp;meta_id=85471">More details on eligibility here.</a></p>
<p>Safety inspections have been happening in flood-damaged areas. Good news about the prominent closure at the S. Oak St. bridge: the bridge can be reopened after the damaged asphalt is repaved.</p>
<p><strong>Future Mitigation:</strong></p>
<p>Most of our mitigation discussion centered on <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1072&amp;meta_id=85471">stormwater projects (page 16+)</a>. The watershed management plan was last adopted in 2012, which is funded with bonds and proceeds from stormwater fees. Recognizing that no project could have entirely mitigated the impact of storms like last week&#8217;s &#8220;100+ year storm&#8221;, we still recognize that flooding and severe weather is increasing in frequency. As such, we asked that staff look at reprioritizing and accelerating the stormwater projects, which means we may need to consider additional revenue (grants, increased bonding, higher stormwater fees) to fund the work.</p>
<p>Beyond actions at the broadest city level, enforcing code compliance for construction – such as requiring on site water detention for residential redevelopment (vs allowing off site credits or allowing the run off to flow into the city system) and individual homeowners taking action can help. Reducing impervious surfaces like driveways, grading away from houses, installing rain gardens and rain barrels – every little bit counts! (And it may <a href="http://www.fallschurchva.gov/260/Stormwater-Credits-Program">reduce your stormwater fee if your improvements qualify for credits.</a>)</p>
<p><strong>(2) Housing &amp; Affordability</strong></p>
<p>The <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1072&amp;meta_id=85495">Housing Chapter</a> of the Comp Plan (the strategic plan guiding the future of the city) has been significantly overhauled since our last discussion as you can tell by the volume of changes in redline. My thanks to staff who has incorporated feedback from rounds of community and board and commission input, resulting in <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1072&amp;meta_id=85495">this latest draft</a>.</p>
<p>I&#8217;m a big fan of sharing facts and in this case, a few especially noteworthy new pieces of data tell the story very clearly:</p>
<ul>
<li><em>It&#8217;s expensive to live here!</em> We all know that it&#8217;s expensive to live in Falls Church. (In fact, my ideas to address affordability was the subject of <a href="https://www.lettyhardi.org/affordability-it-is-expensive-to-live-here/">one of my first blog posts in 2015</a>!) Did you know that we have the highest median home prices and the largest increase in prices? Great for existing homeowners&#8217; property values if you are selling, but not so great for anyone trying to establish roots in our community.</li>
</ul>
<p style="padding-left: 30px;">  <img decoding="async" class="alignnone  wp-image-3299" src="http://www.lettyhardi.org/wpc/uploads/2019/07/change-in-median-home-price-300x146.png" alt="change in median home price" width="440" height="214" srcset="/wpc/uploads/2019/07/change-in-median-home-price-300x146.png 300w, /wpc/uploads/2019/07/change-in-median-home-price-24x12.png 24w, /wpc/uploads/2019/07/change-in-median-home-price-36x17.png 36w, /wpc/uploads/2019/07/change-in-median-home-price-48x23.png 48w, /wpc/uploads/2019/07/change-in-median-home-price.png 435w" sizes="(max-width: 767px) calc(100vw - 60px), 440px" /></p>
<ul>
<li><em>The Missing Middle:</em> We have added much needed housing stock in the city, primarily in the form of multifamily condos and apartments. This was a deliberate strategy 15+ years ago when the city recognized the need to diversify our tax base. What has not been added is middle housing. <a href="https://www.bloomberg.com/opinion/articles/2019-07-16/apartment-buildings-in-the-u-s-keep-getting-bigger">We are not alone with the &#8220;missing middle&#8221; issue</a> (this Bloomberg article does a good job explaining why). In addition, the &#8220;affordable&#8221; single family home is becoming more and more elusive. When teardowns and starter homes start at $700K, Falls Church is increasingly inaccessible for the two ends of the lifecycle spectrum (recent graduates and retirees) and the traditional middle class. Teachers, city hall workers, waitstaff, etc may have full-time jobs but have to live an hour+ away because we have no housing stock for their income levels. In turn, local businesses have a harder time attracting employees and their commutes add to the region&#8217;s congestion issues.</li>
</ul>
<p style="padding-left: 30px;"><img loading="lazy" decoding="async" class="alignnone  wp-image-3300" src="http://www.lettyhardi.org/wpc/uploads/2019/07/housing-stock-by-type-300x213.png" alt="housing stock by type" width="466" height="331" srcset="/wpc/uploads/2019/07/housing-stock-by-type-300x213.png 300w, /wpc/uploads/2019/07/housing-stock-by-type-24x17.png 24w, /wpc/uploads/2019/07/housing-stock-by-type-36x26.png 36w, /wpc/uploads/2019/07/housing-stock-by-type-48x34.png 48w, /wpc/uploads/2019/07/housing-stock-by-type.png 419w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 466px" /></p>
<ul>
<li><em>Affordable Housing Stock is Disappearing: </em>For those of you new to the affordable housing discussion, we have 3 kinds of affordable housing, none of which are what you think of as &#8220;Section 8 housing&#8221; or &#8220;public housing&#8221; slums. We have 1) market rate affordable rentals, ie housing that is naturally affordable because it is older stock or has less amenities; 2) committed affordable rentals, ie rental housing that is negotiated with the city to be affordable &#8211; usually the new developments designate 6% of their total units as affordable; and 3) committed ownership units, ie condos that were negotiated with an affordable sales price for a new homebuyer. The majority of these three kinds of housing is for people with incomes between 60-80% of Area Median Income (which is about $100K for the DC region).</li>
</ul>
<p style="padding-left: 30px;">As you can see below, the total stock of affordable housing has dropped significantly, driven primarily by the decrease in market rate units, in which the city has little control.</p>
<p style="padding-left: 30px;"> <a href="http://www.lettyhardi.org/wpc/uploads/2019/07/housing-stock-by-type.png"><img loading="lazy" decoding="async" class="alignnone  wp-image-3298" src="http://www.lettyhardi.org/wpc/uploads/2019/07/change-in-affordable-housing-300x88.png" alt="change in affordable housing" width="490" height="143" srcset="/wpc/uploads/2019/07/change-in-affordable-housing-300x88.png 300w, /wpc/uploads/2019/07/change-in-affordable-housing-24x7.png 24w, /wpc/uploads/2019/07/change-in-affordable-housing-36x11.png 36w, /wpc/uploads/2019/07/change-in-affordable-housing-48x14.png 48w, /wpc/uploads/2019/07/change-in-affordable-housing.png 425w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 490px" /></a></p>
<p style="padding-left: 30px;">The Fields falls in the 2nd category, committed affordable housing, with an affordability provision that expires in 2026. One of the most striking new pieces of data I&#8217;ve asked for is the expiration dates for the rest of our affordable housing stock, in the chart below. <em>65% of our committed affordable rental units will also expire in the next 10-15 years.</em> The Fields, at 96 housing units, is currently the most discussed and represents the largest segment &#8211; but losing the rest in the years that immediately follow needs to be a wake up call. (The ownership units, not shown below, also have expirations.)</p>
<p style="padding-left: 30px;"><a href="http://www.lettyhardi.org/wpc/uploads/2019/07/housing-stock-by-type.png"><img loading="lazy" decoding="async" class="alignnone  wp-image-3297" src="http://www.lettyhardi.org/wpc/uploads/2019/07/committed-affordable-housing-300x261.png" alt="committed affordable housing" width="486" height="423" srcset="/wpc/uploads/2019/07/committed-affordable-housing-300x261.png 300w, /wpc/uploads/2019/07/committed-affordable-housing-24x21.png 24w, /wpc/uploads/2019/07/committed-affordable-housing-36x31.png 36w, /wpc/uploads/2019/07/committed-affordable-housing-48x42.png 48w, /wpc/uploads/2019/07/committed-affordable-housing.png 447w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 486px" /></a></p>
<p style="padding-left: 30px;">There is some decent news. We&#8217;ve negotiated that all the new developments we approved the past three years adhere to our newly adopted policy that committed affordable units will never expire. Between Founders Row, Broad &amp; Washington, and the West Falls Church projects, we expect to gain new units  (6% of all units, or approximately 80 units) that won&#8217;t expire and have the option to convert to some or all to a cash equivalent that can be used for affordable housing needs elsewhere .</p>
<p><em>Letty’s thoughts – so what are we going to do about this? On <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1072&amp;meta_id=85495">pages 18-22 of the Housing Chapter</a> are proposed strategies and a good mix of aspirational and practical projects. There is no shortage of ideas and work we could do, with some luckily underway like the expansion of senior tax relief we recently passed. That said, in my 3 years on Council &#8211; we&#8217;ve talked about affordability a lot, but with our attention on the big capital projects, we haven&#8217;t had a majority willing to take action. </em></p>
<p><em>We need to rally around a handful of impactful, yet concrete and realistic, priorities &#8211; let&#8217;s start somewhere. So out of the 20+ ideas proposed, what would be my priorities? </em><em>It&#8217;s clear to me that not only do we need to preserve the affordable housing we&#8217;ve got &#8211; we have to add more. More housing diversity, more housing supply, more options for people to be able to live and stay here.</em></p>
<p><em>1) Many of the ideas need money. We need a sustainable funding source to replenish the affordable housing fund that was depleted 10 years ago. While we’ve been investing in many catch-up capital projects, we need to decide whether we&#8217;re ready to turn our attention to housing and support our &#8220;welcoming and inclusive&#8221; community values with a dedicated revenue stream to fund these ideas. Our property taxes are already high &#8211; and this doesn&#8217;t have to come from a property tax increase, which could exacerbate affordability issues. We can carve it out of the existing operating budget or create a new revenue source like an increase in the meals tax, increase in the transit occupancy tax, convert upcoming units to cash, or some combination.</em></p>
<p><em>2) We need a creative plan to preserve The Fields. We cannot afford to lose 1/3 of our affordable housing stock in one fell swoop. Beyond partnering with the existing owners, I&#8217;d like us to consider redevelopment and density options that would enable us to preserve and/or renovate the existing units and add mixed income, workforce housing.</em></p>
<p><em>3) Zoning &#8211; there is a lot we can do here. I&#8217;ll preface by agreeing with the skeptics that zoning changes can have far-reaching impacts and need to be carefully considered. At the minimum, let&#8217;s consider zoning tools to incent renovations vs teardowns while respecting individual property rights. Regionally, accessory dwelling units (aka granny flats) are gaining steam &#8211; enabling additional density in residential neighborhoods could add affordable housing stock. And nationally &#8211; we could learn from bold moves like Minneapolis and Oregon&#8217;s <a href="https://www.politico.com/magazine/story/2019/07/11/housing-crisis-single-family-homes-policy-227265">elimination of single family zoning</a> that will create more affordability and racial and economic equity. And finally, continuing mixed use development &#8211; which not only adds to our tax base and keeps taxes from rising as much as it otherwise would &#8211; it also adds more diverse housing and helps our progression from car-centric suburb to a sustainable, walkable community.</em></p>
<p>The Housing Chapter is scheduled to be approved in our August meeting. Following that, my request to staff is to propose the next level action plan &#8211; preferably well before the next budget and work plan cycles start in early 2020 so we can vote on a realistic set of priorities and support it with resources.</p>
<p>In the meantime, I want to hear from you!</p>
<p><strong>(3) CIP Review</strong></p>
<p>As we do every quarter, we reviewed a <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1072&amp;meta_id=85509">snapshot of the key CIP (capital improvements program) projects</a> across the city. As capital projects have been our largest focus in recent years, typically this would merit its own, long post &#8211; but I&#8217;ll keep it short this time.</p>
<p><em>My quick takeaway:</em></p>
<p><em>As you can see from the status report, we have a lot of projects in progress, especially in the area of transportation where bike-friendly, walkability, and ped safety projects have gotten top billing, reflecting this City Council’s focus. An ongoing risk I share is that many projects are coming in above budget (partly due to rising construction costs) and we&#8217;re short on resources, which is never a good combination. I will continue to push that we&#8217;re deliberate on which big projects we take on so we deliver them well.</em></p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>What’s Coming Up</strong></span></p>
<ul>
<li>Monday, July 29 &#8211; Letty&#8217;s Office Hours (9 am, Downtown Park)</li>
<li>Monday, August 12 &#8211; City Council Regular Meeting (730 pm, City Hall)</li>
<li>Tuesday, September 3 &#8211; City Council Regular Meeting (730 pm, City Hall)</li>
</ul>
]]></content:encoded></item><item><title>Updates from Letty &#8211; July 12, 2019</title><link>https://mrjackstar.lettyhardi.org/updates-from-letty-july-12-2019/</link><dc:creator>Letty Hardi</dc:creator><pubDate>Fri, 12 Jul 2019 12:13:27 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">http://www.lettyhardi.org/?p=3234</guid><description><![CDATA[It&#8217;s was a terrifying week for the city and our neighbors. Seeing my own street turn into a river and and photos and videos from across the city, I know Monday&#8217;s flooding event hit us hard. And many of you are still cleaning up basements and have more work and <a href="/updates-from-letty-july-12-2019/">[&#8230;]</a>]]></description><content:encoded><![CDATA[<p><em>Blog posts are the personal views of Letty Hardi and not official statements or records on behalf of the Falls Church City Council</em></p>
<p>Dear Friends,</p>
<p>It&#8217;s was a terrifying week for the city and our neighbors. Seeing my own street turn into a river and and photos and videos from across the city, I know Monday&#8217;s flooding event hit us hard. And many of you are still cleaning up basements and have more work and expenses ahead. The City retroactively declared a local emergency in response to the flash flooding &#8211; which is one step in determining our eligibility for state and federal disaster <span data-contrast="auto">recovery assistance. Read on for a few other ways the city is providing assistance, including <strong>waiving the fee for special bulk trash collection for water damaged items (deadline to request a collection is next Tuesday, July 16 at noon)</strong>. We also had a broader discussion on stormwater issues in our City Council meeting. Next to traffic calming, we hear about residential stormwater issues from citizens with increasing frequency, so we know it&#8217;s a big concern.</span></p>
<p>Aside from the historic flooding that occurred, we also made history in other ways this week: we<strong> approved the conceptual plan for the 9 acre West Falls Church project</strong> adjacent to the high school and we <strong>passed an overhaul of the senior tax relief program</strong>. These are both important achievements and investments in the city, reflecting our values of education, financial sustainability, and diversity in our community.</p>
<p>Finally, next week is our last meeting of July and we have one August meeting. Don&#8217;t forget &#8211; you can come still see me at <strong>my office hours on Monday, July 29 at 9 am at the new downtown park (which may get a new name soon &#8211; read on).</strong></p>
<p>Best,<br />
Letty</p>
<p><span style="text-decoration: underline;"><strong>What Happened This Week:</strong></span></p>
<p><strong>(1) Historic Flooding</strong></p>
<p>In the aftermath of the flooding, here are a few steps the city is taking to aid citizens:</p>
<ul>
<li>The fee for special bulk trash collection is waived next week. More information here, including how to request a special pick up by next Tuesday at noon.  <a href="http://www.fallschurchva.gov/CivicAlerts.aspx?AID=885" target="_blank" rel="noopener noreferrer" data-auth="NotApplicable">http://www.fallschurchva.gov/CivicAlerts.aspx?AID=885</a></li>
<li>Building permit fees will be waived for homeowners who need to make repairs for flood damage.</li>
<li>And finally, the City Manager reported that if finished basements are flooded and unusable for a duration of time until they&#8217;re repaired, homeowners can contact the <a href="http://www.fallschurchva.gov/718/Real-Estate-Assessment">Real Estate Assessors office</a> so that the value of the basement, during the time period the basement is unusable, can be deducted from the annual real estate taxes.</li>
</ul>
<p>City Council discussed stormwater management in the city, including potential ways to accelerate stormwater system upgrades and zoning requirements for residential redevelopment. I expect we&#8217;ll continue the discussion at our meeting next week, which includes a regular quarterly update on capital projects (for new readers: capital projects cost $150,000+  and have a useful life of 10+ years &#8211; like the new high school, parks, and road improvements). Stormwater issues are becoming more common, especially as climate change leads to more severe weather events like Monday&#8217;s, so I believe cities have a role in preparing for greater resilience.</p>
<p><strong>(2) West Falls Church Economic Development Project</strong></p>
<p>Following a final work session last week and revisions since the <a href="https://www.lettyhardi.org/updates-from-letty-may-17-2019/">approval of the comprehensive agreement in May</a>, we approved the <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1069&amp;meta_id=85008">entitlement and conceptual plan for the 9.45 acre development</a> adjacent to the new high school. The financial terms, committed uses, green space, and overall densities have remained the same, but a series of changes were made in response to feedback we heard last winter and spring &#8211; reorienting buildings, pulling height and massing away from the schools, and continued work on the voluntary concessions. Besides reducing the acreage by nearly an acre, the key plan changes include:</p>
<ul>
<li>No garage adjacent to the middle school (instead parking will be distributed in several underground and one above ground garages, including surge parking for school and community events)</li>
<li>Retail (planned to be an anchor grocer) was brought more prominently out to the Haycock/Leesburg Pike corner</li>
<li>Senior housing building, which is planned to be the tallest building, was moved away from the schools</li>
<li>Street grid changed slightly, including the addition of a small &#8220;woonerf&#8221;</li>
<li>Phase 2 buildings are split in two locations &#8211; with the second office building to be built adjacent to the Phase 1 office building</li>
</ul>
<p>Finally, the fiscal model analysis (the tool we use to assess the *net* costs of a new development which are revenues generated minus expected service costs at full build out) increased from $4.7M in Phase 1 to $5.1M, with Phase 2 generating an additional $1.8M per year <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1069&amp;meta_id=85008">(see page 18 of staff report for fiscal analysis)</a>.</p>
<p>The WFC project will be transformative: besides being the biggest development project *ever* in Falls Church and the land payments enabling us to finance the new high school &#8211; the fiscal projections, environmental benefits, number of affordable housing units and microhousing, public art commitment&#8230; represent the largest and best we&#8217;ve secured to date. We&#8217;ve come a long way with the realization of a new high school now underway and a development project now approved &#8211; both which seemed nearly impossible 3.5 years ago when I joined City Council. Much more work to come.</p>
<p><img loading="lazy" decoding="async" class="alignnone  wp-image-3242" src="http://www.lettyhardi.org/wpc/uploads/2019/07/final-SEE-July-2019-300x132.png" alt="final SEE July 2019" width="584" height="257" srcset="/wpc/uploads/2019/07/final-SEE-July-2019-300x132.png 300w, /wpc/uploads/2019/07/final-SEE-July-2019-768x338.png 768w, /wpc/uploads/2019/07/final-SEE-July-2019-1024x451.png 1024w, /wpc/uploads/2019/07/final-SEE-July-2019.png 1275w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 584px" /></p>
<p>So what&#8217;s next?</p>
<p>After the project teams get a breather, the next of plans for approvals, the SESP (Special Exception Site Plan), are due next January. The approval we gave this week sets out the land entitlements for the developer and governs the conceptual development program – more details will come in the SESP before this development can break ground in Fall 2021, after the new high school is complete and the old one is demolished.</p>
<p><strong>(3) Senior Tax Relief</strong></p>
<p>We passed at second reading the <a href="https://www.lettyhardi.org/updates-from-letty-june-21-2019/">changes to senior tax relief program</a> we&#8217;ve been discussing the past 6 months. Ordinance changes require two votes. Now that the changes are official, expect more communication from the Treasurer on how to qualify and apply for the program.</p>
<p><strong>(4) Downtown Park &#8211; Name Recommendation</strong></p>
<p>From nearly 130 suggestions we received for the <a href="http://www.fallschurchva.gov/1768/Downtown-Plaza">new downtown park</a>, the overwhelming majority favored a name related to Brown&#8217;s Hardware. The subcommittee recommended to City Council the name &#8220;Mr. Brown&#8217;s Park&#8221; which would honor all three generations of Browns who owned the business. The name was referred out to boards and commissions for their feedback, with a vote targeted in early fall for a final name unveiling.</p>
<p>Also &#8211; check out the events happening at the park in July:</p>
<p><a href="http://www.lettyhardi.org/wpc/uploads/2019/07/july-2019-park.png"><img loading="lazy" decoding="async" class="alignnone  wp-image-3244" src="http://www.lettyhardi.org/wpc/uploads/2019/07/july-2019-park-204x300.png" alt="july 2019 park" width="283" height="418" srcset="/wpc/uploads/2019/07/july-2019-park-204x300.png 204w, /wpc/uploads/2019/07/july-2019-park-16x24.png 16w, /wpc/uploads/2019/07/july-2019-park-25x36.png 25w, /wpc/uploads/2019/07/july-2019-park-33x48.png 33w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 283px" /><img loading="lazy" decoding="async" class="alignnone  wp-image-3243" src="http://www.lettyhardi.org/wpc/uploads/2019/07/july-2019-park-2-211x300.png" alt="july 2019 park 2" width="299" height="425" srcset="/wpc/uploads/2019/07/july-2019-park-2-211x300.png 211w, /wpc/uploads/2019/07/july-2019-park-2-17x24.png 17w, /wpc/uploads/2019/07/july-2019-park-2-25x36.png 25w, /wpc/uploads/2019/07/july-2019-park-2-34x48.png 34w, /wpc/uploads/2019/07/july-2019-park-2.png 371w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 299px" /></a></p>
<p><span style="text-decoration: underline;"><strong>What&#8217;s Coming Up:</strong></span></p>
<ul>
<li>Monday, July 15 &#8211; <a href="http://fallschurch-va.granicus.com/GeneratedAgendaViewer.php?view_id=2&amp;event_id=1001">City Council Work Session &#8211; Joint with Planning Commission (730 pm, City Hall)</a></li>
<li>Monday, July 29 &#8211; Letty&#8217;s Office Hours (9 am, Downtown Park)</li>
<li>Monday, August 12 &#8211; City Council Regular Meeting (730 pm, City Hall)</li>
<li>Tuesday, September 3 &#8211; City Council Regular Meeting (730 pm, City Hall)</li>
</ul>
]]></content:encoded></item><item><title>Updates from Letty &#8211; June 28, 2019</title><link>https://mrjackstar.lettyhardi.org/updates-from-letty-june-28-2019/</link><dc:creator>Letty Hardi</dc:creator><pubDate>Fri, 28 Jun 2019 05:12:56 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">http://www.lettyhardi.org/?p=3146</guid><description><![CDATA[We&#8217;re back in City Hall! This week&#8217;s meeting marked our return to a renovated and expanded City Hall after 18 months. Thank you for your patience during construction and supporting a safer, greener, and more accessible building. I thought this week&#8217;s topics were a fitting way to kick off our <a href="/updates-from-letty-june-28-2019/">[&#8230;]</a>]]></description><content:encoded><![CDATA[<p><em>Blog posts are the personal views of Letty Hardi and not official statements or records on behalf of the Falls Church City Council</em></p>
<p>Dear Friends,</p>
<p>We&#8217;re back in City Hall! This week&#8217;s meeting marked our return to a renovated and expanded City Hall after 18 months. Thank you for your patience during construction and supporting a safer, greener, and more accessible building.</p>
<p>I thought this week&#8217;s topics were a fitting way to kick off our first meeting in the&nbsp;new heart of your local government: we passed our first law &#8211;&nbsp;updating&nbsp;the exotic animal ordinance in response to long&nbsp;citizen feedback; we celebrated city employees with impressive years of dedicated public service; we heard from the grassroots efforts of <a href="http://welcomingfallschurch.org/">Welcoming Falls Church</a>; we reflected on the LGBTQ celebration and panel discussion over the weekend; and we passed an expansion of senior tax relief at first reading &#8211; all truing back to being&nbsp;open, responsive representatives and living our community&#8217;s core values.</p>
<p>The next two weeks&#8217; of meetings will be focused on the <a href="http://www.fallschurchva.gov/1599/WFC-Economic-Development-Project">West Falls Church project&#8217;s revised conceptual plan</a>&nbsp;&#8211; check out the project webpage for the latest and you can continue to <a href="mailto:cityclerk@fallschurchva.gov">email us</a> with your comments. With the holiday next week, I&#8217;ll take a brief hiatus from weekly posts and resume week of July 8th. Note that the Sunday Series Town Halls and the monthly Campus Coordinating Committee meetings are also on summer vacation and will resume in September.</p>
<p>Best,<br />
Letty</p>
<p>PS &#8211; Save the date: my kids will be in camp, which means my office hours&nbsp;can resume! The next one will be on <strong>Monday, July 29 at 9 am at the Downtown Park</strong>. Grab some breakfast/coffee and come chat with me. (Your kids are of course welcome!) I&#8217;d love to hear from you as I reflect on priorities for my re-election&nbsp;campaign.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>What Happened This Week:</strong></span></p>
<p><strong>(1) City Hall Cornerstone Unveiling &amp; Chambers Dedication</strong> &#8211; check out <a href="https://www.facebook.com/lettyhardifcc/posts/1773877659578175?__xts__[0]=68.ARBMc4zIW0xwthT433jTUCaa8giZGGj2ilCHGf1FwHCbvlXcMrNfVbX7VVg-72z5K3_lIJuZxEvndHNWsmZJgtDypfDXTuvPFpVU4-srv9hP4jCNzWd12762MJz1SF9UFMKiSSnjP34lXgZM69k1ibecqHSeMPq-F6mPPeMbJXQkTYP_qgliiQyOPBdTRf9sTV_Fj2hmLpr_kt42AZKvD6u-AFaOis5BrHG0Q37UJhOD0dGbLGu_YeTzTUvL5UyNJ8RGwLGjcI-vfKoVu7wkuZ755BAhCv7sRvy6dVv0FkDiiw0NhDfA7uyQ57PnznKxx44l-t6-1n0bnUni0uaz0CpTsUwazuMWjwhlAoBQkQCxNITrfmw-qcYUVPot3b77MwJ58dNdOWZM6kWl0nEa7zsRTJLG52mvq5Z0qMZNXuMtuIo&amp;__tn__=-R">my Facebook post</a> for the photos. Like or follow my page&nbsp;if you haven&#8217;t already!</p>
<p><strong>(2) Exotic Animals Ordinance</strong> &#8211; by a 5-2 vote, we passed an update to the <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1065&amp;meta_id=84455">exotic animals ordinance</a>, which stipulates&nbsp;the animals that can be kept as pets. The passage of this ordinance means that now <em>turtles, tortoises, hermit crabs, hedgehogs, and chinchillas</em> are legal pets in Falls Church. As I wrote about after our first few work sessions and <a href="https://www.lettyhardi.org/updates-from-letty-june-14-2019/">first reading vote</a>, I supported this update as I believe it was important to modernize our ordinance, be responsive to citizen requests, and learn from the thorough research by our student activist and experience of neighboring, much larger jurisdictions which indicated very low risk and impact after they expanded their ordinances. I appreciated hearing from both perspectives of the issue especially our own staff who recommended not updating the ordinance. Ultimately&nbsp;I supported the change as&nbsp;I viewed it to be a mainstream, middle of the road proposal.</p>
<p><strong>(3) Senior Tax Relief</strong> &#8211; after&nbsp;many months of discussion, we passed at first reading 7-0 the expansion of the senior tax relief program for our low income seniors. For my thoughts on the changes, please see <a href="https://www.lettyhardi.org/updates-from-letty-june-21-2019/">my previous posts</a>. It will need a 2nd reading/final vote on July 8 before it&#8217;s official and the new application process will begin.</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>What&#8217;s Coming Up:</strong></span></p>
<ul>
<li>Monday, July 1 &#8211; City Council Work Session (730 pm, City Hall)</li>
<li>Monday, July 8 &#8211; City Council Meeting (730 pm, City Hall)</li>
<li>Monday, July 15 &#8211; City Council Work Session (730 pm, City Hall)</li>
</ul>
]]></content:encoded></item><item><title>Updates from Letty &#8211; June 21, 2019</title><link>https://mrjackstar.lettyhardi.org/updates-from-letty-june-21-2019/</link><dc:creator>Letty Hardi</dc:creator><pubDate>Fri, 21 Jun 2019 13:05:40 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">http://www.lettyhardi.org/?p=3071</guid><description>After 18 months, we unceremoniously wrapped up our last meeting in our temporary digs at the Community Center and return to a renovated City Hall next Monday. Join us as we formally re-open City Hall and dedicate the new Council Chambers and Court Room next Monday night at 6 pm, followed by our &lt;a href="/updates-from-letty-june-21-2019/">[&amp;#8230;]&lt;/a></description><content:encoded><![CDATA[<p><em>Blog posts are the personal views of Letty Hardi and not official statements or records on behalf of the Falls Church City Council</em></p>
<p>Dear Friends,</p>
<p>After 18 months, we unceremoniously wrapped up our last meeting in our temporary digs at the Community Center and return to a renovated City Hall next Monday. Join us as we formally re-open City Hall and dedicate the new Council Chambers and Court Room <a href="http://www.fallschurchva.gov/Calendar.aspx?EID=8929&amp;month=6&amp;year=2019&amp;day=24&amp;calType=0">next Monday night at 6 pm</a>, followed by our regular meeting at 730 pm.</p>
<p>It&#8217;s hard to top last week with hedgehogs, signings, groundbreakings, and rainbow flags. This week&#8217;s work session was all about <strong>senior tax relief</strong> and continued updates to the <strong>Comprehensive Plan</strong>. If you&#8217;re feeling deja vu &#8211; it&#8217;s not just you. These are both topics we&#8217;ve previously discussed and I wrote about extensively in older blog posts (did you remember what demographers think the Amazon HQ2 impact will be in Falls Church?) So I&#8217;m going to keep it short and sweet &#8211; I&#8217;ll provide links, call out new substantive updates, and note my new considerations.</p>
<p>Best,<br />
Letty</p>
<p>PS &#8211; Last call for <a href="https://www.surveymonkey.com/r/3V2PL3P">ideas for the name of the new downtown park</a>!</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>What Happened This Week:</strong></span></p>
<p><strong>(1) Senior Tax Relief</strong></p>
<ul>
<li>As you recall, we approved $390K total in the upcoming FY20 budget for the senior tax relief program, which is an increase of $108K to allow for an expansion of the program. The details of the expansion did not need to be finalized at budget adoption, so the recommendations were discussed this week again.</li>
<li>The <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1061&amp;meta_id=84197">working group&#8217;s recommendations</a> remained the same: a pretty extensive overhaul of the program to encourage more deferrals by removing the interest rate and bringing the income brackets, relief amounts, and asset limits in closer alignment to our <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1061&amp;meta_id=84203">neighbors&#8217; programs</a>. It also adds a provision for the &#8220;house rich, cash poor&#8221; situation &#8211; ie, if a senior owns a house greater than 125% of the median home value, then the senior would only qualify for tax deferral instead of abatement. This is a <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1061&amp;meta_id=84200">good summary of the changes</a> to the program.</li>
<li>We are scheduled to vote on the program changes in our next two regular meetings, so the changes can go into effect this coming fiscal year (July 1, 2019).</li>
<li><em>Letty&#8217;s thoughts &#8211; as I wrote in the spring, I feel strongly that for moral, social, and fiscal reasons, expanding senior tax relief is the right thing for us to do. I encourage you to read <a href="https://www.lettyhardi.org/updates-from-letty-april-5-2019-budget-edition-3/">my previous post</a> if you would like to better understand my position. That said, one risk of the program changes &#8211; because so many dimensions of the program are changing &#8211; is not knowing exactly what the new participation rate will be, despite our best estimations based on past applications. My hope is that we are able to help more of the most vulnerable senior population in our community &#8211; some who may not have previously applied at all because they wouldn&#8217;t have qualified or the relief amount wasn&#8217;t worth the effort. However, that uncertainty on who will apply opens up some risk to the annual budget. Because we can&#8217;t legally cap the program&#8217;s expenses at $390K, I support close monitoring and evaluation after the changes are rolled out.</em></li>
</ul>
<p><strong>(2) Comprehensive Plan Update</strong></p>
<ul>
<li>For the latest Comprehensive Plan draft chapters under revision: <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1061&amp;meta_id=84206">demographics</a> and <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1061&amp;meta_id=84216">housing</a></li>
<li>I last wrote about our demography trends and projections <a href="https://www.lettyhardi.org/updates-from-letty-november-16-2018/">last November</a> and <a href="https://www.lettyhardi.org/updates-from-letty-march-8-2019/">March</a>, which included some surprising trends like a decrease in the number of households with children and a projected population of 20K in 2045, with Amazon HQ2 contributing a net increase of 160 households or so.</li>
<li>Income inequality in Falls Church: not surprising, households with high incomes surged in the last 15 years. In the most recent draft chapter, we learned that the $200K+ income bracket has grown the most dramatically. Between 2000 and 2017, most household growth in the City occurred with households that have an annual income exceeding $200K. During this same time period the City generally lost households with income levels below $75k. As a result, about 4 out of every 10 households in the City has an annual income of $150K+</li>
</ul>
<p style="padding-left: 30px;"><img loading="lazy" decoding="async" class="alignnone  wp-image-3073" src="http://www.lettyhardi.org/wpc/uploads/2019/06/HH-income-300x280.png" alt="HH income" width="424" height="396" srcset="/wpc/uploads/2019/06/HH-income-300x280.png 300w, /wpc/uploads/2019/06/HH-income.png 425w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 424px" /></p>
<ul>
<li><a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1061&amp;meta_id=84216">Pages 15-18 of the updated Housing Chapter</a> contain a lot of policy ideas and actions we could take on the topic of housing &#8211; everything from enabling  granny flats and duplexes to providing more workforce housing to an increase in the meals tax to fund more affordable housing to starting first time homebuyer programs. <em>In my opinion, this is the most important part of the Comp Plan &#8211; what initiatives or policy changes should we take on to support our vision of &#8220;housing for all&#8221;? </em>(The actual, revised vision: create and maintain a diverse supply of housing that supports an inclusive and close-knit community&#8230; ensure affordable housing is available for a range of incomes, household sizes, generations, and needs.) While the survey for these housing ideas has closed, if you are passionate about the topic &#8211; take a look at those charts of ideas and tell me what you believe should be the most important.</li>
</ul>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>What&#8217;s Coming Up:</strong></span></p>
<ul>
<li>Monday, June 24 – City Hall Grand Re-Opening (6 pm, City Hall)</li>
<li><a href="http://fallschurch-va.granicus.com/GeneratedAgendaViewer.php?view_id=2&amp;event_id=1265">Monday, June 24 &#8211; City Council Meeting (730 pm, City Hall)</a></li>
<li>Monday, July 1 &#8211; City Council Work Session (730 pm, City Hall)</li>
<li>Monday, July 8 &#8211; City Council Meeting (730 pm, City Hall)</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded></item><item><title>Updates from Letty &#8211; June 14, 2019</title><link>https://mrjackstar.lettyhardi.org/updates-from-letty-june-14-2019/</link><dc:creator>Letty Hardi</dc:creator><pubDate>Fri, 14 Jun 2019 04:33:50 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">http://www.lettyhardi.org/?p=3009</guid><description>Today is a big day! Besides being the last day of school for FCCPS students, today, at 2 pm, is also the groundbreaking for our new high school. In fact, it’s been a big week: the comprehensive agreement for the West Falls Church project was signed, the new downtown park officially opened, &lt;a href="/updates-from-letty-june-14-2019/">[&amp;#8230;]&lt;/a></description><content:encoded><![CDATA[<p><em>Blog posts are the personal views of Letty Hardi and not official statements or records on behalf of the Falls Church City Council</em></p>
<p>Dear Friends,</p>
<p>Today is a big day! Besides being the last day of school for FCCPS students, today, at 2 pm, is also the <strong>groundbreaking for our new high school</strong>. In fact, it’s been a big week: the <strong>comprehensive agreement for the West Falls Church project was signed</strong>, the <strong>new downtown park officially opened</strong>, the <strong><a href="https://www.facebook.com/lettyhardifcc/videos/2334612259918177/?__xts__[0]=68.ARDxZZg-eDmwN6iVXUzyLHCcMfKHxLMtiFFncIKJpc-_0YtZFGSLtCTXKtbLdWQsN01goRTxqBa57Pon2x4SUq1-qEAKO8s7CAx0qsyZLda_taCHFCUmm0RGLAR3H3_L7tY7my85npcj1MeRDt76rK6o7J2QThiE8pLoTVG5sb40HSdIS_tCH6-STYTyylzKRbaUmbM52NAiyS4mS1ByXc9tO6KsTpyceU_IHgoEeGvC4StiJ2inKZG_X6R7n8FLEVWZNPPt9Twlv6l9x8_kC7L4M0nLioFBZF2m6l_A-xUcZUVOjwq8VZuqgXyTwvo8Z1a2Pv99RlyaNqVwPR4y6MeZMDOEw7xkjZfLkCZFxouvxdZYTNPZ5BnRETsJE8o2RD1U7plwiaZCvwAYuEnenbe8vGaOgNSO4VldRoXxs6l27Hz2LaB0WVeF6fY&amp;__tn__=-R">rainbow pride flag</a></strong> was raised outside of City Hall for the first time, and <strong>some new pets could soon be legal</strong> in Falls Church homes.</p>
<p>This was one of the most fun blog posts to write (and I hope you&#8217;ll find it an informative and feel-good post to read as well) because while seemingly disparate topics – this week&#8217;s news represents long journeys that have culminated in awesome accomplishments, some with more miles to go. Nonetheless, those successes are all the sweeter when you see the many years of hard work and perseverance start paying off.</p>
<p>Happy summer,<br />
Letty</p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">What Happened This Week:</span></strong></p>
<p><strong>(1) West Falls Church Project &#8211; Comprehensive Agreement Signed</strong></p>
<p>After <a href="https://www.lettyhardi.org/updates-from-letty-may-17-2019/">authorizing the City Manager to sign the agreement in May</a>, the legal contract for the <a href="http://www.fallschurchva.gov/1599/WFC-Economic-Development-Project">WFC Development Project</a> and land transaction was officially signed this week. As you recall, a signed economic development deal is a <a href="http://www.fallschurchva.gov/1993/Project-History-and-Milestones">key milestone</a> before proceeding with debt issuance and construction of the high school as the land payments are a core part of the financing plan we outlined out before the 2017 referendum. The project has come a long way since the referendum, just over 18 months ago &#8211; notwithstanding the long nights and deliberations in getting to a solid option and financing plan to bring to referendum that started even before my term on City Council.</p>
<p>The business terms have largely remained the same as when we selected the EYA/PN Hoffman/Regency team last year &#8211; including a 99-year ground lease beginning in 2021 and a two phase development project on 9.4 acres with total payments of $34.5M to the city in Phase 1 and then a Phase 2 payment of $10M or appraised value, whichever is higher &#8211; for a total of $44.5M. The project will include a mix of commercial uses, including a grocery store, restaurants, retail, office space, residences, a hotel, civic spaces, and a center green space called “The Commons.&#8221; See more details in this week&#8217;s <a href="https://us4.campaign-archive.com/?u=6285c81a1416df81ae70592b9&amp;id=ff6f41c5ed">press release</a>.</p>
<p><em>What&#8217;s next? </em></p>
<p>With the CA now signed, we&#8217;ve turned our attention back to the project conceptual plan, or the Special Exception Entitlement (SEE) application which establishes building heights, permitted uses, plan layouts, and other project details. We had deferred the vote on the SEE approval until 7/8, anticipating that there would be some revisions we wanted further staff, board and commission, and community review. This week, there were two public meeting opportunities for discussion of the SEE in the monthly Sunday Series town hall and a community meeting with boards and commissions. City Council is planned to discuss the project at our 7/1 work session before the 7/8 vote. You can continue to <a href="mailto:cityclerk@fallschurchva.gov">email questions and comments to us</a> and/or come to our regular meetings and speak during public comment period.</p>
<p><strong>(2) Downtown Park Opens</strong></p>
<p>A large crowd joined us to officially open the new downtown park this week. Much kudos to the Economic Development Authority for championing the idea for many years and funding the creation of the pocket park in the heart of downtown Falls Church. As the liaison to the EDA, it has been really rewarding to contribute ideas and see the park come to life that is already drawing visitors. A few more improvements are still to come, but in the meantime &#8211; don&#8217;t forget to <a href="https://www.surveymonkey.com/r/3V2PL3P">submit your park name nominations</a> before 6/21 and check out the free events in June.</p>
<p><img loading="lazy" decoding="async" class="alignnone  wp-image-3011" src="http://www.lettyhardi.org/wpc/uploads/2019/06/june-2019-park-1-198x300.png" alt="june 2019 park 1" width="260" height="394" srcset="/wpc/uploads/2019/06/june-2019-park-1-198x300.png 198w, /wpc/uploads/2019/06/june-2019-park-1-16x24.png 16w, /wpc/uploads/2019/06/june-2019-park-1-24x36.png 24w, /wpc/uploads/2019/06/june-2019-park-1-32x48.png 32w, /wpc/uploads/2019/06/june-2019-park-1.png 393w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 260px" /> <img loading="lazy" decoding="async" class="alignnone  wp-image-3012" src="http://www.lettyhardi.org/wpc/uploads/2019/06/june-2019-park-2-221x300.png" alt="june 2019 park 2" width="284" height="386" srcset="/wpc/uploads/2019/06/june-2019-park-2-221x300.png 221w, /wpc/uploads/2019/06/june-2019-park-2-18x24.png 18w, /wpc/uploads/2019/06/june-2019-park-2-27x36.png 27w, /wpc/uploads/2019/06/june-2019-park-2-35x48.png 35w, /wpc/uploads/2019/06/june-2019-park-2.png 393w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 284px" /></p>
<p><strong>(3) Pride Flag Raised at City Hall</strong></p>
<p>In recognition of <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1057&amp;meta_id=84030">LGBTQ Pride Month</a> in June and the 50th anniversary of the Stonewall uprising, I was proud to have advocated and secured a unanimous vote to <a href="https://www.facebook.com/lettyhardifcc/videos/2334612259918177/?__xts__[0]=68.ARDxZZg-eDmwN6iVXUzyLHCcMfKHxLMtiFFncIKJpc-_0YtZFGSLtCTXKtbLdWQsN01goRTxqBa57Pon2x4SUq1-qEAKO8s7CAx0qsyZLda_taCHFCUmm0RGLAR3H3_L7tY7my85npcj1MeRDt76rK6o7J2QThiE8pLoTVG5sb40HSdIS_tCH6-STYTyylzKRbaUmbM52NAiyS4mS1ByXc9tO6KsTpyceU_IHgoEeGvC4StiJ2inKZG_X6R7n8FLEVWZNPPt9Twlv6l9x8_kC7L4M0nLioFBZF2m6l_A-xUcZUVOjwq8VZuqgXyTwvo8Z1a2Pv99RlyaNqVwPR4y6MeZMDOEw7xkjZfLkCZFxouvxdZYTNPZ5BnRETsJE8o2RD1U7plwiaZCvwAYuEnenbe8vGaOgNSO4VldRoXxs6l27Hz2LaB0WVeF6fY&amp;__tn__=-R">fly the rainbow pride flag in front of City Hall for the first time</a>. The pride flag will fly for the duration of June and every June going forward. Our support for LGBTQ equality is not new, but I believe our gesture to fly the flag in the heart of the city is an important and visible affirmation of our values as a welcoming and inclusive community.</p>
<p>(Thank you to the 5th graders who interviewed me last month for their Exhibition project on LGBTQ equality, which prompted me to think about how we can do more as allies!)</p>
<p><a href="http://www.lettyhardi.org/wpc/uploads/2019/06/pride-flag.png"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-3013" src="http://www.lettyhardi.org/wpc/uploads/2019/06/pride-flag-199x300.png" alt="pride flag" width="199" height="300" srcset="/wpc/uploads/2019/06/pride-flag-199x300.png 199w, /wpc/uploads/2019/06/pride-flag.png 261w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 199px" /></a></p>
<p><del><strong>(4) Lions, Tigers, and Bears &#8211; Oh My!</strong></del><strong>  Hedgehogs, Chinchillas, and Hermit Crabs</strong></p>
<p>The final bit news this week was also the culmination of a lot of grit and hard work, this time by a GMHS student activist. After many months (years?) of discussion, we unanimously voted on an <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1057&amp;meta_id=84045">updated exotic animal ordinance</a> at first reading to allow new animals to be kept as pets in Falls Church, such as hedgehogs, chinchillas, hermit crabs, turtles, tortoises which have been technically illegal. This GMHS student showed an amazing command of the topic, researched and followed the changes in <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1057&amp;meta_id=84047">Fairfax</a> and Arlington, lobbied the City Council for a change with strong arguments, and built a coalition of other supporters (with custom t-shirts!) who rallied for the ordinance update.</p>
<p>Despite staff&#8217;s recommendation against updating the ordinance, I found the argument to expand the allowable pets very compelling. The fact that our larger neighbors &#8211; Arlington, at 15 times, and Fairfax, at 80 times, our size &#8211; had already thoroughly researched and updated their ordinances, having consistent animal ordinances felt like a low risk decision and appropriate to be responsive to our constituents&#8217; long-standing request.</p>
<p>Don&#8217;t go out and add that hermit crab to your family just yet! A second reading/final vote is planned on 6/24 before the ordinance change becomes law.</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>What&#8217;s Coming Up:</strong></span></p>
<ul>
<li>TODAY &#8211; Friday, June 14 – GMHS Groundbreaking (2 pm, GMHS)</li>
<li><a href="http://fallschurch-va.granicus.com/GeneratedAgendaViewer.php?view_id=2&amp;event_id=999">Monday, June 17 &#8211; City Council Work Session (730 pm, Community Center)</a></li>
<li>Monday, June 24 – City Hall Grand Re-Opening (6 pm, City Hall)</li>
<li>Monday, June 24 &#8211; City Council Meeting (730 pm, City Hall)</li>
<li>Monday, July 1 &#8211; City Council Work Session (730 pm, City Hall)</li>
<li>Monday, July 8 &#8211; City Council Meeting (730 pm, City Hall)</li>
</ul>
]]></content:encoded></item><item><title>Updates from Letty &#8211; June 7, 2019</title><link>https://mrjackstar.lettyhardi.org/updates-from-letty-june-7-2019/</link><dc:creator>Letty Hardi</dc:creator><pubDate>Fri, 07 Jun 2019 04:05:25 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">http://www.lettyhardi.org/?p=2958</guid><description><![CDATA[We have a packed and historic week coming up. If you, too, have school-age kids and are drowning in end of year picnics, field days, recitals, teacher gifts, spring sports that just won&#8217;t end &#8230; I see you (and offer you a stress reliever below*). And even if you are above water,  I hope you find <a href="/updates-from-letty-june-7-2019/">[&#8230;]</a>]]></description><content:encoded><![CDATA[<p><em>Blog posts are the personal views of Letty Hardi and not official statements or records on behalf of the Falls Church City Council</em></p>
<p>Dear Friends,</p>
<p>We have a packed and historic week coming up. If you, too, have school-age kids and are drowning in end of year picnics, field days, recitals, teacher gifts, spring sports that just won&#8217;t end &#8230; I see you (and offer you a stress reliever below*). And even if you are above water, I hope you find this a useful guide to what&#8217;s coming up.</p>
<p>Can&#8217;t attend? If you&#8217;re a Democrat, your bare minimum civic duty is to <strong>vote in the primaries on Tuesday</strong>. Also <b>take two easy surveys to provide us your input</b> <strong>about the future of the city</strong> for the <a href="https://www.lettyhardi.org/updates-from-letty-may-24-2019/">Comp Plan changes I wrote about a few weeks ago</a>. Survey links are below.</p>
<p>Finally, today is <b>Wear Orange Day for Gun Violence Awareness, </b>especially meaningful for fellow public servants this year in the wake of the Virginia Beach tragedy. Following every mass shooting, our sense of security is shaken, we grieve, and then we demand action &#8230; and nothing. Will this time be different? I applaud the special session the Virginia General Assembly will convene in July and hope we will see progress. In the meantime, your City Council will continue advocating Richmond for commonsense gun legislation, increased funding for mental health services, and local authority so we can create gun policies that make sense for our community.</p>
<p>Best,<br />
Letty</p>
<p>*Need some zen? Check out the <a href="http://www.fallschurchva.gov/1768/Downtown-Plaza">new downtown park</a> with <strong>free yoga class taught by <a href="https://www.facebook.com/karma.yoga.and.wellness/">Karma Yoga</a>, starting this Sunday June 9th at 9 am</strong>. Bring a yoga mat and meet at the park in the 100 block of W. Broad (between Hunan Cafe and Hot n&#8217; Juicy). Also come to the grand opening party on Monday night at 6 pm. Walk, bike, bikeshare to the park, or you can park in any public spaces or in the George Mason Square garage right across the street on weeknights and weekends.</p>
<p><a href="http://www.lettyhardi.org/wpc/uploads/2019/06/meta-WEAR-ORANGE-SITE-043019A.png"><img loading="lazy" decoding="async" class="alignnone  wp-image-2959" src="http://www.lettyhardi.org/wpc/uploads/2019/06/meta-WEAR-ORANGE-SITE-043019A-300x157.png" alt="meta-WEAR-ORANGE-SITE-043019A" width="355" height="186" srcset="/wpc/uploads/2019/06/meta-WEAR-ORANGE-SITE-043019A-300x157.png 300w, /wpc/uploads/2019/06/meta-WEAR-ORANGE-SITE-043019A-768x402.png 768w, /wpc/uploads/2019/06/meta-WEAR-ORANGE-SITE-043019A-1024x536.png 1024w, /wpc/uploads/2019/06/meta-WEAR-ORANGE-SITE-043019A.png 1200w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 355px" /></a></p>
<p><span style="text-decoration: underline;"><strong>What&#8217;s Coming Up:</strong></span></p>
<p><strong>(1) Community Comprehensive Plan Meeting</strong> &#8211;<em> Tomorrow, June 8th @ 9 am (Columbia Baptist Church)</em><strong>.</strong> How do you want to see the City of Falls Church grow? Share your ideas about the future of The Little City with us at this <a href="http://www.fallschurchva.gov/Calendar.aspx?EID=8800">community meeting</a>. You can also provide your input on <a href="https://www.surveymonkey.com/r/HTQRC3D">population change and growth</a> and <a href="https://www.surveymonkey.com/r/6SQ5PN9">housing needs</a> in these two surveys.</p>
<p><strong>(2) Tinner Hill Music Festival</strong> &#8211; <em>Tomorrow, June 8th @ 11 am &#8211; 9 pm (Cherry Hill Park)</em>. Re-branded <a href="https://www.tinnerhill.org/events/2019/6/8/tinner-hill-music-festival-26th-annual">music festival</a> right in the Little City, with all proceeds benefiting the <a href="https://www.tinnerhill.org/">Tinner Hill Heritage Foundation</a>.</p>
<p><strong>(3) What&#8217;s the latest on the new GMHS or the WFC Project?</strong> <em>Last Summer Sunday Series <a href="http://www.fallschurchva.gov/Calendar.aspx?EID=8070">Town Hall</a> on Sunday, June 9th @ 2 pm (Community Center) or <a href="http://www.fallschurchva.gov/Calendar.aspx?EID=8824&amp;month=6&amp;year=2019&amp;day=6&amp;calType=0">Community Meeting</a> on Wednesday, June 12th @ 7 pm (Mary Ellen Henderson Cafetorium)</em> &#8211; learn the latest on the <a href="http://www.fallschurchva.gov/1599/WFC-Economic-Development-Project">revised economic development plan</a> and offer your input before City Council votes in July.</p>
<p><strong>(4) Downtown Park Grand Opening Party</strong> &#8211;<em> Monday, June 10th @ 6 pm (100 block of W. Broad). </em>Come celebrate the <a href="http://www.fallschurchva.gov/1768/Downtown-Plaza">newest park</a> with free refreshments, live music, and <a href="https://www.surveymonkey.com/r/3V2PL3P">help name the park</a>!</p>
<p><strong>(5) City Council Meeting</strong> &#8211; <em>Monday, June 10th @ 730 pm (Community Center)</em>. <a href="http://fallschurch-va.granicus.com/GeneratedAgendaViewer.php?view_id=2&amp;event_id=1264">Agenda is posted</a>, including our proclamation for LGBTQ Pride Month and updates to the exotic animal ordinance.</p>
<p><strong>(6) Democratic Primary Voting Day</strong> <em>&#8211; Tuesday, June 11th @ 6 am &#8211; 7 pm</em>. Registered voters waiting in line to vote at 7 pm will be allowed to vote. <a href="http://www.fallschurchva.gov/DocumentCenter/View/92/3-Voting-Ward-Map">New to the city and need to find your polling location?</a></p>
<p><strong>(7) Founders Row Community Meetin</strong>g &#8211; <em>Wednesday, June 12th @ 5 pm (FR Construction Trailer)</em></p>
<p><strong>(8) New GMHS Groundbreaking</strong> &#8211; <em>Friday, June 14th @ 2 pm (new GMHS site)</em> It&#8217;s been a long time since we&#8217;ve built a new high school in Falls Church. <a href="https://docs.google.com/forms/d/e/1FAIpQLScqcVJO9hu6FVnC8HzpOELl44kkDgb5DHKuwAHIBH5qxkDK9g/viewform">RSVP here</a> for this historic event.</p>
]]></content:encoded></item><item><title>Updates from Letty &#8211; May 31, 2019</title><link>https://mrjackstar.lettyhardi.org/updates-from-letty-may-31-2019/</link><dc:creator>Letty Hardi</dc:creator><pubDate>Fri, 31 May 2019 05:46:09 +0000</pubDate><category>Latest News</category><guid isPermaLink="false">http://www.lettyhardi.org/?p=2921</guid><description><![CDATA[Thank you for the overwhelming and enthusiastic response to my announcement to run for re-election. I was flattered to be asked so many times to run again, and I have truly appreciated the outpouring of support. In less than a week &#8211; we&#8217;re nearly done with the required signatures already. The campaign <a href="/updates-from-letty-may-31-2019/">[&#8230;]</a>]]></description><content:encoded><![CDATA[<p><em>Blog posts are the personal views of Letty Hardi and not official statements or records on behalf of the Falls Church City Council</em></p>
<p>Dear Friends,</p>
<p>Thank you for the overwhelming and enthusiastic response to my announcement to run for re-election. I was flattered to be asked so many times to run again, and I have truly appreciated the outpouring of support. In less than a week &#8211; we&#8217;re nearly done with the required signatures already. The campaign won&#8217;t ramp up for awhile, so stay tuned about yard signs, fundraising, canvassing, and other ways to help. In the meantime, pay attention to the <a href="https://www.fallschurchva.gov/135/Voter-Registration-Elections">upcoming primaries</a> (in person absentee voting open until June 8) and I&#8217;ll keep doing what I&#8217;m doing: working hard and making good stuff happen in Falls Church.</p>
<p>Speaking of good stuff &#8211; this week&#8217;s post is all about <strong>exciting things happening across town</strong> and a <strong>change in the financing plan for the new GMHS</strong>, with its groundbreaking exactly 2 weeks away. The latter didn&#8217;t get much coverage and it&#8217;s not as fun to write about, but in the spirit of transparency, I believe it&#8217;s important for everyone to understand the changes as we take on the largest debt in the city&#8217;s history. Among the exciting things is a whole lot of construction and road work, which I know can be a real headache. Once these projects are done, we&#8217;ll have intersection improvements, a new sidewalk, clear running water, a new park, and more (#ChristmasInJune). And yes, that includes the <strong>downtown park, </strong>where we hold the holiday tree lighting &#8211; now open for use. Save the date for a <strong>grand opening party on June 10</strong> and a calendar of events coming soon. Read on, and <strong>send me your feedback and ideas for the park!</strong></p>
<p>Best,<br />
Letty</p>
<p>PS &#8211; City Council is taking a week off and we&#8217;ll be back to business on June 10. Before then, note lots of events, parties, and community meetings coming up below. It&#8217;s a race to the finish line before summer starts!</p>
<p>&nbsp;</p>
<p><strong><span style="text-decoration: underline;">What Happened This Week:</span></strong></p>
<p><strong>(1) GMHS Bond Issuance Update</strong></p>
<p>On Monday, we <a href="https://fallschurch-va.granicus.com/MetaViewer.php?view_id=2&amp;clip_id=1056&amp;meta_id=83604">voted 6-0 to authorize the issuance of the next round of financing</a> for the new GMHS, the purchase of the Fellows property, and other items in the CIP. The financing plan that has been discussed to date is a set of 3 bond tranches &#8211; the first $22.5M issued last summer to cover design costs for GMHS, City Hall, and design for the library project; the second tranche of $76M planned for this summer,; and the third tranche of $51M planned for next year. For a recap of the financing strategy, including how we&#8217;ve prepared for the extraordinary debt, <a href="http://www.fallschurchva.gov/1865/Financial-Analysis">see the archived materials here</a> and <a href="https://www.lettyhardi.org/updates-from-letty-september-15-2017-gmhs-recap/">my recap of the history of the project in the past 4 years</a>.</p>
<p>However, as a result of the <a href="https://www.lettyhardi.org/updates-from-letty-may-17-2019/">revised development plan that&#8217;s been deferred for a vote until July 8</a> and payment in an escrow account I wrote about a few weeks ago, staff proposed a revised plan in order to only finance the cash flow needed for school construction and Fellows and not take out more debt until we need it. The revised plan we approved includes a 2 step process. Instead of issuing bonds for $76M at once, the recommended plan is to take out $20M &#8220;line of credit&#8221; to bridge finance the school construction costs through Oct 2019 ($15.3M) and acquisition of the Fellows property ($4.7M). Then upon the developer&#8217;s first payment coming out of the escrow account, the full $76M tranche of bonds would be issued and the $20M line of credit would be paid off in Fall 2019.</p>
<p><strong>(2) Construction Activity Everywhere!</strong></p>
<p>Besides the storm clean up, <a href="https://www.fallschurchva.gov/1381/Founders-Row-Broad-and-West-Streets">Founders Row</a> construction at Broad and West, and seasonal pothole repair &#8211; yes, there is a lot of other construction activity happening everywhere. I realize there is a lot of headache and traffic congestion issues caused by this work, but when we&#8217;re on the other side of it, these are all investments that will improve everyone&#8217;s quality of life. Here&#8217;s a quick snapshot of what I know about and what&#8217;s coming:</p>
<ul>
<li>Among many projects are several Fairfax Water ones, including a new water main on S. Oak and S. Lee St, which should help remediate the brown, murky water my neighbors have dealt with for years.</li>
<li><a href="https://www.fallschurchva.gov/1594/E-Broad-Cherry-Improvements">E. Broad and Cherry</a> &#8211; this intersection construction has been messy for awhile, and I know it&#8217;s been challenging for pedestrians first-hand. S. Cherry will be closed altogether this weekend, but the end is in sight &#8211; the project is expected to wrap up soon, with better signal timing, ped crossings, and more.</li>
<li><a href="https://www.fallschurchva.gov/1709/N-West-Great-Falls-Traffic-Signal">Great Falls and N. West</a> &#8211; improving this intersection has been long discussed in collaboration with Fairfax County and work is finally starting, beginning with utility undergrounding.</li>
<li><span style="text-decoration: underline;">New stop sign on Park and Lee</span> &#8211; the intersection of Park and N. Lee is the only one without a four-way stop or traffic signal, which has been a long-standing personal grievance. I&#8217;ve observed many close calls as it&#8217;s confusing for drivers and pedestrians who may be expecting a four way stop. New stop signs have been installed but not yet unveiled. Be on the lookout!</li>
<li><span style="text-decoration: underline;">New sidewalk on Park and Virginia</span> &#8211; this one dates back to our kids&#8217; stroller days when we would walk to storytime at the library and get stuck on the orphaned sidewalk on the north side of Park Ave. The sidewalk ends at the 400 block of Park Ave, leaving all the residents living on Pennsylvania and N. Virginia or pedestrians who happen to be walking on the north side of Park Ave, with no safe way to proceed or cross. A new sidewalk extending to Cherry Hill Park is underway now!</li>
<li><a href="http://www.fallschurchva.gov/1768/Downtown-Plaza">Downtown park</a> &#8211; the downtown park, an initiative funded by the <a href="http://www.fallschurchva.gov/164/Economic-Development-Authority">Economic Development Authority</a>, is now in soft opening mode. It&#8217;s been a furious month of construction activity. Right before the long weekend, the turf was installed, landscaping was planted, furniture was moved in place, and the park opened for business. There remains a handful of items to be done before the<strong> grand opening party on June 10</strong>, but for now &#8211; go enjoy the park to meet up with friends, picnic on the turf, or savor post-dinner ice cream on the new benches and sitting walls. We&#8217;re working on programming the park in collaboration with our business community so it can truly be a fun, vibrant gathering place in our downtown. Stay tuned for a park naming contest and a calendar of events &#8211; I&#8217;d love to hear your ideas for the park.</li>
</ul>
<p><figure id="attachment_2922" aria-describedby="caption-attachment-2922" style="width: 383px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-2922" src="http://www.lettyhardi.org/wpc/uploads/2019/05/IMG_20190529_134926974_HDR_2-300x180.jpg" alt="IMG_20190529_134926974_HDR_2" width="383" height="230" srcset="/wpc/uploads/2019/05/IMG_20190529_134926974_HDR_2-300x180.jpg 300w, /wpc/uploads/2019/05/IMG_20190529_134926974_HDR_2-768x461.jpg 768w, /wpc/uploads/2019/05/IMG_20190529_134926974_HDR_2-1024x615.jpg 1024w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 383px" /><figcaption id="caption-attachment-2922" class="wp-caption-text">New sidewalk on Park and N. Virginia</figcaption></figure></p>
<p><figure id="attachment_2923" aria-describedby="caption-attachment-2923" style="width: 384px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-2923" src="http://www.lettyhardi.org/wpc/uploads/2019/05/IMG_20190526_092326078_HDR-300x225.jpg" alt="IMG_20190526_092326078_HDR" width="384" height="289" srcset="/wpc/uploads/2019/05/IMG_20190526_092326078_HDR-300x225.jpg 300w, /wpc/uploads/2019/05/IMG_20190526_092326078_HDR-1024x768.jpg 1024w, /wpc/uploads/2019/05/IMG_20190526_092326078_HDR-285x214.jpg 285w, /wpc/uploads/2019/05/IMG_20190526_092326078_HDR-24x18.jpg 24w, /wpc/uploads/2019/05/IMG_20190526_092326078_HDR-36x27.jpg 36w, /wpc/uploads/2019/05/IMG_20190526_092326078_HDR-48x36.jpg 48w" sizes="auto, (max-width: 767px) calc(100vw - 60px), 384px" /><figcaption id="caption-attachment-2923" class="wp-caption-text">Downtown Park</figcaption></figure></p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><strong>What&#8217;s Coming Up:</strong></span></p>
<ul>
<li><a href="http://www.fallschurchva.gov/Calendar.aspx?EID=8800&amp;month=6&amp;year=2019&amp;day=24&amp;calType=0">Saturday, June 8 – Comp Plan Community Meeting (9 am, Columbia Baptist Church)</a></li>
<li><a href="https://www.tinnerhill.org/events/2019/6/8/tinner-hill-music-festival-26th-annual">Saturday, June 8 – Tinner Hill Music Festival (11 am – 9 pm, Cherry Hill Park)</a></li>
<li><a href="https://www.fallschurchva.gov/Calendar.aspx?EID=8070">Sunday, June 9 – Sunday Series Town Hall (2 pm, Community Center)</a></li>
<li>Monday, June 10 &#8211; Downtown Park Opening Party (6 pm, 100 block of W. Broad)</li>
<li>Monday, June 10 – City Council Meeting (730 pm, Community Center)</li>
<li>Wednesday, June 12 &#8211; Founders Row Community Meeting (5 pm, FR Construction Trailer)</li>
<li>Friday, June 14 &#8211; GMHS Groundbreaking (2 pm, GMHS)</li>
<li>Monday, June 24 &#8211; City Hall Grand Re-Opening &amp; Open House</li>
</ul>
<p>&nbsp;</p>
]]></content:encoded></item></channel></rss>