<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: throwaway71271</title><link>https://news.ycombinator.com/user?id=throwaway71271</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 13:44:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=throwaway71271" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by throwaway71271 in "The Illusion of Thinking: Strengths and limitations of reasoning models [pdf]"]]></title><description><![CDATA[
<p>as this paper shows, it sees they can do tower of hanoi as well, up to a certain point that is.</p>
]]></description><pubDate>Sat, 07 Jun 2025 19:51:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=44212141</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44212141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44212141</guid></item><item><title><![CDATA[New comment by throwaway71271 in "The Illusion of Thinking: Strengths and limitations of reasoning models [pdf]"]]></title><description><![CDATA[
<p>I think you are right, even if I beleve next token prediction can work, I dont think it can happen in this autoregressive way where we fully collapse the token to feed it back in. Can you imagine how much is lost from each torch.multinomial?<p>Maybe the way forward is in LCM or go JEPA, therwise, as this Apple paper suggests, we will just keep pushing the "pattern matching" further, maybe we get some sort of phase transition at some point or maybe we have to switch architecture, we will see. It could be that things change when we get physical multimodality and real world experience, I dont know.</p>
]]></description><pubDate>Sat, 07 Jun 2025 19:10:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=44211861</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44211861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44211861</guid></item><item><title><![CDATA[New comment by throwaway71271 in "The Illusion of Thinking: Strengths and limitations of reasoning models [pdf]"]]></title><description><![CDATA[
<p>> And, even the dumber LLMs would slot in naturally into such a process<p>That is what I am struggling with, it is really easy at the moment to slot LLM and make everything worse. Mainly because its output is coming from torch.multinomial with all kinds of speculative decoding and quantizations and etc.<p>But I am convinced it is possible, just not the way I am doing it right now, thats why I am spending most of my time studying.</p>
]]></description><pubDate>Sat, 07 Jun 2025 11:54:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44209047</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44209047</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44209047</guid></item><item><title><![CDATA[New comment by throwaway71271 in "(On | No) Syntactic Support for Error Handling"]]></title><description><![CDATA[
<p>Everything is fine<p>I dream if err, if err dreams me.</p>
]]></description><pubDate>Tue, 03 Jun 2025 17:06:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44172200</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44172200</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44172200</guid></item><item><title><![CDATA[New comment by throwaway71271 in "Implementing a Forth"]]></title><description><![CDATA[
<p>Wow! What an amazing story!<p>I started writing forth few months ago, wrote few interpreters, with jit or with types etc, and its just amazing, I think anyone should do it. TBH I don't think any other exercise has thought me as much about programming as this.<p>I also notice the "return" of Forth, as it is probably the easiest high level language to make for computers with addressable memory and fetch execute cycle. The parser is just few lines of assembly and of course you can write the parser in the inner interpreter's bytecode, you don't even need assembly :) So hobbyists can just "make it" and make their own tiny operating systems with it. Of course everyone makes their own dialect, but I think thats OK. Things like <a href="https://github.com/howerj/lfsr">https://github.com/howerj/lfsr</a> LFSR CPU/VM running Forth, or UXN or duskos/collapseos.<p>Now you can also use language models to help you onboard into the language, it do some practice programs and rewrite one program in many ways.<p>So if you are young or old and never tried to Forth, don't miss out, its super fun.</p>
]]></description><pubDate>Tue, 03 Jun 2025 11:43:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44168917</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44168917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44168917</guid></item><item><title><![CDATA[New comment by throwaway71271 in "How to post when no one is reading"]]></title><description><![CDATA[
<p>> I disagree with that strongly. The LLM is obviously not a human or a person, but it's not a trivial token predictor, either.<p>I am sorry, by no means I think it is a trivial token predictor, or a stochastic parrot of some sort. I think it has a world model, and it can do theory of mind to us, but we can not do theory of mind to it. It has planning as visible from the biology of language models paper.<p>> So again, I disagree about AI-generated tokens having no meaning. But I would agree there is no human connection there<p>What I argue is that language is uniquely human, and it is how it is because of the human condition. I think we agree more than we disagree. I say that the meaning is 'halved', it is almost as if you are talking to yourself, but the thoughts are coming from the void. This is the sound of one hand slap maybe, a thought that is not your own but it is.<p>I guess I am saying is that AI is much more like Alien than Artificial, but we read the tokens as if they are deeply human, and it is really hard for people to not think of it as human, purely because it uses language in such profound way.</p>
]]></description><pubDate>Mon, 02 Jun 2025 13:46:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=44158805</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44158805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44158805</guid></item><item><title><![CDATA[New comment by throwaway71271 in "How to post when no one is reading"]]></title><description><![CDATA[
<p>Google uses a lot of user feedback data to rate the content, chatgpt cant do that, maybe its for the better, e.g. now chatgpt imports 0 star completely unknown libraries from github into my project, it read their code and deemed useful, but there is no way I would've heard about them without it.<p>Popularity is somewhat proxy for 'good', but not always.</p>
]]></description><pubDate>Mon, 02 Jun 2025 09:17:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44157031</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44157031</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44157031</guid></item><item><title><![CDATA[New comment by throwaway71271 in "How to post when no one is reading"]]></title><description><![CDATA[
<p>I am not sure. For example now I am writing a book for my daughter, I would like to share it when done, it is not written for ad money, example chapter, just so you know what kind of content I mean: <a href="https://punkx.org/projekt0/book/part1/interpreter.html" rel="nofollow">https://punkx.org/projekt0/book/part1/interpreter.html</a><p>Is it going to be useful for language models to train on it? I think so, and I don't mind that. As long as they develop better world models and understand human language better.<p>The problem I have is with humans reading generated tokens. Human language is shared experience, the evaluation and interpretation of the symbols depend both on the author and the reader (even though many times they are the same entity).<p>When a person with HPPD says 'The sky is black', when the symbols enter your mind they are superimposed with your experience and their experience to create meaning. (HPPD is a disorder from damaged filters on the visual system, it seems that raw information from the eye sensors are entering the brain, and they can see the inside of their eyes when they look at the sky, so it looks black, as if the whole sky is filled with 'floaters)<p>When you read AI generated content, you are both the judge and executioner, the symbols mean whatever you want them to mean, they have no author (in the human sense).<p>So, I want to write for other humans to read :) Even if nobody reads it.</p>
]]></description><pubDate>Mon, 02 Jun 2025 07:30:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44156475</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44156475</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44156475</guid></item><item><title><![CDATA[New comment by throwaway71271 in "AI: Accelerated Incompetence"]]></title><description><![CDATA[
<p>I honestly think that tokens are inhuman, and actually it is harmful for humans to consume tokens.<p>In gpt2 times I used to read gpt generated text a lot, I was working on a game to guess if the text is AI generated or not, and for weeks while I was working on it I had strange dreams. It went away when I stopped consuming tokens, in gpt4 age this does not happen as I am reading hundreds of times more tokens than back then, but I think it is just more subtle.<p>Now I use AI to generate thousands of lines of code per day, at minimum sometimes now I just blank out when the AI doesnt spit out the code fast enough, I dont know what am I supposed to write, which libraries it is using what is the goal of this whole function etc, as it is not my code, it is foreign and I honestly dont want to be reading it at all.<p>This week I took the whole week off work and am just coding without AI and in few days the "blank out" is gone. Well, I did use AI to read 300 page docs of st7796s and write barebones spi driver for example, but I treat it almost as an external library, I give it the docs and example driver and it just works, but it is somewhat external to my thought process.<p>People argue that all fields have evolved, e.g. there are no more blacksmiths, but I argue that the machinists now are much more sophisticated than the ones in the past, pneumatic hammers allow them to work better and faster, as they use the hammer they get better understanding the material they work with, as in the machine does not take away their experience and ability to learn. I always had 2 days per week where I code without any AI, but now I think I have to change the way I code with it.<p>AI is for sure making me worse, and lazy. And I am not talking about the "career" here, I am talking about my ability to think.<p>I wrote few days ago about it: <a href="https://punkx.org/jackdoe/misery.html" rel="nofollow">https://punkx.org/jackdoe/misery.html</a></p>
]]></description><pubDate>Wed, 28 May 2025 12:51:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=44115486</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44115486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44115486</guid></item><item><title><![CDATA[New comment by throwaway71271 in "Outcome-Based Reinforcement Learning to Predict the Future"]]></title><description><![CDATA[
<p><a href="https://www.decisionproblem.com/paperclips/index2.html" rel="nofollow">https://www.decisionproblem.com/paperclips/index2.html</a> go ahead :)</p>
]]></description><pubDate>Tue, 27 May 2025 17:38:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=44109055</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44109055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44109055</guid></item><item><title><![CDATA[New comment by throwaway71271 in "Programming on 34 Keys (2022)"]]></title><description><![CDATA[
<p>btw thats why I hated the old butterfly keyboards, a tiny crumb gets in and then the probability of a key drops to like 80%, or sometimes it double presses.<p>I am very happy that apple moved away from the quest of making the keyboard 0 height.</p>
]]></description><pubDate>Sun, 25 May 2025 20:07:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44090632</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44090632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44090632</guid></item><item><title><![CDATA[New comment by throwaway71271 in "Machinist and Machine"]]></title><description><![CDATA[
<p>Reading and "accepting/rejecting" so much AI generated code in the last months has made me a bit burned out and have somewhat of an identity crisis.<p>I have been making more and more time at night to reconnect with the craft.<p>I think more people in the community might be struggling, so I just wanted to share my way of dealing with it.<p>Please share how you are dealing with the tokens.</p>
]]></description><pubDate>Thu, 22 May 2025 10:57:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44060801</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44060801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44060801</guid></item><item><title><![CDATA[Machinist and Machine]]></title><description><![CDATA[
<p>Article URL: <a href="https://punkx.org/jackdoe/misery.html">https://punkx.org/jackdoe/misery.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44060800">https://news.ycombinator.com/item?id=44060800</a></p>
<p>Points: 14</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 22 May 2025 10:57:53 +0000</pubDate><link>https://punkx.org/jackdoe/misery.html</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44060800</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44060800</guid></item><item><title><![CDATA[New comment by throwaway71271 in "AniSora: Open-source anime video generation model"]]></title><description><![CDATA[
<p>I am super conflicted about this kind of AI. I want artists  to create the next amazing season of Solo Leveling, but I dont want to wait 1 year for it.<p>You could argue that those tools in the hands of skilled craftsman will create amazing things faster, but we all know what will happen is absolute flood of AI slop in every entertainment category.</p>
]]></description><pubDate>Sun, 18 May 2025 11:46:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44020612</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=44020612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44020612</guid></item><item><title><![CDATA[New comment by throwaway71271 in "I learned Snobol and then wrote a toy Forth"]]></title><description><![CDATA[
<p>well there is <a href="https://collapseos.org/" rel="nofollow">https://collapseos.org/</a> :)</p>
]]></description><pubDate>Tue, 13 May 2025 14:51:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43973619</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=43973619</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43973619</guid></item><item><title><![CDATA[New comment by throwaway71271 in "I learned Snobol and then wrote a toy Forth"]]></title><description><![CDATA[
<p>R. G. Loeliger Threaded Interpretive Languages Their Design And Implementation[1] is an amazing book, since it was out of print, I printed it on a good 160gsm a4 paper, and I randomly open it every few weeks just to read through it. I strongly recommend it, even if you are not interested in Forth.<p>I have been programming in all kinds of languages, from assembly to clojure, but in 25 years I never programmed stack languages, I was kind of scared of them, it wasn't until I read the book and made my own Forth I understood what I was missing. Since then I made few interpreters, with jit, or with types, etc, it was super fun, but most of all it allowed me to see a completely new paradigm of programming, kind of the first time you understand eval/apply from 13th page of the LISP 1.5 Programmer's Manual. A language that writes itself and it is written in itself.<p>If you are making your own Forth, this Brad Rodriguez's article is also really good [2].<p>[1]: <a href="https://archive.org/details/R.G.LoeligerThreadedInterpretiveLanguagesTheirDesignAndImplementationByteBooks1981" rel="nofollow">https://archive.org/details/R.G.LoeligerThreadedInterpretive...</a><p>[2]: <a href="https://www.bradrodriguez.com/papers/moving1.htm" rel="nofollow">https://www.bradrodriguez.com/papers/moving1.htm</a></p>
]]></description><pubDate>Tue, 13 May 2025 14:43:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43973544</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=43973544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43973544</guid></item><item><title><![CDATA[Replicube – an open-ended programming puzzle game]]></title><description><![CDATA[
<p>Article URL: <a href="https://store.steampowered.com/app/3401490/Replicube/">https://store.steampowered.com/app/3401490/Replicube/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43972239">https://news.ycombinator.com/item?id=43972239</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 13 May 2025 12:37:17 +0000</pubDate><link>https://store.steampowered.com/app/3401490/Replicube/</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=43972239</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43972239</guid></item><item><title><![CDATA[New comment by throwaway71271 in "Build a working game of Tetris in Conway's Game of Life (2014)"]]></title><description><![CDATA[
<p>then you will be even more impressed by Rule 110 being turing complete with a specific background pattern.<p><a href="https://en.wikipedia.org/wiki/Rule_110" rel="nofollow">https://en.wikipedia.org/wiki/Rule_110</a></p>
]]></description><pubDate>Sun, 29 Dec 2024 15:18:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=42540426</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=42540426</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42540426</guid></item><item><title><![CDATA[Linux on a 70s Typewriter (2024) [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=1kXnsvYfaF4">https://www.youtube.com/watch?v=1kXnsvYfaF4</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42509438">https://news.ycombinator.com/item?id=42509438</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Dec 2024 16:10:15 +0000</pubDate><link>https://www.youtube.com/watch?v=1kXnsvYfaF4</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=42509438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42509438</guid></item><item><title><![CDATA[New comment by throwaway71271 in "OpenAI O3 breakthrough high score on ARC-AGI-PUB"]]></title><description><![CDATA[
<p><p><pre><code>    | Name                                 | Semi-private eval | Public eval |
    |--------------------------------------|-------------------|-------------|
    | Jeremy Berman                        | 53.6%             | 58.5%       |
    | Akyürek et al.                       | 47.5%             | 62.8%       |
    | Ryan Greenblatt                      | 43%               | 42%         |
    | OpenAI o1-preview (pass@1)           | 18%               | 21%         |
    | Anthropic Claude 3.5 Sonnet (pass@1) | 14%               | 21%         |
    | OpenAI GPT-4o (pass@1)               | 5%                | 9%          |
    | Google Gemini 1.5 (pass@1)           | 4.5%              | 8%          |

</code></pre>
<a href="https://arxiv.org/pdf/2412.04604" rel="nofollow">https://arxiv.org/pdf/2412.04604</a></p>
]]></description><pubDate>Fri, 20 Dec 2024 18:30:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42473486</link><dc:creator>throwaway71271</dc:creator><comments>https://news.ycombinator.com/item?id=42473486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42473486</guid></item></channel></rss>