<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: bprew</title><link>https://news.ycombinator.com/user?id=bprew</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 26 Jun 2026 01:40:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bprew" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bprew in "Red Alert 2 in web browser"]]></title><description><![CDATA[
<p>Not the source code, but I am working on a re-implementation of it for Shandalar's 30th anniversary.<p>You can play a minimal web version at:  
- <a href="https://throwingbones.com/ben/s30/" rel="nofollow">https://throwingbones.com/ben/s30/</a><p>Source: 
- <a href="https://github.com/benprew/s30" rel="nofollow">https://github.com/benprew/s30</a> (patches welcome!) Written in Go using ebitengine</p>
]]></description><pubDate>Fri, 21 Nov 2025 18:46:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46007514</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=46007514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46007514</guid></item><item><title><![CDATA[New comment by bprew in "Steam Machine"]]></title><description><![CDATA[
<p>The 24.04 beta is really stable and the new cosmic DE is great! I've got it on my desktop and laptop, no problems.<p>System76.com/pop/pop-beta</p>
]]></description><pubDate>Wed, 12 Nov 2025 23:43:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45908523</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=45908523</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45908523</guid></item><item><title><![CDATA[SpikingBrain：Spiking Brain-Inspired Large Models]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/BICLab/SpikingBrain-7B">https://github.com/BICLab/SpikingBrain-7B</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45206420">https://news.ycombinator.com/item?id=45206420</a></p>
<p>Points: 8</p>
<p># Comments: 2</p>
]]></description><pubDate>Thu, 11 Sep 2025 01:05:27 +0000</pubDate><link>https://github.com/BICLab/SpikingBrain-7B</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=45206420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45206420</guid></item><item><title><![CDATA[New comment by bprew in "Source code for the X recommendation algorithm"]]></title><description><![CDATA[
<p>Facebook has a "friends only" feed (Friends button, next to Home), but it's not chronological.</p>
]]></description><pubDate>Tue, 09 Sep 2025 15:59:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45183876</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=45183876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45183876</guid></item><item><title><![CDATA[New comment by bprew in "Europe enters the exascale supercomputing league with Jupiter"]]></title><description><![CDATA[
<p>I took it to mean that the controller of the most powerful computer in Europe is Europe, as opposed to Apple or Google or another private entity.</p>
]]></description><pubDate>Sat, 06 Sep 2025 21:10:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45152858</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=45152858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45152858</guid></item><item><title><![CDATA[New comment by bprew in "My 2.5 year old laptop can write Space Invaders in JavaScript now (GLM-4.5 Air)"]]></title><description><![CDATA[
<p>His point isn't that you can run a model on an average laptop, but that the same laptop can still run frontier models.<p>It speaks to the advancements in models that aren't just throwing more compute/ram at it.<p>Also, his laptop isn't that fancy.<p>> It claims to be small enough to run on consumer hardware. I just ran the 7B and 13B models on my 64GB M2 MacBook Pro!<p>From: <a href="https://simonwillison.net/2023/Mar/11/llama/" rel="nofollow">https://simonwillison.net/2023/Mar/11/llama/</a></p>
]]></description><pubDate>Tue, 29 Jul 2025 16:40:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44725524</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=44725524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44725524</guid></item><item><title><![CDATA[New comment by bprew in "Classifying all of the pdfs on the internet"]]></title><description><![CDATA[
<p>Hi snats, great article. You mention the accuracy of the various techniques you used, could you explain more about how you calculated the accuracy? Were the pdfs already categorized?<p>Thanks!</p>
]]></description><pubDate>Tue, 20 Aug 2024 01:08:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41295897</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=41295897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41295897</guid></item><item><title><![CDATA[New comment by bprew in "Show HN: Extract Markdown, HTML or text from content-heavy websites"]]></title><description><![CDATA[
<p>I wrote something similar so I could save recipes and web pages for reading offline. And if you save in html, it will inline images, so you can have a single file. In markdown, it just creates a link.<p>It also uses turndown and readability.<p>It's pretty finicky (readability doesn't always identify the correct content or misses pieces of the content). If you want to charge for it, you'd have to fix some of those edge cases.<p>Also, I don't think the value is this product is turning web pages into markdown, there are many free web clippers and archive sites that do this already. I see this as more of an "extra" in a product, like how Evernote has a web clipper built in to their note taking product.<p>Also, it's cool to see other people care about a stripped down web reading experience too!<p><a href="https://github.com/benprew/clippy" rel="nofollow">https://github.com/benprew/clippy</a></p>
]]></description><pubDate>Fri, 16 Sep 2022 18:35:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=32870253</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=32870253</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32870253</guid></item><item><title><![CDATA[New comment by bprew in "Actual is going open-source"]]></title><description><![CDATA[
<p>Thanks for the post Sagar, I'm the maintainer of reckon [1], a tool to help categorize transactions, which I used in ledger.  There are a lot of interesting tools for doing plain text accounting [2] and I'm always interested in learning about new ones.<p>Reckon uses TF/IDF with cosine similarity, but I would be interested to see how you use Random Forest.  Please post your code somewhere, I'd love to see it and learn something new!<p>[1] <a href="https://github.com/cantino/reckon" rel="nofollow">https://github.com/cantino/reckon</a>
[2] <a href="https://plaintextaccounting.org/" rel="nofollow">https://plaintextaccounting.org/</a></p>
]]></description><pubDate>Sat, 30 Apr 2022 19:37:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=31218610</link><dc:creator>bprew</dc:creator><comments>https://news.ycombinator.com/item?id=31218610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31218610</guid></item></channel></rss>