<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: artemave</title><link>https://news.ycombinator.com/user?id=artemave</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 18:38:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=artemave" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by artemave in "Show HN: Gravity – Interactive solar-system simulator, from Newton to Einstein"]]></title><description><![CDATA[
<p>Very nice! Nitpick: the Moon is tidally locked, so it should always face the Earth with the same side.</p>
]]></description><pubDate>Wed, 10 Jun 2026 07:24:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48472719</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=48472719</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48472719</guid></item><item><title><![CDATA[New comment by artemave in "Ask HN: What are tools you have made for yourself since the advent of AI?"]]></title><description><![CDATA[
<p>- replaced tmux as project session manager with <a href="https://github.com/artemave/hop" rel="nofollow">https://github.com/artemave/hop</a> (Linux, SwayWM)<p>- <a href="https://github.com/artemave/artwall" rel="nofollow">https://github.com/artemave/artwall</a> rotates my desktop wallpaper through random paintings (Linux, SwayWM)<p>- I get my TILs through <a href="https://t.me/daily_bite_sized_fun_fact" rel="nofollow">https://t.me/daily_bite_sized_fun_fact</a><p>- <a href="https://t.me/tolmach_forward_bot" rel="nofollow">https://t.me/tolmach_forward_bot</a> helps me practice French reading<p>- <a href="https://mini-meet.artem.rocks/" rel="nofollow">https://mini-meet.artem.rocks/</a> was an attempt to circumvent RKN (russians) blocking video calls; not a complete success, but works for some people<p>- counted the number of dudes in Big Lebowski with <a href="https://github.com/artemave/super_video_grep" rel="nofollow">https://github.com/artemave/super_video_grep</a> (<a href="https://www.youtube.com/watch?v=V7EUtIbOd1w" rel="nofollow">https://www.youtube.com/watch?v=V7EUtIbOd1w</a>)</p>
]]></description><pubDate>Tue, 09 Jun 2026 07:41:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48457895</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=48457895</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48457895</guid></item><item><title><![CDATA[New comment by artemave in "Saying goodbye to Agile"]]></title><description><![CDATA[
<p>Aren't these just examples of sunk cost fallacy?</p>
]]></description><pubDate>Wed, 15 Apr 2026 13:31:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47778725</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=47778725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47778725</guid></item><item><title><![CDATA[New comment by artemave in "Show HN: Craftplan – I built my wife a production management tool for her bakery"]]></title><description><![CDATA[
<p>And I built e-commerce for my wife's micro-bakery <a href="https://thonon-les-pains.fr/" rel="nofollow">https://thonon-les-pains.fr/</a> (most of it - like product and order management - is behind auth).<p>I don't think it's useful to anyone - not white label, not open source - but still funny :)</p>
]]></description><pubDate>Wed, 04 Feb 2026 08:01:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46882872</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=46882872</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46882872</guid></item><item><title><![CDATA[New comment by artemave in "Trying out Zed after more than a decade of Vim/Neovim"]]></title><description><![CDATA[
<p>Another (neo)vim+tmuxer chiming in. One major missing feature (compared to vscode) is opening file links from the terminal back in vim. It was such a major pain to me, so I ended up writing a tmux plugin to solve it. I thought you might find it useful - <a href="https://github.com/artemave/tmux_super_fingers">https://github.com/artemave/tmux_super_fingers</a></p>
]]></description><pubDate>Sat, 25 Jan 2025 13:33:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=42821536</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=42821536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42821536</guid></item><item><title><![CDATA[New comment by artemave in "Half My Life with Perl"]]></title><description><![CDATA[
<p>My brain inadvertently changed the title to My Perl Half Life</p>
]]></description><pubDate>Fri, 20 Dec 2024 17:10:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42472811</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=42472811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42472811</guid></item><item><title><![CDATA[New comment by artemave in "lsix: Like "ls", but for images"]]></title><description><![CDATA[
<p>I have a better version (in the sense that it automatically names sessions after the current directory):<p><pre><code>  if [ -z "$1" ]; then
    name="$(basename $PWD)"
    name="${name//\./-}"
  else
    name=$1
  fi

  tmux has -t "=$name" && tmux attach -t "$name" && exit

  tmux new-session -d -s "$name" -n shell</code></pre></p>
]]></description><pubDate>Fri, 07 Jun 2024 09:35:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=40606916</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=40606916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40606916</guid></item><item><title><![CDATA[New comment by artemave in "Ask HN: Freelancer? Seeking freelancer? (March 2024)"]]></title><description><![CDATA[
<p>SEEKING WORK | RAILS, NODE.JS, REACT | REMOTE<p>Hey there! With over fifteen years of web development experience, I specialize in all things Rails and Node.js. Whether you're starting from scratch or need help untangling a legacy stack, I'm here to lend a hand!<p>Drop me a line at hello@artem.rocks , and let's get the ball rolling!<p>META:<p>Technologies: Node.js (javascript/typescript), Rails, React, Flutter<p>Location: France<p>Remote: only<p>Language: English fluent, French intermediate<p>Availability: right now<p>Website: <a href="https://artem.rocks/" rel="nofollow">https://artem.rocks/</a></p>
]]></description><pubDate>Sat, 02 Mar 2024 12:23:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=39572083</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=39572083</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39572083</guid></item><item><title><![CDATA[New comment by artemave in "Ask HN: Who wants to be hired? (March 2024)"]]></title><description><![CDATA[
<p>SEEKING WORK | WEB DEVELOPER | REMOTE<p>Technologies: Node.js (javascript/typescript), Rails, React, Flutter<p>Location: France<p>Remote: only<p>Language: English fluent, French intermediate<p>Availability: right now<p>Website: <a href="https://artem.rocks/" rel="nofollow">https://artem.rocks/</a><p>Hello, I am a seasoned full-stack web developer with over fifteen years of experience. Throughout my career, I've mainly gone back and forth between Rails and Node, with occasional forays into SPAs. I worked with a variety of clients - from small startups to enterprises.<p>I like to understand the business before coding. I like to translate this understanding into automated scenarios and tests. I prefer clear over clever. I like to deploy fast, small, and often. I like to know about problems in production before the users. I like to talk to the users. I like to talk to the business. I like to talk to the colleagues and pair programming. And, above all, I like coding - it's not just a job, it's a passion.</p>
]]></description><pubDate>Sat, 02 Mar 2024 11:56:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=39571938</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=39571938</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39571938</guid></item><item><title><![CDATA[New comment by artemave in "Ask HN: Who wants to be hired? (February 2024)"]]></title><description><![CDATA[
<p>SEEKING WORK | WEB DEVELOPER | REMOTE<p>Technologies: Node.js (javascript/typescript), Rails, React, Flutter<p>Location: France<p>Remote: only<p>Language: English fluent, French intermediate<p>Availability: right now<p>Website: <a href="https://artem.rocks/" rel="nofollow">https://artem.rocks/</a><p>Hello, I am a seasoned full-stack web developer with over fifteen years of experience. Throughout my career, I've mainly gone back and forth between Rails and Node, with occasional forays into SPAs. I worked with a variety of clients - from small startups to enterprises.<p>I like to understand the business before coding. I like to translate this understanding into automated scenarios and tests. I prefer clear over clever. I like to deploy fast, small, and often. I like to know about problems in production before the users. I like to talk to the users. I like to talk to the business. I like to talk to the colleagues and pair programming. And, above all, I like coding - it's not just a job, it's a passion.</p>
]]></description><pubDate>Fri, 02 Feb 2024 08:26:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39226430</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=39226430</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39226430</guid></item><item><title><![CDATA[New comment by artemave in "Ask HN: What apps have you created for your own use?"]]></title><description><![CDATA[
<p>Years ago I switched from Firefox to Chrome and I was badly missing "translate on mouse hover" from Google Toolbar plug-in. Ended up writing it: <a href="https://github.com/artemave/translate_onhover/">https://github.com/artemave/translate_onhover/</a><p>I also spent years searching for a way to open file links in vim (all within a tmux session). Ended up writing it: <a href="https://github.com/artemave/tmux_super_fingers">https://github.com/artemave/tmux_super_fingers</a></p>
]]></description><pubDate>Wed, 13 Dec 2023 14:12:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=38627610</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38627610</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38627610</guid></item><item><title><![CDATA[New comment by artemave in "Ask HN: Freelancer? Seeking freelancer? (December 2023)"]]></title><description><![CDATA[
<p>SEEKING WORK | WEB DEVELOPER | REMOTE<p>Technologies: Node.js (javascript/typescript), Rails, React, Flutter<p>Location: France<p>Remote: only<p>Language: English fluent, French intermediate<p>Availability: right now<p>Website: <a href="https://artem.rocks/" rel="nofollow noreferrer">https://artem.rocks/</a><p>Hello, I am a seasoned full-stack web developer with over fifteen years of experience. Throughout my career, I've mainly gone back and forth between Rails and Node, with occasional forays into SPAs. I worked with a variety of clients - from small startups to enterprises.<p>I like to understand the business before coding. I like to translate this understanding into automated scenarios and tests. I prefer clear over clever. I like to deploy fast, small, and often. I like to know about problems in production before the users. I like to talk to the users. I like to talk to the business. I like to talk to the colleagues and pair programming. And, above all, I like coding - it's not just a job, it's a passion.</p>
]]></description><pubDate>Mon, 04 Dec 2023 11:38:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=38516061</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38516061</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38516061</guid></item><item><title><![CDATA[New comment by artemave in "R/programming: how a post went from 1k upvotes to a ban in 10 years"]]></title><description><![CDATA[
<p>I followed some advice about posting to HN which basically says: keep posting. I also assumed that it's unlikely that the same people would read it, as new posts fade away so quickly. That was clearly the wrong assumption. Apologies for all that, I will post no more.</p>
]]></description><pubDate>Sun, 19 Nov 2023 20:30:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=38337500</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38337500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38337500</guid></item><item><title><![CDATA[New comment by artemave in "R/programming: how a post went from 1k upvotes to a ban in 10 years"]]></title><description><![CDATA[
<p>Links:<p>[1]: <a href="https://starlogs.dev/" rel="nofollow noreferrer">https://starlogs.dev/</a> (the domain has changed since the original post)<p>[2]: <a href="https://www.reddit.com/r/programming/comments/1c72lb/starwars_git_logs_starlogs/" rel="nofollow noreferrer">https://www.reddit.com/r/programming/comments/1c72lb/starwar...</a></p>
]]></description><pubDate>Sun, 19 Nov 2023 16:49:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=38334483</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38334483</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38334483</guid></item><item><title><![CDATA[R/programming: how a post went from 1k upvotes to a ban in 10 years]]></title><description><![CDATA[
<p>In 2013 I made this funny website - http://starlogs.net/ [1] - posted it on r/programming, and it was an instant hit: https://www.reddit.com/r/programming/comments/1c72lb/starwars_git_logs_starlogs/ [2] . Fast forward ten years, I decided to rewrite it completely to fix bugs, make it mobile-friendly, and make it easier for people to contribute, etc. Naturally, when I was done, I submitted a post to r/programming. To my bewilderment, it was banned after about half an hour. I couldn't really make sense of it, so I submitted it again a few days later. It fared better this time and got banned after four hours. I messaged the mods but received no reply. I skimmed through the r/programming rules, but nothing stood out.<p>Now, this isn't the work of my life by any stretch, but I am really really curious about what might be the cause. I am posting this in the hopes that some smart and/or better-informed folks can demystify this for me. And if it gains traction, maybe an actual mod might chime in too. Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38334473">https://news.ycombinator.com/item?id=38334473</a></p>
<p>Points: 1</p>
<p># Comments: 5</p>
]]></description><pubDate>Sun, 19 Nov 2023 16:48:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=38334473</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38334473</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38334473</guid></item><item><title><![CDATA[New comment by artemave in "R/programming: how a post went from 1k upvotes to a ban in 10 years"]]></title><description><![CDATA[
<p>Ah. I was looking in the pinned rules post.</p>
]]></description><pubDate>Sun, 12 Nov 2023 22:38:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=38244836</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38244836</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38244836</guid></item><item><title><![CDATA[New comment by artemave in "R/programming: how a post went from 1k upvotes to a ban in 10 years"]]></title><description><![CDATA[
<p>Does my ctrl-f not work? I can't find this line in the rules. But also there are tons of exceptions to that. I can see some right now.</p>
]]></description><pubDate>Sun, 12 Nov 2023 21:05:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=38244067</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38244067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38244067</guid></item><item><title><![CDATA[New comment by artemave in "R/programming: how a post went from 1k upvotes to a ban in 10 years"]]></title><description><![CDATA[
<p>Links:<p>[1]: <a href="https://starlogs.dev/" rel="nofollow noreferrer">https://starlogs.dev/</a> (the domain's changed since the original post)<p>[2]: <a href="https://www.reddit.com/r/programming/comments/1c72lb/starwars_git_logs_starlogs/" rel="nofollow noreferrer">https://www.reddit.com/r/programming/comments/1c72lb/starwar...</a></p>
]]></description><pubDate>Sun, 12 Nov 2023 19:33:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=38243367</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38243367</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38243367</guid></item><item><title><![CDATA[R/programming: how a post went from 1k upvotes to a ban in 10 years]]></title><description><![CDATA[
<p>In 2013 I made this funny website - http://starlogs.net/ [1] - posted it on r/programming, and it was an instant hit: https://www.reddit.com/r/programming/comments/1c72lb/starwars_git_logs_starlogs/ [2] . Fast forward ten years, I decided to rewrite it completely to fix bugs, make it mobile-friendly, and make it easier for people to contribute, etc. Naturally, when I was done, I submitted a post to r/programming. To my bewilderment, it was banned after about half an hour. I couldn't really make sense of it, so I submitted it again a few days later. It fared better this time and got banned after four hours. I messaged the mods but received no reply. I skimmed through the r/programming rules, but nothing stood out.<p>Now, this isn't the work of my life by any stretch, but I am really really curious about what might be the cause. I am posting this in the hopes that some smart and/or better-informed folks can demystify this for me. And if it gains traction, maybe an actual mod might chime in too. Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38243363">https://news.ycombinator.com/item?id=38243363</a></p>
<p>Points: 3</p>
<p># Comments: 6</p>
]]></description><pubDate>Sun, 12 Nov 2023 19:32:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=38243363</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38243363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38243363</guid></item><item><title><![CDATA[New comment by artemave in "Ask HN: Freelancer? Seeking freelancer? (November 2023)"]]></title><description><![CDATA[
<p>SEEKING WORK | WEB DEVELOPER | REMOTE<p>Technologies: Node (js/ts), Rails<p>Location: France<p>Remote: only<p>Language: English fluent, French intermediate<p>Availability: right now<p>Website: <a href="https://artem.rocks/" rel="nofollow noreferrer">https://artem.rocks/</a><p>Hello, I am a seasoned full-stack web developer with over fifteen years of experience. Throughout my career, I've mainly gone back and forth between Rails and Node, with occasional forays into SPAs. I've worked with a variety of clients - from small startups to enterprises.<p>I like to understand the business before coding. I like to translate this understanding into automated scenarios and tests. I prefer clear over clever. I like to deploy fast, small, and often. I like to know about problems in production before the users. I like to talk to the users. I like to talk to the business. I like to talk to the colleagues and pair programming. And, above all, I like coding - it's not just a job, it's a passion.</p>
]]></description><pubDate>Sun, 12 Nov 2023 15:23:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=38240897</link><dc:creator>artemave</dc:creator><comments>https://news.ycombinator.com/item?id=38240897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38240897</guid></item></channel></rss>