<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: Smylers</title><link>https://news.ycombinator.com/user?id=Smylers</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 05 Jun 2026 09:39:23 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Smylers" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Smylers in "The Website Hacker News Is Afraid to Discuss"]]></title><description><![CDATA[
<p>That “gradual decline” is an artifact of your maths, in which you're gradually changing the weight of recent years.<p>Consider a sequence with an extreme drop-off: 100, 100, 100, 100, 40. Taking averages of all the numbers, then all but the first, all but the first 2, and so on, yields: 88, 85, 80, 70, 40. That might look like it includes a gradual decline, but clearly there's nothing gradual in the underlying data.</p>
]]></description><pubDate>Thu, 27 Mar 2025 16:02:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=43495015</link><dc:creator>Smylers</dc:creator><comments>https://news.ycombinator.com/item?id=43495015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43495015</guid></item><item><title><![CDATA[New comment by Smylers in "Neovim 0.5 is overpowering"]]></title><description><![CDATA[
<p>Some of my stuff is in Raku, which indeed supports Unicode operators. But other coding isn't, and it'd be nice to use ligature fonts for those.</p>
]]></description><pubDate>Thu, 27 May 2021 13:25:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=27302779</link><dc:creator>Smylers</dc:creator><comments>https://news.ycombinator.com/item?id=27302779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27302779</guid></item><item><title><![CDATA[New comment by Smylers in "Neovim 0.5 is overpowering"]]></title><description><![CDATA[
<p>Thanks. I'd previously tried and failed a couple of times to get a NeoVim gui installed, mainly because I wanted to try one of those ligature fonts that display -> as → and the like. There seemed to be a few different options, in various states of being abandoned, or unpackaged, or needing libraries not in my OS, or ...<p>Turns out now all that's needed for Ubuntu is sudo apt install neovim-qt. Thank you for prompting me to look at this again.<p>However, on running it, the window seemed very wide, so one of the first things I tried was `:set columns=80` — and nothing happened. Checking  :h 'co`, it looks like it's supposed to work.<p>Ah, and it seems the (released version of) QT gui doesn't support ligature fonts yet. The FiraCode website says it works with NeoVim-gtk: <a href="https://github.com/tonsky/FiraCode#user-content-editor-compatibility-list" rel="nofollow">https://github.com/tonsky/FiraCode#user-content-editor-compa...</a><p>Maybe I'll give that another go ...</p>
]]></description><pubDate>Thu, 27 May 2021 11:02:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=27301466</link><dc:creator>Smylers</dc:creator><comments>https://news.ycombinator.com/item?id=27301466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27301466</guid></item><item><title><![CDATA[New comment by Smylers in "Mutt email client 25 years old"]]></title><description><![CDATA[
<p>I avoid that by replying inline, discarding the history of multiple-quoted emails from top-repliers. Everybody else uses Outlook, but nobody has yet complained.<p>For sending emails with formatting (italics, headings), I use Markdown in Vim then press H in Mutt before sending, which pipes it through an appropriate filter:<p>set send_multipart_alternative_filter=html_alternative 
send-hook . 'set send_multipart_alternative=no'
macro compose H ':set send_multipart_alternative=yes<Enter><view-alt-mailcap>' 'add HTML alternative'</p>
]]></description><pubDate>Mon, 17 Aug 2020 16:19:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=24188668</link><dc:creator>Smylers</dc:creator><comments>https://news.ycombinator.com/item?id=24188668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24188668</guid></item><item><title><![CDATA[New comment by Smylers in "Mutt email client 25 years old"]]></title><description><![CDATA[
<p>One of my main reasons for using Mutt is precisely the opposite: with mbsync I have copies of all emails on my laptop, so I can read, search, and compose emails when I don't have an internet connection.</p>
]]></description><pubDate>Mon, 17 Aug 2020 16:10:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=24188581</link><dc:creator>Smylers</dc:creator><comments>https://news.ycombinator.com/item?id=24188581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24188581</guid></item><item><title><![CDATA[New comment by Smylers in "Tell HN: Archive.is inaccessible via Cloudflare DNS (1.1.1.1)"]]></title><description><![CDATA[
<p>In what way doesn't it work? This is with my ISP's DNS (using which I can visit <a href="https://www.lancaster.ac.uk/" rel="nofollow">https://www.lancaster.ac.uk/</a> in a browser):<p><pre><code>  $ host -t a lancaster.ac.uk
  lancaster.ac.uk has address 148.88.65.80
</code></pre>
and this is with Cloudflare's:<p><pre><code>  $ host -t a lancaster.ac.uk 1.1.1.1
  Using domain server:
  Name: 1.1.1.1
  Address: 1.1.1.1#53
  Aliases: 
  
  lancaster.ac.uk has address 148.88.65.80
</code></pre>
Looks the same to me.</p>
]]></description><pubDate>Sun, 05 May 2019 06:35:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=19831502</link><dc:creator>Smylers</dc:creator><comments>https://news.ycombinator.com/item?id=19831502</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19831502</guid></item></channel></rss>