<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: rmuratov</title><link>https://news.ycombinator.com/user?id=rmuratov</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 10:34:38 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=rmuratov" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by rmuratov in "I tried building my startup entirely on European infrastructure"]]></title><description><![CDATA[
<p>I wonder what author uses for payments.</p>
]]></description><pubDate>Fri, 20 Feb 2026 15:52:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47089578</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=47089578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47089578</guid></item><item><title><![CDATA[New comment by rmuratov in "Warcraft III Peon Voice Notifications for Claude Code"]]></title><description><![CDATA[
<p>It has Red Alert 2 voices. Check the carousel under the Choose your character section</p>
]]></description><pubDate>Thu, 12 Feb 2026 07:42:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46985929</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=46985929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46985929</guid></item><item><title><![CDATA[New comment by rmuratov in "The struggle of resizing windows on macOS Tahoe"]]></title><description><![CDATA[
<p>This won't happen until Microsoft Word is available on Linux.<p>It's like the console wars — different camps say "our console is better, it has more teraflops." In reality, nobody cares about that — buyers will get the console that has the games.</p>
]]></description><pubDate>Mon, 12 Jan 2026 10:06:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46586359</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=46586359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46586359</guid></item><item><title><![CDATA[New comment by rmuratov in "My productivity app is a never-ending .txt file (2020)"]]></title><description><![CDATA[
<p>Your "A Plain Text Personal Organizer" leads to some ad.</p>
]]></description><pubDate>Fri, 12 Dec 2025 07:37:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46241774</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=46241774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46241774</guid></item><item><title><![CDATA[New comment by rmuratov in "Qwen3-Next"]]></title><description><![CDATA[
<p>How did we use "all the data"? New knowledge appears on the internet every day, new scientific articles and videos are published.</p>
]]></description><pubDate>Fri, 12 Sep 2025 19:34:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=45225798</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=45225798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45225798</guid></item><item><title><![CDATA[New comment by rmuratov in "Show HN: A macOS app to prevent sound quality degradation on AirPods"]]></title><description><![CDATA[
<p>Can you do the same with the iphone?</p>
]]></description><pubDate>Tue, 01 Oct 2024 07:05:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=41705438</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=41705438</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41705438</guid></item><item><title><![CDATA[New comment by rmuratov in "Plain Text Accounting (PTA)"]]></title><description><![CDATA[
<p>A VS Code extension for ledger-cli provide autocomplete as long as your journal compatible with ledger-cli</p>
]]></description><pubDate>Tue, 17 Sep 2024 11:16:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=41566451</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=41566451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41566451</guid></item><item><title><![CDATA[New comment by rmuratov in "A Rant about Front-end Development"]]></title><description><![CDATA[
<p>This is a big and poorly justified generalization.</p>
]]></description><pubDate>Fri, 21 Jun 2024 07:17:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=40747015</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=40747015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40747015</guid></item><item><title><![CDATA[New comment by rmuratov in "Alexei Navalny has died"]]></title><description><![CDATA[
<p>I feel like nothing good will ever happen again.</p>
]]></description><pubDate>Fri, 16 Feb 2024 22:23:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=39403771</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=39403771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39403771</guid></item><item><title><![CDATA[Show HN: Sourcemap.tools – apply sourcemaps to the JavaScript stacktrace]]></title><description><![CDATA[
<p>Hi all! I'm looking for feedback on my little app.<p>I made a small application that helps "decipher" the stack trace of minified JS code.<p>It works like this: you paste a stack trace into the textarea, provide one or more source maps (by pasting or through a file input), and the application applies the source maps to the stack trace and displays the "original" stack trace. This way, you can see the exact position of the error in the original file.<p>When it might be helpful:<p>- You found an error in a production environment, but you don't host source maps and can't see on the developer tools where exactly it occurred
- The user found a bug and sent you a stack trace
- You get the stack trace from monitoring (e.g., Sentry) but do not configure it to work with source maps.<p>If you feel that such an application could be helpful to you, feel free to try it at <a href="https://sourcemaps.tools" rel="nofollow noreferrer">https://sourcemaps.tools</a>. The source is available at <a href="https://github.com/rmuratov/sourcemap.tools">https://github.com/rmuratov/sourcemap.tools</a>.<p>It probably contains bugs but should work in simple cases... or at least I hope :)<p>There are other features that might be implemented, but I wonder if this could be useful to anyone at all, so I decided to collect some feedback first.<p>I will appreciate any feedback - first impressions, opinions, bug reports, feature requests.<p>Inspired by <a href="https://sourcemaps.info/" rel="nofollow noreferrer">https://sourcemaps.info/</a>, but does everything on the client and does not try to fetch sources or source maps.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38655034">https://news.ycombinator.com/item?id=38655034</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 15 Dec 2023 15:24:42 +0000</pubDate><link>https://sourcemap.tools/</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=38655034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38655034</guid></item><item><title><![CDATA[New comment by rmuratov in "Ask HN: What apps have you created for your own use?"]]></title><description><![CDATA[
<p><a href="https://sourcemap.tools/" rel="nofollow noreferrer">https://sourcemap.tools/</a><p>It helps decipher JS error stack traces by applying source maps to them. In my previous company, we struggled to configure Sentry to work with source maps, and every error message was cryptic due to minification. First, I created a little command line utility and later made it a web app.<p><a href="https://github.com/rmuratov/hledger-tools">https://github.com/rmuratov/hledger-tools</a><p>Just some charts to summarize my monthly finance activity based on hldger journal.</p>
]]></description><pubDate>Wed, 13 Dec 2023 13:26:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38626986</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=38626986</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38626986</guid></item><item><title><![CDATA[New comment by rmuratov in "The Flix Programming Language"]]></title><description><![CDATA[
<p>> We use JavaScript for the online code editor.</p>
]]></description><pubDate>Sun, 26 Nov 2023 09:01:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=38420198</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=38420198</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38420198</guid></item><item><title><![CDATA[New comment by rmuratov in "The coolest robot I've ever built [video]"]]></title><description><![CDATA[
<p>These were panoramas of Tbilisi, Georgia. I didn’t expect to see them either and thought that the author was somehow connected with Georgia.</p>
]]></description><pubDate>Tue, 07 Nov 2023 12:10:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=38175922</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=38175922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38175922</guid></item><item><title><![CDATA[New comment by rmuratov in "First observation of a virus attaching to another virus"]]></title><description><![CDATA[
<p>In that sense our cells aren't alive either.</p>
]]></description><pubDate>Sat, 04 Nov 2023 07:58:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=38139005</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=38139005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38139005</guid></item><item><title><![CDATA[New comment by rmuratov in "Ask HN: Show me your half baked project"]]></title><description><![CDATA[
<p><a href="https://rmuratov.github.io/emojicanvas/" rel="nofollow noreferrer">https://rmuratov.github.io/emojicanvas/</a><p>An app where you can draw with emojis and then copy your art as text and send it via, e.g., messenger. I want to make it a full-featured drawing app with undo/redo, line drawing tool, circle/square, etc.<p><a href="https://sourcemap.tools/" rel="nofollow noreferrer">https://sourcemap.tools/</a><p>A tool to unminify JavaScript stack traces. You paste your stack trace and provide source maps, and it deciphers your stack trace and allows you to find the origin of an error.</p>
]]></description><pubDate>Fri, 13 Oct 2023 09:48:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=37868736</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=37868736</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37868736</guid></item><item><title><![CDATA[New comment by rmuratov in "Show HN: Paisa – Open-Source Personal Finance Manager"]]></title><description><![CDATA[
<p>> only works on previously seen words<p>Yes, that's just it. I do not use anything like a language server.</p>
]]></description><pubDate>Sat, 30 Sep 2023 06:55:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=37713297</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=37713297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37713297</guid></item><item><title><![CDATA[New comment by rmuratov in "Show HN: Paisa – Open-Source Personal Finance Manager"]]></title><description><![CDATA[
<p>I did nothing. It just works out of the box for me.<p>But. I keep my journal files in a folder and open it using the VS Code project file.<p>File's name is ledger.code-workspace<p>{
  "folders": [{ "path": "/path/to/journal/directory" }]
}</p>
]]></description><pubDate>Sat, 30 Sep 2023 06:52:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=37713287</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=37713287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37713287</guid></item><item><title><![CDATA[New comment by rmuratov in "Show HN: Paisa – Open-Source Personal Finance Manager"]]></title><description><![CDATA[
<p>I use hledger and I enter everything by hand.<p>I used to dread it too. But actually, in normal life, the volume of daily transactions is not that large. Besides, filling out a journal disciplines you. And VS Code does autocomplete for accounts and payees.</p>
]]></description><pubDate>Sat, 23 Sep 2023 10:15:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=37621961</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=37621961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37621961</guid></item><item><title><![CDATA[New comment by rmuratov in "Spotify looked to ban white noise podcasts to become more profitable"]]></title><description><![CDATA[
<p>The same with Christmas music.</p>
]]></description><pubDate>Sun, 20 Aug 2023 07:38:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=37197005</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=37197005</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37197005</guid></item><item><title><![CDATA[New comment by rmuratov in "HyperUI: Free Open Source Tailwind CSS Components"]]></title><description><![CDATA[
<p><a href="https://daisyui.com/" rel="nofollow noreferrer">https://daisyui.com/</a> looks decent too.</p>
]]></description><pubDate>Sat, 12 Aug 2023 05:41:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=37097359</link><dc:creator>rmuratov</dc:creator><comments>https://news.ycombinator.com/item?id=37097359</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37097359</guid></item></channel></rss>