<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: klinquist</title><link>https://news.ycombinator.com/user?id=klinquist</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 09 May 2026 03:09:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=klinquist" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by klinquist in "Write some software, give it away for free"]]></title><description><![CDATA[
<p>CloudKit makes it easy - and you can send push notifications (all part of CloudKit, no push tokens or subscriptions to manage) to inform the "other" clients when there is new data to retrieve.   Best to think about each task being an individual file in CloudKit.<p>Generally speaking it just works.</p>
]]></description><pubDate>Wed, 06 May 2026 00:06:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48030477</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=48030477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48030477</guid></item><item><title><![CDATA[New comment by klinquist in "Write some software, give it away for free"]]></title><description><![CDATA[
<p>I just did this for a MacOS+iOS universal app that lets you take quick notes - and keeps them in Markdown files on your Mac's filesystem (so agents can parse them)<p><a href="https://www.github.com/klinquist/notesync" rel="nofollow">https://www.github.com/klinquist/notesync</a></p>
]]></description><pubDate>Tue, 05 May 2026 22:31:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48029621</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=48029621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48029621</guid></item><item><title><![CDATA[Show HN: Notesync.md, macOS/iOS Keep notes in Markdown for agentic workflows]]></title><description><![CDATA[
<p>I created a quick iOS + MacOS note taking app to allow me to add quick entries to notes throughout the day.<p>These notes sync to Markdown files on my Mac, and I have Claude deliver me project updates & reminders based on the contents of these notes.<p>Free and open source.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47962626">https://news.ycombinator.com/item?id=47962626</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 Apr 2026 13:59:33 +0000</pubDate><link>https://github.com/klinquist/Notesync</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=47962626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47962626</guid></item><item><title><![CDATA[New comment by klinquist in "Android now stops you sharing your location in photos"]]></title><description><![CDATA[
<p>Yeah, I also find this annoying.  I created a site that lets Ham Radio Parks on the Air operators share photos of their setups in parks (<a href="https://www.potaparkpics.com" rel="nofollow">https://www.potaparkpics.com</a>).    I do it with  no login - you simply specify what park you are in, then upload photos.  I use the geolocation (comparing the photo exif against the park you said you were in) as authentication.   Works great - but only for iPhone users.</p>
]]></description><pubDate>Tue, 14 Apr 2026 05:57:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47761779</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=47761779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47761779</guid></item><item><title><![CDATA[New comment by klinquist in "Ask HN: Who is hiring? (April 2026)"]]></title><description><![CDATA[
<p>Verkada | Frontend Engineer | ONSITE Full-Time San Mateo CA<p>I'm Kris, a manager on Access Control at Verkada.<p>Access Control is a core product at Verkada. We build the systems that power how customers secure and manage their offices, schools, and campuses. Our software unlocks nearly 8 million doors every day. These are mission-critical systems, not internal tools, and reliability and usability matter a lot.<p>My frontend team builds more than small widgets or forms. We design and deliver entire workflows that bring clarity to complex systems - managing doors, groups, schedules, users - all within a unified, elegant interface. This means working closely with world-class designers (and debating them when needed), but also having the vision and technical depth to lead when design resources are scarce.<p>I'm looking for a React expert who can bridge craft and leadership:
- Lead technically within the frontend team, setting patterns and guiding others.
- Collaborate deeply with our web infrastructure and component library teams to shape the building blocks of our platform.
- Champion UX - because building secure, intuitive experiences at global scale is as much about design empathy as it is about React/Redux mastery.<p>This is a team for engineers who want real ownership, visible impact, and problems rooted in production reality. Verkada is pre-IPO with a $5.8B valuation, and the entire engineering org is about 350 people, which keeps scope high and teams relatively autonomous.<p>Job description:
<a href="https://job-boards.greenhouse.io/verkada/jobs/5070042007" rel="nofollow">https://job-boards.greenhouse.io/verkada/jobs/5070042007</a><p>Email me: kris.linquist at verkada.com</p>
]]></description><pubDate>Wed, 01 Apr 2026 21:08:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47606590</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=47606590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47606590</guid></item><item><title><![CDATA[New comment by klinquist in "I'm 60 years old. Claude Code killed a passion"]]></title><description><![CDATA[
<p>It has also led me to a career in software development.<p>I find myself chatting through architectural problems with ChatGPT as I drive (using voice mode).  I've continued to learn that way.  I don't bother learning little things that I know won't do much for me, but I still do deep research and prototyping (which I can do 5x faster now) using AI as a supplement.     I still provide AI significant guidance on the architecture/language/etc of what I want built, and that has come from my 20+ years in software.<p>This is is the project I was talking about.  I prefer using codex day-to-day.<p><a href="https://github.com/klinquist/HomeAssistant-Vehicle-Battery-Monitor" rel="nofollow">https://github.com/klinquist/HomeAssistant-Vehicle-Battery-M...</a><p>This is another fun project I recently built using AI:<p><a href="https://github.com/klinquist/machinemon" rel="nofollow">https://github.com/klinquist/machinemon</a></p>
]]></description><pubDate>Sun, 15 Mar 2026 18:39:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47390421</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=47390421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47390421</guid></item><item><title><![CDATA[New comment by klinquist in "I'm 60 years old. Claude Code killed a passion"]]></title><description><![CDATA[
<p>I agree with this.<p>I recently wanted to monitor my vehicle batteries with a cheap BLE battery monitor from AliExpress (by getting the data into HomeAssistant). I could have spent days digging through BlueZ on a Raspberry Pi, or I could use AI and have a working solution an hour later.<p>Yes, I gave up the chance to manually learn every layer of the stack. I’m fine with that. The goal was not to become a Bluetooth archaeologist. The goal was to solve the problem. AI got me there faster - and let me move on to my next fun project.</p>
]]></description><pubDate>Sun, 15 Mar 2026 13:20:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47387134</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=47387134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47387134</guid></item><item><title><![CDATA[New comment by klinquist in "Gradient.horse"]]></title><description><![CDATA[
<p>this made my day.</p>
]]></description><pubDate>Sat, 14 Feb 2026 03:54:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=47011389</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=47011389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47011389</guid></item><item><title><![CDATA[New comment by klinquist in "Apple introduces new AirTag with longer range and improved findability"]]></title><description><![CDATA[
<p>There were rumors that this version makes the speaker harder to remove (I remove the speaker from the previous version when I put them in my own cars & motorcycles to make them harder to find).  Looking forward to a teardown...</p>
]]></description><pubDate>Mon, 26 Jan 2026 14:54:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46766346</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=46766346</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46766346</guid></item><item><title><![CDATA[New comment by klinquist in "Unifi Travel Router"]]></title><description><![CDATA[
<p>Yes</p>
]]></description><pubDate>Wed, 24 Dec 2025 22:27:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=46379946</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=46379946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46379946</guid></item><item><title><![CDATA[New comment by klinquist in "Unifi Travel Router"]]></title><description><![CDATA[
<p>I have a dedicated travel AppleTV for this.  AppleTV is great at hotel captive portals (forwarding the web page to your phone).   I am already logged into all my streaming apps, including my home DVR (ChannelsDVR).</p>
]]></description><pubDate>Wed, 24 Dec 2025 16:43:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46377064</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=46377064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46377064</guid></item><item><title><![CDATA[New comment by klinquist in "alpr.watch"]]></title><description><![CDATA[
<p>because it would be ridiculous for police to be able to track every car everywhere it goes! (10 years ago)<p>Judges require warrants to put a GPS tracker on your car.  Now that Flock cameras are so ubiquitous in many cities, this gives them access to the same data without a warrant.</p>
]]></description><pubDate>Tue, 16 Dec 2025 18:11:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46292001</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=46292001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46292001</guid></item><item><title><![CDATA[New comment by klinquist in "alpr.watch"]]></title><description><![CDATA[
<p>1. Government having the data is different than private companies having the data<p>2. Consent<p>3. Accountability (e.g. A government agency needs a warrant to use your cell phone location data against you).</p>
]]></description><pubDate>Tue, 16 Dec 2025 18:09:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46291983</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=46291983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46291983</guid></item><item><title><![CDATA[New comment by klinquist in "Ask HN: Who is hiring? (December 2025)"]]></title><description><![CDATA[
<p>Verkada | Senior/Staff Frontend (React) Software Engineer | ONSITE San Mateo, CA | Full-Time<p>I am the hiring manager.   Job posting:
<a href="https://job-boards.greenhouse.io/verkada/jobs/4959350007" rel="nofollow">https://job-boards.greenhouse.io/verkada/jobs/4959350007</a><p>Verkada is fast growing enterprise physical security company (Cameras, Access Control Systems, Alarms, Sensors).  Engineering is 300-400 people.  Pre-IPO with a $4.5B+ valuation.<p>We have many other engineering positions open, DM me for an internal referral if you meet qualifications: <a href="https://www.verkada.com/careers" rel="nofollow">https://www.verkada.com/careers</a></p>
]]></description><pubDate>Mon, 01 Dec 2025 16:55:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46109723</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=46109723</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46109723</guid></item><item><title><![CDATA[New comment by klinquist in "Send me a message by printing it on my receipt printer"]]></title><description><![CDATA[
<p>A project I copied from a previous HN submitter:<p><a href="https://aschmelyun.com/blog/i-invited-strangers-to-message-me-through-a-receipt-printer/" rel="nofollow">https://aschmelyun.com/blog/i-invited-strangers-to-message-m...</a><p>I chose a different architecture + a YouTube livestream.<p>Available from 6AM-9PM Pacific time to keep the printer from making noise while I sleep.  All source code on GitHub.</p>
]]></description><pubDate>Tue, 04 Nov 2025 13:47:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45810979</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=45810979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45810979</guid></item><item><title><![CDATA[Send me a message by printing it on my receipt printer]]></title><description><![CDATA[
<p>Article URL: <a href="https://linquist.com/tech/pos-printer">https://linquist.com/tech/pos-printer</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45810978">https://news.ycombinator.com/item?id=45810978</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 04 Nov 2025 13:47:05 +0000</pubDate><link>https://linquist.com/tech/pos-printer</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=45810978</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45810978</guid></item><item><title><![CDATA[New comment by klinquist in "Kagi Search Down"]]></title><description><![CDATA[
<p>If you can't do four 9s, then you should do the next best thing:  Four 8s!</p>
]]></description><pubDate>Thu, 25 Sep 2025 19:22:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45377658</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=45377658</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45377658</guid></item><item><title><![CDATA[New comment by klinquist in "Weather Radar APIs in 2025: A Founder's Complete Market Overview"]]></title><description><![CDATA[
<p>OWM constantly shows the high temp 10 degrees higher than actual on warm days.  I emailed them.. 2 years ago? to notify them of this, they said they know...   It's still a problem.  Santa Clara, CA.</p>
]]></description><pubDate>Mon, 18 Aug 2025 14:08:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=44940788</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=44940788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44940788</guid></item><item><title><![CDATA[New comment by klinquist in "Show HN: When is the next Caltrain? (minimal webapp)"]]></title><description><![CDATA[
<p><a href="https://caltrain.live" rel="nofollow">https://caltrain.live</a> is pretty nice (I developed it, along with the Caltrain Companion iOS app)</p>
]]></description><pubDate>Wed, 06 Aug 2025 20:19:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44817250</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=44817250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44817250</guid></item><item><title><![CDATA[New comment by klinquist in "Writing a good design document"]]></title><description><![CDATA[
<p>Perfect for dragging into my context window :). Thanks!</p>
]]></description><pubDate>Sun, 03 Aug 2025 22:03:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44780227</link><dc:creator>klinquist</dc:creator><comments>https://news.ycombinator.com/item?id=44780227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44780227</guid></item></channel></rss>