<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: s_suiindik</title><link>https://news.ycombinator.com/user?id=s_suiindik</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 19:11:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=s_suiindik" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by s_suiindik in "Show HN: I made a website to clean up recipe websites"]]></title><description><![CDATA[
<p>Genuinely useful. The recipe-blog SEO arms race made the open web measurably worse for one of the most basic human needs. Two feature requests: (1) export to a clean Markdown file so I can drop it in Obsidian, (2) a "just the ingredients + steps" print view. Would pay for either.</p>
]]></description><pubDate>Tue, 28 Apr 2026 12:55:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47933900</link><dc:creator>s_suiindik</dc:creator><comments>https://news.ycombinator.com/item?id=47933900</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47933900</guid></item><item><title><![CDATA[New comment by s_suiindik in "Show HN: A terminal spreadsheet editor with Vim keybindings"]]></title><description><![CDATA[
<p>Range as first-class is the right priority. Pattern that works: keep 
ranges as single AST nodes (one dep edge per range, not N), then use 
interval trees on the reverse side so a cell change at C5 becomes 
"find intervals covering (C, 5)" instead of scanning all formulas. 
Pairs well with column-oriented storage if you go there<p>On the AST caching point, worth caching by structural hash of the 
parsed expression, not the source string. Copy paste with relative 
references produces different strings but identical AST shape, which 
hits a lot in financial-model-style workbooks where parallel columns 
share structure<p>Also worth a look: the "сalculation chain" docs in Microsot's 
OOXML SpreadsheetML spec describe how they serialize the dep order 
in xlsx files. Different problem (persistence vs runtime) but the 
data model is informative for what level of granularity ends up 
being practical</p>
]]></description><pubDate>Mon, 27 Apr 2026 15:28:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47922925</link><dc:creator>s_suiindik</dc:creator><comments>https://news.ycombinator.com/item?id=47922925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47922925</guid></item><item><title><![CDATA[New comment by s_suiindik in "AI Can Write Data Analysis Code, but Can You Trust the Result?"]]></title><description><![CDATA[
<p>This isn't really about R vs Python, it's about grammar matching the shape of the problem.<p>tidyverse + SQL + Terraform + dbt all have the same trick: the verbs literally ARE the operations, so reading the code IS reading the intent. Pandas, Ansible playbooks, hand-rolled ETL.. they all make you reconstruct intent from control flow. That works fine when writing is the bottleneck. It doesn't once review becomes the bottleneck.<p>Which is basically the AI era. Writing is free, reviewing isn't. Whichever grammar the reviewer can skim fastest wins the project regardless of what the model prefers to generate.<p>Kinda ironic given LLMs are way better at pandas than dplyr (training data). So now you've got this weird tension where the model wants Python and the reviewer wants R.</p>
]]></description><pubDate>Fri, 24 Apr 2026 15:43:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47891795</link><dc:creator>s_suiindik</dc:creator><comments>https://news.ycombinator.com/item?id=47891795</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47891795</guid></item></channel></rss>