<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: bvssvni</title><link>https://news.ycombinator.com/user?id=bvssvni</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 24 May 2026 18:11:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bvssvni" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bvssvni in "Leaving Rust gamedev after 3 years"]]></title><description><![CDATA[
<p>I tried to get Jonathan Blow engaged in the Rust RFC process to improve productivity for gamedevs. However, he thought it was a better idea to start working on his own language (Jai).<p>When I did some research for the Piston project, I learned that there was a productivity technique called "meta parsing" which was used in late 60s to develop the first modern computer. This was before C. The language was Tree-Meta. Viewpoint Research Institute upgraded it to OMeta.<p>I thought OMeta was too complex, so I developed Piston-Meta, an alternative for Rust using a simple data structure: Start node, end node, text, bool and f64.</p>
]]></description><pubDate>Sat, 27 Apr 2024 06:52:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=40177877</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=40177877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40177877</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>Logic by default does not have a bias toward consistency. The bias is added by people who design and use mathematical languages using logic. It does not mean that the theory you are using is inconsistent.<p>Asking "why do you want to be reasoning within an inconsistent system?" is like facing a dead end, because you are supposing a bias that was never there in the first place. As if, logic cares about what you want. You only get out what you put in. Bias in => bias out.<p>I am speculating about the following: If we don't bias ourselves in favor of consistency at the meta-level, then the correct notion of provability is HOOO EP. If we are biased, then the correct notion is Provability Logic.<p>In order to see HOOO EP as a provability notion, you have to interpret the axioms as a theory about provability. This requires mathematical intuition, for example, that you are able to distinguish a formal theory from its interpretation. Now, I can only suggest a formal theory, but the interpretation is up to users of that theory.</p>
]]></description><pubDate>Fri, 03 Nov 2023 07:12:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38125476</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38125476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38125476</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>Yeah, this is too imprecise. I tried to translate to your terminology, but failed.<p>My system uses "tautological equality" and this allows me to treat them the save way for all tautological congruent operators. Ofc, you can't treat them the same if an operator is neither normal nor tautological congruent.<p>Even if you have a such operator `foo'(x)` you can prove `foo'(x)`, `(foo'(x) == foo'(x))^true` or `foo'(x) == foo'(x)` etc. If this is what you are talking about, then this system supports it.</p>
]]></description><pubDate>Thu, 02 Nov 2023 15:28:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=38114877</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38114877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38114877</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>I want to reason hypothetically, which is why I don't use syntactic equality. I only use syntactic inequality in a very limited sense, e.g. two symbols `foo'` and `bar'` are symbolic distinct, so one can introduce `sd(foo', bar')`.<p>The reason is that if I have a proof `((x + x) == (2 * x))^true`, then I can treat objects as if they were definitionally equal.<p>When definitional equality and syntactic equality are the same, one is assuming `(!(sd(a, b)) == (a == b))^true`, which obtains a proof `!sd(a, a)` for all `a`. This destroys the property of reasoning hypothetically about exponential propositions in Path Semantics. For example, I might want to reason about what if I had `sd(a, a)`, does this imply `a ~~ a` by `q_lift : sd(a, b) & (a == b) -> (a ~~ b)`? Yes!<p>However, if I already have `!sd(a, a)` for all `a`, then the above reasoning would be the same absurd reasoning.<p>I can always assume this in order to reason about it, but I don't have to make this assumption a built-in axiom of my theory.<p>When assuming tautological congruence e.g. `(a == b)^true` in a context, one is not enforcing observational equality. So, it is not the same as requiring the type system to be decidable. I can also make up new notions of equivalences and guard them, e.g. not making them tautological congruent.</p>
]]></description><pubDate>Thu, 02 Nov 2023 11:54:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=38112211</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38112211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38112211</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>In mathematics, the roof holds up the building, not the foundation. Since humans use mathematics a lot, we design foundations to our specific needs. It is not the building we are worried about, we just want better foundations to create better tools.<p>Not only are we going to treat mathematics as subjective, but also having formal theories that reason about different notions of subjectivity. <a href="https://crates.io/crates/joker_calculus" rel="nofollow noreferrer">https://crates.io/crates/joker_calculus</a><p>> Could our conception of paradox be itself primal, and perhaps, in some plane, could it be something ranking higher, of first-class?<p>Yes! Paradoxes are statements of the form `false^a` in exponential propositions. <a href="https://crates.io/crates/hooo" rel="nofollow noreferrer">https://crates.io/crates/hooo</a><p>> Also, I’ve been thinking, recently, on the role of time in structures. There can’t possibly be any structure whatsoever without time, or, more concretely, at least the memory of events, recollecting distinctive and contrasting entropic signatures. So, mathematics manifesting as, of, and for structure, wouldn’t it require, first and foremost, a treatment from physics? Regular or meta?<p>Path semantical quality models this relation, where you have different "moments" in time which each are spaces for normal logical reasoning. Between these moments, there are ways to propagate quality, which is a partial equivalence. <a href="https://github.com/advancedresearch/path_semantics">https://github.com/advancedresearch/path_semantics</a></p>
]]></description><pubDate>Thu, 02 Nov 2023 09:33:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=38110999</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38110999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38110999</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>> Does `a^b` mean `a` is provable in all worlds in which `b` is valid, i.e. taken as an axiom in the underlying proof theory, or something like that?<p>Yes. You can also think of it as a function pointer `b -> a`. Unlike lambdas/closures, a function pointer can not capture variables from the environment. So, if you have a function pointer of type `b -> a`, then you can produce an element of type `a` from an element of type `b`.<p>This sounds almost like the same thing as with lambdas/closures. The difference is that a lambda can capture variables from the environment, such that `b => a` is possible "at run-time" in a way that does not hold for every possible world. So, the distinction between function pointers and lambdas/closures can be thought of as different notions of provability at static compile-time and dynamic run-time.<p>> One more thing, what are you calling `N`?<p>N is the name of the axiom in Modal Logic. It is called the "Necessitation Rule". See <a href="https://en.wikipedia.org/wiki/Modal_logic#Axiomatic_systems" rel="nofollow noreferrer">https://en.wikipedia.org/wiki/Modal_logic#Axiomatic_systems</a></p>
]]></description><pubDate>Thu, 02 Nov 2023 08:29:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=38110507</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38110507</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38110507</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>> Something being random and/or undetermined is not sufficient for it to be like a qubit. You need the linear algebra aspect for the name to be appropriate, IMO.<p>Naming things is hard. Given how constrained Propositional Language is as a language, I do not think there is much risk of misinterpreting it. I needed something to associate with "superposition" but also fit with "quality". Both "qubit" and "quality" starts with "qu", so I liked the name.<p>It does not bother me if people find another better name for it.<p>> I have looked through that section, and afaict, nowhere in it do you define an alternative notion of “provability”?<p>I do not want to create a controversy around Provability Logic by making too strong claims for some people's taste. What I meant is that this section is explaining HOOO EP and my interest is in communicating what it is on its own sake, without needing to compare it to Provability Logic all the time. However, since HOOO EP is so similar to Provability Logic, it requires some clarification. I hope you found the section useful even though you were not able to see how it is an alternative notion of provability from its definition.<p>> Why do you expect to be able to prove `□false => false` ? I.e. why do you expect to be able to prove `not □false`, i.e. prove the consistency of the system you are working in.<p>I think this is trying to think about logic as a peculiar way. HOOO EP was not developed to reason about consistency. It has its own motivation that makes sense. However, once you have HOOO EP, you can start discussing how it relates to consistency of theories.<p>It makes sense, in a sense of consistency, from the perspective where an inconsistent theory is absurd. Absurd theories can prove anything, so there is no distinction between true and false statements. Now, if you interpret `□false` as an assumption that one can prove false, then of course, one can prove false. `□false => false` is the same as `!□false`. Does this mean that it proves its own consistency? No, because you made the assumption `□false`. You have only talked about what you can prove in the context of `□false`. From this perspective, `□false => false` is trivially true.<p>Provability Logic does not allow you to think of `□false` as meaning "I can prove `false`". Instead, it is interpreted as "this theory is inconsistent" but without assigning this statement a particular meaning. This means, there is a gap between "I can prove `false`" and "this theory is inconsistent". Now, if you ignore the gap, then you are just making an error of interpretation. You have to respect the formal sense, where Provability Logic can have two different notions of absurdity while naturally you would think of them as one. However, if you want to have one instead of two, then you need HOOO EP.<p>> Also, if you want to do reasoning from within an inconsistent theory, then I’d hope it is at least paraconsistent, as otherwise you aren’t going to get much of value?<p>It sounds like you are assuming HOOO EP is inconsistent? Why are you speculating about my motivations in a such context?</p>
]]></description><pubDate>Thu, 02 Nov 2023 08:22:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=38110454</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38110454</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38110454</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>> Are you saying that Löb's axiom, which states that the provability of "the provability of p implies p" implies the provability of p, necessarily prejudices some implicit assumption of consistency to the meta-language?<p>Yes. One way to put it: Provability Logic is balancing on a knife-edge. It works, but just barely. However, you can turn it around and say the new notion is balancing on a knife-edge by requiring DAG (Directed Acyclic Graph) at meta-level. They way I see it, is that both approaches have implicit assumptions and you have to trade one with another.<p>I am working on an implementation of the new notion of provability (<a href="https://crates.io/crates/hooo" rel="nofollow noreferrer">https://crates.io/crates/hooo</a>), after finding the axioms last year (it took several months):<p><pre><code>    pow_lift : a^b -> (a^b)^c

    tauto_hooo_imply : (a => b)^c -> (a^c => b^c)^true

    tauto_hooo_or : (a | b)^c -> (a^c | b^c)^true
</code></pre>
As a modal logic the difference is surprisingly small, by swapping Löb's axiom with T. `tauto_hooo_imply` is slightly stronger than K.<p>The major difference is that `|- p` equals `p^true` instead of implying, if you treat `|-` as internal. If you treat it as external, then you can think of it as N + T.<p>I needed this theory to handle reasoning about tautological congruent operators.<p>However, once you have this, you can perfectly reason about various modal logical theories by keeping separate modality operators, including Provability Logic, e.g. `modal_n_to : N'  ->  all(a^true => □a)`.<p>So, it is not a tradeoff that loses Provability Logic. Instead, you get a "finalized" IPL for exponential propositions. This is why I think of as a natural way of extending IPL with some notion of provability.</p>
]]></description><pubDate>Wed, 01 Nov 2023 23:36:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=38106932</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38106932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38106932</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>I think the most exciting work in mathematics today is in the formal foundations. However, I can also understand mathematicians who are thinking like this:<p>1. I only need normal congruence<p>2. I only need perfect information games<p>Under problems that are solvable using these two assumptions, there is little benefit in tying proofs back to an axiomatic basis. Once you drop one of these two assumptions, proofs get much harder and a solid foundation gets more important.</p>
]]></description><pubDate>Wed, 01 Nov 2023 22:17:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=38106133</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38106133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38106133</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>> I guess you just meant "the notion of provability is the same as the one that would later be described in Provability logic" ?<p>yes<p>> I viewed the page you linked, but I don't see anywhere where you describe the alternate notion of "provability" you have in mind.<p>See section "HOOO EP"<p>>Oh, I guess, if you want to use "there exists" in a specifically constructive/intuitionistic way? (so that to prove "[]P" you would have to show that you can produce a proof of P?)<p>This would be `|- p` implies `□p`, which is the N axiom in modal logic (used by Provability Logic).<p>In Provability Logic, you can't prove `□false => false`. If you can prove this, then Löb's axiom implies `false`, hence absurd. `□p => p` for all `p` is the T axiom in modal logic. In IPL, if have `true |- false`, then naturally you can prove `false`. So, you can only prove `□false => false` if you already have an inconsistent theory.<p>Provability Logic is biased toward languages that assume that the theory is consistent. However, if you want to treat provability from a perspective of any possible theory, then favoring consistency at meta-level is subjective.<p>> I think I've seen other people try to do away with the need for a meta-language / make it the same as the object-language, and, I think this generally ends up being inconsistent in the attempts I've seen?<p>I have given this some thought before and I think it is based on fix-point results of predicates of one argument in Provability Logic. For example, in Gödel's proof, he needs to encode a predicate without arguments in order to create the Gödel sentence. In a language without such fix-points, this might not be a problem.<p>> I don't know quite what you mean by this, but, _please_ do not call this a qubit, unless you literally mean something whose value is a vector in a 2d Hilbert space.<p>The name "qubit" comes from the classical model, where you generate a random truth table using the input bit vector as seed. So, the proposition is in super-position of all propositions and hence behaves like a "qubit" in a classical approximation of a quantum circuit.</p>
]]></description><pubDate>Wed, 01 Nov 2023 21:57:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=38105887</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38105887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38105887</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>I'm implementing it in this project: <a href="https://crates.io/crates/hooo" rel="nofollow noreferrer">https://crates.io/crates/hooo</a></p>
]]></description><pubDate>Wed, 01 Nov 2023 21:04:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=38105216</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38105216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38105216</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>One thing I would like point out with Gödel's incompleteness theorems, is that there are different notions of provability. Gödel uses the notion of "provability" you get from Provability Logic, which is a modal logic where you introduce terms from e.g. Sequent Calculus.<p>Recently I found another notion of "provability" where Löb's axiom, required in Provability Logic, is absurd. It turns out that this notion fits better with Intuitionistic Propositional Logic than Provability Logic. This allows integrating the meta-language into object-language. This is pretty recent, so I think we still have much to learn about the foundations of mathematics.</p>
]]></description><pubDate>Wed, 01 Nov 2023 20:51:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=38105010</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38105010</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38105010</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>Is your goal to have as few axioms as possible, or as few syntactic constructions as possible?</p>
]]></description><pubDate>Wed, 01 Nov 2023 20:35:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=38104750</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38104750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38104750</guid></item><item><title><![CDATA[New comment by bvssvni in "What do we mean by "the foundations of mathematics"?"]]></title><description><![CDATA[
<p>The foundations of mathematics are all about language design.<p>To answer this question, one must say something about which language a foundation of mathematics is using. For example, Set Theory is formalized in First Order Logic. However, First Order Logic uses Propositional Logic, so to build an alternative foundation to Set Theory, you might consider starting with Propositional Logic and extending it another way.<p>First Order Logic extends Propositional Logic with predicates. This might seem like a good design at first, until you try to reason about uniqueness. In Set Theory, one requires an equality operator in addition to set membership, in order to be able to reason about uniqueness, at all. This equality operator is ugly, because you have to rebuild objects that are isomorphic but using different encodings.<p>Predicates causes problems because they are unconstrained. For easier formalizing of advanced theories, I suggested Avatar Logic, which replaces predicates with binary relations, avatars and roles. You can try it here: <a href="https://crates.io/crates/avalog" rel="nofollow noreferrer">https://crates.io/crates/avalog</a><p>Also, most theories assume congruence for all predicates, which is bad for e.g. foundations of randomness.<p>The next crisis in "the foundations of mathematics" will be "tautological congruence". Luckily, this is already being worked on, by extending Intuitionistic Propositional with exponential propositions. This theory is known as "HOOO EP" and is demonstrated here: <a href="https://crates.io/crates/hooo" rel="nofollow noreferrer">https://crates.io/crates/hooo</a></p>
]]></description><pubDate>Wed, 01 Nov 2023 20:23:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=38104539</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=38104539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38104539</guid></item><item><title><![CDATA[Let's Abandon the Cogito and Use Type Theory Instead]]></title><description><![CDATA[
<p>Article URL: <a href="https://advancedresearch.github.io/blog/2022-02-16-lets-abandon-the-cogito-and-use-type-theory-instead.html">https://advancedresearch.github.io/blog/2022-02-16-lets-abandon-the-cogito-and-use-type-theory-instead.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30360275">https://news.ycombinator.com/item?id=30360275</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 16 Feb 2022 14:21:59 +0000</pubDate><link>https://advancedresearch.github.io/blog/2022-02-16-lets-abandon-the-cogito-and-use-type-theory-instead.html</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=30360275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30360275</guid></item><item><title><![CDATA[New comment by bvssvni in "Prop v0.8 released Propositional theorem proving in Rust (Logic)"]]></title><description><![CDATA[
<p>This update changes the PSI implementation (path semantical logic) to use a safe model of path semantical quality. The problem previously was how to handle reflexivity without symbolic distinction (this is beyond IPL - constructive logic). Now we have a safe subset of path semantics that works with IPL and also already proved some useful results for further research on Seshatism.<p>If you have questions, please open up an issue on the Prop project (<a href="https://github.com/advancedresearch/prop/issues" rel="nofollow">https://github.com/advancedresearch/prop/issues</a>). You can also join us on the Discord server (<a href="https://discord.gg/JkrhJJRBR2" rel="nofollow">https://discord.gg/JkrhJJRBR2</a>).</p>
]]></description><pubDate>Fri, 14 Jan 2022 22:49:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=29941593</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=29941593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29941593</guid></item><item><title><![CDATA[Prop v0.8 released Propositional theorem proving in Rust (Logic)]]></title><description><![CDATA[
<p>Article URL: <a href="https://old.reddit.com/r/rust/comments/s447r5/prop_v08_released_propositional_theorem_proving/">https://old.reddit.com/r/rust/comments/s447r5/prop_v08_released_propositional_theorem_proving/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29941583">https://news.ycombinator.com/item?id=29941583</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 14 Jan 2022 22:48:50 +0000</pubDate><link>https://old.reddit.com/r/rust/comments/s447r5/prop_v08_released_propositional_theorem_proving/</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=29941583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29941583</guid></item><item><title><![CDATA[Joker Calculus]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/advancedresearch/joker_calculus">https://github.com/advancedresearch/joker_calculus</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29274635">https://news.ycombinator.com/item?id=29274635</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 19 Nov 2021 07:15:58 +0000</pubDate><link>https://github.com/advancedresearch/joker_calculus</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=29274635</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29274635</guid></item><item><title><![CDATA[New comment by bvssvni in "A linear solver designed to be easy to use with Rust enums"]]></title><description><![CDATA[
<p>Link /r/rust thread: <a href="https://www.reddit.com/r/rust/comments/9x5uvk/advancedresearch_releases_a_generic_linear_solver/" rel="nofollow">https://www.reddit.com/r/rust/comments/9x5uvk/advancedresear...</a></p>
]]></description><pubDate>Thu, 15 Nov 2018 00:33:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=18455734</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=18455734</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18455734</guid></item><item><title><![CDATA[A linear solver designed to be easy to use with Rust enums]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/advancedresearch/linear_solver">https://github.com/advancedresearch/linear_solver</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18455704">https://news.ycombinator.com/item?id=18455704</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 15 Nov 2018 00:28:52 +0000</pubDate><link>https://github.com/advancedresearch/linear_solver</link><dc:creator>bvssvni</dc:creator><comments>https://news.ycombinator.com/item?id=18455704</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18455704</guid></item></channel></rss>