<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: atilimcetin</title><link>https://news.ycombinator.com/user?id=atilimcetin</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 09:15:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=atilimcetin" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by atilimcetin in "Nvidia RTX Spark"]]></title><description><![CDATA[
<p>With 128GB ram, the price tag would be pretty high. And lots of application does not work Windows on Arm. Even Microsoft provides something like Rosetta 2 for windows, still x86 architecture would be the most popular one for Windows for a looong time.<p>Saying that I think this is product is kinda dead on arrival.</p>
]]></description><pubDate>Mon, 01 Jun 2026 22:19:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48363384</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=48363384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48363384</guid></item><item><title><![CDATA[New comment by atilimcetin in "Should you normalize RGB values by 255 or 256?"]]></title><description><![CDATA[
<p>Oh very nice idea to get rid of the min operator.</p>
]]></description><pubDate>Mon, 01 Jun 2026 20:19:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=48362104</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=48362104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48362104</guid></item><item><title><![CDATA[New comment by atilimcetin in "Should you normalize RGB values by 255 or 256?"]]></title><description><![CDATA[
<p>Interesting article. I tend to use<p>- i = min(floor(f * 256), 255) (from float to uint8)<p>- f = i / 255 (from uint8 to float)<p>Basically a mix of the 2 approaches mentioned in the article.<p>For all integers between [0,255], if I do uint8 -> float -> uint8 conversion, I will get the same result.<p>--<p>edit: I wondered what's the maximum jitter amount that I can introduce to the float and get the same uint8 value. And also these 0->0.0 and 255->1.0 should map properly.<p>With my approach at the top, the jitter margin that I can introduce is 1/65280.<p>But with the article's approach<p>- i = floor(f * 255 + 0.5)<p>- f = i / 255<p>maximum jitter margin is 1/510 (which is better).</p>
]]></description><pubDate>Mon, 01 Jun 2026 19:56:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=48361805</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=48361805</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48361805</guid></item><item><title><![CDATA[New comment by atilimcetin in "Qwen3.7-Max: The Agent Frontier"]]></title><description><![CDATA[
<p>I use pi + openrouter (with qwen3.6-max-preview) a lot. I never hit any stability or performance problems yet.</p>
]]></description><pubDate>Wed, 20 May 2026 16:43:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48210487</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=48210487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48210487</guid></item><item><title><![CDATA[New comment by atilimcetin in "Ask HN: What Are You Working On? (May 2026)"]]></title><description><![CDATA[
<p>Writing detailed and a bit math heavy blog post about specular microfacet-based BRDFs.</p>
]]></description><pubDate>Sun, 10 May 2026 18:59:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48086745</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=48086745</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48086745</guid></item><item><title><![CDATA[RaTeX: KaTeX-compatible LaTeX rendering engine in pure Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://ratex.lites.dev/">https://ratex.lites.dev/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48010729">https://news.ycombinator.com/item?id=48010729</a></p>
<p>Points: 188</p>
<p># Comments: 105</p>
]]></description><pubDate>Mon, 04 May 2026 16:19:31 +0000</pubDate><link>https://ratex.lites.dev/</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=48010729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48010729</guid></item><item><title><![CDATA[New comment by atilimcetin in "Ask HN: Any nice project ideas that you know you'll never bring to life"]]></title><description><![CDATA[
<p>“Nice try”? This is really unfair and untasty.</p>
]]></description><pubDate>Sat, 02 May 2026 00:07:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47981944</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=47981944</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47981944</guid></item><item><title><![CDATA[Ask HN: Any nice project ideas that you know you'll never bring to life]]></title><description><![CDATA[
<p>Every now and then a nice web/mobile application pop into my head. But because of my day job and a side project I’m currently working on, I already know that this idea will never come to life.<p>Do you just write them down and move on and maybe eventually forget about it? Share them publicly? If you share them and someone else brings the idea to life, would that make you happy?<p>Curious what's your approach?<p>Edit: I've just found out r/SomebodyMakeThis subreddit.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47981506">https://news.ycombinator.com/item?id=47981506</a></p>
<p>Points: 2</p>
<p># Comments: 2</p>
]]></description><pubDate>Fri, 01 May 2026 23:04:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47981506</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=47981506</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47981506</guid></item><item><title><![CDATA[New comment by atilimcetin in "Lib0xc: A set of C standard library-adjacent APIs for safer systems programming"]]></title><description><![CDATA[
<p>Thanks for the reply. Noted :)</p>
]]></description><pubDate>Fri, 01 May 2026 22:15:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47981115</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=47981115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47981115</guid></item><item><title><![CDATA[New comment by atilimcetin in "Lib0xc: A set of C standard library-adjacent APIs for safer systems programming"]]></title><description><![CDATA[
<p>The title looks very promising. I’ve added this library to my to-do list to take a deeper look at it. Using this standart library within restricted safe subset of C++ can be a strong opponent for Zig (at least for myself).</p>
]]></description><pubDate>Fri, 01 May 2026 21:21:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47980513</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=47980513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47980513</guid></item><item><title><![CDATA[New comment by atilimcetin in "Qwen3.6-Max-Preview: Smarter, Sharper, Still Evolving"]]></title><description><![CDATA[
<p>I'm directly using <a href="https://chat.qwen.ai" rel="nofollow">https://chat.qwen.ai</a> (Qwen3.6-Plus) and planning to switch to Qwen Code with subscription.</p>
]]></description><pubDate>Mon, 20 Apr 2026 15:29:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47835755</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=47835755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47835755</guid></item><item><title><![CDATA[New comment by atilimcetin in "Qwen3.6-Max-Preview: Smarter, Sharper, Still Evolving"]]></title><description><![CDATA[
<p>Nowadays, I'm working on a realtime path tracer where you need proper understanding of microfacet reflection models, PDFs, (multiple) importance sampling, ReSTIR, etc.. Saying that mine is a somewhat specific use case.<p>And I use Claude, Gemini, GLM, Qwen to double check my math, my code and to get practical information to make my path tracer more efficient. Claude and Gemini failed me more than a couple of times with wrong, misleading and unnecessary information but on the other hand Qwen always gave me proper, practical and correct information. I’ve almost stopped using Claude and Gemini to not to waste my time anymore.<p>Claude code may shine developing web applications, backends and simple games but it's definitely not for me. And this is the story of my specific use case.</p>
]]></description><pubDate>Mon, 20 Apr 2026 15:23:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47835661</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=47835661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47835661</guid></item><item><title><![CDATA[New comment by atilimcetin in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>After reading Sebastian Aaltonen's No Graphics API blog post [1], now I'm working on implementing the suggested API using Metal 4.<p>Also I gave that blog post to Claude Code and asked to implement the API and it made terrible terrible mistakes. Just saying.<p>[1] <a href="https://www.sebastianaaltonen.com/blog/no-graphics-api" rel="nofollow">https://www.sebastianaaltonen.com/blog/no-graphics-api</a></p>
]]></description><pubDate>Mon, 09 Mar 2026 02:58:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47304384</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=47304384</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47304384</guid></item><item><title><![CDATA[It's Okay to Feel Down Today Because Tomorrow Is a New Day [video]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=nXVVJC33hmo">https://www.youtube.com/watch?v=nXVVJC33hmo</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45741730">https://news.ycombinator.com/item?id=45741730</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 29 Oct 2025 01:54:28 +0000</pubDate><link>https://www.youtube.com/watch?v=nXVVJC33hmo</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=45741730</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45741730</guid></item><item><title><![CDATA[Galactic Empires May Live at the Center of Our Galaxy, Hence Why We Don't Hear]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.universetoday.com/articles/galactic-empires-may-live-at-the-center-of-our-galaxy-hence-why-we-dont-hear-from-them">https://www.universetoday.com/articles/galactic-empires-may-live-at-the-center-of-our-galaxy-hence-why-we-dont-hear-from-them</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45741177">https://news.ycombinator.com/item?id=45741177</a></p>
<p>Points: 6</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 29 Oct 2025 00:33:48 +0000</pubDate><link>https://www.universetoday.com/articles/galactic-empires-may-live-at-the-center-of-our-galaxy-hence-why-we-dont-hear-from-them</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=45741177</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45741177</guid></item><item><title><![CDATA[Westinghouse is claiming a nuclear deal would see $80B of new reactors]]></title><description><![CDATA[
<p>Article URL: <a href="https://arstechnica.com/science/2025/10/westinghouse-is-claiming-a-nuclear-deal-would-see-80b-of-new-reactors/">https://arstechnica.com/science/2025/10/westinghouse-is-claiming-a-nuclear-deal-would-see-80b-of-new-reactors/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45740949">https://news.ycombinator.com/item?id=45740949</a></p>
<p>Points: 18</p>
<p># Comments: 22</p>
]]></description><pubDate>Tue, 28 Oct 2025 23:59:22 +0000</pubDate><link>https://arstechnica.com/science/2025/10/westinghouse-is-claiming-a-nuclear-deal-would-see-80b-of-new-reactors/</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=45740949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45740949</guid></item><item><title><![CDATA[Fyrox – A feature-rich game engine built in Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://fyrox.rs/">https://fyrox.rs/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45722915">https://news.ycombinator.com/item?id=45722915</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 27 Oct 2025 16:28:23 +0000</pubDate><link>https://fyrox.rs/</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=45722915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45722915</guid></item><item><title><![CDATA[PhotoDemon: Free, portable, open-source photo editor]]></title><description><![CDATA[
<p>Article URL: <a href="https://photodemon.org/">https://photodemon.org/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45699899">https://news.ycombinator.com/item?id=45699899</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 24 Oct 2025 22:51:05 +0000</pubDate><link>https://photodemon.org/</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=45699899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45699899</guid></item><item><title><![CDATA[Asahi Linux Progress Linux 6.17]]></title><description><![CDATA[
<p>Article URL: <a href="https://asahilinux.org/2025/10/progress-report-6-17/">https://asahilinux.org/2025/10/progress-report-6-17/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45696570">https://news.ycombinator.com/item?id=45696570</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 24 Oct 2025 16:58:54 +0000</pubDate><link>https://asahilinux.org/2025/10/progress-report-6-17/</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=45696570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45696570</guid></item><item><title><![CDATA[SVG in GTK]]></title><description><![CDATA[
<p>Article URL: <a href="https://blogs.gnome.org/gtk/2025/10/23/svg-in-gtk/">https://blogs.gnome.org/gtk/2025/10/23/svg-in-gtk/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45687311">https://news.ycombinator.com/item?id=45687311</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 23 Oct 2025 21:17:59 +0000</pubDate><link>https://blogs.gnome.org/gtk/2025/10/23/svg-in-gtk/</link><dc:creator>atilimcetin</dc:creator><comments>https://news.ycombinator.com/item?id=45687311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45687311</guid></item></channel></rss>