summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-02 02:28:19 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-02 02:28:19 -0400
commitd4359dc767d3524a16f529f3545d89ab558e1b8f (patch)
tree8759ecce561240f0154a2e1eb185a316cbda2bff
parent06bbb280c4646fb0e64866d55f78a95d5e173732 (diff)
Add a missing period.
-rw-r--r--public/java-segfault-redux.html2
-rw-r--r--public/java-segfault-redux.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/java-segfault-redux.html b/public/java-segfault-redux.html
index 2f25f4d..9cef9f6 100644
--- a/public/java-segfault-redux.html
+++ b/public/java-segfault-redux.html
@@ -9,7 +9,7 @@
<header><a href="/">Luke Shumaker</a> » <a href=/blog>blog</a> » java-segfault-redux</header>
<article>
<h1 id="my-favorite-bug-segfaults-in-java-redux">My favorite bug: segfaults in Java (redux)</h1>
-<p>Two years ago, I <a href="./java-segfault.html">wrote</a> about one of my favorite bugs that I'd squashed two years before that. About a year after that, someone posted it <a href="https://news.ycombinator.com/item?id=9283571">on Hacker News</a></p>
+<p>Two years ago, I <a href="./java-segfault.html">wrote</a> about one of my favorite bugs that I'd squashed two years before that. About a year after that, someone posted it <a href="https://news.ycombinator.com/item?id=9283571">on Hacker News</a>.</p>
<p>There was some fun discussion about it, but also some confusion. After finishing a season of mentoring team 4272, I've decided that it would be fun to re-visit the article, and dig up the old actual code, instead of pseudo-code, hopefully improving the clarity (and providing a light introduction for anyone wanting to get into modifying the current SmartDashbaord).</p>
<h2 id="the-context">The context</h2>
<p>In 2012, I was a high school senior, and lead programmer programmer on the FIRST Robotics Competition team 1024. For the unfamiliar, the relevant part of the setup is that there are 2 minute and 15 second matches in which you have a 120 pound robot that sometimes runs autonomously, and sometimes is controlled over WiFi from a person at a laptop running stock &quot;driver station&quot; software and modifiable &quot;dashboard&quot; software.</p>
diff --git a/public/java-segfault-redux.md b/public/java-segfault-redux.md
index e05e9d8..e91dcd3 100644
--- a/public/java-segfault-redux.md
+++ b/public/java-segfault-redux.md
@@ -6,7 +6,7 @@ date: "2016-02-28"
Two years ago, I [wrote][original] about one of my favorite bugs that
I'd squashed two years before that. About a year after that, someone
-posted it [on Hacker News][HN]
+posted it [on Hacker News][HN].
There was some fun discussion about it, but also some confusion.
After finishing a season of mentoring team 4272, I've decided that it