<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: guillaumec</title><link>https://news.ycombinator.com/user?id=guillaumec</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 31 Aug 2026 09:44:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=guillaumec" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by guillaumec in "Show HN: Galaxium, an experimental WebGPU space explorer"]]></title><description><![CDATA[
<p>Yes for now I thought it would be better to not show anything than a poor UI, and also the performance is not great on mobile right now. This is something I would like to improve for sure. Maybe a simplified version with limited UI?</p>
]]></description><pubDate>Sat, 29 Aug 2026 13:34:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49489803</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=49489803</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49489803</guid></item><item><title><![CDATA[New comment by guillaumec in "Show HN: Galaxium, an experimental WebGPU space explorer"]]></title><description><![CDATA[
<p>Thanks a lot, really appreciate!</p>
]]></description><pubDate>Tue, 25 Aug 2026 17:17:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=49437403</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=49437403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49437403</guid></item><item><title><![CDATA[New comment by guillaumec in "Show HN: Galaxium, an experimental WebGPU space explorer"]]></title><description><![CDATA[
<p>Thanks a lot for the feedbacks! I spent quite a lot of time on this yes, though I was already quite familiar with 3d rendering and astronomical computation so it wasn't that hard. In fact the most difficult part was probably to learn WebGPU that I never used before.<p>For the issues:<p>1. Yes there are some bugs currently with the temporal anti aliasing. I was a bit aggressive on the effect because without it the Milky Way doesn't look good. I'll try to fix that (ideally it should adjust to the the velocity field).<p>2. All the time controls is still pretty much untested, I'll see if I can fix that.<p>3. I'd like to add more scale hints, but it's hard without cluttering the view. I'll see what I can do.<p>4. Yes at the moment there is only one black hole (sgr A*), I'll add more as soon as I can.<p>As for how this will evolve, I am not sure yet. I have a basic mobile version prototype working on iOS, so I thought this could turn into a mobile app at some point. No plan for an actual heavy PC app at the moment.</p>
]]></description><pubDate>Tue, 25 Aug 2026 17:13:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49437359</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=49437359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49437359</guid></item><item><title><![CDATA[New comment by guillaumec in "Show HN: Galaxium, an experimental WebGPU space explorer"]]></title><description><![CDATA[
<p>Yes mostly. The comets and satellites data is updated twice a day.</p>
]]></description><pubDate>Tue, 25 Aug 2026 01:41:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49428126</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=49428126</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49428126</guid></item><item><title><![CDATA[New comment by guillaumec in "Show HN: Galaxium, an experimental WebGPU space explorer"]]></title><description><![CDATA[
<p>Hello, I am the creator and maintainer of Stellarium Mobile.  I have been working in my free time for about a year on this new project Galaxium, that is more about traveling in the universe rather than looking at the sky from Earth.  It is still experimental, and at the moment I am not sure what it will become.  Feedback is welcome.</p>
]]></description><pubDate>Mon, 24 Aug 2026 14:49:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=49420594</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=49420594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49420594</guid></item><item><title><![CDATA[Show HN: Galaxium, an experimental WebGPU space explorer]]></title><description><![CDATA[
<p>Article URL: <a href="https://galaxium.app">https://galaxium.app</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49420524">https://news.ycombinator.com/item?id=49420524</a></p>
<p>Points: 133</p>
<p># Comments: 39</p>
]]></description><pubDate>Mon, 24 Aug 2026 14:44:20 +0000</pubDate><link>https://galaxium.app</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=49420524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49420524</guid></item><item><title><![CDATA[New comment by guillaumec in "Child prodigies rarely become elite performers"]]></title><description><![CDATA[
<p>At least for chess the article mentions that they considered the top 10 players in children and senior categories. This would indicate that prodigy chess players are millions of time more likely to become elite compared to the general population.</p>
]]></description><pubDate>Thu, 05 Feb 2026 05:22:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=46895975</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=46895975</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46895975</guid></item><item><title><![CDATA[New comment by guillaumec in "Why not just do simple C++ RAII in C?"]]></title><description><![CDATA[
<p>I notice more and more pushes to 'improve' C and turn it into something it should not become.  I feel like the C++ community gave up on C++ because of the growing complexity and so turned to C with the hope of adding to it the good parts of C++ without the ugliness.  But this is of course hopeless: every added feature will create new issues that will be solved with new features until the language becomes too complex for anyone to fully understand.</p>
]]></description><pubDate>Thu, 23 May 2024 07:05:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=40451445</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=40451445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40451445</guid></item><item><title><![CDATA[New comment by guillaumec in "Patrick McKenzie (patio11) on navigating complex systems"]]></title><description><![CDATA[
<p>I often wondered if Patrick uses unnecessarily convoluted sentences, or if he is simply careful about using the proper terminology, and my English is just not good enough to follow him like a native speaker would.</p>
]]></description><pubDate>Wed, 17 Jan 2024 09:36:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=39025510</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=39025510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39025510</guid></item><item><title><![CDATA[BASIC was not just a programming language]]></title><description><![CDATA[
<p>Article URL: <a href="https://gcher.com/posts/2023-12-24-basic/">https://gcher.com/posts/2023-12-24-basic/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38777427">https://news.ycombinator.com/item?id=38777427</a></p>
<p>Points: 139</p>
<p># Comments: 116</p>
]]></description><pubDate>Tue, 26 Dec 2023 23:57:55 +0000</pubDate><link>https://gcher.com/posts/2023-12-24-basic/</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=38777427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38777427</guid></item><item><title><![CDATA[Python Simulation of the Blue Eyes Island Puzzle]]></title><description><![CDATA[
<p>Article URL: <a href="https://gcher.com/posts/2023-05-21-blue-eyes/">https://gcher.com/posts/2023-05-21-blue-eyes/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36019544">https://news.ycombinator.com/item?id=36019544</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 21 May 2023 10:26:39 +0000</pubDate><link>https://gcher.com/posts/2023-05-21-blue-eyes/</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=36019544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36019544</guid></item><item><title><![CDATA[An Intuitive Explanation of Quantum Field Theory]]></title><description><![CDATA[
<p>Article URL: <a href="https://gcher.com/posts/2023-04-16-an-intuitive-explanation-of-quantum-field-theory/">https://gcher.com/posts/2023-04-16-an-intuitive-explanation-of-quantum-field-theory/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=35687554">https://news.ycombinator.com/item?id=35687554</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 24 Apr 2023 13:43:44 +0000</pubDate><link>https://gcher.com/posts/2023-04-16-an-intuitive-explanation-of-quantum-field-theory/</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=35687554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35687554</guid></item><item><title><![CDATA[New comment by guillaumec in "Ask HN: Cool side projects you have written using Golang"]]></title><description><![CDATA[
<p>I wrote this in go and it made the front hackernews page at the time:<p><a href="https://plaintextco.in" rel="nofollow">https://plaintextco.in</a><p>This was my first time using go and I found the language very handy for this kind of projects.</p>
]]></description><pubDate>Fri, 03 Feb 2023 03:18:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=34636719</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=34636719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34636719</guid></item><item><title><![CDATA[New comment by guillaumec in "Sending a Bitcoin Bounty to the Moon"]]></title><description><![CDATA[
<p>My original tweet had a typo (their -> there) :(<p>I deleted it and reposted it without the mistake.  Sorry for this duplicate.</p>
]]></description><pubDate>Tue, 27 Dec 2022 12:15:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=34147992</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=34147992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34147992</guid></item><item><title><![CDATA[Sending a Bitcoin Bounty to the Moon]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/guillaumecherea/status/1607698694987730947">https://twitter.com/guillaumecherea/status/1607698694987730947</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34147734">https://news.ycombinator.com/item?id=34147734</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 27 Dec 2022 11:25:12 +0000</pubDate><link>https://twitter.com/guillaumecherea/status/1607698694987730947</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=34147734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34147734</guid></item><item><title><![CDATA[Sending a Bitcoin Bounty to the Moon]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/guillaumecherea/status/1607692812782559232">https://twitter.com/guillaumecherea/status/1607692812782559232</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34147588">https://news.ycombinator.com/item?id=34147588</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 27 Dec 2022 11:03:18 +0000</pubDate><link>https://twitter.com/guillaumecherea/status/1607692812782559232</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=34147588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34147588</guid></item><item><title><![CDATA[New comment by guillaumec in "Show HN: Plain Text Cryptocurrency Prices"]]></title><description><![CDATA[
<p>Yes, since I got too many requests from HN, I had to enable the CDN.  I didn't realize it would cache both html and terminal request together.  I tried setting "Vary: User-Agent" but it didn't work.  You can add: "?term=true" to make it work in terminal for now.</p>
]]></description><pubDate>Tue, 14 Jun 2022 16:30:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=31741843</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=31741843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31741843</guid></item><item><title><![CDATA[New comment by guillaumec in "Show HN: Plain Text Cryptocurrency Prices"]]></title><description><![CDATA[
<p>You are probably right.  I should also probably add a link to a 'true' plain text version that returns a pure txt.</p>
]]></description><pubDate>Tue, 14 Jun 2022 15:06:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=31740580</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=31740580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31740580</guid></item><item><title><![CDATA[New comment by guillaumec in "Show HN: Plain Text Cryptocurrency Prices"]]></title><description><![CDATA[
<p>Not at the moment, this was a week end project, and the code is quite horrible.  But yes I should probably put it online and get advise.</p>
]]></description><pubDate>Tue, 14 Jun 2022 14:57:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=31740458</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=31740458</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31740458</guid></item><item><title><![CDATA[New comment by guillaumec in "Show HN: Plain Text Cryptocurrency Prices"]]></title><description><![CDATA[
<p>Actually it also supports a black and white mode using only utf8 characters.  I haven't exposed it yet though.</p>
]]></description><pubDate>Tue, 14 Jun 2022 14:48:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=31740324</link><dc:creator>guillaumec</dc:creator><comments>https://news.ycombinator.com/item?id=31740324</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31740324</guid></item></channel></rss>