<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: integricho</title><link>https://news.ycombinator.com/user?id=integricho</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 02 Jul 2026 15:05:47 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=integricho" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by integricho in "Physical disc production ending in Jan 2028 for new games on PlayStation"]]></title><description><![CDATA[
<p>How were they allowed to "sell" those titles in the first place then? Because it was never implied that access might be lost or restricted,it was very much sold to customers,not rented.<p>As for Destiny not working,this is a related but different problem, stopkillinggames tries to tackle it, but both issues go hand in hand.<p>1. If we give up physical copies,we lose ownership,as simple as that<p>2. Server side components must be released by the publisher once they take offline a game, as long as that game was "sold" to the customer<p>So ownership is a very important component in this, don't make it sound absurd.</p>
]]></description><pubDate>Wed, 01 Jul 2026 17:47:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48750620</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48750620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48750620</guid></item><item><title><![CDATA[New comment by integricho in "Physical disc production ending in Jan 2028 for new games on PlayStation"]]></title><description><![CDATA[
<p>Because Sony and all digital publishers with the exception of GOG are lying thieves. This is just another step in getting rid of ownership, and we are too naive and passive to stand up against it. Physical copies are a must to retain any sense of ownership over purchased games. If this is done, it must be forbidden to show "Purchase" on playstation store as that implies ownership,which it will never be. Also just look at the parallel issue that happened exactly these days with Sony deleting purchased movies from libraries. The same will happen with games. This is legalized theft.</p>
]]></description><pubDate>Wed, 01 Jul 2026 16:27:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48749421</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48749421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48749421</guid></item><item><title><![CDATA[New comment by integricho in "Pystd, similar-ish functionality with a fraction of the compile time"]]></title><description><![CDATA[
<p>Sure, just to clarify, I am not arguing that c++ doesn't work, only that c++ produced binaries are either having more dll dependencies, or are more bloated (in size).
I also tried clang-cl and MingW, and while both work, the binaries produced by them are even larger then any MSVC produced (regardless of how I try to optimize it). C is a winner when it comes to binary size.</p>
]]></description><pubDate>Wed, 01 Jul 2026 10:48:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48744796</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48744796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48744796</guid></item><item><title><![CDATA[New comment by integricho in "Pystd, similar-ish functionality with a fraction of the compile time"]]></title><description><![CDATA[
<p>Even trivial stuff causes the linking to vcruntime, this is an extra dll dependency that I don't tolerate, no msvcrt, no vcruntime, nothing except core Win32 dlls are allowed on the platform. Static linking can relieve some of this pain, but that bloats the binary. C++ simply does not allow the same level of minimalism that can be achieved by C, and for many these are unimportant details, for me they are deal breakers and this is a core pillar of my architecture.</p>
]]></description><pubDate>Wed, 01 Jul 2026 08:43:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48743916</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48743916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743916</guid></item><item><title><![CDATA[New comment by integricho in "Pystd, similar-ish functionality with a fraction of the compile time"]]></title><description><![CDATA[
<p>Understood, yes, but I described my reasons in my reply to another comment already. 
Your proposed solution is not equivalent to what I am doing, it cannot work on all the systems I support, and would never be as dependency free.</p>
]]></description><pubDate>Wed, 01 Jul 2026 08:14:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48743670</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48743670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743670</guid></item><item><title><![CDATA[New comment by integricho in "Pystd, similar-ish functionality with a fraction of the compile time"]]></title><description><![CDATA[
<p>Have you checked what dll dependencies you get if you build such an app? And have you actually tried running such an executable on win9x?</p>
]]></description><pubDate>Wed, 01 Jul 2026 07:52:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48743531</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48743531</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743531</guid></item><item><title><![CDATA[New comment by integricho in "Pystd, similar-ish functionality with a fraction of the compile time"]]></title><description><![CDATA[
<p>For the last couple of years I got into retro computing, realized how much more I enjoyed the 9x era Windows systems compared to anything that came later, and made it a personal goal that if I build anything, it will have to work on Windows 95 as well. I realize the actual number of 9x users would be really small, but they still exist, e.g. seeing the vogons community, they are still using lots of such apps and would value support.</p>
]]></description><pubDate>Wed, 01 Jul 2026 07:51:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48743519</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48743519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48743519</guid></item><item><title><![CDATA[New comment by integricho in "Pystd, similar-ish functionality with a fraction of the compile time"]]></title><description><![CDATA[
<p>Yes, I am building GUI apps. This "standard library" of mine is built from the ground up in a cross platform manner, such that it compiles on Windows wrapping Win32, with Windows 95 being the CI machine, making sure it works on the whole Windows family upwards, and it wraps POSIX under Linux/MacOS/any POSIX system. The goal being to reuse the available shared library dependencies that are always present on these platforms anyway, giving me these ultra small binaries.</p>
]]></description><pubDate>Wed, 01 Jul 2026 06:14:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48742906</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48742906</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48742906</guid></item><item><title><![CDATA[New comment by integricho in "Claude Sonnet 5"]]></title><description><![CDATA[
<p>I believe you are miscalculating the effect of skill atrophy, there is benefit and actual experience gained by doing the work yourself. You are an experienced dev and already have a lot of tools and knowledge under your belt so at the moment it is hard to see the actual issue, as this is just a productivity multiplierfor you. But give it a couple of years working under these conditions, your tech savvy nature will be severely diminished.</p>
]]></description><pubDate>Wed, 01 Jul 2026 05:54:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48742799</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48742799</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48742799</guid></item><item><title><![CDATA[New comment by integricho in "Pystd, similar-ish functionality with a fraction of the compile time"]]></title><description><![CDATA[
<p>Agreed, I thought this is a wrapper for STL under Python, what does the py prefix stand for here actually?<p>As for the why c++ at all, as long as one falls into the "don't care" category, it works fine.. lately I found myself I rather build my apps in C with NODEFAULTLIB (under Windows at least), and creating my own size-optimized standard library which on Windows wraps the Win32 API wherever possible. The size savings are incredible, my executable is in the ~500KB range, ultra small and ultra fast. This is unattainable with normal modern C++.</p>
]]></description><pubDate>Wed, 01 Jul 2026 05:48:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48742754</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48742754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48742754</guid></item><item><title><![CDATA[New comment by integricho in "S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic"]]></title><description><![CDATA[
<p>But they haven't been good performers, and don't deserve joining s&p, and that is the point, do not make exceptions just because Elon Musk or whatever delusional billionaire says so.</p>
]]></description><pubDate>Sat, 06 Jun 2026 07:28:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48422368</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48422368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48422368</guid></item><item><title><![CDATA[New comment by integricho in "Cartoon Network Flash Games"]]></title><description><![CDATA[
<p>Most of the teagames flash games are sadly lost, never found them archived even here, yet they were among the best for me, e.g. Top Dog II was so fun back in the day. Teagames was taken over I think and the old games are all lost.</p>
]]></description><pubDate>Sat, 09 May 2026 06:41:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48072459</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=48072459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48072459</guid></item><item><title><![CDATA[New comment by integricho in "I built a Cargo-like build tool for C/C++"]]></title><description><![CDATA[
<p>I believe it supports only projects having a working cmake setup, no extra magic</p>
]]></description><pubDate>Thu, 09 Apr 2026 16:45:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47705946</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=47705946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47705946</guid></item><item><title><![CDATA[New comment by integricho in "Why the US Navy won't blast the Iranians and 'open' Strait of Hormuz"]]></title><description><![CDATA[
<p>what are you talking about?</p>
]]></description><pubDate>Wed, 01 Apr 2026 11:31:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47599446</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=47599446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47599446</guid></item><item><title><![CDATA[New comment by integricho in "Why the US Navy won't blast the Iranians and 'open' Strait of Hormuz"]]></title><description><![CDATA[
<p>It is so rich hearing that America can attack anybody, but godforbid an attack on the "homeland" is an unforgivable act that will invoke nukes immediately.</p>
]]></description><pubDate>Wed, 01 Apr 2026 06:51:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=47597708</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=47597708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47597708</guid></item><item><title><![CDATA[New comment by integricho in "Meta’s renewed commitment to jemalloc"]]></title><description><![CDATA[
<p>I came here for the article, stayed for the drama.</p>
]]></description><pubDate>Tue, 17 Mar 2026 03:37:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47408303</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=47408303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47408303</guid></item><item><title><![CDATA[New comment by integricho in "Gamedate – A site to revive dead multiplayer games"]]></title><description><![CDATA[
<p>I thought this is a sort of campaign / kickstarter site to prioritize which dead games are in highest demand, in pursuit of reverse engineering and building servers for them.</p>
]]></description><pubDate>Sun, 22 Feb 2026 14:04:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47111100</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=47111100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47111100</guid></item><item><title><![CDATA[New comment by integricho in "Gemini 3.1 Pro"]]></title><description><![CDATA[
<p>So you are an anthropic / openai employee, actually.</p>
]]></description><pubDate>Sat, 21 Feb 2026 08:16:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47098611</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=47098611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47098611</guid></item><item><title><![CDATA[New comment by integricho in "Flashpoint Archive – Over 200k web games and animations preserved"]]></title><description><![CDATA[
<p>I periodically check if Top Dog II (from teagames, now nonexistent) has been added as it was one of my favorite flash games, but it still isn't there. I admire the work and I really support preservation projects. Hope Top Dog II can be rescued one day, along with other teagames titles.</p>
]]></description><pubDate>Sun, 15 Feb 2026 09:02:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47022193</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=47022193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47022193</guid></item><item><title><![CDATA[New comment by integricho in "Dario Amodei – "We are near the end of the exponential" [video]"]]></title><description><![CDATA[
<p>Written by an anthropic employee, I mean how seriously can you take that piece? pure hype</p>
]]></description><pubDate>Fri, 13 Feb 2026 18:16:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47005823</link><dc:creator>integricho</dc:creator><comments>https://news.ycombinator.com/item?id=47005823</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47005823</guid></item></channel></rss>