<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: paulclinger</title><link>https://news.ycombinator.com/user?id=paulclinger</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 09:09:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=paulclinger" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by paulclinger in "Autonomous cars, drones cheerfully obey prompt injection by road sign"]]></title><description><![CDATA[
<p>Roundabouts are great (we just had two complex intersections with traffic lights replaced by roundabouts and the traffic flow is much better), but they take significantly more space than a 4-way stop.</p>
]]></description><pubDate>Sun, 01 Feb 2026 01:37:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46842800</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=46842800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46842800</guid></item><item><title><![CDATA[New comment by paulclinger in "Show HN: Shoggoth Mini – A soft tentacle robot powered by GPT-4o and RL"]]></title><description><![CDATA[
<p>Many of these topics (and more) are explored in Ted Chiang's "The Lifecycle of Software Objects" (<a href="https://en.wikipedia.org/wiki/The_Lifecycle_of_Software_Objects" rel="nofollow">https://en.wikipedia.org/wiki/The_Lifecycle_of_Software_Obje...</a>).</p>
]]></description><pubDate>Wed, 16 Jul 2025 03:33:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44578436</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=44578436</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44578436</guid></item><item><title><![CDATA[New comment by paulclinger in "A faster way to copy SQLite databases between computers"]]></title><description><![CDATA[
<p>I have updated the Lua binding to support the session extension (<a href="http://lua.sqlite.org/home/timeline?r=session" rel="nofollow">http://lua.sqlite.org/home/timeline?r=session</a>) and it's been integrated into the current version of cosmopolitan/redbean. This was partially done to support application-level sync of SQLite DBs, however this is still a work in progress.</p>
]]></description><pubDate>Thu, 01 May 2025 16:23:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43859847</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=43859847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43859847</guid></item><item><title><![CDATA[New comment by paulclinger in "LuaRT: Lua programming environment for console, desktop applications for Windows"]]></title><description><![CDATA[
<p>It's an IDE, but it allows building full GUI apps. It's itself written in Lua using wxlua/wxwidgets toolkit, so has access to the majority of the modules availables in wxwidgets. The binaries are also bundled with the IDE for all supported platforms, so you can develop and package your own application in the same way.</p>
]]></description><pubDate>Sat, 25 May 2024 19:25:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=40477232</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=40477232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40477232</guid></item><item><title><![CDATA[New comment by paulclinger in "Libwebsockets: pure C library for http, websockets, MQTT"]]></title><description><![CDATA[
<p>FWIW there is ongoing work with good progress to add websocket support to redbean (<a href="https://github.com/jart/cosmopolitan/pull/967">https://github.com/jart/cosmopolitan/pull/967</a>)</p>
]]></description><pubDate>Sun, 07 Jan 2024 08:46:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=38899643</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38899643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38899643</guid></item><item><title><![CDATA[New comment by paulclinger in "Studies suggest that relying on will power to break habits is hopeless (2019)"]]></title><description><![CDATA[
<p>True, but I take loading a dishwasher as a puzzle to do it in the most compact/efficient way, which helps with adding enjoyment to the process.</p>
]]></description><pubDate>Sun, 07 Jan 2024 08:10:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=38899489</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38899489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38899489</guid></item><item><title><![CDATA[New comment by paulclinger in "Show HN: Lua Carousel, create little programs on desktop or mobile devices"]]></title><description><![CDATA[
<p>Look great! I've done something similar with exactly the same approach of fully reevaluating Love functions, which allows changing the app behavior on the fly: <a href="http://notebook.kulchenko.com/zerobrane/live-coding-with-love" rel="nofollow noreferrer">http://notebook.kulchenko.com/zerobrane/live-coding-with-lov...</a>. This is only running on a desktop (as it's controlled from the ZeroBrane Studio IDE running on the same machine) and allows both changing the source code and using virtual sliders on any numbers in the script to drag left/right to affect the behavior.<p>It was very interesting to work on that and to see the behavior of the script changing in real time. I've seen some of the users creating simple applications in a matter of minutes using this approach; here is one that was done at about the same time as the Love demo (although it's using Gideros SDK): <a href="https://notebook.kulchenko.com/zerobrane/gideros-live-coding-with-zerobrane-studio-ide" rel="nofollow noreferrer">https://notebook.kulchenko.com/zerobrane/gideros-live-coding...</a></p>
]]></description><pubDate>Fri, 24 Nov 2023 18:33:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=38406756</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38406756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38406756</guid></item><item><title><![CDATA[New comment by paulclinger in "Building a starter pack for an API-as-a-Service"]]></title><description><![CDATA[
<p>I find it easier to read if it's something like "22% with $5 minimum per month".</p>
]]></description><pubDate>Tue, 21 Nov 2023 02:30:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=38358199</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38358199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38358199</guid></item><item><title><![CDATA[New comment by paulclinger in "Cosmopolitan v3.1"]]></title><description><![CDATA[
<p>No, to my knowledge cosmopolitan doesn't provide any special provisions to support this, so you'd have to build it yourself.</p>
]]></description><pubDate>Mon, 20 Nov 2023 08:33:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=38344734</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38344734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38344734</guid></item><item><title><![CDATA[New comment by paulclinger in "Cosmopolitan v3.1"]]></title><description><![CDATA[
<p>FWIW, there is ongoing work on dlopen; it was introduced 2 weeks ago (<a href="https://github.com/jart/cosmopolitan/commit/5e8c928f1a37349a8c72f0b6aae5e535eace3f41">https://github.com/jart/cosmopolitan/commit/5e8c928f1a37349a...</a>) and continued after that.</p>
]]></description><pubDate>Mon, 20 Nov 2023 08:29:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=38344670</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38344670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38344670</guid></item><item><title><![CDATA[New comment by paulclinger in "Volvo delivers 74-tonne electric truck"]]></title><description><![CDATA[
<p>It will complicate the control of the truck and add more components (increasing the cost).</p>
]]></description><pubDate>Sat, 18 Nov 2023 01:41:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=38313799</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38313799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38313799</guid></item><item><title><![CDATA[New comment by paulclinger in "Placemark is going open source and shutting down"]]></title><description><![CDATA[
<p>Obituary. necrolog is coming from French and is used in some languages, Russian for example.</p>
]]></description><pubDate>Tue, 14 Nov 2023 23:48:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=38271462</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38271462</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38271462</guid></item><item><title><![CDATA[New comment by paulclinger in "Waze will now warn drivers about crash dangers using historical data"]]></title><description><![CDATA[
<p>There is a similar sign next exit 17 on 405N prohibiting existing and re-entering back.</p>
]]></description><pubDate>Tue, 07 Nov 2023 19:07:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38181315</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38181315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38181315</guid></item><item><title><![CDATA[New comment by paulclinger in "A Video Game That Pays: Lessons Learned from Working Remotely"]]></title><description><![CDATA[
<p>Don't worry, it will be paused for your convenience and resumed when you come back.</p>
]]></description><pubDate>Mon, 06 Nov 2023 19:14:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=38167353</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38167353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38167353</guid></item><item><title><![CDATA[New comment by paulclinger in "Cosmopolitan Third Edition"]]></title><description><![CDATA[
<p>There is no support for dynamic libraries in Cosmopolitan right now, so the libraries would either need to be compiled in (statically) or included in the archive as Python-only libraries. With the later ones, it should be a matter of adding them to the zip archive within the cosmo python executable, which should make them available to your scripts. See the discussion elsewhere in this thread (<a href="https://news.ycombinator.com/item?id=38102629">https://news.ycombinator.com/item?id=38102629</a>) for some additional details.</p>
]]></description><pubDate>Thu, 02 Nov 2023 00:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=38107173</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38107173</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38107173</guid></item><item><title><![CDATA[New comment by paulclinger in "Cosmopolitan Third Edition"]]></title><description><![CDATA[
<p>Yes and yes.</p>
]]></description><pubDate>Wed, 01 Nov 2023 18:17:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=38102497</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=38102497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38102497</guid></item><item><title><![CDATA[New comment by paulclinger in "Berry is a ultra-lightweight dynamically typed embedded scripting language"]]></title><description><![CDATA[
<p>It does indeed look interesting and looks to be similar to Lua in several aspects (although, there are some noticeable differences too). FWIW, there has been work done in eLua to keep some of the data (transparently) in ROM: <a href="https://eluaproject.net/doc/v0.9/en_arch_ltr.html" rel="nofollow noreferrer">https://eluaproject.net/doc/v0.9/en_arch_ltr.html</a> (see rotables).</p>
]]></description><pubDate>Sat, 07 Oct 2023 20:41:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=37805359</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=37805359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37805359</guid></item><item><title><![CDATA[New comment by paulclinger in "Throwing away 10 months of work after 2 months on the job"]]></title><description><![CDATA[
<p>I don't think it's really that wrong-headed. What are the choices: (1) march ahead trying to salvage the current design with no clear path forward (other than waiting for the SSR solution), (2) quit right now, or (3) quit in 6-8 weeks if the proposed solution doesn't work (or is not delivered fast enough). The last option is not that bad if the author is hoping to figure it out, especially that the timeline is short and with a quick prototype (which the author did) it's going to be clear much sooner if the new approach is workable or not.</p>
]]></description><pubDate>Sat, 19 Aug 2023 05:36:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=37185848</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=37185848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37185848</guid></item><item><title><![CDATA[New comment by paulclinger in "Far Manager: files and archives in Windows"]]></title><description><![CDATA[
<p>I mostly use arclite, Brackets matching, Netbox (for FTP access), Process list, FarColorer and Temporary panel. I suspect most of them come bundled with Far.</p>
]]></description><pubDate>Sun, 13 Aug 2023 03:40:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=37106472</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=37106472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37106472</guid></item><item><title><![CDATA[New comment by paulclinger in "Far Manager: files and archives in Windows"]]></title><description><![CDATA[
<p>I've been using FAR for the last 20+ years on a daily basis and it hasn't crashed a single time for me. I like its minimalist UI, but a quite complex functions are only a click or two away and various plugins extend its functionality in useful ways (for example, Netbox for ftp access). I think it's a fantastically useful and robust tool.</p>
]]></description><pubDate>Sat, 12 Aug 2023 23:38:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=37105194</link><dc:creator>paulclinger</dc:creator><comments>https://news.ycombinator.com/item?id=37105194</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37105194</guid></item></channel></rss>