<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: nirei</title><link>https://news.ycombinator.com/user?id=nirei</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 25 Sep 2026 18:10:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nirei" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nirei in "Claude discovers a novel enzyme system with CRISPR-like repeats"]]></title><description><![CDATA[
<p>Eager to learn whose research they are stealing this time.</p>
]]></description><pubDate>Thu, 24 Sep 2026 02:40:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=49825551</link><dc:creator>nirei</dc:creator><comments>https://news.ycombinator.com/item?id=49825551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49825551</guid></item><item><title><![CDATA[New comment by nirei in "Make product worse, get money"]]></title><description><![CDATA[
<p>Very good involuntary defense of the thing it's trying to disprove.</p>
]]></description><pubDate>Sat, 22 Nov 2025 16:55:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46016133</link><dc:creator>nirei</dc:creator><comments>https://news.ycombinator.com/item?id=46016133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46016133</guid></item><item><title><![CDATA[New comment by nirei in "Let’s Draw Together"]]></title><description><![CDATA[
<p>function createEvent(type, x, y) {
  const event = new PointerEvent(type, 
   {pointerId: 1,
    bubbles: true, 
    cancelable: true, 
    pointerType: "touch",
    width: 100,
    height: 100,
    isPrimary: true,
    clientX: x,
    clientY: y
   });
  const element = document.getElementById('canvas');
  element.dispatchEvent(event);
}<p>createEvent("pointerdown", 0, 300);
for(x = 0; x < 100; x+=10) {
  createEvent("pointermove", x, 300)
}
createEvent("pointerup", 100, 300);<p>what am I doing wrong?</p>
]]></description><pubDate>Mon, 25 May 2020 04:22:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=23297773</link><dc:creator>nirei</dc:creator><comments>https://news.ycombinator.com/item?id=23297773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23297773</guid></item></channel></rss>