<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: 20wenty</title><link>https://news.ycombinator.com/user?id=20wenty</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 31 May 2026 17:21:36 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=20wenty" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 20wenty in "I Put a Datacenter GPU in My Gaming PC for £200"]]></title><description><![CDATA[
<p>There are many tells aren't there? There was clearly hard human work and experimentation here, but it's a shame the OP let AI do chunks of the writing. Once you see it, it's much harder to take the post seriously.</p>
]]></description><pubDate>Sun, 31 May 2026 15:41:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48346616</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=48346616</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48346616</guid></item><item><title><![CDATA[Show HN: CoreMem – Portable context for AI agents]]></title><description><![CDATA[
<p>CoreMem lets you build collections of context, called a mem, and share it with any AI agent via URL, a Chrome extension, MCP, Cursor/VS Code plugins, a skill, and more. Instead of re-explaining your project or goal when you switch agents or start new sessions, CoreMem keeps your context centrally organized so that any AI tool can read it.<p>This originally started as a CLI I built that kept pieces of context (Project A/B/C details, my writing style, preferred tech stacks, coding style, etc) in a SQLite database. I could instruct various agents to “use my `coremem` CLI to retrieve details about [project A] before we get started.” It solved a problem for me b/c I am continually bouncing around between different projects and chat agents, and having to re-explain myself every time became an exercise in either repeating myself or copy/pasting summaries I’d saved from previous sessions.<p>I decided to make this a little more robust and portable, so I turned that original CLI into a SaaS. Tl;dr: You can create a “mem”, which is a collection of 1 or more pieces of related context, and share that mem with any agent to quickly get them up to speed.<p>Right now I’ve got integrations in the form of revokable share links, a Chrome Plugin, Cursor Plugin, Cursor/VS Code extension, Claude Code plugin, ChatGPT/Claude/Gemini/et al via MCP. Since I mostly work from the CLI, I use the Claude Code plugin or create 5-min share links I can drop into a chat, but I’ve tried to make this useful to people who mainly work from a browser or an IDE.<p>I’ve been coding for 30+ years, and I vibed most of this. I was able to use CoreMem to help it built itself as I jumped between various coding agents, having them grab context then start a new task. I’m sure my architecture and engineering experience helped, but building this in a few weeks confirmed for me that the barrier for someone to build a tool they need to solve a problem is incredibly low.<p>The rush I used to get from coding has mostly faded, but I’m getting similar rushes managing different agents to build things now.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48239117">https://news.ycombinator.com/item?id=48239117</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 22 May 2026 17:52:35 +0000</pubDate><link>https://coremem.app</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=48239117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48239117</guid></item><item><title><![CDATA[New comment by 20wenty in "Create Google API credentials in 50 easy steps (2023)"]]></title><description><![CDATA[
<p>"Google has made it really easy to create api credentials for own use, just follow these few steps..." As someone who's been through that particular gauntlet a few times recently, I got a chuckle from the sarcasm.</p>
]]></description><pubDate>Tue, 10 Mar 2026 21:54:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47329251</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=47329251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47329251</guid></item><item><title><![CDATA[Create Google API credentials in 50 easy steps (2023)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/glotlabs/gdrive/blob/main/docs/create_google_api_credentials.md">https://github.com/glotlabs/gdrive/blob/main/docs/create_google_api_credentials.md</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47329250">https://news.ycombinator.com/item?id=47329250</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 10 Mar 2026 21:54:36 +0000</pubDate><link>https://github.com/glotlabs/gdrive/blob/main/docs/create_google_api_credentials.md</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=47329250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47329250</guid></item><item><title><![CDATA[New comment by 20wenty in "Ask HN: Books to learn 6502 ASM and the Apple II"]]></title><description><![CDATA[
<p>I second this -- I just found the Ben Eater series a month or so ago and put together his computer clock over the holidays. It really helps you understand clock cycles, logic chips, etc, and is a good foundation for the 6502 kit you build later in the course. And learning Assembly before BASIC is the right learning path IMO, if only to understand how CPU registers work at the electron level.</p>
]]></description><pubDate>Tue, 27 Jan 2026 14:15:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46780185</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=46780185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46780185</guid></item><item><title><![CDATA[Show HN: I wrote a Christmas-themed Space Invaders clone in 8086 Assembly]]></title><description><![CDATA[
<p>I've had a goal for the past three years to learn Assembly language. This December, I finally put some real effort into learning the language. I followed the tutorials in Oscar Toledo G's "Programming Boot Sector Games" and used Gemini as a tutor to help explain the concepts I was stuck on. It was tempting at points to vibe code some of the trickiest pieces, but I found resisting the temptation and using Gemini just to be an expert tutor to answer my ignorant questions brought back the joy of coding again. The result is a Christmas-themed Space Invaders clone written in 8086 Assembly.<p>The code isn't perfect, and neither are my line-by-line comments, but it's a good exercise if anyone else is trying to learn a language.<p>The game compiles to a .com file and runs in DOSBox. I'm not trying to fit it into a boot sector (512 bytes) like the original tutorial (<a href="https://github.com/nanochess/Invaders/blob/master/invaders.asm" rel="nofollow">https://github.com/nanochess/Invaders/blob/master/invaders.a...</a>), so my code assembles to more verbose (around 700 bytes).</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46376342">https://news.ycombinator.com/item?id=46376342</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 24 Dec 2025 15:21:50 +0000</pubDate><link>https://github.com/jbnunn/Invaders</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=46376342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46376342</guid></item><item><title><![CDATA[New comment by 20wenty in "The Ruliology of Lambdas"]]></title><description><![CDATA[
<p>I have never made it to the end of a Wolfram post, or a David Foster Wallace book. I'm envious of people who can read AND understand these tomes.</p>
]]></description><pubDate>Fri, 19 Sep 2025 15:50:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45302989</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=45302989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45302989</guid></item><item><title><![CDATA[New comment by 20wenty in "The MCP Registry"]]></title><description><![CDATA[
<p>Yeah it's confusing. They mention <a href="https://registry.modelcontextprotocol.io" rel="nofollow">https://registry.modelcontextprotocol.io</a> but it is just a redirect to <a href="https://github.com/modelcontextprotocol/registry/tree/main/docs" rel="nofollow">https://github.com/modelcontextprotocol/registry/tree/main/d...</a>. Like MCP itself there's still work to be done, it seems.</p>
]]></description><pubDate>Tue, 09 Sep 2025 19:17:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45187284</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=45187284</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45187284</guid></item><item><title><![CDATA[We're not vibe coding enough]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.jeffnunn.com/p/were-not-vibe-coding-enough">https://www.jeffnunn.com/p/were-not-vibe-coding-enough</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44799789">https://news.ycombinator.com/item?id=44799789</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 05 Aug 2025 16:02:48 +0000</pubDate><link>https://www.jeffnunn.com/p/were-not-vibe-coding-enough</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=44799789</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44799789</guid></item><item><title><![CDATA[New comment by 20wenty in "Claude Code for VSCode"]]></title><description><![CDATA[
<p>Do you have details on what "optimise for token usage" looks like in Cursor? Or is your point more about how Cursor manages the context window?</p>
]]></description><pubDate>Mon, 23 Jun 2025 12:40:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=44355190</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=44355190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44355190</guid></item><item><title><![CDATA[New comment by 20wenty in "California has got good at building giant batteries"]]></title><description><![CDATA[
<p>Thank you, thought I was going crazy. Maybe this is the new thing, adding grammatical errors so people won't think the content was written by AI.</p>
]]></description><pubDate>Thu, 29 May 2025 22:23:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=44130962</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=44130962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44130962</guid></item><item><title><![CDATA[New comment by 20wenty in "MLB says Yankees’ new “torpedo bats” are legal and likely coming"]]></title><description><![CDATA[
<p>If it gives any unfair advantage at all, the Astros will figure out a way to use them ASAP.<p>([1,2] For those that don't get the snide reference to cheating.)<p>[1] <a href="https://www.nytimes.com/article/astros-cheating.html" rel="nofollow">https://www.nytimes.com/article/astros-cheating.html</a><p>[2] <a href="https://en.wikipedia.org/wiki/Houston_Astros_sign_stealing_scandal" rel="nofollow">https://en.wikipedia.org/wiki/Houston_Astros_sign_stealing_s...</a></p>
]]></description><pubDate>Mon, 31 Mar 2025 21:55:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43540404</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=43540404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43540404</guid></item><item><title><![CDATA[New comment by 20wenty in "Show HN: I built an app to stop me doomscrolling by touching grass"]]></title><description><![CDATA[
<p>I like the idea but it will be hard to build a moat -- if that's something you care about. How about making it more general? "touch grass", "feel sand between your fingers", "hug a tree" ...</p>
]]></description><pubDate>Mon, 24 Feb 2025 13:12:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=43159146</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=43159146</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43159146</guid></item><item><title><![CDATA[New comment by 20wenty in "Ask HN: Books about people who did hard things"]]></title><description><![CDATA[
<p>Similar in nature is Farthest North: The Incredible Three-Year Voyage to the Frozen Latitudes of the North. Fridjtof Nansen (<a href="https://en.wikipedia.org/wiki/Fridtjof_Nansen" rel="nofollow">https://en.wikipedia.org/wiki/Fridtjof_Nansen</a>) led the expedition.</p>
]]></description><pubDate>Fri, 10 Jan 2025 13:27:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=42655411</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=42655411</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42655411</guid></item><item><title><![CDATA[New comment by 20wenty in "Warp terminal – no more login required"]]></title><description><![CDATA[
<p>I had more about a drawbridge but it was really too much :)</p>
]]></description><pubDate>Tue, 26 Nov 2024 18:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=42248532</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=42248532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42248532</guid></item><item><title><![CDATA[New comment by 20wenty in "Warp terminal – no more login required"]]></title><description><![CDATA[
<p>The damage is done. You can't overthrow the king (whether you pledge fealty to iTerm2, PowerShell/WSL, Putty, Hyper ... ) if you have to sign up to get past the castle gates. And in the two years it took to remove the signup, the townsfolk have realized their kings are good enough for what they want to do anyway.</p>
]]></description><pubDate>Tue, 26 Nov 2024 18:00:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=42248113</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=42248113</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42248113</guid></item><item><title><![CDATA[New comment by 20wenty in "Apple unveils 'Passwords' manager app at WWDC 2024"]]></title><description><![CDATA[
<p>Same opinion on 1Password's great service. I've found them to be responsive and accessible anytime I've needed them. I'm not seeing all the bugs and issues others are reporting, but I have noticed a couple of odd UI changes lately that feel a bit like a product manager is bored and looking for work to do.</p>
]]></description><pubDate>Tue, 11 Jun 2024 14:39:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=40646695</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=40646695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40646695</guid></item><item><title><![CDATA[New comment by 20wenty in "Fine tune a 70B language model at home"]]></title><description><![CDATA[
<p>For the most part this post was easy to read, and I could feel the collective excitement of the team. I came away feeling like I'd learned something and ready to try it myself. The only time the post gets a little fuzzy is "...store the quantized parameters in a selectable data type, where that storage data type is the same data type as the “computation type” of the mode". I assume "selectable datatype" is the float size of the quantization?</p>
]]></description><pubDate>Fri, 08 Mar 2024 14:02:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=39641123</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=39641123</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39641123</guid></item><item><title><![CDATA[New comment by 20wenty in "IBM Rebus"]]></title><description><![CDATA[
<p>This is like looking at a painting and thinking "what's the big deal, I could paint that." I'm guilty of the same, and yet, I've never painted.</p>
]]></description><pubDate>Tue, 07 Nov 2023 10:21:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=38175197</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=38175197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38175197</guid></item><item><title><![CDATA[New comment by 20wenty in "Every app that adds AI looks like this"]]></title><description><![CDATA[
<p>You're not necessarily wrong, but you may also be throwing stones from a glass (Substack) house. Barely made it past the fold before I was nagged with a Substack popup.</p>
]]></description><pubDate>Fri, 13 Oct 2023 17:17:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37873013</link><dc:creator>20wenty</dc:creator><comments>https://news.ycombinator.com/item?id=37873013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37873013</guid></item></channel></rss>