<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: jconley88</title><link>https://news.ycombinator.com/user?id=jconley88</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Apr 2026 08:08:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jconley88" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jconley88 in "Tell HN: Claude 4.7 is ignoring stop hooks"]]></title><description><![CDATA[
<p>... Finally!<p>`/feedback <a href="https://github.com/anthropics/claude-code/issues" rel="nofollow">https://github.com/anthropics/claude-code/issues</a>`<p>Is that good, or do I need a separate one for each of the 10,000 currently open issues?<p>(Just messing with you. The number of unaddressed open issues is frustrating, but it is nice of you to be here offering to help despite those)</p>
]]></description><pubDate>Sat, 25 Apr 2026 00:17:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47897377</link><dc:creator>jconley88</dc:creator><comments>https://news.ycombinator.com/item?id=47897377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47897377</guid></item><item><title><![CDATA[New comment by jconley88 in "Fun With Pinball"]]></title><description><![CDATA[
<p>I love pinball, I do, but my favorite part about this isn't that it exists. It's why, or the lack of one, in a sense.<p>I had the opportunity to tiredly stumble upon Mark's display on my way out of a pinball expo. The quality and care that went into the displays move them beyond a learning tool and curiosity piece into a creative artistic expression. There's obviously a human who cares deeply about the exhibit. In this case, he was sitting in the back of the room near a mountain of travel crates, offering occasional encouragement and insight.<p>The message that I got was, "This is important to me, and I want to share it with you". It was not built out of a CEO's metrics and mandates asking me, "How many dollars are you?". It helped that there was literally a human behind the display, but maybe that same sense comes across via the website as well.<p>Regardless, it was refreshing.  I stayed and browsed the whole display. Thank you, again, Mark!</p>
]]></description><pubDate>Wed, 11 Feb 2026 19:27:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46979601</link><dc:creator>jconley88</dc:creator><comments>https://news.ycombinator.com/item?id=46979601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46979601</guid></item><item><title><![CDATA[New comment by jconley88 in "Using TypeScript to obtain one of the rarest license plates"]]></title><description><![CDATA[
<p>In CO, there isn't an online search. When you apply, you have to list your top options and hope one is available. I'm also not a normal person. I'm an engineer and this was not good enough for me.<p>I emailed government employees until I figured out who was responsible for license plate records. I submitted a CORA (Colorado Open Records Request) for the entirety of their dataset. I had hoped to get the data on some regular cadence to build a simple online service for others. Unfortunately, they flat out refused and wouldn't discuss options.<p>When I told my family what license plate I wanted, they laughed at me and said "No one has that, just go get it". And so I did and it worked. I now have what I consider to be the best possible license plate in Colorado: "LCNZPLT"<p>Occasionally I'll see someone walk by my car, see the plate, think for a few seconds and then start laughing. Mission accomplished!</p>
]]></description><pubDate>Thu, 18 Dec 2025 16:33:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46314899</link><dc:creator>jconley88</dc:creator><comments>https://news.ycombinator.com/item?id=46314899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46314899</guid></item><item><title><![CDATA[Show HN: KeyboardNotifier: Debug intermittent keyboard/input issues]]></title><description><![CDATA[
<p>Problem:<p>I was getting intermittent repeating characters on random keys after replacing my mechanical keyboard switches with Outemo switches (spoiler: they were not the issue). This was often outside of a text-input application, spamming Ubuntu, preventing input and causing freeze-like issues.  In addition, I often didn't recognize it right away and could not reliably determine which recent modifier or other keys I had just been pressing. There was no physical indication on the keyboard to alert me either.<p>Solution:<p>I needed a way to clearly identify when a key was stuck so I could isolate other hardware components. I also needed to know which keys it was happening on to find out if it was a small set of bad switches or randomly any key.<p>I wasn't able to find an existing solution that 
1. Monitored continuously 
2. Checked for repeating keys rather than just single presses.<p>Implementation:<p>Built for Linux and tested on Ubuntu.<p>This runs as a simple bash script after the user configures their input device name. It can optionally be set up as a system daemon. (The README has comprehensive instructions)<p>The script:
1. Sets up an input stream from `evtest`
2. monitors for repeat events
3. Notifies and logs the key name when the configurable threshold is exceeded
4. ... and again if/when the same key gets unstuck<p>While the body of the script was designed specifically for my use case, ie repeat keys, the project is meant as a template that sets up monitoring and notifications/logging for physical inputs. You could change it to monitor other input streams, check for press down/release events, duplicate/bounce key strikes or limit the set of keys that's monitored.<p>Thanks!<p>I hope that somebody, somewhere finds this useful in some form, even if just as a reference!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46141629">https://news.ycombinator.com/item?id=46141629</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 03 Dec 2025 23:15:19 +0000</pubDate><link>https://github.com/jconley88/keyboard_notifier</link><dc:creator>jconley88</dc:creator><comments>https://news.ycombinator.com/item?id=46141629</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46141629</guid></item><item><title><![CDATA[Show HN: Code Beacon – filter files and show call graphs in Ruby]]></title><description><![CDATA[
<p>I was so excited to see "Enough AI copilots! We need AI HUDs" (<a href="https://news.ycombinator.com/item?id=44705445">https://news.ycombinator.com/item?id=44705445</a>)<p>Not specifically because of the AI perspective, but because of the broader recognition that we need better development tooling. I spend a lot of time thinking about how developers work, reason about and mentally model software. I was specifically excited because of the example "HUD" that Geoffrey chose to share: "A custom debugger UI which visualized the behavior of my program".<p>Yes, please, I agree. That type of code flow interface should exist everywhere. So *I built one*. Ruby is my pilot language, but more will come later.<p>Code Beacon is a VS Code extension that analyzes and displays tracing data from a Ruby tracer gem. At its core, it filters non-application traces and rolls up the raw trace to a much smaller call graph so you can easily see and navigate to what files/classes/methods got run and how they interact.<p>It's not finished at all, but it's a start and it should mostly work. If it doesn't and you want to let me know, I'll fix it. It doesn't work in containers, it's not in all marketplaces yet, it will fall over if your call trace exceeds 10MB, and it could be a lot more performant. The UI/UX needs refinement and I'm sure there are plenty of bugs and edge cases to address.<p>I would love to hear your thoughts!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44747111">https://news.ycombinator.com/item?id=44747111</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 31 Jul 2025 16:13:51 +0000</pubDate><link>https://marketplace.visualstudio.com/items?itemName=bitfiddle.code-beacon</link><dc:creator>jconley88</dc:creator><comments>https://news.ycombinator.com/item?id=44747111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44747111</guid></item></channel></rss>