<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: CloseChoice</title><link>https://news.ycombinator.com/user?id=CloseChoice</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 12:10:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=CloseChoice" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by CloseChoice in "The price of fame? Mortality risk among famous singers"]]></title><description><![CDATA[
<p>I think this is a very valid hypothesis but it's hard to control for in experiments, since if these traits are necessary to become (or stay) famous, we don't really have a control group.</p>
]]></description><pubDate>Thu, 08 Jan 2026 16:05:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46542602</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=46542602</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46542602</guid></item><item><title><![CDATA[New comment by CloseChoice in "DeepSeek OCR"]]></title><description><![CDATA[
<p>It's deepseek so one can expect an open-source license but for anyone (like me) who wants to see that explicitly, since it's not obvious in the GitHub repo: <a href="https://huggingface.co/deepseek-ai/DeepSeek-OCR/blob/main/LICENSE" rel="nofollow">https://huggingface.co/deepseek-ai/DeepSeek-OCR/blob/main/LI...</a><p>TLDR: It's MIT licensed</p>
]]></description><pubDate>Mon, 20 Oct 2025 07:30:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=45640876</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=45640876</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45640876</guid></item><item><title><![CDATA[New comment by CloseChoice in "Being “Confidently Wrong” is holding AI back"]]></title><description><![CDATA[
<p>LLMs are largely used by developers, who (in some sense or the other) supervise what the LLM does constantly (even if that means for sum committing to main and running in production). We do already have a lot of tools: tests, compilation, a programming language with its harsh restrictions compared to natural language, and of course the eye test, this is not the case for a lot of jobs where GenAI is used for hyperautomation, so I am really curious in which way it will or won't get adopted in other areas.</p>
]]></description><pubDate>Fri, 22 Aug 2025 13:03:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=44984153</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=44984153</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44984153</guid></item><item><title><![CDATA[Show HN: Explaining Bundesliga predictions for the start of the season]]></title><description><![CDATA[
<p>Hi,
we build a small ML model with data from the past 15 years to predict the outcomes of the first Bundesliga matches. We used explainable AI to visualize how these predictions were made. Let us know what you think.<p>Edit: don't bet or gamble, we build this for curiosity, not to push unethical businesses!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44983829">https://news.ycombinator.com/item?id=44983829</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 22 Aug 2025 12:38:04 +0000</pubDate><link>https://www.cloudexplain.eu/football</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=44983829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44983829</guid></item><item><title><![CDATA[New comment by CloseChoice in "PYX: The next step in Python packaging"]]></title><description><![CDATA[
<p>Does anyone have insights how this compares to anaconda's approach? To me both seem very similar, ux <-> conda, pyx <-> conda-forge.<p>Sure, astral's products are remarkable and widely loved, but I would like to understand if there's a USP beyond that?</p>
]]></description><pubDate>Thu, 14 Aug 2025 09:38:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44898527</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=44898527</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44898527</guid></item><item><title><![CDATA[New comment by CloseChoice in "Ask HN: What are you working on? (July 2025)"]]></title><description><![CDATA[
<p>I just open-sourced: <a href="https://github.com/cloudexplain/xaiflow">https://github.com/cloudexplain/xaiflow</a>, a mlflow plugin to get interactive xai (particularly shap values) as mlflow artifacts.
Furthermore looking into causal AI, especially dowhy.</p>
]]></description><pubDate>Mon, 28 Jul 2025 05:22:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44707463</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=44707463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44707463</guid></item><item><title><![CDATA[New comment by CloseChoice in "Show HN: Interactive explainable AI as mlflow artifacts"]]></title><description><![CDATA[
<p>Thanks for the question, there are a couple of existing solutions:<p>- There is already a mlflow builtin tool to log shap plots. This is quite helpful but becomes tedious if you want to dive deep into explainability, e.g. if you want to understand the influence factors for 100s of observations. Furthermore they lack interactivity. Here's the link to the builtin tool: <a href="https://mlflow.org/docs/latest/ml/evaluation/shap" rel="nofollow">https://mlflow.org/docs/latest/ml/evaluation/shap</a><p>- There are tools like shapash or what-if tool, but those require a running python environment. This plugin let's you log shap values in any productive run and explore them in pure html, with some of the features that the other tools provide (more might be coming if we see interest in this).<p>Here are the links:
what-if tool (though it's not actively maintained): <a href="https://github.com/PAIR-code/what-if-tool">https://github.com/PAIR-code/what-if-tool</a><p>shapash: <a href="https://github.com/MAIF/shapash">https://github.com/MAIF/shapash</a></p>
]]></description><pubDate>Wed, 23 Jul 2025 07:47:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=44656721</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=44656721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44656721</guid></item><item><title><![CDATA[Show HN: Interactive explainable AI as mlflow artifacts]]></title><description><![CDATA[
<p>We just open-sourced our mlflow plugin to generate html reports that let you interactively explore shap values. We're happy for any feedback. Feel free to ask here or submit issues to the repo.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44656682">https://news.ycombinator.com/item?id=44656682</a></p>
<p>Points: 4</p>
<p># Comments: 2</p>
]]></description><pubDate>Wed, 23 Jul 2025 07:39:55 +0000</pubDate><link>https://github.com/cloudexplain/xaiflow</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=44656682</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44656682</guid></item><item><title><![CDATA[Show HN: Fast, scalable and interactive explainability for ML Models]]></title><description><![CDATA[
<p>We just launched Cloudexplain, a platform that makes Explainable AI (XAI) effortless for ML Models – with just few lines of code.
As data scientists ourselves, we were frustrated by how much time gets wasted trying to explain ML Models – visualizing SHAP values, creating dashboards, understanding black-box models, or manually building reports for stakeholders. We built Cloudexplain to automate this and solve the current shortcomings of open-source XAI libraries.<p>What it does:
- generates standardized interactive XAI visualizations with just a few lines of code
- support for open-source ML libraries (supports scikit-learn, XGBoost, TensorFlow, PyTorch, etc.)
- model explanations, feature importance
- scales to millions of predictions via cloud infrastructre scaling (only on hosted plan)
- let's you run XAI procedures in parallel to inference runs
- collaboration-ready insights for both devs and non-tech stakeholders
- easy integration via Python SDK or REST API
- helps fulfill GDPR or CCPA requirements<p>Check it out, have a look at the sample use case and let us know what you think.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44365693">https://news.ycombinator.com/item?id=44365693</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 24 Jun 2025 12:55:53 +0000</pubDate><link>https://mvp.cloudexplain.eu/auth/sign-in</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=44365693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44365693</guid></item><item><title><![CDATA[New comment by CloseChoice in "Terence Tao on proof checkers and AI programs"]]></title><description><![CDATA[
<p>3 points stand out to me in this interview:<p>- Project manager mathematicians: Tao draws a future where mathematical insights are "produced" like anything else in our society. He attributes the lack of this productionalization of mathematics to a lack of tools in this area but AI and proof assistants might be revolutionary in this regard (proof assistants already are). Human interaction and guidance still needed<p>- Implicit Knowledge: he points out that so much knowledge is not in papers, e.g. intuition and knowledge of failures. This is crucial and makes it necessary even for top mathematicians to talk to one another to not make mistakes again.<p>- Formalization of mathematics: one would think that mathematics is pretty formalized already (and it is) but in the papers a lot of common knowledge is taken for granted so having proofs formalized in such a way that proof assistants can understand will help more people actually understanding what is going on.<p>I think this just shows how Tao always searches for new ways to do mathematical research, which I first came across in his talk about one of the polymath projects.</p>
]]></description><pubDate>Thu, 13 Jun 2024 06:01:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=40666394</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=40666394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40666394</guid></item><item><title><![CDATA[New comment by CloseChoice in "Holographic theory of learning"]]></title><description><![CDATA[
<p>It's a nice read but I doubt that the idea delivers what it promises.
I think one could downsize the idea to: if you learn one topic deeply you (probably) touch surrounding topics. That does not sound as elegant and holistic as in the article but is IMO closer to the truth. I would call it a huge exaggeration to say I've learned things about the world when in reality I just became a really good software engineer that knows how to interact with OSS communities.<p>These ideas are repeated often and I lean more to the specificity side of things: you only get good at what you learn/train. You won't become better at decision maker by learning chess/poker, you won't (or just become a slightly better) endurance swimmer by becoming a good runner, you won't understand human psychology by getting good at coding.<p>I remember a talk of top-notch mathematics where they were asked about related mathematical topics and most of them would just answer something like: "I just try to understand my field of mathematics well, I can't say much about something else". This was the discussion from the Breakthrough Prize in Mathematics 2015: <a href="https://www.youtube.com/watch?v=eNgUQlpc1m0&list=PLyF3OMOiy3nFdSK9QFR8uvB8A5qtLSDSQ" rel="nofollow">https://www.youtube.com/watch?v=eNgUQlpc1m0&list=PLyF3OMOiy3...</a></p>
]]></description><pubDate>Fri, 24 May 2024 14:33:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=40466666</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=40466666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40466666</guid></item><item><title><![CDATA[Shap v0.45.0]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/shap/shap/releases/tag/v0.45.0">https://github.com/shap/shap/releases/tag/v0.45.0</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39641488">https://news.ycombinator.com/item?id=39641488</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 08 Mar 2024 14:44:57 +0000</pubDate><link>https://github.com/shap/shap/releases/tag/v0.45.0</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=39641488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39641488</guid></item><item><title><![CDATA[Ask HN: Do you use products of a cloud marketplace?]]></title><description><![CDATA[
<p>Hi HN,
do you use products of cloud marketplaces? If so, what products and how is/was your experience? Have you ever considered using them?<p>Thanks</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37723667">https://news.ycombinator.com/item?id=37723667</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 01 Oct 2023 07:41:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=37723667</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=37723667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37723667</guid></item><item><title><![CDATA[Ask HN: Self-hosted application devs how do you handle deployment downtimes?]]></title><description><![CDATA[
<p>Hi guys,
I am currently developing an application on a small Hetzner server. I implemented a CI workflow using Github Actions but every time I deploy I have a small downtime (approx. 2mins) and therefore I wonder: How do you handle this? Do you care about the downtime? Do you have common (announced) downtimes in which you deploy?</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37483155">https://news.ycombinator.com/item?id=37483155</a></p>
<p>Points: 3</p>
<p># Comments: 4</p>
]]></description><pubDate>Tue, 12 Sep 2023 15:54:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=37483155</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=37483155</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37483155</guid></item><item><title><![CDATA[Ask HN: Did you ever fall out of Love with a Programming Language]]></title><description><![CDATA[
<p>Where you ever really enthusiastic about a language and fell out of love with it? What did you like about it in the first place, why did you fall out of love? What did you learn from the experience? I would be really glad to read your story.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32737479">https://news.ycombinator.com/item?id=32737479</a></p>
<p>Points: 7</p>
<p># Comments: 17</p>
]]></description><pubDate>Tue, 06 Sep 2022 14:21:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=32737479</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=32737479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32737479</guid></item><item><title><![CDATA[New comment by CloseChoice in "The coming tsunami of fakery"]]></title><description><![CDATA[
<p>This is amazing and really made with love. Just found a website in the 90's style of guy who asked companies for free stuff by letter.</p>
]]></description><pubDate>Thu, 25 Aug 2022 15:36:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=32595169</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=32595169</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32595169</guid></item><item><title><![CDATA[New comment by CloseChoice in "I Choose Optimism"]]></title><description><![CDATA[
<p>I think it's hard to argue that we DON'T live in an age with the highest life expectancy and material wealth ever (at least for the western countries, but this probably holds around globe). But there are quite a few things we are not good at measuring like mental health, freedom and overall happiness. It the points we can measure are not correlated to the non-measurable points. Though I would deem the non-measurable points even more important.<p>That said, I always choose optimism over so called realism and pessimism. This optimism doesn't mean that anything changes for the better by itself but that personal decisions can have an impact for the better.</p>
]]></description><pubDate>Mon, 22 Aug 2022 09:12:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=32549091</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=32549091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32549091</guid></item><item><title><![CDATA[New comment by CloseChoice in "Is There a Curse of the Fields Medal? [pdf]"]]></title><description><![CDATA[
<p>You are right, but it is not ruled out entirely because they used Wolf and Abel prize in the contenders group, which are awarded for a lifetime of work in mathematics and therefore biasing the contender groups.</p>
]]></description><pubDate>Mon, 22 Aug 2022 08:57:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=32548987</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=32548987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32548987</guid></item><item><title><![CDATA[New comment by CloseChoice in "Is There a Curse of the Fields Medal? [pdf]"]]></title><description><![CDATA[
<p>I am missing error bars here. The analysis is looking at 64 individuals and a unknown number of contenders. For such small samples I would expect the uncertainty to be quite high.</p>
]]></description><pubDate>Mon, 22 Aug 2022 08:53:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=32548961</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=32548961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32548961</guid></item><item><title><![CDATA[New comment by CloseChoice in "Against Discipline"]]></title><description><![CDATA[
<p>I just want to stress one thing: starting some activity is hard. Once I started an activity it is usually not that unpleasurable at all, even things like doing taxes, cleaning, writing this email I tried avoiding for weeks, etc.<p>For me that means that reducing the barrier to start is the most important aspect to get things done, gamification (as suggested in the article) can help of course.</p>
]]></description><pubDate>Fri, 05 Aug 2022 07:39:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=32352924</link><dc:creator>CloseChoice</dc:creator><comments>https://news.ycombinator.com/item?id=32352924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32352924</guid></item></channel></rss>