<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: kantord</title><link>https://news.ycombinator.com/user?id=kantord</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 29 Apr 2026 21:44:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kantord" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kantord in "TUI Studio – visual terminal UI design tool"]]></title><description><![CDATA[
<p>tip: your git repo's description (not readme, repo description) does not link the website. It should.</p>
]]></description><pubDate>Fri, 13 Mar 2026 12:06:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47363314</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47363314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47363314</guid></item><item><title><![CDATA[New comment by kantord in "TUI Studio – visual terminal UI design tool"]]></title><description><![CDATA[
<p>this looks insanely cool.<p>One of the most original ideas I have seen on HackerNews in the past few years.</p>
]]></description><pubDate>Fri, 13 Mar 2026 12:04:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47363303</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47363303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47363303</guid></item><item><title><![CDATA[New comment by kantord in "JSLinux Now Supports x86_64"]]></title><description><![CDATA[
<p>This is not the technical solution you want, but I think it provides the result that you want: <a href="https://github.com/devcontainers" rel="nofollow">https://github.com/devcontainers</a><p>tldr; devcontainers let you completely containerize your development environment. You can run them on Linux natively, or you can run them on rented computers (there are some providers, such as GitHub Codespaces) or you can also run them in a VM (which is what you will be stuck with on a Mac anyways - but reportedly performance is still great).<p>All CLI dev tools (including things like Neovim) work out of the box, but also many/most GUI IDEs support working with devcontainers (in this case, the GUI is usually not containerized, or at least does not live in the same container. Although on Linux you can do that also with Flatpak. And for instance GitHub Codespaces runs a VsCode fully in the browser for you which is another way to sandbox it on both ends).</p>
]]></description><pubDate>Mon, 09 Mar 2026 22:37:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47316688</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47316688</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47316688</guid></item><item><title><![CDATA[New comment by kantord in "CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git"]]></title><description><![CDATA[
<p>oh no! but that makes sense. I did post it on Lobste.rs myself</p>
]]></description><pubDate>Mon, 09 Mar 2026 12:06:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47307985</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47307985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47307985</guid></item><item><title><![CDATA[New comment by kantord in "AI doesn't replace white collar work"]]></title><description><![CDATA[
<p>interesting, this is basically what Venkatesh Rao pointed out back in 2013: <a href="https://www.ribbonfarm.com/2013/07/10/you-are-not-an-artisan/" rel="nofollow">https://www.ribbonfarm.com/2013/07/10/you-are-not-an-artisan...</a><p>Basically we do not rationally analyze what work can be automated and what work is forever safe. We just assume that "sexy work" is safe, and work backwards to figure out how to explain this belief to ourselves.</p>
]]></description><pubDate>Sun, 08 Mar 2026 19:58:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47300748</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47300748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47300748</guid></item><item><title><![CDATA[New comment by kantord in "CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git"]]></title><description><![CDATA[
<p>honestly, I interpreted your comment as "Taskwarrior is unusable shit" since it had a pretty negative tone and came from a user named throwaway27448.<p>Actual accessibility is a different topic. Honestly I don't know much about the a11y of CLI apps in general. Is there something that makes Taskwarrior bad in that regard? Is it about the way it forms things like list outputs or tables?</p>
]]></description><pubDate>Sun, 08 Mar 2026 16:29:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47298611</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47298611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298611</guid></item><item><title><![CDATA[New comment by kantord in "CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git"]]></title><description><![CDATA[
<p>nope! why?</p>
]]></description><pubDate>Sun, 08 Mar 2026 16:09:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47298434</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47298434</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298434</guid></item><item><title><![CDATA[New comment by kantord in "CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git"]]></title><description><![CDATA[
<p>there might be some gaps (let me know) but you can actually pipe the output to another program.<p>for instance here's how you'd download all the unread blog posts by combining blogtato and wget:<p>blog .unread read | wget \
  --recursive --level=1 \
  --page-requisites \
  --convert-links \
  --adjust-extension \
  --no-parent \
  --directory-prefix="$HOME/offline-posts" \
  --input-file=-</p>
]]></description><pubDate>Sun, 08 Mar 2026 16:06:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47298404</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47298404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298404</guid></item><item><title><![CDATA[New comment by kantord in "CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git"]]></title><description><![CDATA[
<p>I was considering adding a full offline mode but here is my thinking: that is actually a feature/concern that would be separately useful, so it should not be baked into blogtato. And there might be already some pretty good options out there.<p>For instance, `wget` is a pretty widely used HTTP client that is able to mirror links for offline access. Then you can use standard tools such as `grep` to search in all the offline content. And `blogtato` does already have an export feature, so it is almost trivial to write a script that saves all posts for online content.<p>So perhaps what should be done here is find a user friendly tool for offline access/search for web content and just add some convenience features to `blogtato` so that they integrate very easily.</p>
]]></description><pubDate>Sun, 08 Mar 2026 15:47:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47298275</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47298275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298275</guid></item><item><title><![CDATA[New comment by kantord in "CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git"]]></title><description><![CDATA[
<p>i do not find the interface of taskwarrior inaccessible at all, i actually really love using it and find it largely intuitive. Not necessarily for doing super complex stuff, but that is not something I ever wanted anyways</p>
]]></description><pubDate>Sun, 08 Mar 2026 15:43:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47298230</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47298230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298230</guid></item><item><title><![CDATA[New comment by kantord in "CLI RSS/Atom feed reader inspired by Taskwarrior, synced using Git"]]></title><description><![CDATA[
<p>Hi todsacerdoti thanks for posting my project! I am the author if blogtato. If you have any questions, I'm here to answer them</p>
]]></description><pubDate>Sun, 08 Mar 2026 15:36:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47298174</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47298174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47298174</guid></item><item><title><![CDATA[Ask HN: Apart from coding, what do you use AI for daily?]]></title><description><![CDATA[

<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47199791">https://news.ycombinator.com/item?id=47199791</a></p>
<p>Points: 1</p>
<p># Comments: 2</p>
]]></description><pubDate>Sat, 28 Feb 2026 20:20:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47199791</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47199791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47199791</guid></item><item><title><![CDATA[New comment by kantord in "Show HN: Droneski, an FPV drone ski camera simulator"]]></title><description><![CDATA[
<p>that was actually a lot of fun. I think it has the potential to grow into a bigger game.<p>Bug Tux Racer vibes btw! I think adding some music and perhaps snowfall could make it even more immersive<p>edit: and i think you could easily make it feel more detailed by adding a texture for the snow,and increasing the resolution of nearby terrain by modulating it with some precomputed fractalized perlin noise. So basically "free" detail that only exists in the rendering logic, does not influence the complexity of the heightmap. and perhaps you could replace the trees with sprites that are images of real trees (stylized to the visual style you're going for)</p>
]]></description><pubDate>Sun, 22 Feb 2026 16:58:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=47112592</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47112592</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47112592</guid></item><item><title><![CDATA[New comment by kantord in "Show HN: Generative Art Synthesizer"]]></title><description><![CDATA[
<p>it's cool, but why can't I combine different shapes? I mean why erase the canvas when switching shapes?</p>
]]></description><pubDate>Fri, 20 Feb 2026 16:22:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47090041</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47090041</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47090041</guid></item><item><title><![CDATA[New comment by kantord in "FreeCAD"]]></title><description><![CDATA[
<p>It's possible that the training data (and research data) is already out there, just not (yet) combined into a single open source CAD kernel.<p>Then again, the success of such a project might depend on other factors. Given the complexity of the task, I can imagine that just "lucking into" the right design decisions early on could have a major impact.</p>
]]></description><pubDate>Fri, 20 Feb 2026 16:12:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47089892</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47089892</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47089892</guid></item><item><title><![CDATA[New comment by kantord in "FreeCAD"]]></title><description><![CDATA[
<p>I only used it for some hobby modeling, but I have to say it's fantastic and very impressive.<p>It seems like it's fully community-maintained, there is no big company or foundation behind it. Honestly it's hard to believe!<p>There was just one major problem, the infamous "topological naming problem" which caused issues downstream is you edited a non-leaf node. That was pretty frustrating to deal with, but in later releases they fixed it I think. (Have not tried it since because I didn't have anything to model)</p>
]]></description><pubDate>Fri, 20 Feb 2026 06:58:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47084640</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47084640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47084640</guid></item><item><title><![CDATA[New comment by kantord in "Show HN:`npx continues` – resume same session Claude, Gemini, Codex when limited"]]></title><description><![CDATA[
<p>interesting idea. At first I just thought that it's sth like the "fg" command but for AI sessions. i.e. just resume the last AI session you "paused".<p>honestly, that in itself would be valuable, though simple.<p>This idea, i. e. actually "moving" context form one agent to another is even more interesting.</p>
]]></description><pubDate>Thu, 19 Feb 2026 15:55:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47075132</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47075132</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47075132</guid></item><item><title><![CDATA[Show HN: Unix-style pipeline composition for MCP tool calls]]></title><description><![CDATA[
<p>This is a little side-project I have been working on at my job.<p>Model Context Shell lets AI agents compose MCP tool calls using something similar to Unix shell scripting. Instead of the agent making each tool call individually (loading all intermediate data into context), it can express a workflow as a pipeline that executes server-side.<p>Since the orchestration is deterministic and reproducible, you can also use it with Skills.<p>Tool orchestration runs outside the agent and LLM context, so the agent can extract only the relevant parts of data and load those into context. This means you can save tokens, but also you can work with data that is too big to load into context, and your agent can trigger a very large number of tool calls if needed.<p>Also, this is not just a tool that runs bash - it has its own execution engine. So no need for full system access.<p>Example query: "List all Pokemon over 50 kg that have the chlorophyll ability"<p>Instead of 7+ separate tool calls loading all Pokemon data into context, the agent builds a single pipeline that:<p>1. Fetches the ability data
2. Extracts Pokemon URLs
3. Fetched each Pokemon's details (7 tool calls)
4. Filters by weight and formats the results<p>At least in it's current iteration, it's packaged as an MCP server itself. So you can use it with any agent. I made this, and some other design choices, so you can try it right away.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47073185">https://news.ycombinator.com/item?id=47073185</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 19 Feb 2026 12:46:54 +0000</pubDate><link>https://github.com/StacklokLabs/model-context-shell</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47073185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47073185</guid></item><item><title><![CDATA[New comment by kantord in "Show HN: Mini-Diarium - An encrypted, local, cross-platform journaling app"]]></title><description><![CDATA[
<p>I love the minimalism of the UI.<p>Here's a tip: GitHub now allows you to embed a proper video in your README. (<a href="https://stackoverflow.com/questions/4279611/how-to-embed-a-video-into-github-readme-md/78521560#78521560" rel="nofollow">https://stackoverflow.com/questions/4279611/how-to-embed-a-v...</a>). Quality would be much better, and people can navigate back-and-forth in the video.</p>
]]></description><pubDate>Thu, 19 Feb 2026 12:22:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47073030</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47073030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47073030</guid></item><item><title><![CDATA[New comment by kantord in "Show HN: Brr – beautiful terminal speed tests"]]></title><description><![CDATA[
<p>looks cool!</p>
]]></description><pubDate>Wed, 18 Feb 2026 13:26:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47060709</link><dc:creator>kantord</dc:creator><comments>https://news.ycombinator.com/item?id=47060709</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47060709</guid></item></channel></rss>