<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: dawndrain</title><link>https://news.ycombinator.com/user?id=dawndrain</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 22 Jul 2026 18:24:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dawndrain" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dawndrain in "Show HN: A Pipeline for Making 10-minute AI Movies with Claude Code and Seedance"]]></title><description><![CDATA[
<p>Epoch AI estimates that LLM costs are falling by over 10x per year at fixed intelligence <a href="https://epoch.ai/data-insights/llm-inference-price-trends" rel="nofollow">https://epoch.ai/data-insights/llm-inference-price-trends</a>, so I expect prices to fall at this level of quality.
I also think there's a good division of labor here where you can use the smartest model to write the script and prompts, and then use a cheaper model for all the glue work and minor revisions that trigger the tool calls.</p>
]]></description><pubDate>Tue, 21 Jul 2026 00:51:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48986833</link><dc:creator>dawndrain</dc:creator><comments>https://news.ycombinator.com/item?id=48986833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48986833</guid></item><item><title><![CDATA[New comment by dawndrain in "Show HN: A Pipeline for Making 10-minute AI Movies with Claude Code and Seedance"]]></title><description><![CDATA[
<p>In addition to the repo I have a long blog post reflecting on my experience here, including war stories, more detailed costs, and bloopers <a href="https://dawndrain.notion.site/Making-AI-Movies-39cbb81dad798077b43adcd96e3ebe75" rel="nofollow">https://dawndrain.notion.site/Making-AI-Movies-39cbb81dad798...</a></p>
]]></description><pubDate>Mon, 20 Jul 2026 13:59:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48978980</link><dc:creator>dawndrain</dc:creator><comments>https://news.ycombinator.com/item?id=48978980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48978980</guid></item><item><title><![CDATA[Show HN: A Pipeline for Making 10-minute AI Movies with Claude Code and Seedance]]></title><description><![CDATA[
<p>I've been working on this Claude Code pipeline for making 10-minute movies, gluing together Seedance (videogen), Nano Banana (image gen), and ElevenLabs (voice gen), and using Claude as the director. My repo contributes a markdown playbook and a worked example which should make it easier for other people to make their own short movies. A first-pass movie takes around 2.5 hours of wall clock time and costs around $200, and iterating is easy thanks to intermediate artifacts like storyboards and voice samples.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48978961">https://news.ycombinator.com/item?id=48978961</a></p>
<p>Points: 21</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 20 Jul 2026 13:57:44 +0000</pubDate><link>https://github.com/dawndrain/movie-gen</link><dc:creator>dawndrain</dc:creator><comments>https://news.ycombinator.com/item?id=48978961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48978961</guid></item><item><title><![CDATA[New comment by dawndrain in "Lessons Learned from Two Years as a Data Scientist"]]></title><description><![CDATA[
<p>Certainly lots of things to learn still.<p>Going point by point:<p>It's not "he" it's "she".<p>I don't think it's controversial that you can be much more concise with python. My experience first learning Java was that everything was 2-3x as verbose as in python. The difference is smaller if you're using type hints in python, but it's still more concise.<p>I talked about repl's/notebooks for other languages. They're still an especially great tool for python/data science since they make it very easy to visualize data and share analyses.<p>I played around with breakpoints in pycharm and I don't think it would work for me. You need to run your code <i>from</i> pycharm in debug mode for the breakpoint to trigger, whereas I always run things from the command line or a notebook.<p>I believe you that there are times when python is slower. At least it's not noticeably slower when simply calling C behind the scenes or when you're i/o blocked anyway.<p>Re investing, I mean, everyone has seen phenomenal returns since they were born: this century is unprecedented. Also there was the pandemic crash very recently, so everyone has experienced an extremely harsh (albeit brief) bear market too. LTCM was like 100x-leveraged, which I would not advocate for, since you'll almost certainly get wiped out if you hold that position for more than a few hours...<p>Eh, lots of kids have add, and like 10% of college students used adderall in 2016 according to the first hit on google. In any case they've been magic for me the few times I've tried them e.g. working 12+ <i>good</i> hours in a day.</p>
]]></description><pubDate>Sun, 05 Sep 2021 05:11:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=28421793</link><dc:creator>dawndrain</dc:creator><comments>https://news.ycombinator.com/item?id=28421793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28421793</guid></item><item><title><![CDATA[New comment by dawndrain in "Lessons Learned from Two Years as a Data Scientist"]]></title><description><![CDATA[
<p>> I was hoping for more DS related stuff. It almost sounds like you're learning to be a SWE!<p>It kind of felt that way too :). Some more data sciency things were learning how transformers work, hacking pytorch, using visualization tools like tensorboard and wandb, web scraping, better using parallelism, tuning hyperparameters (mostly the learning rate tbh), better fluency with the command line than I assume most swe's need, getting very comfortable inspecting data, making experiments more reproducible, reading lots of papers, writing papers, and trying (somewhat half-heartedly) to get published.</p>
]]></description><pubDate>Sat, 04 Sep 2021 20:13:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=28418657</link><dc:creator>dawndrain</dc:creator><comments>https://news.ycombinator.com/item?id=28418657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28418657</guid></item><item><title><![CDATA[New comment by dawndrain in "Lessons Learned from Two Years as a Data Scientist"]]></title><description><![CDATA[
<p>> did you do any DD other than taking his advice?<p>I did some backtesting simulations that made leveraged investing look pretty awesome. The effective borrow rate for funds like spxl is crazy low, way better than if I were to borrow myself. (Also, fwiw I was pretty conservative and am overall only around 2x-leveraged.)<p>The internet is very opposed to leveraged investing imo, but I think most of the concerns are pretty dumb. There was this one blog post where this guy ran ten simulations of his own, most of which showed the leveraged portfolio doing comparably to the baseline, but one a couple showed it doing worse and one saw the leveraged portfolio 100x'ing or something... and he concluded that it wasn't worth it??<p>People will also appeal to volatility drag as a superficially sophisticated knockdown (in short, imagine all four two-step paths in which the market goes up or down by 10% at each step. Then the baseline market averages out to (.81 + .99 + .99 + 1.21)/4 = 1, and a 3x leveraged portfolio averages out to (.49 + .91 + .91 + 1.69)/4 = 1. Volatility drag is those two middle worlds where the leveraged portfolio does badly despite the market as a whole basically ending up where it started.</p>
]]></description><pubDate>Sat, 04 Sep 2021 20:05:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=28418588</link><dc:creator>dawndrain</dc:creator><comments>https://news.ycombinator.com/item?id=28418588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28418588</guid></item><item><title><![CDATA[New comment by dawndrain in "Lessons Learned from Two Years as a Data Scientist"]]></title><description><![CDATA[
<p>I heard this second-hand, not totally sure it's true</p>
]]></description><pubDate>Sat, 04 Sep 2021 19:56:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=28418516</link><dc:creator>dawndrain</dc:creator><comments>https://news.ycombinator.com/item?id=28418516</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28418516</guid></item></channel></rss>