<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: intoXbox</title><link>https://news.ycombinator.com/user?id=intoXbox</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 16 Jun 2026 04:05:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=intoXbox" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by intoXbox in "Show HN: Can Europe train a frontier AI model on the compute it owns?"]]></title><description><![CDATA[
<p>This has factored out product development, which is more than compute resources. Just like any industry, some organisation needs to take ownership and responsibility to convert technology to a usable product.</p>
]]></description><pubDate>Mon, 15 Jun 2026 16:05:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=48543306</link><dc:creator>intoXbox</dc:creator><comments>https://news.ycombinator.com/item?id=48543306</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48543306</guid></item><item><title><![CDATA[New comment by intoXbox in "Rio de Janeiro's "homegrown" LLM appears to be a merge of an existing model"]]></title><description><![CDATA[
<p>That only tells what base architecture they used, but fine tuning does not increase the number of weights, it just adapts the weights to improve better on a fine tuning dataset- something they claimed they had done</p>
]]></description><pubDate>Sun, 14 Jun 2026 18:30:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48530852</link><dc:creator>intoXbox</dc:creator><comments>https://news.ycombinator.com/item?id=48530852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48530852</guid></item><item><title><![CDATA[New comment by intoXbox in "Show HN: BreezePDF – Free, in-browser PDF editor"]]></title><description><![CDATA[
<p>Nice tool. I like the local approach. I think a nice feature would be to remove all PII from documents, so that users can redact PDFs and upload to their favourite LLM.</p>
]]></description><pubDate>Sun, 29 Mar 2026 14:06:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47563257</link><dc:creator>intoXbox</dc:creator><comments>https://news.ycombinator.com/item?id=47563257</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47563257</guid></item><item><title><![CDATA[New comment by intoXbox in "CERN uses ultra-compact AI models on FPGAs for real-time LHC data filtering"]]></title><description><![CDATA[
<p>They used a custom neural net with autoencoders, which contain convolutional layers. They trained it on previous experiment data.<p><a href="https://arxiv.org/html/2411.19506v1" rel="nofollow">https://arxiv.org/html/2411.19506v1</a><p>Why is it so hard to elaborate what AI algorithm / technique they integrate? Would have made this article much better</p>
]]></description><pubDate>Sat, 28 Mar 2026 09:11:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47552919</link><dc:creator>intoXbox</dc:creator><comments>https://news.ycombinator.com/item?id=47552919</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47552919</guid></item><item><title><![CDATA[New comment by intoXbox in "Ask HN: AI productivity gains – do you fire devs or build better products?"]]></title><description><![CDATA[
<p>The pain already starts when a new feature needs to be introduced, your colleague is assigned to the task and the architecture is completely unfit for modular development.<p>Any sensible experienced programmer will take into account possible future features spoken about around the office, when deciding how implement a feature. To me that’s the key reason I can’t delegate AI complex features that will grow. The same reason I inspect and clean the toilet when I’m done - out of respect to my colleagues</p>
]]></description><pubDate>Sun, 22 Mar 2026 21:23:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47482296</link><dc:creator>intoXbox</dc:creator><comments>https://news.ycombinator.com/item?id=47482296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47482296</guid></item><item><title><![CDATA[New comment by intoXbox in "Python: The Optimization Ladder"]]></title><description><![CDATA[
<p>Great write up and recognisable performance. For a pipeline with many (~50) build dependencies unfortunately switching interpreter or experimenting with free threading is not an easy route as long as packages are not available (which is completely understandable).<p>I’m not one of these rewrite in Rust types, but some isolated jobs are just so well sorted for full control system programming that the rust delegation is worth the investment imo.<p>Another part worth investigating for IO bound pipelines is different multiprocessing techniques. We recently got a boost from using ThreadPoolExecutor over standard multiprocessing, and careful profiling to identify which tasks are left hanging and best allocated its own worker. The price you pay though is shared memory, so no thread safety, which only works if your pipeline can be staggered</p>
]]></description><pubDate>Sat, 14 Mar 2026 22:26:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47381950</link><dc:creator>intoXbox</dc:creator><comments>https://news.ycombinator.com/item?id=47381950</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47381950</guid></item><item><title><![CDATA[New comment by intoXbox in "Ask HN: Do you still use physical calculators?"]]></title><description><![CDATA[
<p>I still use a high school calculator for doing pen and paper maths. Stuff like figuring out when functions change sign. I find it less distracting than a code editor</p>
]]></description><pubDate>Sat, 31 Jan 2026 10:33:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46835332</link><dc:creator>intoXbox</dc:creator><comments>https://news.ycombinator.com/item?id=46835332</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46835332</guid></item></channel></rss>