<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: theschwa</title><link>https://news.ycombinator.com/user?id=theschwa</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 13 Apr 2026 14:07:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=theschwa" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by theschwa in "Reproducing DeepSeek's MHC: When Residual Connections Explode"]]></title><description><![CDATA[
<p>Between the clear writing and the diagrams, this was a great write up. I had actually skipped reading up on mHC as it sounded like it was going to take some time to grok, but this made it immediately approachable. I hope you do more write ups like this in the future.</p>
]]></description><pubDate>Mon, 12 Jan 2026 16:57:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46591127</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=46591127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46591127</guid></item><item><title><![CDATA[New comment by theschwa in "Zod: TypeScript-first schema validation with static type inference"]]></title><description><![CDATA[
<p>Yeah, looking at that example feels like jumping straight into the deep end of the pool. I think it helps going through a tutorial that breaks down the why of each piece. I really liked this tutorial on it: <a href="https://www.typeonce.dev/course/effect-beginners-complete-getting-started" rel="nofollow">https://www.typeonce.dev/course/effect-beginners-complete-ge...</a><p>Some core things from Effect though that you can see in that Express example:<p>* Break things down into Services. Effect handles dependency injection, that's typed, for services so you can easily test them and have different versions running for testing, production, etc.
* Fibers for threaded execution
* Managing resources to make sure they're properly closed with scope<p>I think a lot of these things though often aren't truly appreciated until you've had something go wrong before or you've had to build a system to manage them yourself.
*</p>
]]></description><pubDate>Wed, 09 Oct 2024 22:08:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=41793246</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=41793246</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41793246</guid></item><item><title><![CDATA[Smart Light Database]]></title><description><![CDATA[
<p>Article URL: <a href="https://optimizeyourbiology.com/smart-light-database/">https://optimizeyourbiology.com/smart-light-database/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41385369">https://news.ycombinator.com/item?id=41385369</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Wed, 28 Aug 2024 23:04:16 +0000</pubDate><link>https://optimizeyourbiology.com/smart-light-database/</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=41385369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41385369</guid></item><item><title><![CDATA[Idefics2: A Powerful 8B Vision-Language Model for the Community]]></title><description><![CDATA[
<p>Article URL: <a href="https://huggingface.co/blog/idefics2">https://huggingface.co/blog/idefics2</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40355835">https://news.ycombinator.com/item?id=40355835</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 14 May 2024 14:54:15 +0000</pubDate><link>https://huggingface.co/blog/idefics2</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=40355835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40355835</guid></item><item><title><![CDATA[SV3D: Stability AI's 3D Generation Using Latent Video Diffusion [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://home.otoy.com/wp-content/uploads/2024/03/SV3D_report.pdf">https://home.otoy.com/wp-content/uploads/2024/03/SV3D_report.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39748312">https://news.ycombinator.com/item?id=39748312</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 18 Mar 2024 18:46:26 +0000</pubDate><link>https://home.otoy.com/wp-content/uploads/2024/03/SV3D_report.pdf</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=39748312</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39748312</guid></item><item><title><![CDATA[Gradient Descent with Adam in Plain C++]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.demofox.org/2024/02/11/gradient-descent-with-adam-in-plain-c/">https://blog.demofox.org/2024/02/11/gradient-descent-with-adam-in-plain-c/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39431156">https://news.ycombinator.com/item?id=39431156</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 19 Feb 2024 15:57:05 +0000</pubDate><link>https://blog.demofox.org/2024/02/11/gradient-descent-with-adam-in-plain-c/</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=39431156</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39431156</guid></item><item><title><![CDATA[New comment by theschwa in "Whisper: Nvidia RTX 4090 vs. M1 Pro with MLX"]]></title><description><![CDATA[
<p>I feel like this is particularly interesting in light of their Vision Pro. Being able to run models in a power efficient manner may not mean much to everyone on a laptop, but it's a huge benefit for an already power hungry headset.</p>
]]></description><pubDate>Wed, 13 Dec 2023 16:18:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=38629570</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=38629570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38629570</guid></item><item><title><![CDATA[New comment by theschwa in "Lumalabs AI"]]></title><description><![CDATA[
<p>I believe they are using the original Gaussian Splatting code from Inria under the hood: <a href="https://github.com/graphdeco-inria/gaussian-splatting">https://github.com/graphdeco-inria/gaussian-splatting</a></p>
]]></description><pubDate>Tue, 17 Oct 2023 22:03:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=37922225</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=37922225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37922225</guid></item><item><title><![CDATA[New comment by theschwa in "Making Gaussian Splats more smaller"]]></title><description><![CDATA[
<p>"How does “reflection” of the vase on the metal part of the table work, you might ask? The gaussians have “learned” the ages-old trick of duplicating and mirroring the geometry for reflection!"<p>Thank you! I'd seen people remove some of the SH coefficients while still getting reflections, and I couldn't understand how that worked. The old tricks sometimes really are the best tricks.</p>
]]></description><pubDate>Thu, 28 Sep 2023 23:34:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=37697374</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=37697374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37697374</guid></item><item><title><![CDATA[ProlificDreamer: High-Fidelity and Diverse Text-to-3D Generation]]></title><description><![CDATA[
<p>Article URL: <a href="https://ml.cs.tsinghua.edu.cn/prolificdreamer/">https://ml.cs.tsinghua.edu.cn/prolificdreamer/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37694882">https://news.ycombinator.com/item?id=37694882</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 28 Sep 2023 19:53:35 +0000</pubDate><link>https://ml.cs.tsinghua.edu.cn/prolificdreamer/</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=37694882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37694882</guid></item><item><title><![CDATA[New comment by theschwa in "Sub-pixel distance transform"]]></title><description><![CDATA[
<p>But,I believe this is being used for his Use.GPU project, which requires not just GPU support, but the latest WebGPU support.</p>
]]></description><pubDate>Fri, 21 Jul 2023 16:32:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=36815897</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=36815897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36815897</guid></item><item><title><![CDATA[New comment by theschwa in "Sub-pixel distance transform"]]></title><description><![CDATA[
<p>Can someone help me understand why a CPU based method like EDT would be used instead of a more GPU friendly method like jump fill?<p>It seems like you could use the sun pixel distances like he did, but then use them with jump fill, but maybe I'm missing something?</p>
]]></description><pubDate>Fri, 21 Jul 2023 15:59:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=36815412</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=36815412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36815412</guid></item><item><title><![CDATA[New comment by theschwa in "Ask HN: Enabled or Disabled"]]></title><description><![CDATA[
<p>We used to have some "disabled" checkboxes, but they caused a ton of confusion, and negative user feedback. We switched to toggles with On and Off written on either with all verbiage written in the positive, and we no longer get questions about it. 
e.g.: Use "blah blah" data source:  Off (--o) On</p>
]]></description><pubDate>Mon, 17 Apr 2023 18:10:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=35604342</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=35604342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35604342</guid></item><item><title><![CDATA[New comment by theschwa in "Tim Cook bets on Apple’s mixed-reality headset to secure his legacy"]]></title><description><![CDATA[
<p>Meta and Apple are both working on creating an environment in which they can succeed in AR. The hardware for AR is a good ways off, but I think the current market is more about building the momentum of software, hardware, and ecosystem that Meta and Apple need to succeed with AR. They are both willing to take losses to get there. In that regard, I don't think this is a make or break moment, but I do think that Apple is hoping to put out a product that gives people a better glimpse of their vision for mixed reality and AR.</p>
]]></description><pubDate>Mon, 13 Mar 2023 16:25:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=35137963</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=35137963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35137963</guid></item><item><title><![CDATA[New comment by theschwa in "Bigscreen Beyond – Small VR Headset"]]></title><description><![CDATA[
<p>I believe they've said that this was a choice to reduce the size and the weight, and it lets them bring the device closer to the users face. It also means that it can stay comfortably with just the one strap.</p>
]]></description><pubDate>Tue, 14 Feb 2023 03:30:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=34784884</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=34784884</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34784884</guid></item><item><title><![CDATA[New comment by theschwa in "Show HN: Filmbox, physically accurate film emulation, now on Linux and Windows"]]></title><description><![CDATA[
<p>As an artist and shader geek, I just want to say that this looks awesome. I'd love to see that blog post on Swift + Electron.</p>
]]></description><pubDate>Thu, 09 Feb 2023 00:50:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=34718138</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=34718138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34718138</guid></item><item><title><![CDATA[New comment by theschwa in "Show HN: I built a site that lets users find playlists by songs they contain"]]></title><description><![CDATA[
<p>Thank you so much for this! I've always wanted this capability, and I plan on making extensive use of it.</p>
]]></description><pubDate>Mon, 10 Oct 2022 14:19:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=33151750</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=33151750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33151750</guid></item><item><title><![CDATA[3D Parametric Room Representation with RoomPlan]]></title><description><![CDATA[
<p>Article URL: <a href="https://machinelearning.apple.com/research/roomplan">https://machinelearning.apple.com/research/roomplan</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33096737">https://news.ycombinator.com/item?id=33096737</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 05 Oct 2022 15:22:59 +0000</pubDate><link>https://machinelearning.apple.com/research/roomplan</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=33096737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33096737</guid></item><item><title><![CDATA[New comment by theschwa in "Make-A-Video: AI system that generates videos from text"]]></title><description><![CDATA[
<p>Since this uses an T2I model under the hood, would it be possible to build a version of this on top of Stable Diffusion?</p>
]]></description><pubDate>Thu, 29 Sep 2022 15:41:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=33022244</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=33022244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33022244</guid></item><item><title><![CDATA[New comment by theschwa in "Google wants to take on Dolby with new open media formats"]]></title><description><![CDATA[
<p>Am I understanding this correctly that this would be a push and rebranding of HDR10+?</p>
]]></description><pubDate>Thu, 22 Sep 2022 15:26:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=32940219</link><dc:creator>theschwa</dc:creator><comments>https://news.ycombinator.com/item?id=32940219</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32940219</guid></item></channel></rss>