<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: alzamixer</title><link>https://news.ycombinator.com/user?id=alzamixer</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 00:04:39 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=alzamixer" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by alzamixer in "Buttplug MCP"]]></title><description><![CDATA[
<p>User-testing it was a pain in the ass.</p>
]]></description><pubDate>Fri, 30 May 2025 14:07:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=44136378</link><dc:creator>alzamixer</dc:creator><comments>https://news.ycombinator.com/item?id=44136378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44136378</guid></item><item><title><![CDATA[New comment by alzamixer in "Show HN: acmsg (automated commit message generator)"]]></title><description><![CDATA[
<p>I use the following script to allow copilot vim plugin to help me.<p>```plaintext name=../../bin/assisted-commit<p>#!/bin/bash<p># Run git commit with --verbose --dry-run and save the output
git commit --verbose --dry-run > ./commit.message<p># Prepend # to every line and add "conventional commit message:" at the end
sed -i 's/^/# /' ./commit.message
echo "# uncommented conventional commit message using feat, fix or doc flags. !beakingchange iff change breaks backward compatibility:" >> ./commit.message
echo "" >> ./commit.message<p># Open the file in vim for editing, with cursor on a new line at the end and in insert mode
vim +':normal Go' +startinsert ./commit.message<p># Filter out commented lines and save to a temporary file
grep -v '^#' ./commit.message > ./commit.message.filtered<p># Commit using the filtered file
git commit -F ./commit.message.filtered<p># Delete the files
rm ./commit.message ./commit.message.filtered<p>```</p>
]]></description><pubDate>Wed, 14 May 2025 12:37:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=43983771</link><dc:creator>alzamixer</dc:creator><comments>https://news.ycombinator.com/item?id=43983771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43983771</guid></item><item><title><![CDATA[New comment by alzamixer in "Pixel is a unit of length and area"]]></title><description><![CDATA[
<p>Should be pixel as area and pixel-length as 1-dimensional unit.<p>So an image could be 1 mega pixel, or 1000 times 1000 pixel-lengths.</p>
]]></description><pubDate>Wed, 23 Apr 2025 18:01:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43774868</link><dc:creator>alzamixer</dc:creator><comments>https://news.ycombinator.com/item?id=43774868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43774868</guid></item></channel></rss>