<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: atultw</title><link>https://news.ycombinator.com/user?id=atultw</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 23 Apr 2026 15:17:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=atultw" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by atultw in "Show HN: Run TRELLIS.2 Image-to-3D generation natively on Apple Silicon"]]></title><description><![CDATA[
<p>Exactly, I know because I did the same thing!</p>
]]></description><pubDate>Mon, 20 Apr 2026 11:03:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47832617</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=47832617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47832617</guid></item><item><title><![CDATA[New comment by atultw in "Show HN: We built a camera only robot vacuum for less than $300 (well almost)"]]></title><description><![CDATA[
<p>If you capture a video and SLAM map of the whole space, you could use some VQA model like cosmos reason offline to extract key points and descriptions. Maybe even plan the route offline for the open ended task like “clean kitchen”. Then load the route and all you need is localization and obstacle avoidance</p>
]]></description><pubDate>Thu, 09 Apr 2026 04:13:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47699192</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=47699192</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47699192</guid></item><item><title><![CDATA[New comment by atultw in "iPhone 17 Pro Demonstrated Running a 400B LLM"]]></title><description><![CDATA[
<p>Admittedly, my use of CUDA and Metal is fairly surface-level. But I have had great success using LLMs to convert whole gaussian splatting CUDA codebases to Metal. It's not ideal for maintainability and not 1:1, but if CUDA was a moat for NVIDIA, I believe LLMs have dealt a blow to it.</p>
]]></description><pubDate>Mon, 23 Mar 2026 18:31:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47493358</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=47493358</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47493358</guid></item><item><title><![CDATA[New comment by atultw in "Detecting and Preventing Distillation Attacks"]]></title><description><![CDATA[
<p>New term for web scraping just dropped</p>
]]></description><pubDate>Mon, 23 Feb 2026 20:19:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47128178</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=47128178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47128178</guid></item><item><title><![CDATA[New comment by atultw in "Sub-$200 Lidar could reshuffle auto sensor economics"]]></title><description><![CDATA[
<p>To do gaussian splatting anywhere near in real time, you need good depth data to initialize the gaussian positions. This can of course come from monocular depth but then you are back to monocular depth vs lidar.</p>
]]></description><pubDate>Mon, 23 Feb 2026 20:14:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47128110</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=47128110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47128110</guid></item><item><title><![CDATA[New comment by atultw in "Understanding Neural Network, Visually"]]></title><description><![CDATA[
<p>Nice work</p>
]]></description><pubDate>Sat, 07 Feb 2026 02:53:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=46920871</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=46920871</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46920871</guid></item><item><title><![CDATA[New comment by atultw in "Quaternion Algebras"]]></title><description><![CDATA[
<p>Kalman filters so real. I think part of it is that LLMs suggest it as a solution all the time</p>
]]></description><pubDate>Sat, 31 Jan 2026 19:12:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46839754</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=46839754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46839754</guid></item><item><title><![CDATA[Show HN: Refinery – stop hardcoding test cases]]></title><description><![CDATA[
<p>Every indie hacker knows the feeling: re-entering the same test data on every build, or spending hours writing integration tests. With Refinery, all you have to do is add a few lines of code, and the SDK will record how you naturally test your app. You can then replay all your test cases with just one click from the dashboard.<p>The common approach to testing is to write test files, but it's difficult to hardcode values for your test data when you are dealing with Swift NSObjects (think images, audio, video) or complex classes in Python. Refinery makes it easy to sample entered test data directly from your app, and to automatically plug in that same data on subsequent builds. It's like when you step into your program using a debugger and edit variable values. Refinery automates that process and repeats it for each test case, so you can keep your testing process consistent across builds with ease. All you have to do is add one line of code for each variable that you want to "sync".<p>For example, for an image filter, you might record the input image, filter name (or the entire filter object - Refinery is compatible with NSKeyedArchiver), and output image. When you rerun the test suite, you can pick which variables to fix and which ones to keep free (for example, if you are trying out a new filter, you would keep the input image fixed, but keep the filter and output variables free so you can compare the differences). For numerical and text variables, you can manually set the value in the Refinery dashboard to easily test small tweaks.<p>Refinery is already fully functional, I'm just creating user accounts manually at first to prevent abuse and to provide more personal support to early adopters. Sign up and let me know what you think! Feedback is appreciated.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44462752">https://news.ycombinator.com/item?id=44462752</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 04 Jul 2025 09:16:38 +0000</pubDate><link>https://www.testrefinery.com</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=44462752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44462752</guid></item><item><title><![CDATA[CloudKit: Structured Storage for Mobile Applications [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.vldb.org/pvldb/vol11/p540-shraer.pdf">https://www.vldb.org/pvldb/vol11/p540-shraer.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31577821">https://news.ycombinator.com/item?id=31577821</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 01 Jun 2022 03:47:04 +0000</pubDate><link>https://www.vldb.org/pvldb/vol11/p540-shraer.pdf</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=31577821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31577821</guid></item><item><title><![CDATA[The Invisible Design Behind the Apple Watch's Many Faces]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wired.com/2015/04/apple-watch-design/">https://www.wired.com/2015/04/apple-watch-design/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31392524">https://news.ycombinator.com/item?id=31392524</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 16 May 2022 00:20:08 +0000</pubDate><link>https://www.wired.com/2015/04/apple-watch-design/</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=31392524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31392524</guid></item><item><title><![CDATA[eBay: Cassandra Data Modeling Best Practices]]></title><description><![CDATA[
<p>Article URL: <a href="https://tech.ebayinc.com/engineering/cassandra-data-modeling-best-practices-part-1/">https://tech.ebayinc.com/engineering/cassandra-data-modeling-best-practices-part-1/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31116360">https://news.ycombinator.com/item?id=31116360</a></p>
<p>Points: 6</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 21 Apr 2022 23:16:37 +0000</pubDate><link>https://tech.ebayinc.com/engineering/cassandra-data-modeling-best-practices-part-1/</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=31116360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31116360</guid></item><item><title><![CDATA[New comment by atultw in "Apple unveils the best photos from the Shot on iPhone Macro Challenge"]]></title><description><![CDATA[
<p>“A Drop of Freedom” reminds me of Apple's old flower wallpapers with the black background</p>
]]></description><pubDate>Wed, 13 Apr 2022 15:14:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=31015657</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=31015657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31015657</guid></item><item><title><![CDATA[Better debugging in Xcode with LLDB commands]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.atulya.me/swift-debugger/">https://www.atulya.me/swift-debugger/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31011215">https://news.ycombinator.com/item?id=31011215</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 13 Apr 2022 04:33:24 +0000</pubDate><link>https://www.atulya.me/swift-debugger/</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=31011215</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31011215</guid></item><item><title><![CDATA[New comment by atultw in "Zas Editor"]]></title><description><![CDATA[
<p>minimap exists in Xcode but it's not quite the same. It only shows `// MARK: ` comments.<p>Would love for Xcode to have more language support. Maybe an lsp client.</p>
]]></description><pubDate>Fri, 08 Apr 2022 20:39:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=30962238</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=30962238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30962238</guid></item><item><title><![CDATA[New comment by atultw in "Ask HN: Share your personal site"]]></title><description><![CDATA[
<p><a href="https://atulya.me" rel="nofollow">https://atulya.me</a><p>It's a little personal blog that I made with Gatsby. Looking to create my own SSG over the summer once school ends.</p>
]]></description><pubDate>Thu, 07 Apr 2022 00:54:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=30939373</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=30939373</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30939373</guid></item><item><title><![CDATA[New comment by atultw in "Update on StoreKit External Entitlement for dating apps"]]></title><description><![CDATA[
<p>When apple cut the commission from 30% to 15% for small devs, most app developers didn't lower their prices. The savings went to developers. I think it will be similar here</p>
]]></description><pubDate>Wed, 30 Mar 2022 21:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=30860981</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=30860981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30860981</guid></item><item><title><![CDATA[New comment by atultw in "Launch HN: AirMyne (YC W22) – Capturing CO2 from air at industrial scale"]]></title><description><![CDATA[
<p>This looks promising, best of luck.<p>A lot of technologies to solve waste problems have been invented and launched, but very few get used at a large scale.<p>Some questions:<p>What do you see as the biggest roadblocks to adoption of your product? What makes AirMyne more attractive than the existing options? <a href="https://time.com/6125303/direct-air-carbon-capture-infrastructure/" rel="nofollow">https://time.com/6125303/direct-air-carbon-capture-infrastru...</a></p>
]]></description><pubDate>Thu, 17 Mar 2022 16:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=30713086</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=30713086</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30713086</guid></item><item><title><![CDATA[New comment by atultw in "In praise of opinionated frameworks"]]></title><description><![CDATA[
<p>It's fairly popular for Mac. CocoaPods and homebrew are written in ruby</p>
]]></description><pubDate>Tue, 15 Mar 2022 03:40:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=30681431</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=30681431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30681431</guid></item><item><title><![CDATA[New comment by atultw in "Bypass Paywalls: a browser extension to help bypass paywalls for selected sites"]]></title><description><![CDATA[
<p>I just use reader view. Works surprisingly often. Some sites (WSJ for example) don't work though</p>
]]></description><pubDate>Fri, 04 Mar 2022 22:17:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=30561353</link><dc:creator>atultw</dc:creator><comments>https://news.ycombinator.com/item?id=30561353</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30561353</guid></item></channel></rss>