<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: conoro</title><link>https://news.ycombinator.com/user?id=conoro</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Jul 2026 15:17:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=conoro" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Vibe-Coding an ESP32 Version of Micro QuickJS / MQuickJS]]></title><description><![CDATA[
<p>Article URL: <a href="https://conoroneill.net/2025/12/26/vibe-coding-an-esp32-version-of-micro-quickjs-mquickjs/">https://conoroneill.net/2025/12/26/vibe-coding-an-esp32-version-of-micro-quickjs-mquickjs/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46390269">https://news.ycombinator.com/item?id=46390269</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 26 Dec 2025 08:18:38 +0000</pubDate><link>https://conoroneill.net/2025/12/26/vibe-coding-an-esp32-version-of-micro-quickjs-mquickjs/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=46390269</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46390269</guid></item><item><title><![CDATA[New comment by conoro in "Fabrice Bellard Releases MicroQuickJS"]]></title><description><![CDATA[
<p>As a long-time Espruino user I was immediately interested.<p>At first glance Espruino has broader coverage including quite a bit of ES6 and even up to parts of ES2020. (<a href="https://www.espruino.com/Features" rel="nofollow">https://www.espruino.com/Features</a>). And obviously has a ton of libraries and support for a wide range of hardware.<p>For a laugh, and to further annoy the people annoyed by @simonw's experiments, I got Cursor to butcher it and run as a REPL on an ESP32-S3 over USB-Serial using ESP-IDF.<p>Blink is now running so my work here is done :-)<p><pre><code>  led.init(48)
  
  function blink() {
    led.rgb(0, 0, 255)
    setTimeout(function() {
      led.off();
      setTimeout(blink, 500)
    }, 500)
  }
  blink()</code></pre></p>
]]></description><pubDate>Wed, 24 Dec 2025 16:00:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46376666</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=46376666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46376666</guid></item><item><title><![CDATA[Microsoft's NLWeb and Agentic AI could trigger the resurgence of RS]]></title><description><![CDATA[
<p>Article URL: <a href="https://conoroneill.net/2025/05/20/microsofts-nlweb-and-agentic-ai-could-trigger-the-resurgence-of-rss/">https://conoroneill.net/2025/05/20/microsofts-nlweb-and-agentic-ai-could-trigger-the-resurgence-of-rss/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44037503">https://news.ycombinator.com/item?id=44037503</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 20 May 2025 03:28:07 +0000</pubDate><link>https://conoroneill.net/2025/05/20/microsofts-nlweb-and-agentic-ai-could-trigger-the-resurgence-of-rss/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=44037503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44037503</guid></item><item><title><![CDATA[New Irish AI minister has never used ChatGPT]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.independent.ie/irish-news/new-ai-minister-niamh-smyth-has-never-used-chatgpt-and-doesnt-have-deepseek-but-says-shell-learn-fast/a884585333.html">https://www.independent.ie/irish-news/new-ai-minister-niamh-smyth-has-never-used-chatgpt-and-doesnt-have-deepseek-but-says-shell-learn-fast/a884585333.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42945676">https://news.ycombinator.com/item?id=42945676</a></p>
<p>Points: 5</p>
<p># Comments: 4</p>
]]></description><pubDate>Wed, 05 Feb 2025 08:33:34 +0000</pubDate><link>https://www.independent.ie/irish-news/new-ai-minister-niamh-smyth-has-never-used-chatgpt-and-doesnt-have-deepseek-but-says-shell-learn-fast/a884585333.html</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=42945676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42945676</guid></item><item><title><![CDATA[New comment by conoro in "The tragedy of running an old Node project"]]></title><description><![CDATA[
<p>I had this exact problem with multiple Node blog engines in the past. Constant version breakage was incredibly frustrating. I eventually moved to Hugo. A single binary which I committed with the blog files. Zero issues even years later. I can build the blog on any new machine within seconds. Which was the other revelation of Hugo. 10 seconds to build an 800+ post blog vs minutes using Hexo or similar.</p>
]]></description><pubDate>Tue, 19 Nov 2024 04:52:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=42180176</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=42180176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42180176</guid></item><item><title><![CDATA[New comment by conoro in "Tcl 9.0"]]></title><description><![CDATA[
<p>Love reading this. I spent a few years in the late 90s using Tcl/Tk to build cross-platform installers for Embedded tools/libraries, along with Expect for a bunch of our testing. One of those pragmatic toolsets for getting sh*t done.</p>
]]></description><pubDate>Fri, 27 Sep 2024 03:26:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=41665977</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=41665977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41665977</guid></item><item><title><![CDATA[Running Postgres Inside Node-Red via WASM and PGlite]]></title><description><![CDATA[
<p>Article URL: <a href="https://conoroneill.net/2024/08/18/running-postgres-inside-node-red-via-wasm-and-pglite/">https://conoroneill.net/2024/08/18/running-postgres-inside-node-red-via-wasm-and-pglite/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41287478">https://news.ycombinator.com/item?id=41287478</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 19 Aug 2024 03:14:31 +0000</pubDate><link>https://conoroneill.net/2024/08/18/running-postgres-inside-node-red-via-wasm-and-pglite/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=41287478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41287478</guid></item><item><title><![CDATA[An RSS Feed for the Google Developer Blog, because these things matter]]></title><description><![CDATA[
<p>Article URL: <a href="https://conoroneill.net/2023/12/12/rss-feed-for-the-google-developer-blog/">https://conoroneill.net/2023/12/12/rss-feed-for-the-google-developer-blog/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38610667">https://news.ycombinator.com/item?id=38610667</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 12 Dec 2023 07:27:19 +0000</pubDate><link>https://conoroneill.net/2023/12/12/rss-feed-for-the-google-developer-blog/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=38610667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38610667</guid></item><item><title><![CDATA[New comment by conoro in "Pegasus Mail"]]></title><description><![CDATA[
<p>I adored Pegasus for a very long time in the 90s with a POP3 backend and then UW-IMAP running on various SUN boxes. It eventually got overtaken by Thunderbird but I'll always remember its speed and power compared to the horror of console email at one extreme and Outlook at the other extreme.</p>
]]></description><pubDate>Fri, 04 Aug 2023 16:48:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=37002495</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=37002495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37002495</guid></item><item><title><![CDATA[RSS is back as an underpinning to SlackOps]]></title><description><![CDATA[
<p>Article URL: <a href="https://conoroneill.net/2022/07/18/rss-is-on-fire-again-and-its-all-down-to-slackops/">https://conoroneill.net/2022/07/18/rss-is-on-fire-again-and-its-all-down-to-slackops/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32139612">https://news.ycombinator.com/item?id=32139612</a></p>
<p>Points: 197</p>
<p># Comments: 134</p>
]]></description><pubDate>Mon, 18 Jul 2022 15:40:28 +0000</pubDate><link>https://conoroneill.net/2022/07/18/rss-is-on-fire-again-and-its-all-down-to-slackops/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=32139612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32139612</guid></item><item><title><![CDATA[ZX Wordle – Celebrating 40 Years of the Sinclair ZX Spectrum]]></title><description><![CDATA[
<p>Article URL: <a href="https://conoroneill.net/2022/03/26/celebrating-40-years-of-sinclair-zx-spectrum-with-zx-wordle/">https://conoroneill.net/2022/03/26/celebrating-40-years-of-sinclair-zx-spectrum-with-zx-wordle/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30828420">https://news.ycombinator.com/item?id=30828420</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 28 Mar 2022 08:27:09 +0000</pubDate><link>https://conoroneill.net/2022/03/26/celebrating-40-years-of-sinclair-zx-spectrum-with-zx-wordle/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=30828420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30828420</guid></item><item><title><![CDATA[My thirty years of dodging repetitive work with automation tools]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.tines.com/blog/my-thirty-years-of-dodging-repetitive-work-with-automation-tools">https://www.tines.com/blog/my-thirty-years-of-dodging-repetitive-work-with-automation-tools</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30249518">https://news.ycombinator.com/item?id=30249518</a></p>
<p>Points: 170</p>
<p># Comments: 66</p>
]]></description><pubDate>Mon, 07 Feb 2022 19:10:28 +0000</pubDate><link>https://www.tines.com/blog/my-thirty-years-of-dodging-repetitive-work-with-automation-tools</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=30249518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30249518</guid></item><item><title><![CDATA[MongoDB Atlas Data API Is Huge for No-Code/Low-Code Automation Tools Like Tines]]></title><description><![CDATA[
<p>Article URL: <a href="https://conoroneill.net/2021/11/22/mongodb-atlas-data-api-huge-for-no-code-low-code-automation-platforms-like-tines/">https://conoroneill.net/2021/11/22/mongodb-atlas-data-api-huge-for-no-code-low-code-automation-platforms-like-tines/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29320460">https://news.ycombinator.com/item?id=29320460</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 23 Nov 2021 17:24:03 +0000</pubDate><link>https://conoroneill.net/2021/11/22/mongodb-atlas-data-api-huge-for-no-code-low-code-automation-platforms-like-tines/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=29320460</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29320460</guid></item><item><title><![CDATA[Why running TensorFlow Lite Micro on inexpensive devices changes everything]]></title><description><![CDATA[
<p>Article URL: <a href="https://conoroneill.net/2019/12/04/why-running-tensorflow-lite-for-microcontrollers-on-extremely-inexpensive-devices-changes-everything/">https://conoroneill.net/2019/12/04/why-running-tensorflow-lite-for-microcontrollers-on-extremely-inexpensive-devices-changes-everything/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21702347">https://news.ycombinator.com/item?id=21702347</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 04 Dec 2019 14:23:00 +0000</pubDate><link>https://conoroneill.net/2019/12/04/why-running-tensorflow-lite-for-microcontrollers-on-extremely-inexpensive-devices-changes-everything/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=21702347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21702347</guid></item><item><title><![CDATA[Bangle.js is the first hackable OSS JavaScript and TensorFlow-driven smartwatch]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nearform.com/blog/bangle-js-hackable-oss-js-and-tensorflow-smartwatch/">https://www.nearform.com/blog/bangle-js-hackable-oss-js-and-tensorflow-smartwatch/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21502616">https://news.ycombinator.com/item?id=21502616</a></p>
<p>Points: 17</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 11 Nov 2019 06:17:52 +0000</pubDate><link>https://www.nearform.com/blog/bangle-js-hackable-oss-js-and-tensorflow-smartwatch/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=21502616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21502616</guid></item><item><title><![CDATA[New comment by conoro in "Subscription Friction"]]></title><description><![CDATA[
<p>There have been many many attempts at micropayments. But it probably needs one of the big guys to get it to the right level of scale. And is it in their interest? Or if they take a micro % of a micropayment, is that enough for them?<p>Countdown to the first comment that starts with "all you need is a blockchain". 3-2-1.......</p>
]]></description><pubDate>Mon, 04 Nov 2019 08:25:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=21439838</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=21439838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21439838</guid></item><item><title><![CDATA[Subscription Friction]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.tbray.org/ongoing/When/201x/2019/11/03/Subscription-Commons">https://www.tbray.org/ongoing/When/201x/2019/11/03/Subscription-Commons</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21439824">https://news.ycombinator.com/item?id=21439824</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 04 Nov 2019 08:22:05 +0000</pubDate><link>https://www.tbray.org/ongoing/When/201x/2019/11/03/Subscription-Commons</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=21439824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21439824</guid></item><item><title><![CDATA[Introducing Clinic Bubbleprof, a unique way to visualise Node.js code]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nearform.com/blog/introducing-clinic-bubbleprof-a-unique-way-to-visualise-node-js-code/">https://www.nearform.com/blog/introducing-clinic-bubbleprof-a-unique-way-to-visualise-node-js-code/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17652913">https://news.ycombinator.com/item?id=17652913</a></p>
<p>Points: 14</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 31 Jul 2018 13:25:32 +0000</pubDate><link>https://www.nearform.com/blog/introducing-clinic-bubbleprof-a-unique-way-to-visualise-node-js-code/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=17652913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17652913</guid></item><item><title><![CDATA[Oracle Layoffs Hit Longtime Solaris Developers Hard]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.phoronix.com/scan.php?page=news_item&px=Oracle-Solaris-Hit-Hard">http://www.phoronix.com/scan.php?page=news_item&px=Oracle-Solaris-Hit-Hard</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15160195">https://news.ycombinator.com/item?id=15160195</a></p>
<p>Points: 79</p>
<p># Comments: 16</p>
]]></description><pubDate>Sun, 03 Sep 2017 07:51:40 +0000</pubDate><link>http://www.phoronix.com/scan.php?page=news_item&amp;px=Oracle-Solaris-Hit-Hard</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=15160195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15160195</guid></item><item><title><![CDATA[Extending the Cordova Mobile Spec Tester App into the Cloud with Node.js]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.feedhenry.com/extending-cordova-mobile-spec-tester-app-cloud/">http://www.feedhenry.com/extending-cordova-mobile-spec-tester-app-cloud/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=8241755">https://news.ycombinator.com/item?id=8241755</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 29 Aug 2014 09:16:12 +0000</pubDate><link>http://www.feedhenry.com/extending-cordova-mobile-spec-tester-app-cloud/</link><dc:creator>conoro</dc:creator><comments>https://news.ycombinator.com/item?id=8241755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=8241755</guid></item></channel></rss>