<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: deftio</title><link>https://news.ycombinator.com/user?id=deftio</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 22 Jun 2026 21:12:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=deftio" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by deftio in "Prompt Injection as Role Confusion"]]></title><description><![CDATA[
<p>In word.. the asks need to separated from execution.  Labeling or tagging the prompt itself is a dead end.</p>
]]></description><pubDate>Mon, 22 Jun 2026 17:58:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48633584</link><dc:creator>deftio</dc:creator><comments>https://news.ycombinator.com/item?id=48633584</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48633584</guid></item><item><title><![CDATA[New comment by deftio in "JSON-LD Explained for Personal Websites"]]></title><description><![CDATA[
<p>It seems useful but then we have to manage similar metadata in multiple places, so hygiene around consistency becomes important</p>
]]></description><pubDate>Sun, 21 Jun 2026 23:41:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48623771</link><dc:creator>deftio</dc:creator><comments>https://news.ycombinator.com/item?id=48623771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48623771</guid></item><item><title><![CDATA[New comment by deftio in "The Minimum Viable Unit of Saleable Software"]]></title><description><![CDATA[
<p>Truly agree with the framing of buy vs build.<p>Also, some software businesses use a ton of aggregated or hard to get data which needs to be synthesized and that doesn't go away even if the llm driven coding is cheap.</p>
]]></description><pubDate>Sun, 21 Jun 2026 18:13:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48621169</link><dc:creator>deftio</dc:creator><comments>https://news.ycombinator.com/item?id=48621169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48621169</guid></item><item><title><![CDATA[Show HN: Quikdown – 17 KB bidirectional Markdown parser and rich-fence editor]]></title><description><![CDATA[
<p>Hi HN-<p>This past year I've built and maintained Quikdown, a bidirectional markdown parser and companion editor in pure js, with batteries included fences for rendering rich content.<p>Try it live: <a href="https://deftio.github.io/quikdown/pages/edit/" rel="nofollow">https://deftio.github.io/quikdown/pages/edit/</a><p>The motivation was working with many different LLM frameworks and wanting to test tool calling and collaborative editing.  Often I just wanted a pretty final output with rich support for diagrams, math, or other rendered content but, keep it <i>editable</i>.  So a user (often me) could just work on the final (rendered) output while the LLM could see/seek/update/edit just using markdown under the covers.   Quikdown editor supports md/split/rendered output and can run headless so you can bring your own UI.  MCP support is included as well.<p>The Quikdown parser has zero dependencies and is based on regex and outputs HTML with built-in tags for triggering plugins for fences (like Mermaid, Vega-lite, code syntax, music and many more).   A separate set of attributes allow tracking of bidirectional content so a user can edit markdown tables, code rendered in highlightjs and many other types in the rendered view.  For complex rendered types (like Mermaid or STL) bidirectional support is not included but if you want to take that on there are hooks to support your own efforts.<p>While the parser has no dependencies , the editor lazy-loads appropriate libraries for rendering rich content.  
Supported fences include: Mermaid, MathJax, SVG, CSV/TSV/PSV tables, GeoJSON with live leaflet based pan-and-zoom, Sheet music (via ABC.js), Vega/Vegalite-charts, STL (via threejs), code highlighting (via highlightjs).<p>Also included is programmatic undo/redo - so if you are making a closed loop with another output service (LLM or some process) you can roll back content changes that were not desired.<p>All inline HTML is escaped by default - no eval() or other unsafe raw parsing of content is allowed and URL sanitization blocks script based urls.  However if you  are using the editor the plugins which render rich content are left to handle that content on their own and are hence "trusted".<p>Quikdown intentionally doesn't cover all of Commonmark compatibility - if you find some portion of the spec isn't covered that you need raise an issue or make a PR and I'll take a look.<p>A standalone "air-gapped" build is also provided so you can use quikdown locally with zero cloud support.  The standalone build is about 8MB so not recommended for use in online applications.<p>Longer write-up: <a href="https://deftio.github.io/quikdown/pages/blog/" rel="nofollow">https://deftio.github.io/quikdown/pages/blog/</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48616229">https://news.ycombinator.com/item?id=48616229</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 21 Jun 2026 06:34:59 +0000</pubDate><link>https://github.com/deftio/quikdown</link><dc:creator>deftio</dc:creator><comments>https://news.ycombinator.com/item?id=48616229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48616229</guid></item></channel></rss>