<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: FrancoisBosun</title><link>https://news.ycombinator.com/user?id=FrancoisBosun</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 27 Jun 2026 02:28:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=FrancoisBosun" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Why we're choosing stewardship over an exit – Thoughtbot]]></title><description><![CDATA[
<p>Article URL: <a href="https://thoughtbot.com/blog/why-we-re-choosing-stewardship-over-an-exit">https://thoughtbot.com/blog/why-we-re-choosing-stewardship-over-an-exit</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48678490">https://news.ycombinator.com/item?id=48678490</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Jun 2026 20:00:13 +0000</pubDate><link>https://thoughtbot.com/blog/why-we-re-choosing-stewardship-over-an-exit</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=48678490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48678490</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "I asked Claude for 37,500 random names, and it can't stop saying Marcus"]]></title><description><![CDATA[
<p>Meh, I tell it "use uuidgen and get your randomness from that". Of course, that won't work on ChatGPT web, but works well enough on the command line.</p>
]]></description><pubDate>Wed, 25 Feb 2026 20:52:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47157699</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=47157699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47157699</guid></item><item><title><![CDATA[The Accountability Problem]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.jamesshore.com/v2/blog/2025/the-accountability-problem">https://www.jamesshore.com/v2/blog/2025/the-accountability-problem</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45631678">https://news.ycombinator.com/item?id=45631678</a></p>
<p>Points: 144</p>
<p># Comments: 60</p>
]]></description><pubDate>Sun, 19 Oct 2025 02:22:53 +0000</pubDate><link>https://www.jamesshore.com/v2/blog/2025/the-accountability-problem</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=45631678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45631678</guid></item><item><title><![CDATA[What climate skeptics taught me about global warming (2016)]]></title><description><![CDATA[
<p>Article URL: <a href="https://perspicacity.xyz/2016/12/10/what-climate-skeptics-taught-me-about-global-warming/">https://perspicacity.xyz/2016/12/10/what-climate-skeptics-taught-me-about-global-warming/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45530655">https://news.ycombinator.com/item?id=45530655</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 09 Oct 2025 17:28:29 +0000</pubDate><link>https://perspicacity.xyz/2016/12/10/what-climate-skeptics-taught-me-about-global-warming/</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=45530655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45530655</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Time travel? Or, just clever technology"]]></title><description><![CDATA[
<p>Explained in the article:<p>> A producer sends a backing track to a performer - SyncDNA adds a slight delay to the outbound feed<p>The "backing track" is probably the beat or something similar.</p>
]]></description><pubDate>Sun, 28 Sep 2025 13:25:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45404182</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=45404182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45404182</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "You Should Add Debug Views to Your DB"]]></title><description><![CDATA[
<p>I do the "same thing", but using PostgreSQL `EXPLAIN ANALYZE`. EXPLAIN ANALYZE has information about the number of rows returned, which means I know exactly which node in the query plan failed to return expected values.</p>
]]></description><pubDate>Thu, 21 Aug 2025 18:12:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=44976131</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=44976131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44976131</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Multiplex: Command-Line Process Mutliplexer"]]></title><description><![CDATA[
<p>This has some overlap with Overmind / foreman / Procfile. To wait for another process to be started, I resort to using plain `sleep` or `dockerize -wait`.<p>Good job on building this!</p>
]]></description><pubDate>Mon, 28 Jul 2025 12:26:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44710149</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=44710149</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44710149</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Solid protocol restores digital agency"]]></title><description><![CDATA[
<p>In the article, it is mentioned that « we can grant temporary access to cardiac-related data » (paraphrased). This is where it gets difficult: how am I to know that some data is cardiac-related or not? Is it important to share my thyroid levels or not? This is a very difficult problem. I wouldn’t know what to share for medical history.</p>
]]></description><pubDate>Mon, 28 Jul 2025 02:51:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44706759</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=44706759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44706759</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Brut: A New Web Framework for Ruby"]]></title><description><![CDATA[
<p>Sorbet is nice, but for data structure enforcement and data validation, I much prefer the dry-rb ecosystem.</p>
]]></description><pubDate>Wed, 09 Jul 2025 14:19:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44510389</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=44510389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44510389</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Frequent reauth doesn't make you more secure"]]></title><description><![CDATA[
<p>Heroku's 25 hours comes to mind... this is so infuriating and annoying.</p>
]]></description><pubDate>Thu, 12 Jun 2025 19:53:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=44262438</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=44262438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44262438</guid></item><item><title><![CDATA[From the Creators of Shortcuts, Sky Extends AI and Automation to Entire Your Mac]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.macstories.net/stories/sky-for-mac-preview/">https://www.macstories.net/stories/sky-for-mac-preview/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44119493">https://news.ycombinator.com/item?id=44119493</a></p>
<p>Points: 7</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 28 May 2025 19:03:33 +0000</pubDate><link>https://www.macstories.net/stories/sky-for-mac-preview/</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=44119493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44119493</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Why are 2025/05/28 and 2025-05-28 different days in JavaScript?"]]></title><description><![CDATA[
<p>You still need the timezone name to map back to UTC, in case you want to make some types of computations, usually along the lines of "how long ago was this" and "remaining time until this thing happens".<p>You may argue that we can use local time to make the computations and be done with it, but during DST transitions, local time jumps so the number of actual seconds won't be consistent.</p>
]]></description><pubDate>Wed, 28 May 2025 12:36:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44115361</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=44115361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44115361</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Show HN: I reverse engineered top websites to build an animated UI library"]]></title><description><![CDATA[
<p>I use an older iPad and the page crashed so hard the Home button didn’t do anything for about 30 seconds. The iPad eventually turned off, because I had pressed the power button, to no avail, a couple of times.</p>
]]></description><pubDate>Fri, 25 Apr 2025 03:55:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43789976</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=43789976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43789976</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "PanGui – A cross-platform UI library with a razor sharp focus on performance"]]></title><description><![CDATA[
<p>C, C++, C#, and probably Rust. There’s a section about that. There’s a link to the FAQ I. That section.</p>
]]></description><pubDate>Wed, 26 Feb 2025 14:20:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43183815</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=43183815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43183815</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Nullboard: Kanban board in a single HTML file"]]></title><description><![CDATA[
<p>Not so different from Word/Excel/Lotus 1-2-3 from the 90s! I like that most software saves-as-I-type now, but that was the workflow back then. Ctrl+S was the most used key combo on my keyboard back then. Now, it's `:w<Enter>`.</p>
]]></description><pubDate>Thu, 19 Dec 2024 17:42:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42463869</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=42463869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42463869</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Walking in short bursts consume 20-60% more energy than walking continuously"]]></title><description><![CDATA[
<p>I hate shopping, because it’s start and stop all the time. I get tired after only 30m.<p>Then, I’ll walk home from the office (1h) and will have lots of energy to actually DO something.<p>The title resonated with me very strongly.</p>
]]></description><pubDate>Wed, 23 Oct 2024 11:57:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=41924056</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=41924056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41924056</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Putting a full power search engine in Ecto"]]></title><description><![CDATA[
<p>This looks very, very interesting! Good work. My only nitpick is the ligatures. I believe pipelining in Elixir uses the |> operator, but the blog post uses a kind of triangle pointing to the right. Due to my previous exposure to Elixir, I guessed that it must have been |>, but if I hadn’t know, then I would be really confused when I tried to write that in my editor to replicate the code.</p>
]]></description><pubDate>Sat, 12 Oct 2024 12:02:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=41818483</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=41818483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41818483</guid></item><item><title><![CDATA[Building a Robust Data Synchronization Service with Rails]]></title><description><![CDATA[
<p>Article URL: <a href="https://pcreux.com/2024/10/07/rails-data-sync-service.html">https://pcreux.com/2024/10/07/rails-data-sync-service.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41768064">https://news.ycombinator.com/item?id=41768064</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 07 Oct 2024 16:56:17 +0000</pubDate><link>https://pcreux.com/2024/10/07/rails-data-sync-service.html</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=41768064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41768064</guid></item><item><title><![CDATA[New comment by FrancoisBosun in "Sapling: Source control that's user-friendly and scalable (2022)"]]></title><description><![CDATA[
<p>I use Sapling as my main driver. I can commit or revert individual hunks just fine.</p>
]]></description><pubDate>Tue, 10 Sep 2024 17:05:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41503029</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=41503029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41503029</guid></item><item><title><![CDATA[Musician charged with $10M streaming royalties fraud using AI and bots]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.bleepingcomputer.com/news/security/musician-charged-with-10m-streaming-royalties-fraud-using-ai-and-bots/">https://www.bleepingcomputer.com/news/security/musician-charged-with-10m-streaming-royalties-fraud-using-ai-and-bots/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41459818">https://news.ycombinator.com/item?id=41459818</a></p>
<p>Points: 14</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 05 Sep 2024 19:42:59 +0000</pubDate><link>https://www.bleepingcomputer.com/news/security/musician-charged-with-10m-streaming-royalties-fraud-using-ai-and-bots/</link><dc:creator>FrancoisBosun</dc:creator><comments>https://news.ycombinator.com/item?id=41459818</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41459818</guid></item></channel></rss>