<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: muti</title><link>https://news.ycombinator.com/user?id=muti</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 11 Apr 2026 17:43:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=muti" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by muti in "PGLite Evangelism"]]></title><description><![CDATA[
<p>Unfortunate name furthers the SQLite is "lite" association i.e. underpowered or incapable somehow.<p>IIRC it is intended to be read as SQL-ite, as having some relationship to SQL.<p>PG Lite probably makes sense here though, and PGite is not appealing</p>
]]></description><pubDate>Sat, 11 Apr 2026 06:02:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47727875</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=47727875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47727875</guid></item><item><title><![CDATA[New comment by muti in "Starfling: A one-tap endless orbital slingshot game in a single HTML file"]]></title><description><![CDATA[
<p>Fun. Not sure if this applies on desktop, but on mobile the quick/fast/blazing/skip text often blocks vision of the ball making it harder than it should be to make combos</p>
]]></description><pubDate>Sat, 11 Apr 2026 05:15:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47727625</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=47727625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47727625</guid></item><item><title><![CDATA[New comment by muti in "A Crisis comes to Wordle: Reusing old words"]]></title><description><![CDATA[
<p>Suboptimal - likely. There is some utility: a green letter is more useful than a yellow. Checking for a in two locations when a is a very commonly used letter is __useful__. Still likely much more useful to check for the presence of a fifth letter than a chance at knowing more precisely the location of an a.</p>
]]></description><pubDate>Mon, 02 Feb 2026 02:15:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46851643</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=46851643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46851643</guid></item><item><title><![CDATA[New comment by muti in "Kitchen optimizations"]]></title><description><![CDATA[
<p>Pay someone to sharpen them for petes sake. I can't fathom why you would suggest that seemingly off hand, secondary to throwing away and buying new knives.</p>
]]></description><pubDate>Thu, 01 Jan 2026 09:56:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46452778</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=46452778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46452778</guid></item><item><title><![CDATA[New comment by muti in "Fix HDMI-CEC weirdness with a Raspberry Pi and a $7 cable"]]></title><description><![CDATA[
<p>Active bookshelf speakers with HDMI Arc input are getting more common. Kanto Ren, Kef LSX II, Klipsch The Fives, Elac Debut ConneX<p>There's also the compact, simple alternatives to bulky receivers that are becoming available: Wiim amp, Sonos amp, Eversolo play, and the cheaper chinese makers like SMSL and Fosi. Each of those brands has a small device the size of an apple tv that will take an HDMI Arc input, and output an amplified signal to power some passive bookshelf speakers.</p>
]]></description><pubDate>Tue, 16 Dec 2025 02:10:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46283888</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=46283888</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46283888</guid></item><item><title><![CDATA[New comment by muti in "The lazy Git UI you didn't know you need"]]></title><description><![CDATA[
<p>Are you looking for solutions within git or jj?<p>In my experience with jj when resolving a conflict, as long as I do it in the earliest change, I will only have to do it once.<p>Git has the rerere setting [0] which reduces the need to resolve the same conflict over and over<p>0: <a href="https://git-scm.com/book/en/v2/Git-Tools-Rerere" rel="nofollow">https://git-scm.com/book/en/v2/Git-Tools-Rerere</a></p>
]]></description><pubDate>Tue, 11 Nov 2025 00:14:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45882627</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=45882627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45882627</guid></item><item><title><![CDATA[New comment by muti in "What's New in C# 14: Null-Conditional Assignments"]]></title><description><![CDATA[
<p><p><pre><code>  if (!same) {
    return;
  }

  if (!number) {
    return;
  }

  if (!of_braces) {
    return;
  }

  println("but easier to read")</code></pre></p>
]]></description><pubDate>Thu, 18 Sep 2025 00:16:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45283183</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=45283183</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45283183</guid></item><item><title><![CDATA[New comment by muti in "CAPTCHAs are over (in ticketing)"]]></title><description><![CDATA[
<p>Require the intent to include ticket holder names/id and check it on entry to the venue, multiple intents for the same group can be deduplicated</p>
]]></description><pubDate>Sun, 25 May 2025 03:43:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=44085350</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=44085350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44085350</guid></item><item><title><![CDATA[New comment by muti in "Hong Kong's Famous Bamboo Scaffolding Hangs on (For Now)"]]></title><description><![CDATA[
<p>Knots and construction with poles and rope lashing was always my favourite part of scouts. The sketches of the knot looks cool on the surface but don't tell me much about how they are tied or what other lashings they are similar to. Not much detail and the second image has three running ends?</p>
]]></description><pubDate>Sat, 24 May 2025 20:55:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=44083767</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=44083767</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44083767</guid></item><item><title><![CDATA[New comment by muti in "23andMe files for bankruptcy to sell itself"]]></title><description><![CDATA[
<p>The specifics of how the keys are backed against different failure modes/attacks is orthogonal to the splitting of data/key.<p>Yes you would need to carefully design the system that allows deletion of keys while minimizing chances of data loss, but it can be done, and it's going to be cheaper and less complex to do so on a tiny subset of the data.<p>Latency considerations are also down to design, it's not a given that there will be significant overhead imposed.</p>
]]></description><pubDate>Wed, 26 Mar 2025 20:25:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43486873</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=43486873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43486873</guid></item><item><title><![CDATA[New comment by muti in "23andMe files for bankruptcy to sell itself"]]></title><description><![CDATA[
<p>Much less data to back up so it can be stored in a way that is replicated for redundancy but still mutable. Separating the key and data is what allows for sending data to tape backup etc</p>
]]></description><pubDate>Mon, 24 Mar 2025 06:50:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=43458243</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=43458243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43458243</guid></item><item><title><![CDATA[New comment by muti in "Quadlet: Running Podman containers under systemd"]]></title><description><![CDATA[
<p>I wanted to try something different when I reset my self host set up several years ago, and went with openSUSE MicroOS. Ultimately it has led to podman containers running under systemd/quadlet and I'm quite happy with the current set up.<p>Containers auto update with built in podman tooling, getting at logs and monitoring is through the usual systemd tools. When I need to change something, it's easy to work out where the config files are if I have forgotten and they are easy to read and change. Rootless and daemonless is nice too.<p>I tried a few things along the way, podman compose felt clunky so I'm glad it is deprecated and it's clear quadlets are the way to go.<p>There was a learning curve and there's less information out there than with docker, so keep that in mind. I would still lean towards docker and docker compose for local dev to bring a stack of services up and down.</p>
]]></description><pubDate>Mon, 24 Mar 2025 05:16:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43457933</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=43457933</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43457933</guid></item><item><title><![CDATA[New comment by muti in "Show HN: Feels Like Paper"]]></title><description><![CDATA[
<p>Too bad it makes the whole thing laggy enough that I didn't get past the first few paragraphs on my phone, and there's no obvious way to disable it</p>
]]></description><pubDate>Wed, 27 Nov 2024 19:15:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=42258802</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=42258802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42258802</guid></item><item><title><![CDATA[New comment by muti in "A cycling desk / Zwifting with a split keyboard"]]></title><description><![CDATA[
<p>A split kb with integrated trackball would help alleviate the awkward mousing situations, e.g. the charybdis [1]. I'm in a similar position having gone down the ergo split keyboard rabbit hole and vim everywhere, now building a charybdis myself<p>1. <a href="https://github.com/Bastardkb/Charybdis">https://github.com/Bastardkb/Charybdis</a></p>
]]></description><pubDate>Wed, 13 Nov 2024 22:35:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42130950</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=42130950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42130950</guid></item><item><title><![CDATA[New comment by muti in "M4 Mac mini's efficiency"]]></title><description><![CDATA[
<p>> Apple VPs Greg Jozwiak and John Ternus explained in an interview to a Chinese content creator on Billibilli (spotted and machine-translated by ITHome) that the main reason the power button is on the bottom of the 2024 Mac Mini is because of the computer’s size. Since it was nearly half the size of the previous generation, the underside was “kind of the optimal stop” for a power button. They also say most users “never use the power button” on a Mac, anyway.<p>> Apple isn’t wrong here. The Mac mini measures 5 x 5 x 2 inches, compared to 7.75 x 7.75 x 1.4 inches from the last generation; it takes up much less space on your desk, which is great. The trade-off is that you run out of space for some important things, like a power button.</p>
]]></description><pubDate>Tue, 12 Nov 2024 23:02:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=42120865</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=42120865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42120865</guid></item><item><title><![CDATA[New comment by muti in "Show HN: Jelly – A simpler shared inbox for small teams"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Royal_jelly" rel="nofollow">https://en.wikipedia.org/wiki/Royal_jelly</a></p>
]]></description><pubDate>Tue, 12 Nov 2024 21:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=42119867</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=42119867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42119867</guid></item><item><title><![CDATA[New comment by muti in "GnuCash 5.9"]]></title><description><![CDATA[
<p>There are many levels in between tracking at the "Amazon" level vs the "Meat:Pork" level. For example I currently track all unprepared food shopping as "Groceries", and would break down "Amazon" shopping into categories such as "Electronics" or "Books".<p>Ultimately it comes down to how much effort you want to spend categorising spending, but there are many levels of granularity and orthogonal dimensions to slice against</p>
]]></description><pubDate>Mon, 30 Sep 2024 22:58:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=41702995</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=41702995</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41702995</guid></item><item><title><![CDATA[RTorrent Release Version 0.10.0]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/rakshasa/rtorrent/releases/tag/v0.10.0">https://github.com/rakshasa/rtorrent/releases/tag/v0.10.0</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41690299">https://news.ycombinator.com/item?id=41690299</a></p>
<p>Points: 21</p>
<p># Comments: 2</p>
]]></description><pubDate>Sun, 29 Sep 2024 20:43:05 +0000</pubDate><link>https://github.com/rakshasa/rtorrent/releases/tag/v0.10.0</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=41690299</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41690299</guid></item><item><title><![CDATA[New comment by muti in "Using Fibonacci numbers to convert from miles to kilometers and vice versa"]]></title><description><![CDATA[
<p>I find the distinct property much more interesting and non obvious.<p>It looks like non consecutivity is only there to force unique solutions hence called zeckendorf representations</p>
]]></description><pubDate>Sat, 31 Aug 2024 23:54:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41412963</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=41412963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41412963</guid></item><item><title><![CDATA[New comment by muti in "Using Fibonacci numbers to convert from miles to kilometers and vice versa"]]></title><description><![CDATA[
<p>Non consecutive isn't surprising, any consecutive Fibonacci numbers in the sum can be replaced with their sum, which is itself a Fibonacci number by definition</p>
]]></description><pubDate>Sat, 31 Aug 2024 20:45:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=41411820</link><dc:creator>muti</dc:creator><comments>https://news.ycombinator.com/item?id=41411820</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41411820</guid></item></channel></rss>