<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: malcolmjuxt</title><link>https://news.ycombinator.com/user?id=malcolmjuxt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 03:35:28 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=malcolmjuxt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by malcolmjuxt in "We found an undocumented bug in the Apollo 11 guidance computer code"]]></title><description><![CDATA[
<p>I know the author personally. He's hardly the type of person to publish AI slop. Read his other articles and watch his talks, this is very much Henry's literary style.</p>
]]></description><pubDate>Tue, 07 Apr 2026 19:43:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47680395</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=47680395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47680395</guid></item><item><title><![CDATA[New comment by malcolmjuxt in "An Introduction to Knowledge Graphs"]]></title><description><![CDATA[
<p>Tony Seale has an excellent series of articles on Knowledge Graphs and AI here: <a href="https://experiencestack.co/embrace-complexity-part-1-39483f10a47f" rel="nofollow">https://experiencestack.co/embrace-complexity-part-1-39483f1...</a></p>
]]></description><pubDate>Tue, 12 Mar 2024 10:09:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=39677815</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=39677815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39677815</guid></item><item><title><![CDATA[New comment by malcolmjuxt in "URI Templates, making and matching URIs in Clojure"]]></title><description><![CDATA[
<p>Hi, I'm the author of this article, and the original author of the bidi routing library in Clojure.<p>Recently, I discovered RFC 6570 and think it's a great basis for a URI router, especially given its designed for creating links too, which is useful in the context of building htmx (and other hypermedia) apps.</p>
]]></description><pubDate>Thu, 15 Feb 2024 10:42:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=39381132</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=39381132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39381132</guid></item><item><title><![CDATA[URI Templates, making and matching URIs in Clojure]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.juxt.pro/blog/uri-templates/">https://www.juxt.pro/blog/uri-templates/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39381016">https://news.ycombinator.com/item?id=39381016</a></p>
<p>Points: 8</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 15 Feb 2024 10:21:52 +0000</pubDate><link>https://www.juxt.pro/blog/uri-templates/</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=39381016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39381016</guid></item><item><title><![CDATA[A Podcast on Rama's Clojure API with Nathan Marz]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.juxt.pro/blog/juxtcast-rama-clojure-api/">https://www.juxt.pro/blog/juxtcast-rama-clojure-api/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38393182">https://news.ycombinator.com/item?id=38393182</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 23 Nov 2023 14:35:09 +0000</pubDate><link>https://www.juxt.pro/blog/juxtcast-rama-clojure-api/</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=38393182</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38393182</guid></item><item><title><![CDATA[New comment by malcolmjuxt in "Babashka: A quick example"]]></title><description><![CDATA[
<p>Some of our documents contain confidential details (personal data, client confidential details). Keybase provides a filesystem (kbfs), accessible by authorized individuals, with team management, and git repositories for recording history.</p>
]]></description><pubDate>Tue, 25 Feb 2020 18:10:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=22415539</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=22415539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22415539</guid></item><item><title><![CDATA[New comment by malcolmjuxt in "The Value of Bitemporality – Whose Time Is It Anyway?"]]></title><description><![CDATA[
<p>Crux is quite a different beast to Datomic, in that it is schema-less, designed to work with Kafka, bi-temporal and some other architectural differences. Similarities are that they are both built (mainly) in Clojure and support Datalog queries (albeit different dialects)<p>Disclosure: I work at JUXT but not directly on Crux</p>
]]></description><pubDate>Sun, 21 Apr 2019 20:58:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=19714538</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=19714538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19714538</guid></item><item><title><![CDATA[New comment by malcolmjuxt in "Terraforming 1Password"]]></title><description><![CDATA[
<p>At JUXT we use Clojure's EDN, bolstered with some tag literals courtesy of our Aero library (described here: <a href="https://juxt.pro/blog/posts/aero.html" rel="nofollow">https://juxt.pro/blog/posts/aero.html</a>). We use ClojureScript to compile to TF's JSON. EDN allows comments, ignores commas and otherwise is a nicer JSON. Aero allows us to encode multiple environments in a single document, and include ciphertext for secrets. We're pretty happy with the overall result.</p>
]]></description><pubDate>Sat, 27 Jan 2018 23:30:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=16248722</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=16248722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16248722</guid></item><item><title><![CDATA[New comment by malcolmjuxt in "The Next Five Years of ClojureScript"]]></title><description><![CDATA[
<p>Very well put. I think this is an extremely insightful summary of the state of ClojureScript for the web today. I feel I'm still waiting for another leap forward.</p>
]]></description><pubDate>Sat, 17 Dec 2016 18:30:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=13201750</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=13201750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13201750</guid></item><item><title><![CDATA[Introducing yada. A new approach to creating Clojure web APIs]]></title><description><![CDATA[
<p>Article URL: <a href="https://juxt.pro/blog/posts/yada-1.html">https://juxt.pro/blog/posts/yada-1.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=11846767">https://news.ycombinator.com/item?id=11846767</a></p>
<p>Points: 7</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 06 Jun 2016 13:58:18 +0000</pubDate><link>https://juxt.pro/blog/posts/yada-1.html</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=11846767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11846767</guid></item><item><title><![CDATA[New comment by malcolmjuxt in "Why ClojureScript Matters"]]></title><description><![CDATA[
<p>I haven't used Scala.js, but I find Clojure and ClojureScript to be so damn close to identical I'm surprised at this comment. When I'm doing ClojureScript, everything I use from syntax, sequences, persistent data structures, core.async, protocols and records (the list seems endless) is the same as Clojure. The only thing that trips me up is regular expressions. In fact, I find there's a great deal more difference in the Scala written by any given two Scala developers than between Clojure and ClojureScript.</p>
]]></description><pubDate>Mon, 29 Jun 2015 18:41:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=9800018</link><dc:creator>malcolmjuxt</dc:creator><comments>https://news.ycombinator.com/item?id=9800018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=9800018</guid></item></channel></rss>