<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: kukanani</title><link>https://news.ycombinator.com/user?id=kukanani</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Jul 2026 01:35:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kukanani" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kukanani in "The motion-sickness cure hidden in iPhone settings"]]></title><description><![CDATA[
<p>Make that N=2, the one person I know who suffers from phone-induced motion sickness says that having this feature on makes the sickness worse.</p>
]]></description><pubDate>Wed, 29 Jul 2026 19:29:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49101908</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=49101908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49101908</guid></item><item><title><![CDATA[The Design Landscape of Robot Learning Is a Minefield]]></title><description><![CDATA[
<p>Article URL: <a href="https://allevato.me/2026/04/15/robot-learning-is-a-minefield">https://allevato.me/2026/04/15/robot-learning-is-a-minefield</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47778369">https://news.ycombinator.com/item?id=47778369</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 15 Apr 2026 12:58:28 +0000</pubDate><link>https://allevato.me/2026/04/15/robot-learning-is-a-minefield</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=47778369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47778369</guid></item><item><title><![CDATA[New comment by kukanani in "An AI robot in my home"]]></title><description><![CDATA[
<p>Apologies - the source code was shared with me in confidence, dropping it on GitHub was explicitly one of the things I would not do with it. Will update you if that stance changes!</p>
]]></description><pubDate>Fri, 10 Apr 2026 16:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=47720302</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=47720302</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47720302</guid></item><item><title><![CDATA[New comment by kukanani in "An AI robot in my home"]]></title><description><![CDATA[
<p>The personality also comes from the system prompt, but I’ll grant you, it’s pretty minor.<p>I’m looking forward to a future where everyone could have their own personality model that is actually fine tuned at the weight level. Plus if we come up with better ways to do lifelong learning, personality could emerge from the robot’s experiences</p>
]]></description><pubDate>Fri, 10 Apr 2026 16:12:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47720279</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=47720279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47720279</guid></item><item><title><![CDATA[New comment by kukanani in "An AI robot in my home"]]></title><description><![CDATA[
<p>Local inference is definitely a good way to go here. Latency when talking to an embodied robot is extremely noticeable though, and pauses during voice chats are way worse than during text chats.<p>It’s something I’m exploring - stay tuned :)</p>
]]></description><pubDate>Tue, 07 Apr 2026 17:56:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47678946</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=47678946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47678946</guid></item><item><title><![CDATA[An AI robot in my home]]></title><description><![CDATA[
<p><a href="https://allevato.me/2026/04/03/reviving-a-robot" rel="nofollow">https://allevato.me/2026/04/03/reviving-a-robot</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47674950">https://news.ycombinator.com/item?id=47674950</a></p>
<p>Points: 69</p>
<p># Comments: 28</p>
]]></description><pubDate>Tue, 07 Apr 2026 13:19:10 +0000</pubDate><link>https://allevato.me/2026/04/07/an-ai-robot-in-my-home</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=47674950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47674950</guid></item><item><title><![CDATA[Reviving a Robot]]></title><description><![CDATA[
<p>Article URL: <a href="https://allevato.me/2026/04/03/reviving-a-robot">https://allevato.me/2026/04/03/reviving-a-robot</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47660464">https://news.ycombinator.com/item?id=47660464</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 06 Apr 2026 13:11:53 +0000</pubDate><link>https://allevato.me/2026/04/03/reviving-a-robot</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=47660464</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47660464</guid></item><item><title><![CDATA[New comment by kukanani in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>Are you perhaps thinking of torch.matmul? torch.mul (and torch.multiply, and the * operator) perform element-wise multiplication.<p>torch.matmul was one of the first functions I implemented on WhyTorch and it uses and highlights rows and columns as you would expect.<p>I’d love to hear any feedback or outcomes from your training session, please feel free to reach out - email in profile.</p>
]]></description><pubDate>Mon, 13 Oct 2025 10:44:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=45566918</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=45566918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45566918</guid></item><item><title><![CDATA[New comment by kukanani in "Ask HN: What are you working on? (October 2025)"]]></title><description><![CDATA[
<p>An open source website I built to explain tensor functions in PyTorch: <a href="https://whytorch.org" rel="nofollow">https://whytorch.org</a><p>It makes tricky functions like torch.gather and torch.scatter more intuitive by showing element-level relationships between inputs and outputs.<p>For any function, you can click elements in the result to see where they came from, or elements in the inputs to see how they contribute to the result to see exactly how it contributes to the result. I found that visually tracing tensor operations clarifies indexing, slicing, and broadcasting in ways reading that the docs can't.<p>You can also jump straight to WhyTorch from the PyTorch docs pages by modifying the base URL directly.<p>I launched a week or two back and now have the top post of all time on r/pytorch, which has been pretty fun.</p>
]]></description><pubDate>Sun, 12 Oct 2025 22:45:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45562743</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=45562743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45562743</guid></item><item><title><![CDATA[Show HN: WhyTorch – visual explainer for PyTorch Functions]]></title><description><![CDATA[
<p>Announcing WhyTorch, an open source website I built to explain PyTorch functions. It makes tricky functions like torch.gather and torch.scatter more intuitive by showing element-level relationships between inputs and outputs.<p>For any function, you can click elements in the result to see where they came from, or elements in the inputs to see how they contribute to the result to see exactly how it contributes to the result. Visually tracing tensor operations clarifies indexing, slicing, and broadcasting in ways reading that the docs can't.<p>Would love feedback on which PyTorch functions people most want visualized next.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45474273">https://news.ycombinator.com/item?id=45474273</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 04 Oct 2025 16:01:03 +0000</pubDate><link>https://whytorch.org</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=45474273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45474273</guid></item><item><title><![CDATA[Dracula Daily]]></title><description><![CDATA[
<p>Article URL: <a href="https://draculadaily.substack.com/about">https://draculadaily.substack.com/about</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=31150144">https://news.ycombinator.com/item?id=31150144</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 25 Apr 2022 02:08:08 +0000</pubDate><link>https://draculadaily.substack.com/about</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=31150144</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31150144</guid></item><item><title><![CDATA[New comment by kukanani in "Ask HN: How do I help my 6yr old learn robotics and coding?"]]></title><description><![CDATA[
<p>I have a PhD in robotics. Got my start with Lego Mindstorms and highly recommend them.<p>Another commenter mentioned FIRST LEGO League, which is a great idea. However, it does require that you have a nearby league, and the experience is probably going to depend a lot on the quality of that league (funding, coaches, etc.) So if you have the funds (but not the time), starting out with the kits just at home could be a great first step.</p>
]]></description><pubDate>Sun, 23 May 2021 01:55:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=27251826</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=27251826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27251826</guid></item><item><title><![CDATA[New comment by kukanani in "SpaceX Starship Users' Guide [pdf]"]]></title><description><![CDATA[
<p>Yes.<p>Here's Delta IV: <a href="https://www.ulalaunch.com/docs/default-source/rockets/delta-iv-user%27s-guide.pdf" rel="nofollow">https://www.ulalaunch.com/docs/default-source/rockets/delta-...</a></p>
]]></description><pubDate>Tue, 08 Dec 2020 03:31:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=25341409</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=25341409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25341409</guid></item><item><title><![CDATA[New comment by kukanani in "SpaceX Starship Users' Guide [pdf]"]]></title><description><![CDATA[
<p>It may be marketing, but believe it or not, this is standard practice for rockets!<p>Here's the ULA Delta IV User Guide - <a href="https://www.ulalaunch.com/docs/default-source/rockets/delta-iv-user%27s-guide.pdf" rel="nofollow">https://www.ulalaunch.com/docs/default-source/rockets/delta-...</a></p>
]]></description><pubDate>Tue, 08 Dec 2020 03:30:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=25341401</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=25341401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25341401</guid></item><item><title><![CDATA[New comment by kukanani in "Show HN: Sync your smart lights with your recording studio"]]></title><description><![CDATA[
<p>Hello, Hacker News! I'm the dev for this project.<p>Our early testers have found Cherry very useful for preventing interruptions during recording sessions. It works for any size studio, home or pro.<p>We are trying to remove barriers to creativity. Giving peace of mind during recording is one little way to do that.<p>Cherry is one of my pandemic side projects. I've learned a lot about SwiftUI and reverse-engineering simple communication protocols, like how digital audio workstations (DAWs) communicate with peripherals.</p>
]]></description><pubDate>Sat, 24 Oct 2020 14:01:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=24879273</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=24879273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24879273</guid></item><item><title><![CDATA[Show HN: Sync your smart lights with your recording studio]]></title><description><![CDATA[
<p>Article URL: <a href="https://cherrylivelight.com">https://cherrylivelight.com</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24879271">https://news.ycombinator.com/item?id=24879271</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 24 Oct 2020 14:01:02 +0000</pubDate><link>https://cherrylivelight.com</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=24879271</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24879271</guid></item><item><title><![CDATA[Sending Alerts After a Terminal Command Is Finished]]></title><description><![CDATA[
<p>Article URL: <a href="https://ros.guru/2018/12/12/ways-to-send-alert-after-terminal-command/">https://ros.guru/2018/12/12/ways-to-send-alert-after-terminal-command/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18672533">https://news.ycombinator.com/item?id=18672533</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 13 Dec 2018 14:34:56 +0000</pubDate><link>https://ros.guru/2018/12/12/ways-to-send-alert-after-terminal-command/</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=18672533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18672533</guid></item><item><title><![CDATA[Home Robotics Are Out of Our Reach, and Here’s Why]]></title><description><![CDATA[
<p>Article URL: <a href="https://ros.guru/2018/07/15/home-robotics-difficulties/">https://ros.guru/2018/07/15/home-robotics-difficulties/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17538877">https://news.ycombinator.com/item?id=17538877</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 16 Jul 2018 05:01:28 +0000</pubDate><link>https://ros.guru/2018/07/15/home-robotics-difficulties/</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=17538877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17538877</guid></item><item><title><![CDATA[Commit Clickbait]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/cmcculloh/commit-clickbait">https://github.com/cmcculloh/commit-clickbait</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16679989">https://news.ycombinator.com/item?id=16679989</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 26 Mar 2018 16:17:31 +0000</pubDate><link>https://github.com/cmcculloh/commit-clickbait</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=16679989</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16679989</guid></item><item><title><![CDATA[A.I. Researchers Leave Elon Musk Lab to Begin Robotics Startup]]></title><description><![CDATA[
<p>Article URL: <a href="https://nytimes.com/2017/11/06/technology/artificial-intelligence-start-up.html">https://nytimes.com/2017/11/06/technology/artificial-intelligence-start-up.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=15642540">https://news.ycombinator.com/item?id=15642540</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 07 Nov 2017 11:39:32 +0000</pubDate><link>https://nytimes.com/2017/11/06/technology/artificial-intelligence-start-up.html</link><dc:creator>kukanani</dc:creator><comments>https://news.ycombinator.com/item?id=15642540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15642540</guid></item></channel></rss>