<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: memothon</title><link>https://news.ycombinator.com/user?id=memothon</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 25 Jun 2026 05:06:27 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=memothon" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by memothon in "Hetzner Price Adjustment"]]></title><description><![CDATA[
<p>Was this announced beforehand? How do you double prices for customers so abruptly with no transition period?</p>
]]></description><pubDate>Mon, 15 Jun 2026 14:05:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48541486</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=48541486</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48541486</guid></item><item><title><![CDATA[New comment by memothon in "$500 GPU outperforms Claude Sonnet on coding benchmarks"]]></title><description><![CDATA[
<p>I'm always skeptical because you can make it pass the benchmarks, then you use it and it is not practically useful unlike an extremely general model.<p>Cool work though, really excited for the potential of slimming down models.</p>
]]></description><pubDate>Thu, 26 Mar 2026 20:58:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47535640</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=47535640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47535640</guid></item><item><title><![CDATA[Show HN: Gcrunner – Run GitHub Actions on Google Cloud VMs]]></title><description><![CDATA[
<p>GitHub Actions is notoriously expensive, especially for larger runners.<p>This tool deploys into your Google Cloud instance and runs ephemeral VMs for GitHub Actions jobs. That way you can take advantage of much better pricing on Google Cloud (and use any credits you may have instead of paying GitHub out of pocket).<p>You control the infrastructure completely, you set up a GitHub App + deploy the terraform inside your Google Cloud instance!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47511455">https://news.ycombinator.com/item?id=47511455</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 25 Mar 2026 00:13:05 +0000</pubDate><link>https://github.com/camdenclark/gcrunner</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=47511455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47511455</guid></item><item><title><![CDATA[New comment by memothon in "If Dspy is so great, why isn't anyone using it?"]]></title><description><![CDATA[
<p>Yeah I agree with this. I will try to use it in earnest on my next project.<p>That metric is the key piece. I don't know the right way to build an automated metric for a lot of the systems I want to build that will stand the test of time.</p>
]]></description><pubDate>Mon, 23 Mar 2026 15:24:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47490808</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=47490808</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47490808</guid></item><item><title><![CDATA[New comment by memothon in "If DSPy is so great, why isn't anyone using it?"]]></title><description><![CDATA[
<p>I think the real problem with using DSPy is that many of the problems people are trying to solve with LLMs (agents, chat) don't have an obvious path to evaluate. You have to really think carefully on how to build up a training and evaluation dataset that you can throw to DSPy to get it to optimize.<p>This takes a ton of upfront work and careful thinking. As soon as you move the goalposts of what you're trying to achieve you also have to update the training and evaluation dataset to cover that new use case.<p>This can actually get in the way of moving fast. Often teams are not trying to optimize their prompts but even trying to figure out what the set of questions and right answers should be!</p>
]]></description><pubDate>Mon, 23 Mar 2026 15:19:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47490729</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=47490729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47490729</guid></item><item><title><![CDATA[New comment by memothon in "Cloudflare crawl endpoint"]]></title><description><![CDATA[
<p>I've used browser rendering at work and it's quite nice. Most solutions in the crawling space are kind of scummy and designed for side-stepping robots.txt and not being a good citizen. A crawl endpoint is a very necessary addition!</p>
]]></description><pubDate>Tue, 10 Mar 2026 23:18:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47330012</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=47330012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47330012</guid></item><item><title><![CDATA[New comment by memothon in "So you want to write an “app” (2025)"]]></title><description><![CDATA[
<p>This model is probably really strange to people who haven't spent a ton of time working in something like Clojure.</p>
]]></description><pubDate>Tue, 10 Mar 2026 03:09:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47318700</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=47318700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47318700</guid></item><item><title><![CDATA[New comment by memothon in "Turso is an in-process SQL database, compatible with SQLite"]]></title><description><![CDATA[
<p>Turso offers a cloud-hosted sqlite product. The idea is you can easily spin up per-tenant databases and have a "serverless" sqlite interface.<p>It feels like it has a lot of the same downsides of hosted databases so I'm not sure what the specific value is.<p>From their site they really emphasize local first syncing (so mobile apps and electron/tauri apps) and multi tenancy (hard database boundaries)</p>
]]></description><pubDate>Fri, 23 Jan 2026 04:33:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46728455</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=46728455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46728455</guid></item><item><title><![CDATA[New comment by memothon in "The great decoupling of labor and capital"]]></title><description><![CDATA[
<p>If you implement different local payment providers that you could see higher conversion rates.</p>
]]></description><pubDate>Mon, 03 Nov 2025 03:58:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45795727</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=45795727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45795727</guid></item><item><title><![CDATA[New comment by memothon in "Hidden risk in Notion 3.0 AI agents: Web search tool abuse for data exfiltration"]]></title><description><![CDATA[
<p>Lots of companies have automations with Zapier etc. to upload things like invoices or other documents directly to notion. Or someone gets emailed a document with an exploit and they upload it.</p>
]]></description><pubDate>Sat, 20 Sep 2025 00:27:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45308473</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=45308473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45308473</guid></item><item><title><![CDATA[New comment by memothon in "DeepSeek-v3.1"]]></title><description><![CDATA[
<p>Some people have startup credits</p>
]]></description><pubDate>Fri, 22 Aug 2025 04:18:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=44980960</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=44980960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44980960</guid></item><item><title><![CDATA[New comment by memothon in "Anthropic tightens usage limits for Claude Code without telling users"]]></title><description><![CDATA[
<p>I made a quick site so you can see what tools are using the most context and help control it, totally free and in your browser.<p><a href="https://claude-code-analysis.pages.dev/" rel="nofollow">https://claude-code-analysis.pages.dev/</a></p>
]]></description><pubDate>Fri, 18 Jul 2025 00:19:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=44599831</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=44599831</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44599831</guid></item><item><title><![CDATA[Show HN: Memothon – a custom GPT with spaced-repetion review]]></title><description><![CDATA[
<p>Article URL: <a href="https://memothon.com">https://memothon.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43180671">https://news.ycombinator.com/item?id=43180671</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Feb 2025 04:40:13 +0000</pubDate><link>https://memothon.com</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=43180671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43180671</guid></item><item><title><![CDATA[New comment by memothon in "Model Context Protocol"]]></title><description><![CDATA[
<p>Yeah this was a huge foot gun</p>
]]></description><pubDate>Tue, 26 Nov 2024 06:23:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=42243003</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=42243003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42243003</guid></item><item><title><![CDATA[New comment by memothon in "Zero-latency SQLite storage in every Durable Object"]]></title><description><![CDATA[
<p>Those WAL entries streamed to object storage I think are just for backups.<p>Each DO is globally unique (there's one DO with a given id running anywhere) and runs sqlite on its own local storage in that datacenter.</p>
]]></description><pubDate>Mon, 14 Oct 2024 06:38:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=41834832</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=41834832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41834832</guid></item><item><title><![CDATA[New comment by memothon in "They stole my voice with AI"]]></title><description><![CDATA[
<p>I'm imagining your poor 90 year old aunt playing this wild game of Simon says with you and having no idea what's going on.<p>Maybe just ask the cousin not to send any more money?</p>
]]></description><pubDate>Sun, 22 Sep 2024 16:46:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41618212</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=41618212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41618212</guid></item><item><title><![CDATA[New comment by memothon in "The Subprime AI Crisis"]]></title><description><![CDATA[
<p>Yeah I get what you're saying. totally agree.</p>
]]></description><pubDate>Mon, 16 Sep 2024 22:19:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=41561702</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=41561702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41561702</guid></item><item><title><![CDATA[New comment by memothon in "Amazon tells employees to return to office five days a week"]]></title><description><![CDATA[
<p>Replying to bookmark</p>
]]></description><pubDate>Mon, 16 Sep 2024 22:12:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=41561622</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=41561622</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41561622</guid></item><item><title><![CDATA[New comment by memothon in "The Subprime AI Crisis"]]></title><description><![CDATA[
<p>Good question, remains to be seen. Will need to see how it plays out!</p>
]]></description><pubDate>Mon, 16 Sep 2024 22:11:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41561601</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=41561601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41561601</guid></item><item><title><![CDATA[New comment by memothon in "The Subprime AI Crisis"]]></title><description><![CDATA[
<p>I don't disagree it is unsustainable, I'm really trying to be more precise about whether anyone is getting value out of the tools. I'm just really skeptical that nobody is getting value.</p>
]]></description><pubDate>Mon, 16 Sep 2024 21:58:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41561471</link><dc:creator>memothon</dc:creator><comments>https://news.ycombinator.com/item?id=41561471</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41561471</guid></item></channel></rss>