<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: ajsdhg</title><link>https://news.ycombinator.com/user?id=ajsdhg</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 03:36:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ajsdhg" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ajsdhg in "Infinite Craft"]]></title><description><![CDATA[
<p>items = () => [...document.querySelectorAll('.items div.item')]
  show = (elt) => elt.style.display=''
  hide = (elt) => elt.style.display='none'
  search = (text) => (items().forEach(show), items().filter(e => !e.innerText.toLowerCase().includes(text.toLowerCase())).forEach(hide))
  inputElt = document.createElement('input'); inputElt.type='text';
  document.querySelector('.sidebar').prepend(inputElt)
  function handle(e) { search(e.target.value) }
  inputElt.addEventListener('input', handle)
reply</p>
]]></description><pubDate>Tue, 06 Feb 2024 19:00:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39278864</link><dc:creator>ajsdhg</dc:creator><comments>https://news.ycombinator.com/item?id=39278864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39278864</guid></item></channel></rss>