<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: wbolt</title><link>https://news.ycombinator.com/user?id=wbolt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 02 Jun 2026 00:33:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=wbolt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by wbolt in "Nvidia RTX Spark"]]></title><description><![CDATA[
<p>AI coding agents can do that pretty nicely already and it will only (slowly) improve over time.</p>
]]></description><pubDate>Mon, 01 Jun 2026 17:38:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48360064</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=48360064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48360064</guid></item><item><title><![CDATA[New comment by wbolt in "Open Source Resistance: keep OSS alive on company time"]]></title><description><![CDATA[
<p>This is so crazy. Companies benefit from OSS so they need to pay? Come on. Companies benefit from OSS because the core idea of most of these licenses is exactly this - everyone can benefit even without contributing back. Don’t like it? Think this is not fair? Don’t do OSS or pick a more restrictive license.<p>If a company pays for your work time not work products (many contracts work like this) they have the full right to expect that during this work time you do the work explicitly ordered by them. It’s not only the law - it’s common sense.</p>
]]></description><pubDate>Wed, 13 May 2026 16:17:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=48123939</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=48123939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48123939</guid></item><item><title><![CDATA[New comment by wbolt in "GNU Texmacs"]]></title><description><![CDATA[
<p>Are there any „real world users” of this? During all my years in academia I haven’t met any. Most just use plain LaTeX. Some do MS Word. Rarely something else. Never Texmacs. This is my experience at least.<p>With stuff like Overleaf and plugins for modern IDEs, honestly I can’t say LaTeX is a bad experience. It does what it should.</p>
]]></description><pubDate>Wed, 25 Feb 2026 17:15:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47154426</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=47154426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47154426</guid></item><item><title><![CDATA[New comment by wbolt in "λProlog: Logic programming in higher-order logic"]]></title><description><![CDATA[
<p>No. It is actually λProlog which seems to be an extension of Prolog.</p>
]]></description><pubDate>Tue, 24 Feb 2026 13:46:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47137107</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=47137107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47137107</guid></item><item><title><![CDATA[New comment by wbolt in "Copyparty, the FOSS file server [video]"]]></title><description><![CDATA[
<p>At this moment there are 8 security issues open on GitHub (2 of them marked as High) and more than 190 issues in general. So it does look like a work-in-progress thing to me.<p>The application seems very cute and handy and it still might be very useful in a lot of specific use cases. Just keep in mind that it might not be production ready for you.</p>
]]></description><pubDate>Wed, 26 Nov 2025 13:12:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46057065</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=46057065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46057065</guid></item><item><title><![CDATA[New comment by wbolt in "Lace: A New Kind of Cellular Automata Where Links Matter"]]></title><description><![CDATA[
<p>Actually most of CA simulations are done on torus which is referred to as periodic boundary conditions in the literature. Alternatively you can also have null (or fixed) boundaries or reflective ones. If the initial configuration has compact support (finite number of non-null states) and the CA keeps null-neighborhoods as null in the next step, you can simulate infinite grids… but not many people bother to do it. Many many papers use finite grids on torus.</p>
]]></description><pubDate>Thu, 16 Oct 2025 20:25:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45610256</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=45610256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45610256</guid></item><item><title><![CDATA[New comment by wbolt in "Lace: A New Kind of Cellular Automata Where Links Matter"]]></title><description><![CDATA[
<p>This is interesting and may reveal additional properties of certain class of CAs.<p>Yet, as some comments already stated what you do is basically study a subclass of multi-state 2D CAs where specific states from the finite state set have a specific meaning associated.<p>In general a CA is defined as a dynamical system governed by a local rule operating on the neighborhood configuration and yielding a new state. State set is typically finite. But the actual structure of the states can be anything you like. A valid state can be a tuple of a form (visible state, number of neighbors, sum of neighbors degrees, …). As the maximum neighborhood size is finite and the visible cell states are finite - there is a finite number of such tuples which constitute the state set on which a CA can operate.<p>Summing up - you are studying CAs in which your multi-state setup has some implied meaning. Still cool and interesting.</p>
]]></description><pubDate>Thu, 16 Oct 2025 20:22:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45610214</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=45610214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45610214</guid></item><item><title><![CDATA[New comment by wbolt in "Python 3.14 is here. How fast is it?"]]></title><description><![CDATA[
<p>Repl I get it. Possibly valid point. Yet I guess same issue are valid to node.js which seems much faster in many cases and still has valid dev experience.<p>C compatibility / extension compatibility - nope. First, it is an issue of limited resources. Add more devs to pypy team and compatibility bugs gets fixed. Second, aren’t people writing C extensions due to python being slow? Make python fast - as pypy - and for some cases native code won’t be that crucial.<p>So I don’t see a real issue with pypy that could not be solved by simply moving all the dev efforts from CPython.<p>So are there political, personal or business issues?</p>
]]></description><pubDate>Fri, 10 Oct 2025 15:12:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=45539951</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=45539951</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45539951</guid></item><item><title><![CDATA[New comment by wbolt in "Python 3.14 is here. How fast is it?"]]></title><description><![CDATA[
<p>Yes it is.</p>
]]></description><pubDate>Fri, 10 Oct 2025 05:31:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45535607</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=45535607</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45535607</guid></item><item><title><![CDATA[New comment by wbolt in "Python 3.14 is here. How fast is it?"]]></title><description><![CDATA[
<p>But this is exactly my point. The resources pypy has are much smaller. And still for years they managed to follow up being just 2-3 versions behind with features and high on performance.<p>So why not move all the resources from CPython to close the gap with features faster and replace CPython entirely?<p>Since this is not happening I expect there to be serious reasons, but I fail to see them. This is what I ask for.</p>
]]></description><pubDate>Fri, 10 Oct 2025 05:31:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45535604</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=45535604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45535604</guid></item><item><title><![CDATA[New comment by wbolt in "Python 3.14 is here. How fast is it?"]]></title><description><![CDATA[
<p>More than 300 comments here and still no convincing answer. Why the community wastes time on trying to make CPython faster when there is pypy which is already much faster? I understand pypy lacks libraries and feature parity with up to date CPython. But… can’t everyone refocus the efforts and just move to pypy to add all the missing bits and then just continue with pypy as the “official python”? Are there any serious technical reasons not to do it?</p>
]]></description><pubDate>Fri, 10 Oct 2025 05:00:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45535498</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=45535498</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45535498</guid></item><item><title><![CDATA[New comment by wbolt in "Correctness and composability bugs in the Julia ecosystem (2022)"]]></title><description><![CDATA[
<p>None</p>
]]></description><pubDate>Tue, 30 Sep 2025 16:07:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45427282</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=45427282</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45427282</guid></item><item><title><![CDATA[New comment by wbolt in "I tried vibe coding in BASIC and it didn't go well"]]></title><description><![CDATA[
<p>Exactly! The way in which the LLM is used here is very, very basic and outdated. This experiment should be redone in a proper „agentic” setup where there is a feedback loop between the model and the runtime plus access to documentation / internet. The goal now is not to encapsulate all the knowledge inside single LLM - this is too problematic and costly. LLM is a language model not knowledge database. It allows to interpret and interact with knowledge and text data from multiple sources.</p>
]]></description><pubDate>Sun, 20 Jul 2025 07:29:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=44622764</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=44622764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44622764</guid></item><item><title><![CDATA[New comment by wbolt in "Tiny Pointers"]]></title><description><![CDATA[
<p><a href="https://dl.acm.org/doi/10.1145/3700594" rel="nofollow">https://dl.acm.org/doi/10.1145/3700594</a></p>
]]></description><pubDate>Wed, 12 Feb 2025 20:23:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=43029373</link><dc:creator>wbolt</dc:creator><comments>https://news.ycombinator.com/item?id=43029373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43029373</guid></item></channel></rss>