<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: mrdonbrown</title><link>https://news.ycombinator.com/user?id=mrdonbrown</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 18 May 2026 10:23:03 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mrdonbrown" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mrdonbrown in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>Gotcha. What would the ideal look like? Someone could create a financial doc they want to share then tell their agent to "Share foo.md with my team", and it would via mcp? On the backend, that mcp server takes the file and packages it into the plugin, which hopefully auto-updates?</p>
]]></description><pubDate>Fri, 15 May 2026 23:26:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48155247</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=48155247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48155247</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands"]]></title><description><![CDATA[
<p>Makes sense. Would a tool that let non-tech people easily share and distribute skills without needing git be worth adoption? Would the info being shared just be skills or something else?</p>
]]></description><pubDate>Fri, 15 May 2026 22:08:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48154567</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=48154567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48154567</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Taste in the age of AI and LLMs"]]></title><description><![CDATA[
<p>This is an underrated comment. You could have the best product out there, but AI has not only lowered the effort for competitors but has flooded traditional ways to get your product known, from outbound sales to content marketing. Sometimes make you question whether there are customers anymore.</p>
]]></description><pubDate>Tue, 07 Apr 2026 22:56:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47682405</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=47682405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47682405</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Show HN: Agent Skill Harbor – a GitHub-native skill platform for teams"]]></title><description><![CDATA[
<p>Why stop at skills though? If you are trying to solve the provisioning problem for agent tools, shouldn't that also include MCP, commands, hooks, rules, etc in addition to skills?</p>
]]></description><pubDate>Thu, 26 Mar 2026 15:55:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47532073</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=47532073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47532073</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Show HN: Agent Skill Harbor – a GitHub-native skill platform for teams"]]></title><description><![CDATA[
<p>I could be wrong, but I don't think there is anything in the skills spec that prohibits a skill from having binaries? A skill may even choose to embed them to be able to run in sandboxed environments.<p>Agreed on skills not being static. Of course, with the way the internet works, I don't want them to be too dynamic either :)</p>
]]></description><pubDate>Thu, 26 Mar 2026 15:54:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47532059</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=47532059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47532059</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Dockerhub for Skill.md"]]></title><description><![CDATA[
<p>If you want to share skills using something that has versioning, automatic updates, and focused on teams vs the internet at large, consider sx - <a href="https://github.com/sleuth-io/sx" rel="nofollow">https://github.com/sleuth-io/sx</a></p>
]]></description><pubDate>Tue, 27 Jan 2026 14:59:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46780849</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=46780849</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46780849</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Show HN: Agent Skills Leaderboard"]]></title><description><![CDATA[
<p>If you want to share skills (and other tools) with teams at scale, consider sx - <a href="https://github.com/sleuth-io/sx" rel="nofollow">https://github.com/sleuth-io/sx</a><p>[yup, my project :)]</p>
]]></description><pubDate>Wed, 21 Jan 2026 07:02:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46702055</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=46702055</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46702055</guid></item><item><title><![CDATA[Show HN: Sx – I fixed Claude Code for teams]]></title><description><![CDATA[
<p>Claude Code is amazing for individuals but terrible for teams.<p>I spent the last six months building my perfect mix of MCP servers, subagents, commands 
and skills. Claude Code writes 100% of the code now, but sharing this with my team? Painful.<p>1. Blog posts and workshops don't work (and don't scale)<p>2. Committing tools to N repos means N PRs. A tool changes? N more PRs.<p>3. Same tools, different files or folders for each AI assistant; not everyone uses Claude Code<p>It is like 1999 all over again; FTPing files up to prod and versioning with ".bak" suffixes.<p>So I built sx. It is your team's private NPM for Claude Code (and others).<p>How it works:<p><pre><code>  # Set a git repo as your vault
  sx init --type git git@github.com:my-org/sx-vault.git

  # Add a local skill, command, mcp, etc
  sx add my-skill
</code></pre>
When your team installs sx, they automatically get the right versioned tools for the right 
projects (mono-repos too!).  No more PRs, no more stale docs, no more tedious brownbags. 
Supports Claude Code and Cursor today. Others soon.<p>Claude Code wrote every line of sx. How'd it do? :)<p>GitHub: <a href="https://github.com/sleuth-io/sx" rel="nofollow">https://github.com/sleuth-io/sx</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46593419">https://news.ycombinator.com/item?id=46593419</a></p>
<p>Points: 5</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 12 Jan 2026 19:59:36 +0000</pubDate><link>https://github.com/sleuth-io/sx</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=46593419</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46593419</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Tuxracer.js play Tux Racer in the browser"]]></title><description><![CDATA[
<p>I have a CD copy of the game, and many fond memories playing it with the wife in the early 2000's...</p>
]]></description><pubDate>Fri, 20 Jun 2025 22:06:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=44332556</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=44332556</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44332556</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Show HN: Automate best practices across your toolchain – Sleuth Automations"]]></title><description><![CDATA[
<p>Right, Jira is great at planning, but requires a lot of gardening to keep it up to date with actuals like when things ship and where. Glue automations like this can be really helpful.</p>
]]></description><pubDate>Thu, 14 Sep 2023 17:18:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=37511847</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=37511847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37511847</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Remembering Bob Lee"]]></title><description><![CDATA[
<p>I met and worked with Bob in open source work in the mid 2000's, mostly with what would become Guice. He wrote this framework, again, thanks to his distaste of Spring and we put an early version of it what would become Apache Struts 2. Man, if I ever got cocky in my programming skills, I just needed to read that Guice prototype code and I was quickly humbled. The best part is he was just an awesome guy to be around. Very friendly, accepting, humble, and a ton of fun. I still talk about this guy I know who was married on the bridge of the Star Trek Enterprise 1701 D (at the MGM before it was torn down)...</p>
]]></description><pubDate>Wed, 05 Apr 2023 18:36:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=35458595</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=35458595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35458595</guid></item><item><title><![CDATA[New comment by mrdonbrown in "T-Mobile will start charging a $35 fee on all new activations and upgrades"]]></title><description><![CDATA[
<p>I tried and liked Mint, but ended up with Red Pocket (MVNO that does Verizon, T-Mobile, and AT&T) when I moved somewhere that needed AT&T. It is pretty handy having one provider but having a choice of network. It also helps they have plans as low as $5/month, which is great for kids and infrequent users.</p>
]]></description><pubDate>Wed, 02 Nov 2022 16:45:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=33438796</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=33438796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33438796</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Shotcut is a free, open-source, cross-platform video editor"]]></title><description><![CDATA[
<p>Where I found that fell down was wanting to do things like slow zooms and interesting transitions. I'd love something like a Python or bash script to tweak that addressed those.</p>
]]></description><pubDate>Thu, 09 Jun 2022 18:32:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=31685037</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=31685037</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31685037</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Shotcut is a free, open-source, cross-platform video editor"]]></title><description><![CDATA[
<p>Shotcut has this one cool feature [1] - drop a bunch of pictures into it and it'll create an animated slide show automatically. I've looked for ways to automate that via something like ffmpeg, but haven't found any better options.<p>[1] <a href="https://forum.shotcut.org/t/slideshow-generator/19162" rel="nofollow">https://forum.shotcut.org/t/slideshow-generator/19162</a></p>
]]></description><pubDate>Thu, 09 Jun 2022 17:46:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=31684405</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=31684405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31684405</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Using a "proper" camera as a webcam"]]></title><description><![CDATA[
<p>I haven't tried using the teleprompter with a webcam, but I don't see why it wouldn't work. I use a Sony a6600 myself, with a Sigma 16mm/f1.4 prime lense.<p>Regardless, I recommend capturing in 4k, and running that through OBS so you can zoom/crop the image for ideal framing, optional of course.</p>
]]></description><pubDate>Wed, 18 May 2022 06:26:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=31419806</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=31419806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31419806</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Using a "proper" camera as a webcam"]]></title><description><![CDATA[
<p>Sure, this is what I see [1] and you can see how it looks on the other side from my Twitch streams [2]<p>[1] <a href="https://i.imgur.com/4JPIHx1.jpg" rel="nofollow">https://i.imgur.com/4JPIHx1.jpg</a>
[2] <a href="https://www.twitch.tv/mrdonbrown" rel="nofollow">https://www.twitch.tv/mrdonbrown</a></p>
]]></description><pubDate>Tue, 17 May 2022 18:12:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=31414423</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=31414423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31414423</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Using a "proper" camera as a webcam"]]></title><description><![CDATA[
<p>I use the Caddie Buddy one [1], which is a bit more robust for bigger cameras. There are other options where you can use your phone or something, but I prefer using a mirrorless and a good sized monitor.<p>[1] <a href="https://caddiebuddy.com/teleprompter-for-ipads-androids-and-phones/" rel="nofollow">https://caddiebuddy.com/teleprompter-for-ipads-androids-and-...</a></p>
]]></description><pubDate>Tue, 17 May 2022 16:35:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=31413117</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=31413117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31413117</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Using a "proper" camera as a webcam"]]></title><description><![CDATA[
<p>I'm surprised no one has mentioned using a teleprompter yet. You can pick one up for around $100 and when combined with a little 7" monitor (another $100) attached to your computer, creates a nice setup for zoom calls where you can look directly at your partner. Also doubles as a great talking head setup for video production.</p>
]]></description><pubDate>Tue, 17 May 2022 16:31:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=31413060</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=31413060</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31413060</guid></item><item><title><![CDATA[The wrong lessons to learn from the Log4j vulnerability]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=N1R6WWV33Qo">https://www.youtube.com/watch?v=N1R6WWV33Qo</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=29580485">https://news.ycombinator.com/item?id=29580485</a></p>
<p>Points: 9</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 16 Dec 2021 17:03:03 +0000</pubDate><link>https://www.youtube.com/watch?v=N1R6WWV33Qo</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=29580485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29580485</guid></item><item><title><![CDATA[New comment by mrdonbrown in "Software designers, not engineers: An interview from alternative universe"]]></title><description><![CDATA[
<p>Exactly! Faster cycles means less waste and more productivity, not to mention better solutions and happier team members. It takes work for sure to build those relationships, but everyone is better off for them.</p>
]]></description><pubDate>Wed, 21 Apr 2021 05:02:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=26885605</link><dc:creator>mrdonbrown</dc:creator><comments>https://news.ycombinator.com/item?id=26885605</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26885605</guid></item></channel></rss>