<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: vikin9</title><link>https://news.ycombinator.com/user?id=vikin9</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 01:16:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vikin9" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by vikin9 in "Ask HN: What are the best websites that the Anglosphere doesn't know about?"]]></title><description><![CDATA[
<p>Meteo from Poland is a great source for numerical weather forecast. Website is in english, but their forecast is mainly for Poland + Border regions of the neighbours. <a href="http://www.meteo.pl/index_en.php" rel="nofollow">http://www.meteo.pl/index_en.php</a><p>If you know the coordinates, you can access a jpg-generated meteogram directly over the URL - example for Berlin: <a href="http://www.meteo.pl/um/metco/mgram_pict.php?ntype=0u&fdate=2021021600&row=394&col=121&lang=en" rel="nofollow">http://www.meteo.pl/um/metco/mgram_pict.php?ntype=0u&fdate=2...</a></p>
]]></description><pubDate>Tue, 16 Feb 2021 09:03:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=26152204</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=26152204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26152204</guid></item><item><title><![CDATA[New comment by vikin9 in "Ask HN: When coding, how to do remember what you were doing the previous day?"]]></title><description><![CDATA[
<p>One idea out of many (many have been mentioned by others already): I set linter to always report failure in CI when TODO or FIXME markers are found. So my PR never gets green until I fix them all. I place o lot of such markers if I know that I will not finish in a given focus block (doesn't have to be an end-of-business-day).</p>
]]></description><pubDate>Tue, 12 Jan 2021 16:06:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=25748696</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=25748696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25748696</guid></item><item><title><![CDATA[New comment by vikin9 in "Show HN: I made an alternative platform for professional profiles"]]></title><description><![CDATA[
<p>Looks very nice to get the first impression over a person. There is usually a lot of hints and information in the Internet about how to build such first-impression CV. However, EU companies (maybe elsewhere too?) often ask about second-impression CV with more technical details.<p>I search for a tool helping you to build your coding experience matrix. Imagine a chart looking similar to Github activity tiles or a spreadsheet, where on the x-axis you present time, and on the y-axis you place the coding languages or technologies that you have used in that time.<p>Such thing would help telling the interviewer, that you have 3 years of C++ experience, but your last project on this was in 2013. Anyone seen something like this?<p>edit: grammar & typos</p>
]]></description><pubDate>Tue, 05 Jan 2021 08:23:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=25643379</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=25643379</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25643379</guid></item><item><title><![CDATA[New comment by vikin9 in "Show HN: Instantly search 2M recipes"]]></title><description><![CDATA[
<p>Inability to open selected recipes in a new tab (e.g., to read later) is really annoying</p>
]]></description><pubDate>Thu, 10 Dec 2020 09:35:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=25371707</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=25371707</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25371707</guid></item><item><title><![CDATA[New comment by vikin9 in "Git: Deletion of merged branches taken beyond shell hacks"]]></title><description><![CDATA[
<p>I setup Github repos to automatically delete merged branches - in this case, the remote counterpart will be gone. There might be just the following missing to sync remove `origin/*` branches locally: `git fetch --prune`</p>
]]></description><pubDate>Thu, 13 Aug 2020 13:39:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=24143202</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=24143202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24143202</guid></item><item><title><![CDATA[New comment by vikin9 in "Git: Deletion of merged branches taken beyond shell hacks"]]></title><description><![CDATA[
<p>Not so fancy, but a one-liner<p><pre><code>  # Remove all local branches for which there is no remote
  git branch -r | awk '{print $1}' | egrep -v -f /dev/fd/0 <(git branch -vv | grep origin) | awk '{print $1}' | xargs git branch -D</code></pre></p>
]]></description><pubDate>Wed, 12 Aug 2020 21:25:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=24137188</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=24137188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24137188</guid></item><item><title><![CDATA[New comment by vikin9 in "Is Dark Mode Such a Good Idea?"]]></title><description><![CDATA[
<p>I skip reading articles with white background when in bed, because the screen light is too bright even at the lowest screen brightness setting. Fortunately HN client can display comments white on dark :)</p>
]]></description><pubDate>Fri, 12 Jun 2020 12:50:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=23498682</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=23498682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23498682</guid></item><item><title><![CDATA[New comment by vikin9 in "Ask HN: What interesting problems are you working on?"]]></title><description><![CDATA[
<p>Nice try with the: "You are currently {random} in the queue."</p>
]]></description><pubDate>Wed, 29 Jan 2020 10:57:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=22179258</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=22179258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22179258</guid></item><item><title><![CDATA[New comment by vikin9 in "Show HN: A LaTeX-based resume building app"]]></title><description><![CDATA[
<p>Please keep both versions up to date! Once you get the attention of recruiter (using your one-page Resume) then they usually ask for more information - longer CV, skills matrix, etc.<p>I invested some time to shorten my resume to exactly one page and now I get a bit irritated when people ask me for a longer version.</p>
]]></description><pubDate>Wed, 12 Jun 2019 13:21:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=20164249</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=20164249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20164249</guid></item><item><title><![CDATA[New comment by vikin9 in "Ask HN: What is one Vim trick most people don't know?"]]></title><description><![CDATA[
<p>:norm(al) command
Allows you to do some of the vim magic also on remote systems where you don't have all your plugins.<p>Example:<p>(1) Select block with `C-v`<p>(2) Hit colon `:`<p>(3) Write norm and enter any sequence as you would be in normal mode: `norm I# ` (prepend selection with a comment sign)<p>(4) Admire the result.</p>
]]></description><pubDate>Fri, 29 Jun 2018 08:47:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=17423259</link><dc:creator>vikin9</dc:creator><comments>https://news.ycombinator.com/item?id=17423259</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17423259</guid></item></channel></rss>