<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: musesum</title><link>https://news.ycombinator.com/user?id=musesum</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 21:13:07 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=musesum" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by musesum in "Nobody gets promoted for simplicity"]]></title><description><![CDATA[
<p>What I hope to do with refactoring is to distill namespace and common patterns into a DSL. I am very curious about what tradeoffs you found.</p>
]]></description><pubDate>Wed, 04 Mar 2026 17:07:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250544</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=47250544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250544</guid></item><item><title><![CDATA[New comment by musesum in "Nobody gets promoted for simplicity"]]></title><description><![CDATA[
<p>Am waiting for the next Mac Studio to come out to experiment with the "AI for everything" approach. Most likely, the open source distilled models will lower quality. So, another "price vs quality" tradeoff. Still, will be fun to code like I'm at a foundation lab.</p>
]]></description><pubDate>Wed, 04 Mar 2026 16:59:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47250394</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=47250394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47250394</guid></item><item><title><![CDATA[New comment by musesum in "Nobody gets promoted for simplicity"]]></title><description><![CDATA[
<p>Good idea. Am still a bit shy around token budget spend.</p>
]]></description><pubDate>Wed, 04 Mar 2026 16:04:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47249478</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=47249478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47249478</guid></item><item><title><![CDATA[New comment by musesum in "Nobody gets promoted for simplicity"]]></title><description><![CDATA[
<p>I wrote something similar in a Claude Code instructions.md: "minimize cyclomatic complexity" What happened next? It generated an 8 line wrapper function called only once from a different file. So, I told it to inline that logic in the caller. The result? One. Line. Of. Code.<p>So, I asked it to modify its instructions.md file to not repeat that mistake. The result was the new line "Avoid single-use wrapper functions; inline logic at the call site unless reused"<p>instructions.md is the new intern.</p>
]]></description><pubDate>Wed, 04 Mar 2026 15:14:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47248680</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=47248680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47248680</guid></item><item><title><![CDATA[New comment by musesum in "Nobody gets promoted for simplicity"]]></title><description><![CDATA[
<p>I wrote something similar in a Claude Code instructions.md: "minimize cyclomatic complexity" What happened next? It generated an 8 line wrapper function called only once from a different file. So, I told it to inline that logic in the caller. The result? One. Line. Of. Code.<p>So, I asked it to modify its instructions.md file to not repeat that mistake. The result was the new line "Avoid single-use wrapper functions; inline logic at the call site unless reused"<p>instruction.md is the new intern.</p>
]]></description><pubDate>Wed, 04 Mar 2026 15:11:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47248646</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=47248646</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47248646</guid></item><item><title><![CDATA[New comment by musesum in "AI will not replace software engineers (hopefully)"]]></title><description><![CDATA[
<p>I wonder. I follow @DamiLeeArch on YouTube. She talks about architecture in the built environment. Ostensibly, built for Humans. At least for now.</p>
]]></description><pubDate>Mon, 26 Jan 2026 16:28:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46767677</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=46767677</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46767677</guid></item><item><title><![CDATA[New comment by musesum in "They made me an offer I couldn't refuse (1997)"]]></title><description><![CDATA[
<p>Has California Law changed, since 2015?<p>My company was acquired by another company that had in-house lawyers. California Law states that you have rights to your own IP, when produced on your hardware and on your own time. So, I was careful to air gap all my work on a separate computer. Meanwhile, the acquiring company ask me to sign an employment agreement. Its terms restated the California law in very ambiguous terms. I couldn't tell if I was declaring rights to my own IP or signing away my rights. So, I asked them: "which is it?" Their replay was "Yes."  ... I was an employee for a day.</p>
]]></description><pubDate>Sat, 27 Dec 2025 23:45:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46406737</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=46406737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46406737</guid></item><item><title><![CDATA[New comment by musesum in "Code Is Debt"]]></title><description><![CDATA[
<p>Long ago, a proud moment for me was writing -20K lines of code in a month.<p>A few years ago, I tried that again with a remote team of 20 coders. I failed; I couldn't keep up with the barrage of pull requests.<p>Today, pair programming with Claude Code and GPT feels more like the later.<p>I think there is an opportunity here for smart refactoring. But, needs a larger context. I tried this on some legacy code with Cursor and Claude opus 4.1, but a million tokens is not enough. I dunno; maybe translate between a private and shared LLM. Has anyone tried this?</p>
]]></description><pubDate>Sun, 31 Aug 2025 20:02:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45086560</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=45086560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45086560</guid></item><item><title><![CDATA[New comment by musesum in "AI is predominantly replacing outsourced, offshore workers"]]></title><description><![CDATA[
<p>So, aside from trust the biggest barrier is lack of adaptability?</p>
]]></description><pubDate>Mon, 18 Aug 2025 15:22:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44941638</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=44941638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44941638</guid></item><item><title><![CDATA[New comment by musesum in "Someone at YouTube needs glasses"]]></title><description><![CDATA[
<p>My chain of thought:<p>1) Aaron Marcus - who found optimal menu count to be 5 +/- 2<p>2) Magic number 7 +/- 2<p>3) Fitt's Law selectivity (bigger is easier)<p>4) Shared layout for mobile + desktop<p>5) I hate short form<p>6) Is 5) a non-sequitur?<p>7) No! I now have the attention span of a goldfish.<p>8) Maybe I should read a book</p>
]]></description><pubDate>Wed, 30 Apr 2025 16:29:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43847514</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=43847514</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43847514</guid></item><item><title><![CDATA[New comment by musesum in "Dijkstra On the foolishness of "natural language programming""]]></title><description><![CDATA[
<p>Personal context is tacit experience. Cultural context is aggregate.<p>Wittgenstein stated that the differences between personal and cultural language makes it impossible to agree on anything foundational to philosophy.<p>Godel did something similar to discrete structures by hacking self reference -- a kind of recursive self reference with no exit state.<p>I think pair programming with an LLM is interesting. You get to compare personal context with aggregate context. Plus, the external feedback helps me break out of excessive personal self reference.</p>
]]></description><pubDate>Thu, 03 Apr 2025 15:29:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43571162</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=43571162</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43571162</guid></item><item><title><![CDATA[New comment by musesum in "Spotify Paid $10B to the Music Industry in 2024, $1B More Than Last Year"]]></title><description><![CDATA[
<p>>> In 2023, the company said it pays out nearly 70% to the industry<p>Does not stop there; there are tiers of middlemen: <a href="https://youtu.be/kVY7-Ti77UQ?si=2neBSw4yJL7qGdxX&t=441" rel="nofollow">https://youtu.be/kVY7-Ti77UQ?si=2neBSw4yJL7qGdxX&t=441</a></p>
]]></description><pubDate>Tue, 04 Feb 2025 17:10:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42935351</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=42935351</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42935351</guid></item><item><title><![CDATA[New comment by musesum in "Apple squandered the Holy Grail"]]></title><description><![CDATA[
<p>Apple also squandered maps ... until they didn't.</p>
]]></description><pubDate>Mon, 06 Jan 2025 04:43:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42607751</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=42607751</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42607751</guid></item><item><title><![CDATA[New comment by musesum in "Show HN: I designed an espresso machine and coffee grinder"]]></title><description><![CDATA[
<p>I look forward to the James Hoffmann review, should it ever come about. Am tempted to buy as a piece of functional art that I can drink. Currently, the 9Barista serves that purpose. Every. Morning. Bought it after the Hoffmann review. Good luck!</p>
]]></description><pubDate>Fri, 13 Dec 2024 17:35:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=42410538</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=42410538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42410538</guid></item><item><title><![CDATA[New comment by musesum in "Why Your Car Will Never Drive You Places [video]"]]></title><description><![CDATA[
<p>I was going to submit the same link. Like Benn Jordan, I was an AutoPilot enthusiast. Was going to buy a Model Y with FSD, until a drive from CA to AZ nearly drove me off the road.<p><a href="https://news.ycombinator.com/item?id=31706955#31708672">https://news.ycombinator.com/item?id=31706955#31708672</a></p>
]]></description><pubDate>Sun, 07 Jan 2024 20:26:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=38904817</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=38904817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38904817</guid></item><item><title><![CDATA[New comment by musesum in "I deeply regret my participation in the board's actions"]]></title><description><![CDATA[
<p>Someone suggested that companies with a board of directors are the first AGI.<p>Somehow OpenAI reminds me of a paper by Kenneth Colby, called "Artificial Paranoia"<p>[*] <a href="https://www.sciencedirect.com/science/article/abs/pii/0004370271900026" rel="nofollow noreferrer">https://www.sciencedirect.com/science/article/abs/pii/000437...</a></p>
]]></description><pubDate>Mon, 20 Nov 2023 13:52:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=38348056</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=38348056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38348056</guid></item><item><title><![CDATA[New comment by musesum in "If you're interested in eye-tracking, I'm interested in funding you"]]></title><description><![CDATA[
<p>ALS is a configuration. Blindness is a configuration. Conventional UIs are built for a different configuration. Accesible UI usually overloads the conventional. If you start from scatch, sometimes you find something new. If you're lucky, the new thing scales to other configurations.<p>For example, I wrote a NLP parser for a calendar app, at Tempo.AI. It was much more efficient than the visual interface. And thus, it was accessible. But, it didn't use the accessible idiom. Instead, it was universally more efficient, whether you are blind or not.<p>A good example is a wheelchair accessible doorway. One method is to have a button at wheelchair height. The other method is to have the door open with an electronic eye. The first is Accessible. The second is Universal. Doesn't matter if you are in a wheelchair or not. It's a throughput multiplier.</p>
]]></description><pubDate>Sun, 27 Aug 2023 12:43:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=37282147</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=37282147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37282147</guid></item><item><title><![CDATA[New comment by musesum in "If you're interested in eye-tracking, I'm interested in funding you"]]></title><description><![CDATA[
<p>I've been working on the menuing side [1] based on crossing Fitt's Law with Huffman trees. But, don't know the constraints for ALS.<p>Hopefully, whomever takes this on doesn't take the standard Accessibility approach, which is adding an extra layer of complexity on an existing UI.<p>A good friend, Gordon Fuller, found out he was going blind. So, he co-founded one of the first VR startups in the 90's. Why? For wayfinding.<p>What we came up with is a concept of Universal design. Start over from first principles. Seeing Gordon use an Accessible UI is painful to watch, it takes three times as many steps to navigate and confirm. So, what is the factor? 0.3 X?<p>Imagine if we could refactor all apps with a LLM, and then couple it with an auto compete menu. Within that menu is personal history of all your past transversals.<p>What would be the result? A 10X? Would my sister in a wheelchair be able to use it? Would love to find out!<p>[1] <a href="https://github.com/musesum/DeepMenu">https://github.com/musesum/DeepMenu</a></p>
]]></description><pubDate>Sun, 27 Aug 2023 02:58:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=37279057</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=37279057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37279057</guid></item><item><title><![CDATA[New comment by musesum in "What are the most common tinnitus frequencies? (2015)"]]></title><description><![CDATA[
<p>Was tested while attending an electronic music class. Professor displayed everyone's result, so we could compare. His chart was the worst, as a cautionary tale. Too many live performance in front of the PA.</p>
]]></description><pubDate>Wed, 12 Apr 2023 10:41:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=35537569</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=35537569</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35537569</guid></item><item><title><![CDATA[New comment by musesum in "What are the most common tinnitus frequencies? (2015)"]]></title><description><![CDATA[
<p>well, I used to have super hearing. Had a hard time being around CRT displays because the flyback transformers were really really loud. Now, with age, I get a phantom limb tone of 16KHz. [1]<p>Coincidentally, the peak notch in the OP was the 1st subharmonic of that.<p>[1] <a href="https://en.wikipedia.org/wiki/Flyback_transformer" rel="nofollow">https://en.wikipedia.org/wiki/Flyback_transformer</a></p>
]]></description><pubDate>Wed, 12 Apr 2023 06:12:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=35535643</link><dc:creator>musesum</dc:creator><comments>https://news.ycombinator.com/item?id=35535643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35535643</guid></item></channel></rss>