<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: boccaff</title><link>https://news.ycombinator.com/user?id=boccaff</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 27 Jul 2026 23:40:26 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=boccaff" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by boccaff in "We have proof automation now"]]></title><description><![CDATA[
<p>Don't we still need to verify that what the LLM proved is actually the stated system?If agents cutting corners (like deleting tests) is a concern, how can we be sure that the verification corresponds to the software and that every _load bearing_ assumption is true? I don't think that simply trusting the Lean core is enough.</p>
]]></description><pubDate>Mon, 27 Jul 2026 08:17:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49066571</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=49066571</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49066571</guid></item><item><title><![CDATA[New comment by boccaff in "Financing the AI boom: from cash flows to debt [pdf]"]]></title><description><![CDATA[
<p>The value of AI and related companies on retirement funds</p>
]]></description><pubDate>Wed, 15 Jul 2026 01:19:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48915081</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=48915081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48915081</guid></item><item><title><![CDATA[New comment by boccaff in "Pluto.jl 1.0 release – reactive notebook for Julia"]]></title><description><![CDATA[
<p>It is interesting that they are paying attention to that, as the section on interactivity [1] brings "how to disable a cell" that would prevent its reactivity and anything that depends upon. With some careful placement, you can disable the automatic calculations. Another thing would be tuning the parameter for confirming before a long runtime. Set it to 50 ms, and only run "almost instant things".<p>[1]<a href="https://discourse.julialang.org/t/pluto-1-0-release/137296#p-638767-h-310-reactivity-8" rel="nofollow">https://discourse.julialang.org/t/pluto-1-0-release/137296#p...</a></p>
]]></description><pubDate>Wed, 03 Jun 2026 10:43:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48382265</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=48382265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48382265</guid></item><item><title><![CDATA[New comment by boccaff in "New arXiv policy: 1-year ban for hallucinated references"]]></title><description><![CDATA[
<p>There is a lot of "throw it against the wall, and if it sticks, write it up" empirical work against benchmarks. It leads to post-hoc rationalization of the work and browser plugins using LLMs to find references for work that is already written.
It is a bureaucratic view about "you need a citation for this", where people misunderstand the citation as a checkbox, instead of "you need to substantiate this claim, as I, the reviewer, do not accept this as a fact".</p>
]]></description><pubDate>Fri, 15 May 2026 10:43:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48146981</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=48146981</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48146981</guid></item><item><title><![CDATA[New comment by boccaff in "Earthquake scientists reveal how overplowing weakens soil at experimental farm"]]></title><description><![CDATA[
<p>The estimated area of no-till in Brazil is between 33 to 50 million hectares. It won't be hard for you to find videos of no-till corn being planted following soybean. There is also grass cover that is planted after the main crop season, that is later grazed. This cover stays till the next year and the new crop is planted without tilling. You may need to use "plantio direto" "milho safrinha" and "braquiária de cobertura" plus some translation.</p>
]]></description><pubDate>Wed, 25 Mar 2026 22:39:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47524232</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=47524232</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47524232</guid></item><item><title><![CDATA[New comment by boccaff in "Yann LeCun raises $1B to build AI that understands the physical world"]]></title><description><![CDATA[
<p>llama models pushed the envelope for a while, and having them "open-weight" allowed a lot of tinkering. I would say that most of fine tuned evolved from work on top of llama models.</p>
]]></description><pubDate>Tue, 10 Mar 2026 12:06:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47322116</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=47322116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47322116</guid></item><item><title><![CDATA[New comment by boccaff in "Decision trees – the unreasonable power of nested decision rules"]]></title><description><![CDATA[
<p>tree algorithms on sklearn use parallel arrays to represent the tree structure.</p>
]]></description><pubDate>Sun, 01 Mar 2026 12:52:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47206264</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=47206264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47206264</guid></item><item><title><![CDATA[New comment by boccaff in "Decision trees – the unreasonable power of nested decision rules"]]></title><description><![CDATA[
<p>short answer: No.<p>longer answer: Random forests use the average of multiple trees that are trained in a way to reduce the correlation between trees (bagging with modified trees). Boosting trains sequentially, with each classifier working on the resulting residuals so far.<p>I am assuming that you meant boosted decision trees, sometimes gradient boosted decisions trees, as usually one have boosted decision trees. I think xgboost added boosted RF, and you can boost any supervised model, but it is not usual.</p>
]]></description><pubDate>Sun, 01 Mar 2026 12:49:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47206247</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=47206247</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47206247</guid></item><item><title><![CDATA[New comment by boccaff in "Study identifies weaknesses in how AI systems are evaluated"]]></title><description><![CDATA[
<p>Do you have any pointer to search for that?</p>
]]></description><pubDate>Sun, 09 Nov 2025 18:21:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45867744</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=45867744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45867744</guid></item><item><title><![CDATA[New comment by boccaff in "Advent of Code 2025: Number of puzzles reduce from 25 to 12 for the first time"]]></title><description><![CDATA[
<p>You can see aggregated results on `stats` [1] for every year. In general, half the people drop in the first 3-4 days. For last year, by day 12 there is less than 1/5 of day 01. While the stats do count people that completed later, the shape appears to track well with what I saw during the events since 2021.<p>[1] <a href="https://adventofcode.com/2024/stats" rel="nofollow">https://adventofcode.com/2024/stats</a></p>
]]></description><pubDate>Sun, 26 Oct 2025 21:35:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45715401</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=45715401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45715401</guid></item><item><title><![CDATA[New comment by boccaff in "Advent of Code 2025: Number of puzzles reduce from 25 to 12 for the first time"]]></title><description><![CDATA[
<p>I am not aware of Eric saying something about that alternative, but this comment on reddit[1] makes a lot of sense to me:<p>> Given that part 2 is often a very simple modification of part 1, this could lead to many of the days being total letdowns. I can enjoy a simple puzzle, but I'd be a bit disappointed if one day is a single line change to the previous day.<p>I'd also add that not having to be worried everyday about something makes a lot of sense. He can have fewer days "on call" in December with.<p>[1]<a href="https://www.reddit.com/r/adventofcode/comments/1ocwh04/changes_to_advent_of_code_starting_this_december/nkt3l5g/" rel="nofollow">https://www.reddit.com/r/adventofcode/comments/1ocwh04/chang...</a></p>
]]></description><pubDate>Sun, 26 Oct 2025 21:28:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45715369</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=45715369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45715369</guid></item><item><title><![CDATA[New comment by boccaff in "Why friction is necessary for growth"]]></title><description><![CDATA[
<p>You could think about how most people can get away without doing anything physical to survive, so we must artificially exercise to be healthy. The question then is if this analogy hold for mental capacities, and I think it does.</p>
]]></description><pubDate>Mon, 29 Sep 2025 16:26:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45415660</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=45415660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45415660</guid></item><item><title><![CDATA[New comment by boccaff in "The role of Amazon fires in the record atmospheric CO₂ growth in 2024"]]></title><description><![CDATA[
<p>hard, and expensive, but doable as long as carbon credits are a thing: <a href="https://re.green/en/?force_locale=1" rel="nofollow">https://re.green/en/?force_locale=1</a><p>there are a few others in Brazil, like Biomas and Mombak</p>
]]></description><pubDate>Sat, 27 Sep 2025 23:34:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=45400272</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=45400272</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45400272</guid></item><item><title><![CDATA[New comment by boccaff in "Ask HN: What trick of the trade took you too long to learn?"]]></title><description><![CDATA[
<p>>2. be very careful when using rm command (use alias rm='rm -i' )<p>and treat mv/cp/rsync like rm</p>
]]></description><pubDate>Tue, 05 Aug 2025 11:10:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=44796624</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=44796624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44796624</guid></item><item><title><![CDATA[New comment by boccaff in "Why Datadog bought Eppo for $220M, and what it means for experimentation"]]></title><description><![CDATA[
<p>Announcement from Eppo[1]<p>[1] <a href="https://www.geteppo.com/blog/eppo-is-now-part-of-datadog" rel="nofollow">https://www.geteppo.com/blog/eppo-is-now-part-of-datadog</a></p>
]]></description><pubDate>Mon, 05 May 2025 16:40:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43896941</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=43896941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43896941</guid></item><item><title><![CDATA[New comment by boccaff in "Spectral Imaging Made Easy: A Powerful Python Library"]]></title><description><![CDATA[
<p>There is a multitude of applications leveraging parts of the spectra different than the visible. I come from an agricultural background, and you can see examples from improving classification of land use, detection and classification of diseases, nutritional status assessment, indirect measurements of properties of plants and soil... it is endless, and every time any part of the tool stack gets cheaper, you have more and more potential applications.
This comment [1] have a nice description for the library.<p>[1] <a href="https://news.ycombinator.com/item?id=42507805">https://news.ycombinator.com/item?id=42507805</a></p>
]]></description><pubDate>Wed, 25 Dec 2024 14:41:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=42508988</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=42508988</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42508988</guid></item><item><title><![CDATA[New comment by boccaff in "OCaml Syntax Sucks (2016)"]]></title><description><![CDATA[
<p>If anything, OCaml's error messages are something that sucks, especially for newcomers. The `Error: Syntax Error` message that points to an empty last line in the file leaves you doing the parser work, in a language that you don't understand.</p>
]]></description><pubDate>Mon, 25 Nov 2024 09:49:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42234744</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=42234744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42234744</guid></item><item><title><![CDATA[New comment by boccaff in "What Excessive Screen Time Does to the Adult Brain"]]></title><description><![CDATA[
<p>I'd guess that you can equate "screen time" to "smartphone use" in most of the population but here. Similar to what people are using the screen for.<p>To include so many variations of screen would complicate a lot the study, and without a prior about why it should matter, you are probably safer starting with something more homogeneous.</p>
]]></description><pubDate>Thu, 03 Oct 2024 09:01:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=41728731</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=41728731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41728731</guid></item><item><title><![CDATA[New comment by boccaff in "React for R"]]></title><description><![CDATA[
<p>When I've dealt with R in production, cursed meant:
 - Difficult to keep package versioning, even with "renv".
 - If an analyst decide to use a single function from the "tidyverse", you have a tons of dependencies.
 - Large docker images (1G+) due to packages like "devtools" and very large dependency tree for the "productivity packages" (see above).
 - Hard to communicate with the process. With luck, you can set it up and work with 'r-script' [1]. Without luck, stdout from process or simple files for io.<p>In the end, to have a nice webapp, we ended up rewriting the R code into typescript. Julia don´t solve this also, as you have a hard time to set it up to communicate with other things. It seems that we can´t avoid the "2 or 3 languages" problem if you don´t use python.<p>[1] <a href="https://www.npmjs.com/package/r-script" rel="nofollow">https://www.npmjs.com/package/r-script</a></p>
]]></description><pubDate>Wed, 18 Sep 2024 11:54:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=41578583</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=41578583</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41578583</guid></item><item><title><![CDATA[New comment by boccaff in "D&D is Anti-Medieval"]]></title><description><![CDATA[
<p>This impression looks more like the main events of the movie.<p>You have the several turns on the Battle of Osgiliath, and Boromir alluding to Gondor paying the cost for holding the frotiers with Mordor.</p>
]]></description><pubDate>Mon, 16 Sep 2024 14:27:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=41556455</link><dc:creator>boccaff</dc:creator><comments>https://news.ycombinator.com/item?id=41556455</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41556455</guid></item></channel></rss>