One additional option would be to use uBlock Origin if already installed and if one wished to not install userscript. I mention this because I know many here already have uBlock active.<p><i>Addons -> uBlock Preferences -> My Filters:</i> Append something like<p><pre><code> # top (title / url)
news.ycombinator.com##tr.athing span.titleline > a:has-text(/(lockchain|202[3-9]$)/):upward(tr)
# bottom (stats / comments)
news.ycombinator.com##tr.athing span.titleline > a:has-text(/(lockchain|202[3-9]$)/):upward(tr) + *
</code></pre>
And/or adjust it to match the regex used in the linked article or adjust as desired. This example would block blockchain discussions and article titles that end in a year.<p>So from the article one would insert the following between the two <i>//'s</i><p><pre><code> [Nn]eural [Nn]etwork|Bard|[Mm]achine [Ll]earning|[Aa]rtifical [Ii]ntelligence|[Aa]gents|A\.?I\.?|GPT|LLaMA|[Ll]anguage [Mm]odel|(deep|long) learning|[Ll]aid[- ]?off|[Ll]ayoff|[Ss]table [Dd]iffusion|LLM|ML|Co-?[pP]ilot|RL|[Rr]einforcement [Ll]earning|VR|AGI</code></pre>