From d4359dc767d3524a16f529f3545d89ab558e1b8f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 2 May 2016 02:28:19 -0400 Subject: Add a missing period. --- public/java-segfault-redux.html | 2 +- public/java-segfault-redux.md | 2 +- 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 @@
Luke Shumaker » blog » java-segfault-redux

My favorite bug: segfaults in Java (redux)

-

Two years ago, I wrote 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

+

Two years ago, I wrote 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.

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).

The context

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 "driver station" software and modifiable "dashboard" software.

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 -- cgit v1.2.3