<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: catelm</title><link>https://news.ycombinator.com/user?id=catelm</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 26 Apr 2026 10:11:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=catelm" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by catelm in "DeepSeek v4"]]></title><description><![CDATA[
<p>I think the pelican on a bike is known widely enough that of seizes to be useful as a benchmark. There is even a pelican briefly appearing in the promo video of GPT-5, if I'm not mistaken <a href="https://openai.com/gpt-5/" rel="nofollow">https://openai.com/gpt-5/</a>. So the companies are apparently aware of it.</p>
]]></description><pubDate>Fri, 24 Apr 2026 05:33:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47885977</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=47885977</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47885977</guid></item><item><title><![CDATA[New comment by catelm in "Gastronorm"]]></title><description><![CDATA[
<p>Sadly, only the mounting rim is normed. The form of the body is not. Meaning, containers from different manufacturers don't stack necessarily and lids are not interchangeable.</p>
]]></description><pubDate>Wed, 03 Dec 2025 17:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46137507</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=46137507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46137507</guid></item><item><title><![CDATA[New comment by catelm in "Self-hosting a Matrix server for 5 years"]]></title><description><![CDATA[
<p>NixOS makes this rather easy too. There exist modules for synapse, livekit, etc (MAS module is still a Pull Request, though) and the setup is quite doable: <a href="https://wiki.nixos.org/wiki/Matrix" rel="nofollow">https://wiki.nixos.org/wiki/Matrix</a><p>However, you still need to know what you are doing (the manual helps) and connect the pieces (in theory there could be a nixpkgs module that does this for you but apparently nobody did bother). Once its done you can lean back.<p>I've been running my homeserver happily for > 5 years and it was fairly straightforward.</p>
]]></description><pubDate>Tue, 02 Dec 2025 07:20:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46118536</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=46118536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46118536</guid></item><item><title><![CDATA[New comment by catelm in "Closing the Nix gap: From environments to packaged applications for rust"]]></title><description><![CDATA[
<p>Sorry, I wasn't clear. Well, at least there wasn't a way. The newest update is now a step in that direction.</p>
]]></description><pubDate>Sun, 24 Aug 2025 19:33:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=45006992</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=45006992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45006992</guid></item><item><title><![CDATA[New comment by catelm in "Closing the Nix gap: From environments to packaged applications for rust"]]></title><description><![CDATA[
<p>That is only partly correct. Devenv.sh misses outputs defining packages compared to flake.nix, i.e. there is no way to deterministically build the project as a nix package. It's the developer environment devenv competes with. Both can even work in tandem. Devenv for the devenv, flakes for the rest.</p>
]]></description><pubDate>Sun, 24 Aug 2025 16:53:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45005749</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=45005749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45005749</guid></item><item><title><![CDATA[New comment by catelm in "TeX Live 2025 Released"]]></title><description><![CDATA[
<p>The compiler is FOSS under a permissive license Apache 2.0). Only the online editor, similar to Overleaf, is not Open Source. Please check the facts before hitting reply.</p>
]]></description><pubDate>Sun, 09 Mar 2025 20:09:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43313203</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=43313203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43313203</guid></item><item><title><![CDATA[New comment by catelm in "Julia 1.11 Highlights"]]></title><description><![CDATA[
<p>Scientific/Numeric/Data-Python is essentially a DSL around C-API which creates friction (try for example to map a custom function over a Pandas column). Whereas in Julia, it's just Julia. It's liberating to just extend and use a library written in the same language. It leads to surprising synergies.</p>
]]></description><pubDate>Fri, 11 Oct 2024 09:14:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41807747</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=41807747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41807747</guid></item><item><title><![CDATA[New comment by catelm in "Deep language algorithms predict semantic comprehension from brain activity"]]></title><description><![CDATA[
<p>> First, we evaluate, for each voxel, subject and narrative independently, whether the fMRI responses can be predicted from a linear combination of GPT-2’s activations (Fig. 1A). We summarize the precision of this mapping with a brain score M: i.e. the correlation between the true fMRI responses and the fMRI responses linearly predicted, with cross-validation, from GPT-2’s responses to the same narratives (cf. Methods).<p>Was this cross checked against arbitrary Inputs to GPT-2? I gather, with 1.5 Billion parameters, you can find a representative linear combination for everything.<p>The Bible Code comes to mind (<a href="https://en.wikipedia.org/wiki/Bible_code" rel="nofollow">https://en.wikipedia.org/wiki/Bible_code</a>).</p>
]]></description><pubDate>Fri, 14 Oct 2022 08:02:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=33200822</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=33200822</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33200822</guid></item><item><title><![CDATA[New comment by catelm in "VSCode – Markdown Edition"]]></title><description><![CDATA[
<p>Live View (a WYSIWYM Editor) - you type markdown, but see it rendered, comes to mind. Also some interesting extensions/add-ons centered around knowledge management are arising.
Unfortunately, Obsidian itself is not open-source though; but worth checking out.</p>
]]></description><pubDate>Mon, 09 May 2022 06:22:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=31311195</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=31311195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31311195</guid></item><item><title><![CDATA[New comment by catelm in "Jax vs. Julia (Vs PyTorch)"]]></title><description><![CDATA[
<p>Do you have a link to some information regarding the work on traits/interfaces and static typing, please?</p>
]]></description><pubDate>Fri, 06 May 2022 15:50:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=31286596</link><dc:creator>catelm</dc:creator><comments>https://news.ycombinator.com/item?id=31286596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31286596</guid></item></channel></rss>