<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: dlojudice</title><link>https://news.ycombinator.com/user?id=dlojudice</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 09:09:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dlojudice" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New course on generative AI for behavioral science]]></title><description><![CDATA[
<p>Article URL: <a href="https://statmodeling.stat.columbia.edu/2026/03/10/new-course-on-generative-ai-for-behavioral-science/">https://statmodeling.stat.columbia.edu/2026/03/10/new-course-on-generative-ai-for-behavioral-science/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47345422">https://news.ycombinator.com/item?id=47345422</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 12 Mar 2026 02:07:27 +0000</pubDate><link>https://statmodeling.stat.columbia.edu/2026/03/10/new-course-on-generative-ai-for-behavioral-science/</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=47345422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47345422</guid></item><item><title><![CDATA[New comment by dlojudice in "Company as Code"]]></title><description><![CDATA[
<p>As a programmer and founder, I think the idea is incredible, I would just change the understanding of "Code", given that what we've been hearing most lately is that "a markdown file is all you need".<p>I think it's not too far-fetched to think about standards, cultures, guardrails, compliance, etc. being documented, versioned, but more importantly, verifiable and applicable. In natural language, no code needed.</p>
]]></description><pubDate>Thu, 05 Feb 2026 15:27:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46900715</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=46900715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46900715</guid></item><item><title><![CDATA[New comment by dlojudice in "Claude Code's new hidden feature: Swarms"]]></title><description><![CDATA[
<p>It feels like Auto-GPT, BabyAGI, and the like were simply ahead of their time</p>
]]></description><pubDate>Sat, 24 Jan 2026 15:31:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=46744391</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=46744391</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46744391</guid></item><item><title><![CDATA[New comment by dlojudice in "Drug capable of reversing spinal cord injuries is in the clinical trial"]]></title><description><![CDATA[
<p>Researcher Tatiana Coelho de Sampaio, PhD professor, who discovered polylaminin, a drug that has proven capable of reversing spinal cord injuries in humans, worked in silence for 25 years alongside a team of biologists to achieve this breakthrough</p>
]]></description><pubDate>Fri, 23 Jan 2026 16:51:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46734700</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=46734700</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46734700</guid></item><item><title><![CDATA[Drug capable of reversing spinal cord injuries is in the clinical trial]]></title><description><![CDATA[
<p>Article URL: <a href="https://ensaiosclinicos.gov.br/news/546">https://ensaiosclinicos.gov.br/news/546</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46734699">https://news.ycombinator.com/item?id=46734699</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 23 Jan 2026 16:51:01 +0000</pubDate><link>https://ensaiosclinicos.gov.br/news/546</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=46734699</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46734699</guid></item><item><title><![CDATA[New comment by dlojudice in "The AI wildfire is coming. it's going to be painful and healthy"]]></title><description><![CDATA[
<p>The text reminded me of one of Veritasium's latest videos [1] about power law, self-organized criticality, percolation, etc... and it also has a wildfire simulation<p>[1] <a href="https://www.youtube.com/watch?v=HBluLfX2F_k" rel="nofollow">https://www.youtube.com/watch?v=HBluLfX2F_k</a></p>
]]></description><pubDate>Sun, 07 Dec 2025 17:47:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46183512</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=46183512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46183512</guid></item><item><title><![CDATA[Show HN: Cursor Cost Explorer]]></title><description><![CDATA[
<p>Hi HN — I built Cursor Cost Explorer after my monthly Cursor bill started creeping up and the official dashboard gave me almost no clue why.<p>I use a mix of models across sessions, sometimes one long thread, sometimes lots of tiny requests with different models, and one month my usage just ran wild. The Cursor dashboard showed not the patterns that matter: which models I used for which tasks, when cache wasn’t helping, or whether I’d be cheaper on a different plan.<p>So I exported my Cursor CSV and built a small analyzer that runs locally. The first time I loaded my CSV I could see a bit inside the data: a handful of expensive "thinking" model calls sprinkled across many tiny tasks. That single analysis pointed to a few concrete changes I could make that immediately cut my projected monthly spend.<p>What it does (short)
- Parse Cursor CSVs and show where money is actually spent (by model, by day, by request)
- Highlight model inefficiencies and cache patterns and give prioritized, actionable recommendations (plan change, model migrations, simple workflow fixes)
- Runs entirely locally — open the demo in your browser or run `npx cursor-cost-explorer` on your machine and your CSV never leaves you, also great for agents.<p>UIs:
- Web demo: `<a href="https://dalssoft.github.io/cursor_cost_explorer/" rel="nofollow">https://dalssoft.github.io/cursor_cost_explorer/</a>`
- CLI: `npx cursor-cost-explorer <your-cursor-usage.csv>`<p>Would love feedback.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45894242">https://news.ycombinator.com/item?id=45894242</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 11 Nov 2025 23:15:48 +0000</pubDate><link>https://dalssoft.github.io/cursor_cost_explorer/</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45894242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45894242</guid></item><item><title><![CDATA[New comment by dlojudice in "How I use every Claude Code feature"]]></title><description><![CDATA[
<p>Cursor Composer appears to have this type of coupling and uses IDE resources better than other models on average.</p>
]]></description><pubDate>Sun, 02 Nov 2025 13:05:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45790006</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45790006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45790006</guid></item><item><title><![CDATA[New comment by dlojudice in "Figma Weave"]]></title><description><![CDATA[
<p>Node-based workflow for AI generation seems to be the right approach. Being able to chain different models (Flux for realism, Sora for video, etc.) and do actual editing in between steps is way more useful than single-shot prompting. The ComfyUI comparison is obvious but this looks a bit more polished. The branching/remixing workflow could be interesting for iteration. Also being able to create a entire workflow with just one prompt would be nice.</p>
]]></description><pubDate>Thu, 30 Oct 2025 13:54:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45760066</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45760066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45760066</guid></item><item><title><![CDATA[New comment by dlojudice in "Composer: Building a fast frontier model with RL"]]></title><description><![CDATA[
<p>Congratulations on your work. I spent the day working with a mix of the Composer/Sonnet 4.5/Gemini 2.5 Pro models. In terms of quality, the Composer seems to perform well compared to the others. I have no complaints so far. I'm still using Claude for planning/starting a task, but the Composer performed very well in execution.
What I've really enjoyed is the speed. I had already tested other fast models, but with poor quality. Composer is the first one that combines speed and quality, and the experience has been very enjoyable to work with.</p>
]]></description><pubDate>Wed, 29 Oct 2025 23:59:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45754712</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45754712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45754712</guid></item><item><title><![CDATA[New comment by dlojudice in "Apple M5 chip"]]></title><description><![CDATA[
<p>Good point. Many people (including me) switched to Apple Silicon with the hope (or promise?) of having just one computer for work and leisure, given the potential of the new architecture. That didn't happen, or only partially, which is the same.<p>In my case, for software development, I'd be happy with an entry-level MacBook Air (now with a minimum of 16GB) for $999.</p>
]]></description><pubDate>Wed, 15 Oct 2025 13:45:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45592456</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45592456</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45592456</guid></item><item><title><![CDATA[New comment by dlojudice in "Tauri binding for Python through Pyo3"]]></title><description><![CDATA[
<p>Going further, what can I build using it? Basically, can I use Python on a Tauri project or can I use Tauri on a Python project?</p>
]]></description><pubDate>Mon, 13 Oct 2025 13:59:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45568422</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45568422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45568422</guid></item><item><title><![CDATA[New comment by dlojudice in "Python 3.14.0 is now available"]]></title><description><![CDATA[
<p>+ experimental JIT compiler<p>this could be the beginning of something very promising</p>
]]></description><pubDate>Tue, 07 Oct 2025 19:34:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45507747</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45507747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45507747</guid></item><item><title><![CDATA[New comment by dlojudice in "Announcing Tinker"]]></title><description><![CDATA[
<p>> Tinker is a flexible API for efficiently fine-tuning open source models with LoRA.<p>It would be great if they offered inference from the trained model as well. Ideally pay per token.</p>
]]></description><pubDate>Wed, 01 Oct 2025 20:41:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=45443211</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45443211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45443211</guid></item><item><title><![CDATA[New comment by dlojudice in "Cerebras systems raises $1.1B Series G"]]></title><description><![CDATA[
<p>OpenRouter should be responsible for this quality control, right? It seems to me to be the right player in the chain with the duties and scale to do so.</p>
]]></description><pubDate>Tue, 30 Sep 2025 19:28:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=45430107</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45430107</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45430107</guid></item><item><title><![CDATA[We Asked Audio Pros to Blind Test Headphones – Soundcore Won]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wired.com/story/we-asked-audio-pros-to-blind-test-headphones-the-results-were-surprising/">https://www.wired.com/story/we-asked-audio-pros-to-blind-test-headphones-the-results-were-surprising/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45424468">https://news.ycombinator.com/item?id=45424468</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Sep 2025 12:10:47 +0000</pubDate><link>https://www.wired.com/story/we-asked-audio-pros-to-blind-test-headphones-the-results-were-surprising/</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45424468</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45424468</guid></item><item><title><![CDATA[New comment by dlojudice in "ChatGPT Pulse"]]></title><description><![CDATA[
<p>I see some pessimism in the comments here but honestly, this kind of product is something that would make me pay for ChatGPT again (I already pay for Claude, Gemini, Cursor, Perplexity, etc.). 
At the risk of lock-in, a truly useful assistant is something I welcome, and I even find it strange that it didn't appear sooner.</p>
]]></description><pubDate>Thu, 25 Sep 2025 17:31:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45376029</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45376029</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45376029</guid></item><item><title><![CDATA[New comment by dlojudice in "This month in Servo: variable fonts, network tools, SVG"]]></title><description><![CDATA[
<p>I envision the day when I'll use a secure, high-performance browser written in Rust and fully open source. That day will come...</p>
]]></description><pubDate>Thu, 25 Sep 2025 16:29:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45374946</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45374946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45374946</guid></item><item><title><![CDATA[New comment by dlojudice in "Atlassian acquires DX, a developer productivity platform for $1B"]]></title><description><![CDATA[
<p>Wow! $1B for a bootstrapped company [1]!! Congrats!!<p>[1]<a href="https://www.linkedin.com/posts/gergelyorosz_im-excited-to-share-that-dx-has-entered-activity-7374449575639826433-hKRT" rel="nofollow">https://www.linkedin.com/posts/gergelyorosz_im-excited-to-sh...</a></p>
]]></description><pubDate>Thu, 18 Sep 2025 14:38:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45290273</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45290273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45290273</guid></item><item><title><![CDATA[New comment by dlojudice in "Tau² benchmark: How a prompt rewrite boosted GPT-5-mini by 22%"]]></title><description><![CDATA[
<p>I wish they had published what prompt was given to Claude to improve GPT-5-mini's performance, as well as a before and after comparison of a prompt that underwent this transformation.</p>
]]></description><pubDate>Wed, 17 Sep 2025 14:06:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45276006</link><dc:creator>dlojudice</dc:creator><comments>https://news.ycombinator.com/item?id=45276006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45276006</guid></item></channel></rss>