<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: bachback</title><link>https://news.ycombinator.com/user?id=bachback</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 00:35:05 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=bachback" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by bachback in "I still prefer MCP over skills"]]></title><description><![CDATA[
<p>the best agent framework in my opinion is Pi. Pi avoids MCP thats a good thing. why assume that the planet will migrate from HTTP to MCP? no, instead lets assume we have client code we can call. we already have a rich ecosystem of HTTP services and packages. and if we assume a rewrite for agents we probably wouldn't come up with MCP but something more powerful.</p>
]]></description><pubDate>Fri, 10 Apr 2026 08:45:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47715292</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=47715292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47715292</guid></item><item><title><![CDATA[New comment by bachback in "Open Social"]]></title><description><![CDATA[
<p>DNS is much more foundational and overlooked here. how does the world agree that "x.com" resolves the way it does?</p>
]]></description><pubDate>Sat, 27 Sep 2025 05:20:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45393338</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=45393338</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45393338</guid></item><item><title><![CDATA[New comment by bachback in "How AlphaChip transformed computer chip design"]]></title><description><![CDATA[
<p>Deepmind is producing science vapourware while OpenAI is changing the world</p>
]]></description><pubDate>Sat, 28 Sep 2024 04:37:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=41677914</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=41677914</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41677914</guid></item><item><title><![CDATA[New comment by bachback in "Show HN: Velvet – Store OpenAI requests in your own DB"]]></title><description><![CDATA[
<p>interesting, seems more of an enterprise offering. its OpenAI only for and you plan to expand to other vendors? anything opensource?</p>
]]></description><pubDate>Wed, 25 Sep 2024 06:29:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=41644289</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=41644289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41644289</guid></item><item><title><![CDATA[New comment by bachback in "Hy 1.0 – Lisp dialect for Python"]]></title><description><![CDATA[
<p>yes, you can think of Lisp almost as an intermediate language. Lisp probably lends itself well to machine code generation but I haven't done enough assembly to really know that. its not designed for that, its just a side effect of the language primitives being very very short. you can write a basic Lisp interpreter  in a few hours yourself <a href="https://norvig.com/lispy.html" rel="nofollow">https://norvig.com/lispy.html</a>. Creating a decent compiled language takes a lot longer than that. Lisp only requires 5 or so primitives and it doesn't have a grammar.<p>it is a bit ackward for humans but machines can process it better because it has less structure. for example what I thought is that Lisp could potentially be a great choice to interop with Large Language Models with, because its potentially shorter code. Good clojure code can be 5-10x shorter than python code. With LLMs size of code matters a lot.</p>
]]></description><pubDate>Mon, 23 Sep 2024 07:05:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41623156</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=41623156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41623156</guid></item><item><title><![CDATA[New comment by bachback in "Hy 1.0 – Lisp dialect for Python"]]></title><description><![CDATA[
<p>Code thats written in Lisp is using AST differently. It makes the process of generating machine code much easier. This in turn enables macros which is meta programming not available in non Lisp languages. However on the other hand I tried this avenue and since most modern computing is not Lisp based it severely limits its potential. I'm hoping for a Rust based Clojure or variant. Clojure has the problem its based on the java ecosystem which has severe downsides. A lisp thats based on python doesnt make much sense to me personally python isnt a good language to write other languages in. I think Zig and Rust would be the interesting choices. One attempt: <a href="https://github.com/clojure-rs/ClojureRS">https://github.com/clojure-rs/ClojureRS</a><p>See also:
<a href="https://paulgraham.com/avg.html" rel="nofollow">https://paulgraham.com/avg.html</a></p>
]]></description><pubDate>Mon, 23 Sep 2024 05:08:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=41622545</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=41622545</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41622545</guid></item><item><title><![CDATA[New comment by bachback in "Chain of Thought empowers transformers to solve inherently serial problems"]]></title><description><![CDATA[
<p>for coding tasks see<p><a href="https://aider.chat/docs/leaderboards/" rel="nofollow">https://aider.chat/docs/leaderboards/</a><p>the question is how would you define "improve" and "solve". RLHF in a way delegates this to humans.</p>
]]></description><pubDate>Tue, 17 Sep 2024 09:10:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=41565853</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=41565853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41565853</guid></item><item><title><![CDATA[New comment by bachback in "Notes on OpenAI's new o1 chain-of-thought models"]]></title><description><![CDATA[
<p>what does divided together mean? maybe your question doesn't have a good answer, because the question is not formulated well enough.</p>
]]></description><pubDate>Fri, 13 Sep 2024 06:52:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=41528666</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=41528666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41528666</guid></item><item><title><![CDATA[New comment by bachback in "Fine-tuning now available for GPT-4o"]]></title><description><![CDATA[
<p>how you find it better? haven't seen the benefits</p>
]]></description><pubDate>Tue, 20 Aug 2024 18:33:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=41302654</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=41302654</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41302654</guid></item><item><title><![CDATA[New comment by bachback in "ChatGPT Is Down"]]></title><description><![CDATA[
<p>API not down. instead of waiting, started simple python code to interact with chatgpt. didn't see another repo for it so far, maybe someone else knows a good one<p><a href="https://github.com/benjiqq/chatai">https://github.com/benjiqq/chatai</a></p>
]]></description><pubDate>Tue, 04 Jun 2024 09:35:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=40572450</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=40572450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40572450</guid></item><item><title><![CDATA[New comment by bachback in "Zig 0.11"]]></title><description><![CDATA[
<p>seriously?<p>"The National Security Agency (NSA) has recommended only using 'memory safe' languages, like C#, Go, Java, Ruby, Rust, and Swift, in order to avoid exploitable memory-based vulnerabilities."</p>
]]></description><pubDate>Fri, 04 Aug 2023 07:26:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=36996601</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=36996601</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36996601</guid></item><item><title><![CDATA[New comment by bachback in "Red Programming Language"]]></title><description><![CDATA[
<p>thanks for this, is there a way to get a good overview over more exotic languages?</p>
]]></description><pubDate>Mon, 17 Jul 2023 07:10:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=36755039</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=36755039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36755039</guid></item><item><title><![CDATA[LLRL – Lisp in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/yubrot/llrl">https://github.com/yubrot/llrl</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36466449">https://news.ycombinator.com/item?id=36466449</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 25 Jun 2023 09:44:19 +0000</pubDate><link>https://github.com/yubrot/llrl</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=36466449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36466449</guid></item><item><title><![CDATA[New comment by bachback in "ChatGPT conversations can be shared publicly"]]></title><description><![CDATA[
<p>thats mostly copy & paste. what if OpenAI chat would be more like google docs from the start?</p>
]]></description><pubDate>Sat, 27 May 2023 05:01:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=36092202</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=36092202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36092202</guid></item><item><title><![CDATA[New comment by bachback in "ChatGPT conversations can be shared publicly"]]></title><description><![CDATA[
<p>cool, have you looked at AutoGPT in detail with its memory system?</p>
]]></description><pubDate>Sat, 27 May 2023 05:00:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=36092195</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=36092195</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36092195</guid></item><item><title><![CDATA[New comment by bachback in "ChatGPT conversations can be shared publicly"]]></title><description><![CDATA[
<p>how could you jointly edit a dialogue/file?</p>
]]></description><pubDate>Sat, 27 May 2023 04:23:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=36092054</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=36092054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36092054</guid></item><item><title><![CDATA[New comment by bachback in "916 Days of Emacs"]]></title><description><![CDATA[
<p>very cool can you share more?</p>
]]></description><pubDate>Thu, 13 Apr 2023 16:00:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=35557497</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=35557497</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35557497</guid></item><item><title><![CDATA[New comment by bachback in "Ask HN: Has anyone here turned around their life in their 40s?"]]></title><description><![CDATA[
<p>Things that helped me:<p>1) go travel to cheaper countries
2) lift weights
3) do a blood test and learn about hormones
4) go to the sauna
5) meditation<p>finance and business success is 2nd order to general improvement.</p>
]]></description><pubDate>Tue, 20 Dec 2022 09:32:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=34063636</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=34063636</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34063636</guid></item><item><title><![CDATA[New comment by bachback in "Ask HN: How do I practically create wealth?"]]></title><description><![CDATA[
<p>1) learn how to live of 500$/month globally and calculate your time to live as cash in bank/500. nomadlist.com.<p>2) get into crypto (building projects not speculation)</p>
]]></description><pubDate>Thu, 07 Apr 2022 04:56:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=30940751</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=30940751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30940751</guid></item><item><title><![CDATA[New comment by bachback in "Ask HN: Guide of the Current Crypto Developments"]]></title><description><![CDATA[
<p>great idea, this doesn't exit, the closest is probably <a href="https://www.gelato.network" rel="nofollow">https://www.gelato.network</a></p>
]]></description><pubDate>Mon, 04 Apr 2022 14:54:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=30907353</link><dc:creator>bachback</dc:creator><comments>https://news.ycombinator.com/item?id=30907353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30907353</guid></item></channel></rss>