<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: quintussss</title><link>https://news.ycombinator.com/user?id=quintussss</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 15:24:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=quintussss" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: A Lisp Interpreter for Shell Scripting]]></title><description><![CDATA[
<p>Redstart is a lightweight Lisp interpreter written in C++ with a focus on shell scripting. It lets you combine the expressive power of Lisp with the practicality of the Unix shell: you can run commands, capture output, pipe between processes, and still use Lisp syntax for logic and structure. Think of it as writing your shell scripts in Lisp instead of Bash.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45520585">https://news.ycombinator.com/item?id=45520585</a></p>
<p>Points: 114</p>
<p># Comments: 25</p>
]]></description><pubDate>Wed, 08 Oct 2025 20:58:37 +0000</pubDate><link>https://github.com/gue-ni/redstart</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=45520585</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45520585</guid></item><item><title><![CDATA[New comment by quintussss in "A Lisp Interpreter for Shell Scripting"]]></title><description><![CDATA[
<p>An experimental Lisp interpreter written in C++ with a focus on shell scripting. It lets you combine the expressive power of Lisp with the practicality of the Unix shell: you can run commands, capture output, pipe between processes, and still use Lisp syntax for logic and structure. Think of it as writing your shell scripts in Lisp instead of Bash.</p>
]]></description><pubDate>Wed, 08 Oct 2025 06:47:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45512899</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=45512899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45512899</guid></item><item><title><![CDATA[A Lisp Interpreter for Shell Scripting]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/gue-ni/lisp">https://github.com/gue-ni/lisp</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45512898">https://news.ycombinator.com/item?id=45512898</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 08 Oct 2025 06:47:54 +0000</pubDate><link>https://github.com/gue-ni/lisp</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=45512898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45512898</guid></item><item><title><![CDATA[New comment by quintussss in "M4 always was horrible, and I say that as the original author of GNU M4"]]></title><description><![CDATA[
<p>I worked at a company that heavily used M4 for generating header files and I hated it. The syntax is just awful.</p>
]]></description><pubDate>Sun, 07 Apr 2024 09:44:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=39959635</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=39959635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39959635</guid></item><item><title><![CDATA[New comment by quintussss in "Show HN: Curl2Url"]]></title><description><![CDATA[
<p>What does this do? It should really be explained on the site.</p>
]]></description><pubDate>Fri, 22 Mar 2024 12:23:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=39789959</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=39789959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39789959</guid></item><item><title><![CDATA[New comment by quintussss in "Interview with Andreas Kling of Serenity OS (2022)"]]></title><description><![CDATA[
<p>But isn't this just about compiling the system? Not really 'building', ie programming a operating system.</p>
]]></description><pubDate>Wed, 07 Feb 2024 10:53:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39286988</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=39286988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39286988</guid></item><item><title><![CDATA[New comment by quintussss in "Collection of "Today I Learned" notes"]]></title><description><![CDATA[
<p>Wow, didn't expect there to be so many notes.</p>
]]></description><pubDate>Tue, 07 Nov 2023 07:08:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=38174035</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=38174035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38174035</guid></item><item><title><![CDATA[New comment by quintussss in "Localization Failure: Temperature Is Hard"]]></title><description><![CDATA[
<p>One thing that really annoys me is youtube translating video titles - why would I ever want the title of an english language video to be translated?</p>
]]></description><pubDate>Wed, 18 Oct 2023 07:04:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=37925623</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=37925623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37925623</guid></item><item><title><![CDATA[Remove Image Metadata with GitHub Action]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.jakobmaier.at/posts/remove-exif-data-with-github-action/">https://www.jakobmaier.at/posts/remove-exif-data-with-github-action/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36754932">https://news.ycombinator.com/item?id=36754932</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 17 Jul 2023 06:52:46 +0000</pubDate><link>https://www.jakobmaier.at/posts/remove-exif-data-with-github-action/</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=36754932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36754932</guid></item><item><title><![CDATA[New comment by quintussss in "Edge sends images you view online to Microsoft"]]></title><description><![CDATA[
<p>This reminds me of that one talk at a german hacker conference (CCC) about xerox printers inserting false numbers into scans</p>
]]></description><pubDate>Tue, 13 Jun 2023 06:16:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=36306212</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=36306212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36306212</guid></item><item><title><![CDATA[New comment by quintussss in "An Excel error led Austria's SPÖ to announce the wrong candidate as the winner"]]></title><description><![CDATA[
<p>No this is not true. There was an election among party members, that was with around 147000 people. This election apparently worked. It was the subsequent election among the party functionaries (601 people) that failed due to someone not being able to do 4th grade math.</p>
]]></description><pubDate>Tue, 06 Jun 2023 07:29:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=36209410</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=36209410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36209410</guid></item><item><title><![CDATA[New comment by quintussss in "Show HN: Unknown Pleasures, a tiny web experiment with WebGL"]]></title><description><![CDATA[
<p>Very cool, great work.</p>
]]></description><pubDate>Mon, 03 Apr 2023 08:18:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=35420216</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=35420216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35420216</guid></item><item><title><![CDATA[New comment by quintussss in "Catch-23: The New C Standard Sets the World on Fire"]]></title><description><![CDATA[
<p>I always wonder how much these new C standards use, as C is now mostly used in areas where one is severely limited when it comes to compiler choice. Where I work, we use GCC 6.2 and iso9899:1990 (C90). If we were able to use a modern compiler, we would probably just use C++.</p>
]]></description><pubDate>Sun, 02 Apr 2023 09:42:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=35408807</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=35408807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35408807</guid></item><item><title><![CDATA[New comment by quintussss in "Flying Planes with Python and JavaScript"]]></title><description><![CDATA[
<p>Looks very interesting, the autopilot code looks especially interesting to me.</p>
]]></description><pubDate>Mon, 20 Feb 2023 07:07:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=34865787</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=34865787</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34865787</guid></item><item><title><![CDATA[Microsoft wants you to pay for video codecs]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/jakobmaier_/status/1627057020888309760">https://twitter.com/jakobmaier_/status/1627057020888309760</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34851286">https://news.ycombinator.com/item?id=34851286</a></p>
<p>Points: 6</p>
<p># Comments: 3</p>
]]></description><pubDate>Sat, 18 Feb 2023 21:27:51 +0000</pubDate><link>https://twitter.com/jakobmaier_/status/1627057020888309760</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=34851286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34851286</guid></item><item><title><![CDATA[New comment by quintussss in "Xerox copier flaw changes numbers in scanned docs (2013)"]]></title><description><![CDATA[
<p>there is a great talk about this from the guy that found it:<p><a href="https://www.youtube.com/watch?v=7FeqF1-Z1g0">https://www.youtube.com/watch?v=7FeqF1-Z1g0</a><p>it's in german though...</p>
]]></description><pubDate>Thu, 16 Feb 2023 07:16:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=34815956</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=34815956</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34815956</guid></item><item><title><![CDATA[New comment by quintussss in "Simple Physics-based Flight Simulation with C++"]]></title><description><![CDATA[
<p>You are right, the ailerons are really in front of the wings, which if of course wrong. I will update this and add some info on the coordinate system!</p>
]]></description><pubDate>Mon, 13 Feb 2023 07:46:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=34771115</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=34771115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34771115</guid></item><item><title><![CDATA[New comment by quintussss in "Simple Physics-based Flight Simulation with C++"]]></title><description><![CDATA[
<p>How to create simple but realistic looking flight simulation from scratch with C++.</p>
]]></description><pubDate>Sun, 12 Feb 2023 09:46:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=34761503</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=34761503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34761503</guid></item><item><title><![CDATA[Simple Physics-based Flight Simulation with C++]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.jakobmaier.at/posts/flight-simulation/">https://www.jakobmaier.at/posts/flight-simulation/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=34761502">https://news.ycombinator.com/item?id=34761502</a></p>
<p>Points: 163</p>
<p># Comments: 17</p>
]]></description><pubDate>Sun, 12 Feb 2023 09:46:54 +0000</pubDate><link>https://www.jakobmaier.at/posts/flight-simulation/</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=34761502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34761502</guid></item><item><title><![CDATA[New comment by quintussss in "Show HN: A version control system based on rsync"]]></title><description><![CDATA[
<p>Would be nice if you could talk about the problems you had with git and how jamsync solves them.</p>
]]></description><pubDate>Thu, 19 Jan 2023 12:53:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=34439771</link><dc:creator>quintussss</dc:creator><comments>https://news.ycombinator.com/item?id=34439771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34439771</guid></item></channel></rss>