<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: H3X_K1TT3N</title><link>https://news.ycombinator.com/user?id=H3X_K1TT3N</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 29 May 2026 17:26:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=H3X_K1TT3N" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by H3X_K1TT3N in "Claude Opus 4.8"]]></title><description><![CDATA[
<p>Thanks for also sharing the prompt. I've been testing claude by asking it to make similar things, so it's useful to see what other people are doing.<p>I do find it interesting that the visual style is pretty similar to things it's produced for me.</p>
]]></description><pubDate>Thu, 28 May 2026 22:23:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48316358</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=48316358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48316358</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "Floppy disks turn out to be the greatest TV remote for kids"]]></title><description><![CDATA[
<p>Yeah, I don't understand why everyone is trying to invalidate their experience or suggest workarounds (implying that they are the problem); this isn't stackoverflow.<p>Every TV I have interacted with in recent years is slow and terrible, except for really old ones. The TVs are the problem, and we shouldn't be making excuses for that.</p>
]]></description><pubDate>Mon, 12 Jan 2026 18:12:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=46592085</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=46592085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46592085</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "JavaScript Demos in 140 Characters"]]></title><description><![CDATA[
<p>Every time I think I couldn't possibly make it smaller, I manage to shave off a few more bytes. Got it under 400 now:<p>x.arc&&c.parentNode.replaceChild(g=c.cloneNode(),c);x=g.getContext`webgl`;f=Float32Array;eval(`d=320()395(41,318())310(41,new f([0,n=0.5,-n,-n,n,-n]),46)${z='382(a=322(13'}9),'attribute vec2 c;${d='void main(){gl_'}Position=vec4(c${w=",0,1);}')313(a)302(d,a)"}${z}8),'${d}FragColor=vec4(0,1${w}376(d)393(d)435(0,2,128,0,0,0)406(0)404(12,0,3)`.replace(/\d{2,}/g,"\nx[Object.keys(x.__proto__)[$&]]"))</p>
]]></description><pubDate>Sat, 10 Jan 2026 08:36:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46563927</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=46563927</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46563927</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "JavaScript Demos in 140 Characters"]]></title><description><![CDATA[
<p>Yeah, that's fair, but I just wanted to see if I could do it this way (for funsies)</p>
]]></description><pubDate>Sat, 10 Jan 2026 00:22:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46561283</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=46561283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46561283</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "JavaScript Demos in 140 Characters"]]></title><description><![CDATA[
<p>Welp, that took up a chunk of my day. This is as far as I got tricking it into doing webgl (it just renders a triangle):<p>if(!window.g){gc=document.createElement('canvas');g=gc.getContext('webgl');c.parentNode.replaceChild(gc,c);k=Object.keys(g.__proto__);d='void main(){gl_';str = `g395(g41,g318())g310(g41,new Float32Array([0,0.5,0,-0.5,-0.5,0,0.5,-0.5,0]),g46);a=g322(g139)g382(a,'attribute vec3 c;${d}Position=vec4(c,1);}')g313(a);b=g322(g138)g382(b,'${d}FragColor=vec4(1,0,1,0);}')g313(b);d=g320()g302(d,a)g302(d,b)g376(d)g393(d)g435(0,3,g128,0,0,0)g406(0)g404(g12,0,3)`.replace(/g(\d+)/g,"\ng.\${k[$1]}");eval("eval(`"+str+"`)")}<p>I assume there are far more advanced methods than what I managed to do, so it's probably possible to actually get that to 140 characters.</p>
]]></description><pubDate>Sat, 10 Jan 2026 00:08:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46561181</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=46561181</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46561181</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "Spherical Snake"]]></title><description><![CDATA[
<p>This should work:
function scale(multi) {
  cnv = document.getElementsByTagName('canvas')[0];
  cnv.width = 358 * multi;
  cnv.height = 360 * multi;
  window.focalLength = 200 * multi;
  window.init();
}
scale(4);</p>
]]></description><pubDate>Tue, 06 Jan 2026 21:41:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46519240</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=46519240</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46519240</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "Spherical Snake"]]></title><description><![CDATA[
<p>I cheated (for science)</p>
]]></description><pubDate>Tue, 06 Jan 2026 20:41:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46518378</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=46518378</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46518378</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "The iPhone 15 Pro’s Depth Maps"]]></title><description><![CDATA[
<p>I did a test scan on a small object (1:12 scale doll), and it seems to capture fine details really well, but I can't say for sure that it would be suitable for things like car parts; you would have to try it and see I suppose.</p>
]]></description><pubDate>Thu, 05 Jun 2025 20:34:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44195533</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=44195533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44195533</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "The iPhone 15 Pro’s Depth Maps"]]></title><description><![CDATA[
<p>I take it back; I double checked and it was more like $180. Still worth it IMO.</p>
]]></description><pubDate>Wed, 04 Jun 2025 20:31:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44185157</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=44185157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44185157</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "The iPhone 15 Pro’s Depth Maps"]]></title><description><![CDATA[
<p>I've had the most success doing 3d scanning with Heges. The LiDAR works pretty well for large objects (like cars), but you can also use the Face ID depth camera to capture smaller objects.<p>I did end up getting the Creality Ferret SE (via TikTok for like $100) for scanning small objects, and it's amazing.</p>
]]></description><pubDate>Wed, 04 Jun 2025 19:40:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=44184686</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=44184686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44184686</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "More people are getting tattoos removed"]]></title><description><![CDATA[
<p>I used to want the visual c++ 6 icon lol</p>
]]></description><pubDate>Thu, 08 May 2025 19:26:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=43930317</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=43930317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43930317</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "Tiny-LLM – a course of serving LLM on Apple Silicon for systems engineers"]]></title><description><![CDATA[
<p>This is absolutely every experience I have with python.</p>
]]></description><pubDate>Mon, 28 Apr 2025 20:31:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43825774</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=43825774</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43825774</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "Show HN: A difficult game to test your logic"]]></title><description><![CDATA[
<p>welp, that was short, but neat</p>
]]></description><pubDate>Thu, 27 Mar 2025 20:02:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43497538</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=43497538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43497538</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "Show HN: A difficult game to test your logic"]]></title><description><![CDATA[
<p>wait, I reopened the link in a new tab and it's suddenly working; not sure what's up with that.</p>
]]></description><pubDate>Thu, 27 Mar 2025 19:58:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=43497495</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=43497495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43497495</guid></item><item><title><![CDATA[New comment by H3X_K1TT3N in "Show HN: A difficult game to test your logic"]]></title><description><![CDATA[
<p>I clicked the frogs, but nothing happened. Am I doing it wrong or is it broken?</p>
]]></description><pubDate>Thu, 27 Mar 2025 19:56:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=43497480</link><dc:creator>H3X_K1TT3N</dc:creator><comments>https://news.ycombinator.com/item?id=43497480</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43497480</guid></item></channel></rss>