<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: neomantra</title><link>https://news.ycombinator.com/user?id=neomantra</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 02 Jun 2026 18:26:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=neomantra" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by neomantra in "Strace-ui, Bonsai_term, and the TUI renaissance"]]></title><description><![CDATA[
<p>I really enjoy using Golang to make TUIs and the Charm ecosystem.<p>> But I think we will swing back to using GUIs<p>I've been pushing on BubbleTea Kitty and Ghostty quite a bit to hybridize this.   The TUI / GUI distinction to me is about task centrism and delivery.   There's an appropriate surface and workflow for every task; beyond TUI/GUI sometime it needs to be a VR headset or an immersive room or a literal sandbox.<p>A demo of this is web-delivery of our BubbleTea TUI examples ('t' toggles between glyph/kitty):<p><a href="https://nimblemarkets.github.io/ntcharts/demos/heatpicture-perlin" rel="nofollow">https://nimblemarkets.github.io/ntcharts/demos/heatpicture-p...</a><p>The delivery uses our WIP Booba tool, which is Ghostty-based.  The CLI tool can be used to remote or embed any TTY program, but was generally built for BubbleTea.
<a href="https://github.com/NimbleMarkets/go-booba" rel="nofollow">https://github.com/NimbleMarkets/go-booba</a><p>I've recently made SVG, PDF, SVG, and OpenStreetMap widgets....
<a href="https://github.com/NimbleMarkets/ntcharts-svg" rel="nofollow">https://github.com/NimbleMarkets/ntcharts-svg</a>
<a href="https://github.com/NimbleMarkets/ntcharts-pdf" rel="nofollow">https://github.com/NimbleMarkets/ntcharts-pdf</a>
<a href="https://github.com/NimbleMarkets/ntcharts-osm" rel="nofollow">https://github.com/NimbleMarkets/ntcharts-osm</a><p>Right now I'm working on multiple ds4 TUIs using this stack, for example generating SVGs from a prompt and then rendering it in TUI.   Another generates CSG object graphs and renders/composites them in terminal.  Here's a gist with screenshots:<p><a href="https://gist.github.com/neomantra/ae47422c8daf7a458212c93992b3e078" rel="nofollow">https://gist.github.com/neomantra/ae47422c8daf7a458212c93992...</a><p>The upstream ds4 project is using C for their TUIs.  I have done TUIs in C and C++ (and many other languages) and will not go back to that.  Really fun engine though and a great place to stick a TUI.    I am a Camel furry (<a href="https://cameltopia.org" rel="nofollow">https://cameltopia.org</a>) but wouldn't use OCaml to make a TUI either (makes sense for Jane Street of course).</p>
]]></description><pubDate>Tue, 02 Jun 2026 14:00:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=48370370</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48370370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48370370</guid></item><item><title><![CDATA[New comment by neomantra in "A few words on DS4"]]></title><description><![CDATA[
<p>Literal #showerthought: "why don't you just make the same thing for ds4, it will be awesome"<p>Toweled off and got to work:<p><a href="https://github.com/NimbleMarkets/ds4-go" rel="nofollow">https://github.com/NimbleMarkets/ds4-go</a><p>The concept is marrying the flexibility of Golang with a specific local high-performance inferencing engine.  The clean C interface made it easy.   Initial release wraps the API using purego and requires pointing to a DS4 installation.<p>I'm now adding some pre-built installer ergonomics and directory opinions and demos.</p>
]]></description><pubDate>Sun, 17 May 2026 10:47:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48167738</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48167738</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48167738</guid></item><item><title><![CDATA[New comment by neomantra in "A few words on DS4"]]></title><description><![CDATA[
<p>For Golang, I highly recommend yzma to explore this surface.  I’ve used it for embedding and summarization (with small models) and just mucking around with integrated LLM BubbleTea TUI idea (with bigger models).<p><a href="https://github.com/hybridgroup/yzma" rel="nofollow">https://github.com/hybridgroup/yzma</a><p>And thank you antirez for using your rep and quality output to push this line of evangelism; it is even more important than the software itself.</p>
]]></description><pubDate>Fri, 15 May 2026 12:03:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48147555</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48147555</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48147555</guid></item><item><title><![CDATA[New comment by neomantra in "New Nginx Exploit"]]></title><description><![CDATA[
<p>The official F5 page is here:
<a href="https://my.f5.com/manage/s/article/K000161019" rel="nofollow">https://my.f5.com/manage/s/article/K000161019</a><p>As noted elsewhere, ASLR protects you.  While you are waiting for your affected platform to get the fix, they note the mitigation:<p>"use named captures instead of unnamed captures in rewrite definition"<p>"To mitigate this vulnerability for this example, replace $1 and $2 with the appropriate named captures, $user_id and $section"<p>F5 patched 1.31.0 and 1.30.1.<p>OpenResty has a patch for 1.27 and 1.29:
<a href="https://github.com/openresty/openresty/commit/ee60fb9cf645c9573b98e7ba52f0401a11a1e416" rel="nofollow">https://github.com/openresty/openresty/commit/ee60fb9cf645c9...</a><p>You can track OpenResty's (a Lua application server based on Nginx) progress here:
<a href="https://github.com/openresty/openresty/issues/1119" rel="nofollow">https://github.com/openresty/openresty/issues/1119</a></p>
]]></description><pubDate>Thu, 14 May 2026 17:56:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48138834</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48138834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48138834</guid></item><item><title><![CDATA[New comment by neomantra in "Quack: The DuckDB Client-Server Protocol"]]></title><description><![CDATA[
<p>Although a maintainer answered you, watch the video from the blog.  There's a WASM demo at the end, which is great.   It also has a good explainer for those confused about the HTTP decision.<p>And I appreciate that the Hannes still appreciates the magic of the WASM.   [And I keep hearing quark which makes me hungry for tangy creamy German yogurt]</p>
]]></description><pubDate>Wed, 13 May 2026 13:04:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48121379</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48121379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48121379</guid></item><item><title><![CDATA[New comment by neomantra in "Ratty – A terminal emulator with inline 3D graphics"]]></title><description><![CDATA[
<p>That's pretty handy, thanks for the links.  IDE is slick!
Given the structure, I think one could make a threejs backend on for ghostty-web.  Makes sense if one will pull in more of three.js anyway.   I'm adding it to my backlog to explore.</p>
]]></description><pubDate>Tue, 12 May 2026 14:21:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48108725</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48108725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48108725</guid></item><item><title><![CDATA[New comment by neomantra in "Docker images are MB; a full game engine compiles to 35MB WASM"]]></title><description><![CDATA[
<p>I've been playing with Golang and WASM lately; hands-on WASM was new to me.<p>I found that many dependencies in the ecosystem (especially older ones) do not support GOARCH=wasm nor GOOS=js / GOOS=wasip1.   I've had to fork and add support and then do go.mod replace directives.  It can get messy.<p>Golang build tags make it awesome to have different implementations for different systems.<p>In the browser, it's all single threaded, so goroutines starve each other.  I had to put in "breaths" for interactivity.<p>There's no local filesystem, so you have to figure out other solutions.  Some dependencies use the filesystem as an implementation detail or try to shell out.   The program will build, but will error at runtime.<p>That said, it is pretty sweet when it works.  You can make WASM games with ebitengine [1] and it emits instructions for a WebGPU renderer; very efficient and many interactivity concerns are handled for you.   The NTCharts demo page [2] combines Zig (Ghostty), WASM+Typescript+GLSL (Ghostty Web), and Golang (booba/ntcharts).  The WASM size for the demos there is ~5MB each.<p>My goal is to make tools for terminal remoting and simplify bringing TUIs to the browser.
[1] <a href="https://ebitengine.org" rel="nofollow">https://ebitengine.org</a><p>[2] <a href="https://nimblemarkets.github.io/ntcharts/demos/heatpicture-perlin/" rel="nofollow">https://nimblemarkets.github.io/ntcharts/demos/heatpicture-p...</a>
press 't' for kitty graphics</p>
]]></description><pubDate>Tue, 12 May 2026 12:42:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48107442</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48107442</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48107442</guid></item><item><title><![CDATA[New comment by neomantra in "Ratty – A terminal emulator with inline 3D graphics"]]></title><description><![CDATA[
<p>Really fun project! Dude, I spent the last week implementing Kitty Graphics and Clipboard protocols in ghostty-web in the Canvas render.<p>Then I added WebGL and WebGPU renderers [1], including support for Kitty.<p>Then I see this this project on a Monday morning... so now I have to implement Ratty Graphics Protocol?!?!  [2].<p>ETA: I looked into this; Ghostty would need patched to support Ratty since Ghostty-Web now defers APC handling there.  It would also require pulling in a 3D engine like three.js or otherwise implementing file parsing, lighting, etc.   Finally, since local filenames are part of the protocol, a browser would need some file resolver helper, either to get the data over the APC channel or via a URL.<p>[1] <a href="https://github.com/NimbleMarkets/ghostty-web/tree/nm-webgpu" rel="nofollow">https://github.com/NimbleMarkets/ghostty-web/tree/nm-webgpu</a><p>[2] <a href="https://github.com/orhun/ratty/blob/main/protocols/graphics.md" rel="nofollow">https://github.com/orhun/ratty/blob/main/protocols/graphics....</a></p>
]]></description><pubDate>Mon, 11 May 2026 11:26:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48093620</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48093620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48093620</guid></item><item><title><![CDATA[New comment by neomantra in "I'm going back to writing code by hand"]]></title><description><![CDATA[
<p>While I felt this in 2025, I do not feel this in 2026.   I use Claude and the rest with BubbleTea all the time.<p>But I will say... you have to know Golang.  You have to have at least tried to make a BubbleTea app yourself and try to understand ELM architecture.  You have to look at the code and increment with it.<p>It makes total sense for OP to switch to Rust and Ratatui if they don't know Golang well.  But I don't think it's a better language for it.  [Ratatui has brought me great inspiration though!]<p>Independent of framework, the LLMs get the spacial relationships.  I say things like "the upper right panel's content is not wrapping inside and the panel's right edge should extend to the terminal edge" and the LLM will fix it.  They can see the resultant text, I'm copy-pasting all the time.<p>TUI code is finicky; one mis-rendered component mucks everything up.   The LLMs will decide themselves make little, temporary BubbleTea fixtures to help understand for itself when things aren't right.<p>The only <i>real</i> problem with LLMs and BubbleTea is that upon first prompt, they insist on using BubbleaTea v1 versus BubbleTea v2, released in December 2025.   But then you just point it to the V2_UPGRADE.md and it gets back on track.  That will improve as training cutoffs expand.<p>I vibe-coded this TUI for Mom's last night.  I actually started with Grok (who started with v1) and then moved into Claude Code after some iteration:<p><a href="https://gist.github.com/neomantra/1008e7f2ad5119d3dd5716d52ec96e83" rel="nofollow">https://gist.github.com/neomantra/1008e7f2ad5119d3dd5716d52e...</a></p>
]]></description><pubDate>Mon, 11 May 2026 08:33:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48092478</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48092478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48092478</guid></item><item><title><![CDATA[New comment by neomantra in "Cooking the Hashish Cookbook"]]></title><description><![CDATA[
<p>I liked the author's blog's tagline and might use it in reference to OSS dev:<p>* “Not building a wall but making a brick”</p>
]]></description><pubDate>Sun, 10 May 2026 10:17:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48082602</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48082602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48082602</guid></item><item><title><![CDATA[New comment by neomantra in "Using Claude Code: The unreasonable effectiveness of HTML"]]></title><description><![CDATA[
<p>I've been advocating heavily this approach since January for non-coding use.   The important property is an editable, understandable (by LLMs and humans), and renderable source-of-truth that can be incrementally modified.<p>I talk to laypeople about their AI work -- I am constantly doing this, inserting myself into AI conversations on the street like an anthropologist when I encounter them...<p>HTML artifacts are the new browser URL bar, wherein some users have a mental model that that bar is actually Google.<p>Many people now talk about their "spreadsheet" or their "presentation" or "marketing tear sheet", or "slide show", "competitive analysis", "hvac system diagram" or whatever the thing they were working on and how lame it was working with ChatGPT or Claude Web....  and how miraculous Claude Code or OpenClaw is with creating these new documents...<p>I will ask them what the documents actually are and what the difference in experience was.  It takes a lot of teasing (because they don't have the computing vocabulary yet) or having them show me, and it will always come down to that the artifact is HTML.<p>Their pleasant experience is that it is iterating on an HTML file (+CSS +images) living on a filesystem with high quality instant rendering; plus it can sprinkle JavaScript when it needs to.  It might even revision control it without them knowing if there's a git system.  [I suggest they checkpoint their work if they don't; revision control is the next stage of learning for the laypeople?]<p>Whereas the Web-embedded experiences are stabbing multiple times on a DOCX/PPTX/XLSX lingering in a context window and a vague notion of local storage (rendered as HTML anyway in a sidebar), etc.  The HTML workflow also allows other media to be integrated much more easily.<p>So really all this presentation work is Vibe-Coding by the masses; they don't need to know about all the turtles underneath them.  But if they are willing, they could crack it open and see and edit it; or easily hand it off to another agent.<p>Go figure that the system created for collaborative multimedia communication ends up being useful for the machine intelligence to help us communicate.</p>
]]></description><pubDate>Sat, 09 May 2026 13:45:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48074926</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48074926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48074926</guid></item><item><title><![CDATA[New comment by neomantra in "Zig → Rust porting guide"]]></title><description><![CDATA[
<p>One non-obvious reason is that an important aspect of their community is to shepherd new contributors [1]. LLMs crushing everything would reduce that.   More obvious is all the toil for maintainers dealing with LLM PRs (broadly it’s an issue). The Zig maintainers prefer to put their energy into improving people and fostering those relationship.<p>[1] <a href="https://kristoff.it/blog/contributor-poker-and-ai/" rel="nofollow">https://kristoff.it/blog/contributor-poker-and-ai/</a></p>
]]></description><pubDate>Tue, 05 May 2026 03:31:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48017761</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48017761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48017761</guid></item><item><title><![CDATA[New comment by neomantra in "Why TUIs are back"]]></title><description><![CDATA[
<p>They've been back and we're all taking them further than ever before!<p>For the past few weeks I've been wrapping up Booba [1], which is developer tooling to combine BubbleTea and Ghostty in WASM deployments (using ghostty-web).<p>It provides for some interesting deployment patterns both locally, over network, and embedded in a web page.  It's intended to be very easy to adopt; at the simplest, one just changes `tea.NewProgram` to `booba.NewProgram`.<p>I used Booba to make a demo page [2] for our NTCharts TUI library published to GitHub Pages.  The repo READMEs have GIFs... this page is all embedded WASM.<p>There's also new Kitty-Graphics-supported widgets in there (picture, chartpicture); I updated Booba and Ghostty-Web to support it.  Still getting the kinks out.<p>[1] <a href="https://github.com/NimbleMarkets/go-booba" rel="nofollow">https://github.com/NimbleMarkets/go-booba</a><p>[2] <a href="https://nimblemarkets.github.io/ntcharts/demos/heatpicture-perlin" rel="nofollow">https://nimblemarkets.github.io/ntcharts/demos/heatpicture-p...</a></p>
]]></description><pubDate>Sun, 03 May 2026 23:10:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48002591</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=48002591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48002591</guid></item><item><title><![CDATA[New comment by neomantra in "Talkie: a 13B vintage language model from 1930"]]></title><description><![CDATA[
<p>Mixing metaphors, there is signal and noise.  You can keep asking for noise, but the suggestion is to not train your neural networks with it as it will impair your inferencing.   That said, we all have our own cost and reward functions...</p>
]]></description><pubDate>Tue, 28 Apr 2026 10:31:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47932580</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=47932580</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47932580</guid></item><item><title><![CDATA[New comment by neomantra in "1-Bit Hokusai's "The Great Wave" (2023)"]]></title><description><![CDATA[
<p>Just yesterday I was looking for a free-as-in-freedom image to embed in my repo, and this gem popped up again!<p>I'm adding a BubbleTea Picture widget to ntcharts.   So the example is a  (retro art of (retro art redone on retro tech)) done on (a redo of retro tech) ...<p>I've added it, but it's still on a feature branch :<p><a href="https://github.com/NimbleMarkets/ntcharts/tree/picture/examples#picture" rel="nofollow">https://github.com/NimbleMarkets/ntcharts/tree/picture/examp...</a></p>
]]></description><pubDate>Sat, 25 Apr 2026 23:05:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47905482</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=47905482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47905482</guid></item><item><title><![CDATA[New comment by neomantra in "Show HN: Gova – The declarative GUI framework for Go"]]></title><description><![CDATA[
<p>The repo doesn't say it, but the Author noted on the Gophers Slack #showandtell that the style was inspired by SwiftUI. That VStack example shows it quite well.</p>
]]></description><pubDate>Fri, 24 Apr 2026 11:51:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47888946</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=47888946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47888946</guid></item><item><title><![CDATA[New comment by neomantra in "Show HN: LangAlpha – what if Claude Code was built for Wall Street?"]]></title><description><![CDATA[
<p>I used the word firehose, which is typically reserved for streaming data and is a whole other very interesting problem space!  Big Data vs Fast Data.<p>I’m just noting for interest that firms are applying transformers and other networks at this streaming microstructure level, but specially trained for feature extraction. HRT + Nvidia have some nice videos about it<p>I will also note that it is insane how much better all the LLMs are at calling MCP tools after just a year, especially the local ones.<p>One of the reasons I like DuckDB is the scale flexibility. I started with grabbing data and playing on my laptop, then I jumped to a server with high cores and a NAS.</p>
]]></description><pubDate>Wed, 15 Apr 2026 11:23:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47777597</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=47777597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47777597</guid></item><item><title><![CDATA[New comment by neomantra in "Show HN: LangAlpha – what if Claude Code was built for Wall Street?"]]></title><description><![CDATA[
<p>> MCP tools don't really work for financial data at scale. One tool call for five years of daily prices dumps tens of thousands of tokens into the context window.<p>I maintain an OSS SDK for Databento market data.  A year ago, I naively wrapped the API and certainly felt this pain.  Having an API call drop a firehose of structured data into the context window was not very helpful.  The tool there was <i>get_range</i> and the data was lost to the context.<p>Recently I updated the MCP server [1] to download the Databento market data into Parquet files onto the local filesystem and track those with DuckDB.  So the MCP tool calls are <i>fetch_range</i> to fill the cache along with <i>list_cache</i> and <i>query_cache</i> to run SQL queries on it.<p>I haven't promoted it at all, but it would probably pair well with a platform like this.  I'd be interested in how people might use this and I'm trying to understand how this approach might generally work with LLMs and DuckLake.<p>[1] <a href="https://github.com/NimbleMarkets/dbn-go/blob/main/cmd/dbn-go-mcp-data/README.md" rel="nofollow">https://github.com/NimbleMarkets/dbn-go/blob/main/cmd/dbn-go...</a></p>
]]></description><pubDate>Tue, 14 Apr 2026 17:59:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47768969</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=47768969</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47768969</guid></item><item><title><![CDATA[New comment by neomantra in "Anthropic downgraded cache TTL on March 6th"]]></title><description><![CDATA[
<p>While I’ve had tremendous success with Golang projects and Typescript Web Apps, when I tried to use Metal Mesh Shaders in January, both Codex and Claude both had issues getting it right.<p>That sort of GPU code has a lot of concepts and machinery, it’s not just a syntax to express, and everything has to be just right or you will get a blank screen. I also use them differently than most examples; I use it for data viz (turning data into meshes) and most samples are about level of detail.  So a double whammy.<p>But once I pointed either LLM at my own previous work — the code from months of my prior personal exploration and battles for understanding, then they both worked much better.   Not great, but we could make progress.<p>I also needed to make more mini-harnesses / scaffolds for it to work through; in other words isolating its focus, kind of like test-driven development.</p>
]]></description><pubDate>Sun, 12 Apr 2026 14:10:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47739874</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=47739874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47739874</guid></item><item><title><![CDATA[New comment by neomantra in "Iran threatens 'complete and utter annihilation' of OpenAI's $30B Stargate"]]></title><description><![CDATA[
<p>Huh??  You are replying to a comment about a Free Speaker who was murdered point blank on a US street for protecting another Free Speaker who was being pepper sprayed for exercising their Free Speech!</p>
]]></description><pubDate>Mon, 06 Apr 2026 13:22:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47660583</link><dc:creator>neomantra</dc:creator><comments>https://news.ycombinator.com/item?id=47660583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47660583</guid></item></channel></rss>