<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: adius</title><link>https://news.ycombinator.com/user?id=adius</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 13:42:33 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=adius" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by adius in "Taguar – Desktop app for audio tagging"]]></title><description><![CDATA[
<p>I tried out numerous audio tagging apps (Kid3, Picard, …) and wasn't happy with any of them. They all try to work with some kind of library system of have a really bad UX (single line input for Lyrics???).<p>Therefore I decided to build one that is simple, fast, with great defaults: <a href="https://github.com/ad-si/Taguar" rel="nofollow">https://github.com/ad-si/Taguar</a><p>It's built with Rust's [Iced] and [lofty].<p>Looking forward to your feedback!<p>[Iced]: <a href="https://iced.rs" rel="nofollow">https://iced.rs</a>
[lofty]: <a href="https://github.com/Serial-ATA/lofty-rs" rel="nofollow">https://github.com/Serial-ATA/lofty-rs</a></p>
]]></description><pubDate>Fri, 17 Apr 2026 14:09:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47806110</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47806110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47806110</guid></item><item><title><![CDATA[Taguar – Desktop app for audio tagging]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/ad-si/Taguar">https://github.com/ad-si/Taguar</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47806109">https://news.ycombinator.com/item?id=47806109</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 17 Apr 2026 14:09:08 +0000</pubDate><link>https://github.com/ad-si/Taguar</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47806109</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47806109</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Not yet, but on the roadmap!</p>
]]></description><pubDate>Sat, 28 Feb 2026 20:52:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47200106</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47200106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47200106</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Mh, I thought about this a little and came actually to exactly the opposite conclusion: Implement as much as possible in Rust to get the fastest code possible. Do you have any more insights why this should not be possible / unsustainable?</p>
]]></description><pubDate>Sat, 28 Feb 2026 19:32:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47199243</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47199243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47199243</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Why should I want them to use it?</p>
]]></description><pubDate>Sat, 28 Feb 2026 18:27:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47198596</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47198596</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47198596</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Yeah, I've already looked into it, but decided to keep developing it "example driven" for now. Aka I'm playing around with it, and whenever I find something that's broken I keep a note of it and then I pick those notes one by one and implement them. Once the most common things are implemented I will start writing property tests to catch all the edge cases of each feature.</p>
]]></description><pubDate>Sat, 28 Feb 2026 17:20:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197824</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197824</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>They rebranded it to Wolfram Language a few years ago (which I actually appreciate, as it is so much more than just "math" by now!)<p><a href="https://writings.stephenwolfram.com/2013/02/what-should-we-call-the-language-of-mathematica/" rel="nofollow">https://writings.stephenwolfram.com/2013/02/what-should-we-c...</a></p>
]]></description><pubDate>Sat, 28 Feb 2026 17:08:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197684</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197684</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197684</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Oh cool, haven't heard of this before. Could be a good fit - I'll have to try it out some day!</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:52:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197509</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197509</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197509</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>I think Wolfram Language is just so much more ergonomic. No need to import dependencies - everything's included and consistent, very readable - yet compact - syntax, less gotchas than Python, R, etc., sensible default, …</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:42:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197408</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197408</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197408</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Hard to tell honestly. So far there was always some surprisingly straight forward solution If had any problems with the math engine. There is actually a lot of public research how equations can be solved/simplified with computer algorithms. So I'm optimistic.
I also stumbled upon a few cases where Mathematica itself didn't quite do things correctly itself (rounding errors, missing simplifications, etc.). So maybe it's actually a little overhyped …</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:37:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197345</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197345</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>It's having ~ 5000 tests already. Used correctly, AI agents can help you <i>improve</i> the quality of the code!</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:29:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197223</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197223</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Such a massive undertaking would be almost impossible without AI agents, so yeah, they help me. But with around 5000 tests, they are actually helping to <i>improve</i> the software quality!</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:25:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197166</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197166</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197166</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>According to <a href="https://en.wikipedia.org/wiki/Lotus_Development_Corp._v._Borland_International,_Inc" rel="nofollow">https://en.wikipedia.org/wiki/Lotus_Development_Corp._v._Bor...</a>., a software clone does not infringe software copyright.
So yeah, I'd guess sooner or later everything is going be cloned …</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:21:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197122</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197122</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Exactly! And:<p>- Faster startup time because of no license check<p>- Can run multiple instances of Woxi at the same time<p>- Embeddable via WASM<p>- Configurable via compile time flags (which features should be included)<p>- …</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:17:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197066</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197066</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>That's actually a value that Wolfram determines themselves.
Here is the documentation for it: <a href="https://reference.wolfram.com/language/ref/WolframLanguageData.html" rel="nofollow">https://reference.wolfram.com/language/ref/WolframLanguageDa...</a><p>Here is e.g. all the values for the Plus[] function:<p>$ wolframscript -code 'WolframLanguageData["Plus", "Ranks"]'
{All -> 6, StackExchange -> 8, TypicalNotebookInputs -> 5, TypicalProductionCode -> 6, WolframAlphaCodebase -> 6, WolframDemonstrations -> 4, WolframDocumentation -> 4}</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:14:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47197033</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47197033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47197033</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Sure, but you've got to start somewhere! And with the amount of progress I was able to make in just a few weeks, I'm very optimistic that the polish will come sooner rather than later.</p>
]]></description><pubDate>Sat, 28 Feb 2026 16:09:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47196971</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47196971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47196971</guid></item><item><title><![CDATA[New comment by adius in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Hi, I'm the main developer. We're steadily getting closer to the next release which will support most features of Mathematica 1.0 plus some of the most popular newer functions (> 900 overall!). AMA!</p>
]]></description><pubDate>Wed, 25 Feb 2026 19:53:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47156906</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47156906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47156906</guid></item><item><title><![CDATA[New comment by adius in "Making Wolfram tech available as a foundation tool for LLM systems"]]></title><description><![CDATA[
<p>Yes, definitely! This is one of Mathematica’s hallmark features and it would not be complete without it.</p>
]]></description><pubDate>Wed, 25 Feb 2026 08:33:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47148901</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47148901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47148901</guid></item><item><title><![CDATA[New comment by adius in "Making Wolfram tech available as a foundation tool for LLM systems"]]></title><description><![CDATA[
<p><a href="https://github.com/ad-si/Woxi" rel="nofollow">https://github.com/ad-si/Woxi</a></p>
]]></description><pubDate>Tue, 24 Feb 2026 12:40:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47136359</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47136359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47136359</guid></item><item><title><![CDATA[New comment by adius in "Making Wolfram tech available as a foundation tool for LLM systems"]]></title><description><![CDATA[
<p>Yes, we agree that a lot of the value comes from the huge standard library. That's why we try to implement as much of it as possible. Right now we support more than 900 functions. All the Data functions will be a little more complicated of course, but they could e.g make a request to online data archives (ourworldindata.org, wikidata.org, …). So I think it's definitely doable.<p>We also want to provide an option for users to add their own functions to the standard library. So if they e.g. need `FinancialData[]` they could implement it themselves and provide it as a standard library function.</p>
]]></description><pubDate>Tue, 24 Feb 2026 10:29:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47135323</link><dc:creator>adius</dc:creator><comments>https://news.ycombinator.com/item?id=47135323</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47135323</guid></item></channel></rss>