<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: jcmeyrignac</title><link>https://news.ycombinator.com/user?id=jcmeyrignac</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 17:51:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jcmeyrignac" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jcmeyrignac in "Show HN: I built a social media management tool in 3 weeks with Claude and Codex"]]></title><description><![CDATA[
<p>Delivering is cheap, but maintenance is expensive... if not impossible!</p>
]]></description><pubDate>Mon, 13 Apr 2026 14:17:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=47752340</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=47752340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47752340</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Dhtml Lemmings (2004)"]]></title><description><![CDATA[
<p>I remember him, since he won a PHP contest of DownNOut (I finished second).<p>Another programmer had the same pseudo, but was working on the Atari ST.</p>
]]></description><pubDate>Sun, 14 Dec 2025 10:04:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46262014</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=46262014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46262014</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "AWS multiple services outage in us-east-1"]]></title><description><![CDATA[
<p>Impossible to connect to JIRA here (France).</p>
]]></description><pubDate>Mon, 20 Oct 2025 08:30:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45641292</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=45641292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45641292</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Make the most of compiled C loops on the 68000"]]></title><description><![CDATA[
<p>You can optimize further by unrolling the loop.
For example:<p><pre><code>  .L2:
        move.w d1,(a0)
        move.w d1,(a0)
        move.w d1,(a0)
        move.w d1,(a0)
        dbra d0,.L2
        rts</code></pre></p>
]]></description><pubDate>Thu, 02 Oct 2025 12:43:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45448903</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=45448903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45448903</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Virtue garnish: A mental hack to short-circuit bad habits"]]></title><description><![CDATA[
<p>Sorry, but these tricks cannot work on aphantasic people (I'm one of them), since they cannot visualize.</p>
]]></description><pubDate>Tue, 01 Jul 2025 09:00:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=44431982</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=44431982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44431982</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "The $25k car is going extinct?"]]></title><description><![CDATA[
<p>In Europe, the average age for buying a new car is 50.
This means that most of the cars sold are second-hand.
Most people think that the car is a luxury and prefer to focus on their home first, then their family, and after that, their car.</p>
]]></description><pubDate>Mon, 30 Jun 2025 06:26:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=44420084</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=44420084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44420084</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "XSLT – Native, zero-config build system for the Web"]]></title><description><![CDATA[
<p>There are 2 main problems with XSLT.
The first one is that manipulating strings is a pain. Splitting strings, concatenating them is verbose like hell and difficult to read.
The second one is that it quickly becomes a mess when you use the "priority" attribute to overload functions.
I compare XSLT to regular expressions, with great flexibility but impossible to maintain due to poor readability. To my knowledge, it's impossible to trace.</p>
]]></description><pubDate>Fri, 27 Jun 2025 11:52:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44396042</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=44396042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44396042</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Games That Weren't: Preserving Cancelled and Unreleased Video Game History"]]></title><description><![CDATA[
<p>Yes, I programmed Snow Bros for the Atari ST. It was finished but never released. And no, I have no copy either.
When I worked for Cryo, I coded a game "Trashman" for the SNES. I still have a copy of the game but it's not finished.</p>
]]></description><pubDate>Thu, 26 Jun 2025 10:23:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44385947</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=44385947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44385947</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Games That Weren't: Preserving Cancelled and Unreleased Video Game History"]]></title><description><![CDATA[
<p>I worked for Ocean Software France at this moment.
Ocean Software stopped all development on Amiga and Atari ST, so there were a few games that we working on that were never released.
They wanted to focus on licenses, so all the other games were ditched</p>
]]></description><pubDate>Thu, 26 Jun 2025 09:55:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=44385797</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=44385797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44385797</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "The Small World of English"]]></title><description><![CDATA[
<p>Nice work!
Here is a similar idea:
<a href="https://wordassociations.net/en" rel="nofollow">https://wordassociations.net/en</a><p>In french, there is a game to build relations with words (they provide a word, and you have to type the most related words):
<a href="https://www.jeuxdemots.org" rel="nofollow">https://www.jeuxdemots.org</a>
They reached 677 million of relations in 2024!</p>
]]></description><pubDate>Tue, 03 Jun 2025 18:27:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44173071</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=44173071</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44173071</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Reciprocal Approximation with 1 Subtraction"]]></title><description><![CDATA[
<p>A better value could be 0x7EEEEBB3, as in:
<a href="https://github.com/parallella/pal/blob/bd9389f14fe16db4d963088a530a4f4908f42b01/src/math/p_inv.c#L20">https://github.com/parallella/pal/blob/bd9389f14fe16db4d9630...</a></p>
]]></description><pubDate>Tue, 31 Dec 2024 14:37:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=42558924</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=42558924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42558924</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Show HN: A singing synthesizer for the browser with automatic 3-part harmony"]]></title><description><![CDATA[
<p>More experiments here: <a href="http://david.li/" rel="nofollow">http://david.li/</a></p>
]]></description><pubDate>Thu, 26 Dec 2024 14:11:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=42515245</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=42515245</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42515245</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "A benchmark of three different floating point packages for the 6809"]]></title><description><![CDATA[
<p>The MO5/MO6/TO7 were based on the 6809:
<a href="https://en.wikipedia.org/wiki/Thomson_MO6" rel="nofollow">https://en.wikipedia.org/wiki/Thomson_MO6</a>
<a href="https://en.wikipedia.org/wiki/Thomson_TO7" rel="nofollow">https://en.wikipedia.org/wiki/Thomson_TO7</a>
Since I met the engineers, I believed that they implemented their own Basic, but I might be wrong.</p>
]]></description><pubDate>Fri, 18 Oct 2024 09:28:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=41877686</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=41877686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41877686</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "A benchmark of three different floating point packages for the 6809"]]></title><description><![CDATA[
<p>Here are a few other 6809 FP libraries:
<a href="https://gitlab.com/dfffffff/fpo9" rel="nofollow">https://gitlab.com/dfffffff/fpo9</a>
<a href="https://github.com/spotlessmind1975/ugbasic/blob/main/ugbc/src/hw/6809/fp_routines.asm">https://github.com/spotlessmind1975/ugbasic/blob/main/ugbc/s...</a><p>If I remember correctly, the ROM of MO6/TO7 contain also a fast implementation, but I was not able to find a disassembly.</p>
]]></description><pubDate>Fri, 18 Oct 2024 07:03:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=41877001</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=41877001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41877001</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Show HN: Wordllama – Things you can do with the token embeddings of an LLM"]]></title><description><![CDATA[
<p>Any plan for languages other than english? This would be a perfect tool for french language.</p>
]]></description><pubDate>Sun, 15 Sep 2024 09:33:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41546377</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=41546377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41546377</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Bit Twiddling Hacks (2009)"]]></title><description><![CDATA[
<p>Some related links:
<a href="http://aggregate.org/MAGIC/" rel="nofollow">http://aggregate.org/MAGIC/</a><p><a href="https://web.archive.org/web/20190703172150/http://www.hackersdelight.org/" rel="nofollow">https://web.archive.org/web/20190703172150/http://www.hacker...</a></p>
]]></description><pubDate>Fri, 23 Aug 2024 10:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41327720</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=41327720</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41327720</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "I built a second brain tool for college students"]]></title><description><![CDATA[
<p><a href="https://news.ycombinator.com/item?id=39482641">https://news.ycombinator.com/item?id=39482641</a></p>
]]></description><pubDate>Fri, 09 Aug 2024 07:32:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=41199582</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=41199582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41199582</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "Ask HN: Do You Have a Copy of IBM "Logo: Programming with Turtle Graphics"?"]]></title><description><![CDATA[
<p>In France, there is one that seems to match your needs:
<a href="https://www.leboncoin.fr/ad/ordinateurs/2379851136" rel="nofollow">https://www.leboncoin.fr/ad/ordinateurs/2379851136</a>
but it's quite expensive!</p>
]]></description><pubDate>Sat, 15 Jun 2024 20:58:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=40692640</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=40692640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40692640</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "GPT-4o"]]></title><description><![CDATA[
<p>Sorry to nitpick, but in the language tokenisation part, the french part is incorrect. The exclamation mark are surrounded by spaces in french.
"c'est un plaisir de vous rencontrer!" should be "c'est un plaisir de vous rencontrer !"</p>
]]></description><pubDate>Mon, 13 May 2024 21:15:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=40348534</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=40348534</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40348534</guid></item><item><title><![CDATA[New comment by jcmeyrignac in "One Knuckle Rice Rule"]]></title><description><![CDATA[
<p>It depends on the rice. 2 cups of water is good for 1 cup of rice for 1 or 2 cups of rice. If you use 4 or more cups, you'll get something soggy.
Probably the correct ratio is 1.5 when using 4 cups.</p>
]]></description><pubDate>Tue, 16 Apr 2024 09:54:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=40050146</link><dc:creator>jcmeyrignac</dc:creator><comments>https://news.ycombinator.com/item?id=40050146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40050146</guid></item></channel></rss>