<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: ryenus</title><link>https://news.ycombinator.com/user?id=ryenus</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 05:17:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ryenus" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ryenus in "Hurl 4.0.0"]]></title><description><![CDATA[
<p>Turned out that one was, as you said, a totally unrelated toy language, nothing like this hurl.dev one.</p>
]]></description><pubDate>Sat, 01 Jul 2023 00:06:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=36544448</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=36544448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36544448</guid></item><item><title><![CDATA[New comment by ryenus in "The Awk Programming Language, Second Edition"]]></title><description><![CDATA[
<p>Thanks! ICYMI: GoAWK [1] - A POSIX-compliant AWK interpreter written in Go, with CSV support.<p>[1]: <a href="https://github.com/benhoyt/goawk">https://github.com/benhoyt/goawk</a></p>
]]></description><pubDate>Fri, 30 Jun 2023 09:10:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=36532260</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=36532260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36532260</guid></item><item><title><![CDATA[New comment by ryenus in "The Awk Programming Language, Second Edition"]]></title><description><![CDATA[
<p>Ah good to know, thank you! Meanwhile I found it, it was the awk from Debian 10 that lacked `length(array)`, see the related nvm pr [1].<p>[1]: <a href="https://github.com/nvm-sh/nvm/pull/2917/">https://github.com/nvm-sh/nvm/pull/2917/</a></p>
]]></description><pubDate>Fri, 30 Jun 2023 08:58:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=36532207</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=36532207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36532207</guid></item><item><title><![CDATA[New comment by ryenus in "The Awk Programming Language, Second Edition"]]></title><description><![CDATA[
<p>Awk is really great, for those knowing nvm [1], I used awk to make `nvm ls-remote` run more than 10 times faster [2] by replacing the related shell script with around 60 lines of awk script [3], and I was quite happy with the improvement.<p>It's not really a one-liner, neither something big, but one can take that as an example regarding that awk is really not just for one-liners.<p>Meanwhile having `--csv` support is really nice. I'd also like to see things like a builtin `length` function to be standard.<p>[1]: <a href="https://github.com/nvm-sh/nvm/">https://github.com/nvm-sh/nvm/</a>
[2]: <a href="https://github.com/nvm-sh/nvm/pull/2827/">https://github.com/nvm-sh/nvm/pull/2827/</a>
[3]: <a href="https://github.com/nvm-sh/nvm/blob/9a769630d7/nvm.sh#L1703-L1765">https://github.com/nvm-sh/nvm/blob/9a769630d7/nvm.sh#L1703-L...</a></p>
]]></description><pubDate>Fri, 30 Jun 2023 01:01:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=36529159</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=36529159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36529159</guid></item><item><title><![CDATA[New comment by ryenus in "Explore the Silk Roads"]]></title><description><![CDATA[
<p>Since you have Zhangye, you might also want to include Dunhuang (<a href="https://en.wikipedia.org/wiki/Dunhuang" rel="nofollow">https://en.wikipedia.org/wiki/Dunhuang</a>)?<p>And there's Mogao Caves (<a href="https://en.wikipedia.org/wiki/Mogao_Caves" rel="nofollow">https://en.wikipedia.org/wiki/Mogao_Caves</a>) which can't be missed.</p>
]]></description><pubDate>Tue, 07 Feb 2023 00:53:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=34686982</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=34686982</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34686982</guid></item><item><title><![CDATA[New comment by ryenus in "The fish shell is amazing"]]></title><description><![CDATA[
<p>Indeed, the following should work with upcoming fish 3.4:<p><pre><code>    echo "pwd: $(pwd)"
</code></pre>
See <a href="https://github.com/fish-shell/fish-shell/pull/8059" rel="nofollow">https://github.com/fish-shell/fish-shell/pull/8059</a></p>
]]></description><pubDate>Fri, 26 Nov 2021 01:23:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=29346694</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=29346694</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29346694</guid></item><item><title><![CDATA[New comment by ryenus in "Bash PS1 Generator"]]></title><description><![CDATA[
<p>Nowadays there's the `--show-current` option:<p><pre><code>    git branch --show-current
</code></pre>
See <a href="https://git-scm.com/docs/git-branch" rel="nofollow">https://git-scm.com/docs/git-branch</a></p>
]]></description><pubDate>Thu, 24 Jun 2021 15:48:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=27619312</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=27619312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27619312</guid></item><item><title><![CDATA[New comment by ryenus in "Show HN: Lite – A small, fast text editor"]]></title><description><![CDATA[
<p>Wow, thank you for mentioning EmEditor, I used to keep it as a must-have app when used Windows, preferred it over UltraEdit, EditPlus etc, good memories. Nowadays it's all vscode though.</p>
]]></description><pubDate>Sun, 10 May 2020 15:14:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=23133238</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=23133238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23133238</guid></item><item><title><![CDATA[New comment by ryenus in "Which is better on Android: divide by 2 or shift by 1?"]]></title><description><![CDATA[
<p><p><pre><code>  -5/2 -> -2 (ok, rounds down)
</code></pre>
Actually this is rounding up, to zero, as <i>-2.5 < -2 < 0</i></p>
]]></description><pubDate>Fri, 24 Apr 2020 19:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=22971834</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=22971834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22971834</guid></item><item><title><![CDATA[New comment by ryenus in "Homebrew 2.2"]]></title><description><![CDATA[
<p>TIL:<p>> brew cat sets bat as pager if HOMEBREW_BAT is set<p>And bat is really a nice alternative to cat.</p>
]]></description><pubDate>Wed, 27 Nov 2019 17:01:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=21649597</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=21649597</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21649597</guid></item><item><title><![CDATA[New comment by ryenus in "Bill Gates on making “one of the greatest mistakes of all time”"]]></title><description><![CDATA[
<p>> In fact, Gates is still kicking himself for taking his eyes off the ball and allowing Google to develop Android<p>And those in Google are probably also kicking themselves for taking their eyes off the ball and allowing Oracle to acquire Sun</p>
]]></description><pubDate>Sun, 23 Jun 2019 01:14:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=20252668</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=20252668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20252668</guid></item><item><title><![CDATA[New comment by ryenus in "New in Chrome 73"]]></title><description><![CDATA[
<p>Finally:<p>* Dark mode is now supported on Mac, and Windows support is on the way.</p>
]]></description><pubDate>Wed, 13 Mar 2019 10:00:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=19377207</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=19377207</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19377207</guid></item><item><title><![CDATA[New comment by ryenus in "Upgrading GitHub from Rails 3.2 to 5.2"]]></title><description><![CDATA[
<p>Anyone knows which ruby runtime GitHub uses? Ruby MRI or JRuby etc.?</p>
]]></description><pubDate>Fri, 28 Sep 2018 23:34:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=18097839</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=18097839</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18097839</guid></item><item><title><![CDATA[New comment by ryenus in "Chrome 69: “www.” subdomain missing from URL"]]></title><description><![CDATA[
<p>The issue has only 46 comments at this moment because they have restricted the permission to comment, very nice. I thought there would be hundreds of, otherwise.<p>BTW, it sucks that existing comments cannot be voted or reacted with emojis, they should know this:
<a href="https://bugs.chromium.org/p/monorail/issues/detail?id=4248" rel="nofollow">https://bugs.chromium.org/p/monorail/issues/detail?id=4248</a></p>
]]></description><pubDate>Fri, 07 Sep 2018 02:26:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=17931446</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=17931446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17931446</guid></item><item><title><![CDATA[New comment by ryenus in "Kitty – a fast, featureful, GPU based terminal emulator"]]></title><description><![CDATA[
<p>Have you managed to configure it to behave similar to iTerm 2 
 in terms of keyboard shortcuts? Would you please share your config?<p>One thing is, I don't get its <i>layout</i>, is it possible to create a vertical/horizontal split like what (shift+)cmd+d does in iTerm 2?</p>
]]></description><pubDate>Thu, 06 Sep 2018 05:37:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=17924103</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=17924103</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17924103</guid></item><item><title><![CDATA[New comment by ryenus in "Minimal Ubuntu – how small can it go?"]]></title><description><![CDATA[
<p>So the RFC comes true <a href="https://news.ycombinator.com/item?id=16292883" rel="nofollow">https://news.ycombinator.com/item?id=16292883</a></p>
]]></description><pubDate>Wed, 11 Jul 2018 19:02:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=17509392</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=17509392</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17509392</guid></item><item><title><![CDATA[New comment by ryenus in "Apple Engineers Its Own Downfall with the Macbook Pro Keyboard"]]></title><description><![CDATA[
<p>The 2015 MBP is still available, though not that obviously:
<a href="https://www.apple.com/macbook-pro/specs-2015/" rel="nofollow">https://www.apple.com/macbook-pro/specs-2015/</a></p>
]]></description><pubDate>Thu, 28 Jun 2018 09:49:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=17415443</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=17415443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17415443</guid></item><item><title><![CDATA[New comment by ryenus in "GitLab Web IDE"]]></title><description><![CDATA[
<p>Sourcegraph used to be an online vscode, simply the coolest back then, but seems no more, they suddenly changed direction, possibly due to conflict of interests with Microsoft?</p>
]]></description><pubDate>Sat, 16 Jun 2018 00:39:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=17324991</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=17324991</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17324991</guid></item><item><title><![CDATA[New comment by ryenus in "Scala Native 0.3.7"]]></title><description><![CDATA[
<p>And one can use Kotlin with Apache Spark, e.g.:<p><a href="http://tomstechnicalblog.blogspot.hk/2016/11/using-kotlin-language-with-spark.html" rel="nofollow">http://tomstechnicalblog.blogspot.hk/2016/11/using-kotlin-la...</a></p>
]]></description><pubDate>Thu, 29 Mar 2018 17:56:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=16709319</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=16709319</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16709319</guid></item><item><title><![CDATA[IntelliJ IDEA 2018.1 Released]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.jetbrains.com/idea/specials/idea/whatsnew.html">https://www.jetbrains.com/idea/specials/idea/whatsnew.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16689703">https://news.ycombinator.com/item?id=16689703</a></p>
<p>Points: 39</p>
<p># Comments: 4</p>
]]></description><pubDate>Tue, 27 Mar 2018 15:55:20 +0000</pubDate><link>https://www.jetbrains.com/idea/specials/idea/whatsnew.html</link><dc:creator>ryenus</dc:creator><comments>https://news.ycombinator.com/item?id=16689703</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16689703</guid></item></channel></rss>