<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: _the_inflator</title><link>https://news.ycombinator.com/user?id=_the_inflator</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 22:16:48 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=_the_inflator" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by _the_inflator in "SIMD in the 90s: Programming Intel's Pentium MMX"]]></title><description><![CDATA[
<p>Game makers started to utilize Moore’s Law and produced games, that required actual hardware.<p>During the 00ish years it felt like your system gets killed by a new game.<p>With the advent of the online update some game makers went way to far, Gothic in Europe was a pre-alpha release that never really got finalized but was really anticipated by gamers here.<p>I stopped buying games, since this was a rat race.<p>Everything was evolving and with the utilization of the GForce CPU gaming reached a new hardware design phase where CPU, bus (!), ram, essentially everything had to be finetuned otherwise you would run into massive performance penalties so to say. The term bottleneck wasn’t used back then but describes very clearly the dilemma back then.<p>In essence everything was getting more expensive while design considerations were critical.<p>And the systems were so fragile.<p>Some boards couldn’t handle Intel’s cooling demand for the CPU, it was a crazy time.<p>I remember the infamous AMD diss that led the company somewhat to the top tier their were then with the Athlon, when a dude filmed what happens during runtime when you remove the heat fan from an Intel vs. AMD.<p>Weird time, glad it is over. So much hardware and money burned.</p>
]]></description><pubDate>Tue, 18 Aug 2026 06:16:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49341963</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=49341963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49341963</guid></item><item><title><![CDATA[New comment by _the_inflator in "Changes at Google DeepMind: Demis Hassabis from CEO to Chair, Jeff Dean departs"]]></title><description><![CDATA[
<p>Roughly two years ago suddenly Hassabis was heavily promoted on all Google YouTube channels.<p>It was to fight ChatGPT and promote Gemini.<p>I think the guy does a very poor job or is simply not the right guy to appear as public figure for Gemini.<p>At least he tried. He is a man for everything that is not filmed.<p>Google doesn’t really have a person to give Gemini or AI a human face. And that is only consequential because Google never had any public person with any charisma like Jobs, Zuck, Altman.</p>
]]></description><pubDate>Thu, 06 Aug 2026 10:52:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=49195018</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=49195018</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49195018</guid></item><item><title><![CDATA[New comment by _the_inflator in "Changes at Google DeepMind: Demis Hassabis from CEO to Chair, Jeff Dean departs"]]></title><description><![CDATA[
<p>You made my day. As tragic as it reads, it is on point.</p>
]]></description><pubDate>Thu, 06 Aug 2026 10:44:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=49194976</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=49194976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49194976</guid></item><item><title><![CDATA[New comment by _the_inflator in "I don't recommend Tailwind CSS"]]></title><description><![CDATA[
<p>I registered my first domain 1997 and before that already coded websites: members.aol.com/…/<p>I saw the inception of CSS, the infamous ACID test, IE6, web standards movement - anything and everything.<p>To this day, CSS is something that is not separating design from markup (try logic, you will get it), and as all things technology is now a mix of technical constraints, backwards compatibility, totally conflicting decisions.<p>I am traumatized with floats and clearfix, and there was a lot of debate around CSS 3, JavaScript.<p>Layout wise, “the web” aka web traditionalists or whatever went bezerk against any attempts to allow for what today is dominating: print layout as role model.<p>Formerly flow was all about responsive web design, being as fluid as it gets.<p>CanIUse had to be brought to life to solve the questions, what features needed to be done in JavaScripts, which not.<p>Stylus, BEM, bootstrap, SCSS etc.<p>All kind of conventions and preprocessing helpers.<p>CSS is hard and will stay hard, in fact I am stunned by the author’s total ignorance of where CSS came from, why something is the way it is.<p>Maybe he is just a young gun and thinks that CSS is only flow, grid and CSS3 and always waiting for cool new features which do what? What purpose do they have, which problem do they solve?<p>Tailwind is genius. There is pro and con for everything but looking back it is just another evolutionary step on the shoulder of the mentioned giants.<p>To this day no framework or system was more simple and elegant than Tailwind.<p>The author’s naive conclusion is a variation of the running gag that started with <a href="https://youmightnotneedjquery.com/" rel="nofollow">https://youmightnotneedjquery.com/</a><p>Tailwind is shadowing native CSS functionality? I felt pain reading this because so what? That”s not the point.<p>We use preprocessors, postprocessors, optimizers - what I don’t want to do is using CSS’s own bad naming nomenclature which is used because of backwards compatibility.<p>In fact abstracting away basic functionality and simply let the compiler decide what is best given the situation is mentally helpful.<p>Working in large teams, or many teams. Guess what will happen: we build our own CSS framework, well we build ten because everyone knows best.<p>The author really should be thankful for the genius job Tailwind does, because he seems extremely inexperienced and never faced hard challenges.<p>In fact if your only problem is to decide between two frameworks, you are lazy and not considering other people.<p>Browser compatibility, breaking changes, different CSS as well as JavaScript engines - this was brutal.<p>Today? Luxury discussions.<p>The fact that Tailwind allowed for a gazillion of partly stunning CSS design systems and React components like ShadCN and others is proof enough that Tailwind is a platform with the best pro/con ratio so far.<p>This has never been the case before. This is a singularity.<p>I was founder and product lead for a huge and critical to business financial platform, seeing others easily augmenting your platform via interfaces or plugin patterns as a structured approach is genius.<p>Extensibility is a sign of elegance and perfect abstraction.<p>Are there downsides? Who cares with all these never seen before massive benefits?<p>The killer against laissez fair CSS is exactly this: have you ever lead an approach to develop a framework? Why do you want to build yet another TW?<p>Drop it. It won’t work. The question or better your solution hints at being a solo dev.<p>This is fine but you seem so one sided in your views, I am puzzled.<p>If I could use just native CSS boy oh boy - do you really know everything about it? Could you understand a floating layout? Could you see pro and contra for its use case or do you just not allow its usage? If yes, why if you cannot answer the question?<p>How do you make sure, there is standardization? How do you train and coach people so that they know and can use CSS?<p>What are your naming conventions? Why this way, no other way?<p>How do you deal with devs leaving, new joiners?<p>Who is overseeing the repository? Who has merge rights? Who does the code reviews?<p>What do you do if there was an emergency and some big shot or very important order had to be accommodated and now you have garbage CSS in your platform that you must maintain and everyone can use?<p>Boy oh boy - I love Tailwind. The versatile solution that was 30 years in the making.<p>All you delusional freaks out there with the hubris belief: tell me how it went.<p>I just covered a few questions. Deployment is yet to debate etc.</p>
]]></description><pubDate>Sun, 02 Aug 2026 11:29:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49143448</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=49143448</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49143448</guid></item><item><title><![CDATA[New comment by _the_inflator in "Codex Security"]]></title><description><![CDATA[
<p>Off topic: Just some thx and kudos to you guys. I used Promptpoo at the beginning of the year - it was exactly, what I needed, very much still a niche thing hardly anyone was using.<p>I totally missed the acquisition - but well deserved. I am currently re-evaluating PF again for my upcoming project, and happy to see that it is more than simply thriving.</p>
]]></description><pubDate>Wed, 29 Jul 2026 14:08:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49097762</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=49097762</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49097762</guid></item><item><title><![CDATA[New comment by _the_inflator in "I regret migrating to Codeberg"]]></title><description><![CDATA[
<p>I understand Codeberg's standpoint. From their point of view I think it is only reasonable to sticking to your guns as well as mentioning, that at the end of the day there is no free lunch and LLM coding may be bloat to them.<p>I know the European scene since the 80th and know, that all projects are not what the rest of world think they are: free, and an alternative to anything that is US based.<p>European software devs are activists in the old-school meaning. In the 80th, they were crackers, hackers, and they looked for likeminded people. BTX scandal is only for very old veterans, as well as von Gravenreuth or Highscore.<p>I was part of the C64, Amiga scene and still have many friends their. Nevertheless we have very different attitudes today.<p>Without any irony I finally hope that people finally value that is provided by GitHub or other services from the Valley.<p>Trashing them or thinking, you just needed to host a service outside the US makes it a viable option is naiv.<p>I respect EU's and European devs' decisions, but I would never ever rely on them. I love the US and happy to be almost 100% not using European services.<p>Yes it reads "Software development, but free! Codeberg is a non-profit, community-led effort..." but you didn't know Germans or the fineprint. Codeberg is organized as "eingetragener Verein" and here you have the basis for what is considered free: <a href="https://codeberg.org/Codeberg/org/src/branch/main/en/bylaws.md" rel="nofollow">https://codeberg.org/Codeberg/org/src/branch/main/en/bylaws....</a><p>Folks, this is politics, this is power struggle, this is what Germans call "Grabenkämpfe". If you aren't used to the lifestyle, you won't understand nor enjoy the ride.<p>I build an extremely successfully eV myself which still lives and thrives for 30 years now - without me.<p>Value GitHub, stay away from European "alternatives". They aren't.</p>
]]></description><pubDate>Sat, 25 Jul 2026 15:51:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49048647</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=49048647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49048647</guid></item><item><title><![CDATA[New comment by _the_inflator in "Modern decor may be straining people's brains"]]></title><description><![CDATA[
<p>I agree with you.<p>Victimhood par excellence: "My brain is a 200+ IQ machine desperately waiting for input. However, I cannot feed it! It is the walls, I guess."<p>It should be legally enforced to place every author's smartphone usage statistics into such articles. No interior design on earth can compensate for 40 hours TikTok usage per week.<p>And we didn't mention other streaming services as well.<p>It might be the smartphone usage as well as time spend.</p>
]]></description><pubDate>Sun, 12 Jul 2026 11:13:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48880188</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48880188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48880188</guid></item><item><title><![CDATA[New comment by _the_inflator in "GPT-5.6 Sol Ultra produces proof of the Cycle Double Cover Conjecture [pdf]"]]></title><description><![CDATA[
<p>Wow, you couldn't be more wrong here.<p>Math is something humans invented and is a model, nothing else. There is no logic per se, but a model that works quite well for us.<p>I studied Math and CS as a very highly gifted and quickly found out, there is no beauty of Mathematical Logic, only humans approval of what they deem most accurate.<p>A good example is set theory. Cantor was not openly welcomed after he introduced his "theory" to others. In fact, he was received quite some pushback and hostility - this doesn't sound like someone received love the mathematical logic's way.<p>In fact, the story of Cantor is really a tragic one. He left math for quite some time, due to the pushback.<p>Only later humans accepted his theory and found it useful. Well, well, what is Mathematical Logic and what not is after all just broad consensus by humans.<p>And if you go deeper, you will hear more of these stories. Math is anything else but logic. Proofs are religious things, often so complicated, they are simply accepted as "approved by a committee". Many profs cannot really explain simple proofs, they refer to the textbook.<p>This doesn't sound like romance nor easily reproducible logic.<p>After all, we deal with human beings.</p>
]]></description><pubDate>Fri, 10 Jul 2026 19:39:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48864268</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48864268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48864268</guid></item><item><title><![CDATA[New comment by _the_inflator in "EU Commission: addictive design Instagram and Facebook in breach of the DSA"]]></title><description><![CDATA[
<p>Hm, I use Facebook twice a year, to thank folks for my b-day greetings and for checking my account. Some with Insta.<p>I am not the least addicted to it. I suspended TikTok, because it is of low value.<p>YouTube is useful - only with the subscription to get rid of all the ads.<p>Sorry, addictive design is once again another strawman. No one forces you to use these crappy apps. Same with the iPhone.<p>Need free time? iPhone will serve you. All Icons colorless? iPhone!<p>Excuses, excuses, excuses.<p>There is a problem, if you see people being sucked into their smartphones - however, you cannot have one without the other. Many public services require a smartphone. Where is the alternative?<p>It is human nature, that's all. Fighting Facebook is so low, absolutely low.</p>
]]></description><pubDate>Fri, 10 Jul 2026 19:27:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48864117</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48864117</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48864117</guid></item><item><title><![CDATA[New comment by _the_inflator in "Microsoft fire idTech team at Id software"]]></title><description><![CDATA[
<p>I’m with you on this, though I feel a conflict within myself: on one hand, the nostalgic attachment to that raw, "in-the-trenches" coding culture; on the other, the realization that building a proprietary engine is often completely unnecessary.<p>Diminishing marginal utility.<p>Why did the PC ultimately kill the demoscene? A lack of restrictions; hardware was no longer the bottleneck that — through brilliant programming exploiting specific hardware quirks — could be coaxed into conjuring up magical visual effects (or failing to do so).<p>On the C64 and Amiga 500, individual ingenuity correlated directly with visual output. The PC era—ushered in by the i386, refined by the i486DX, and popularized by the 586 (Pentium)—increasingly abstracted visual effects and audio illusions away from the hardware itself.<p>What previously <i>had</i> to be created in assembly language (!) — indeed, practically forced into existence through sheer effort — was now reduced to just "Yet Another Feature."<p>The partnership between Carmack — whose genius was brilliantly complemented (and even surpassed, a fact often forgotten) by Michael Abrash — represented the most important development duo in the history of game engines. Ken Silverman was a sensation who, unfortunately, never quite reaped the accolades he deserved. Interestingly, this highlights exactly why it was so right and important for Carmack and his peers to be their own bosses: success doesn't end up in someone else's pockets.<p>Nowadays, making games is essentially akin to video editing — dependent on NVIDIA, and nothing more.<p>The crucial factor is the ability to deploy a game across countless systems with minimal adaptation effort; while the base version suffers little visual degradation, the architecture must still allow for high-end PC systems to push the boundaries.<p>In other words: back then, we hand - coded animations—graphics, code, and music were a unified whole. Today, a kid on an iPhone creating a TikTok video achieves — with a thousand times higher quality — what used to take teams weeks or months to accomplish. Development costs are astronomical; code no longer needs manual optimization because compilers are inevitably better at it (multi-core, etc.). Nothing is one-dimensional or linear anymore.<p>For this reason, content is all that remains.<p>As someone who is nostalgic — a C64 demoscener and occasional Amiga 500 assembly coder — I do feel a twinge of wistfulness; yet, as a former senior manager and platform product lead, I cannot fathom clinging to the wrong approach for so long.<p>That misguided romanticism made me shake my head. Visually, Doom was clearly inferior to engines like Unity. I couldn't care less whether or not that commented-out line containing the `0x5F3759DF` hack was in there somewhere.<p>Don't hate the player, hate the game.</p>
]]></description><pubDate>Tue, 07 Jul 2026 19:31:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48822551</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48822551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48822551</guid></item><item><title><![CDATA[New comment by _the_inflator in "Europe's company websites are mostly served by US vendors"]]></title><description><![CDATA[
<p>I had a glimpse at your posting.<p>What exactly were you looking for? APIs?<p>Here is a hint: quite many companies need a certificated provider who not only is certified but also has - 99,999% overlook this fact because of ignorance - enough insurance and can theoretically be held responsible financially for services being not reachable.<p>EU regulation requires such settings.<p>While I highly value Hetzner and Strato, they don't want to deal with such companies, which is reasonable.<p>Also what you see is just the visible part, not the internal APIs or due to failure safety different APIs serving in a failover scenario.<p>Internal networks are huge. And masked or hidden behind quite some intrusion detection as well as layers of protection exactly for this reason.<p>In other words: you did an interesting posting however it is meaningless without knowing why these what you called churn occurs.<p>Usually you don't simply migrate from one cloud to another.<p>Accenture for example had a partnership with Amazon, and use their services. So maybe during the development phase or whatever there appears to be a spike.<p>In other words: it was a planend. Times series need to be observed for many years.<p>But nevertheless a nice posting.<p>It is just that sometimes "facts" from the outside lead to speculations, an insider can only chuckle about.<p>Before I joined a huge global bank, I thought any startup would eat them alive, think N24. Remember N24? No? Well...<p>I was part of the senior management, dbCORE as a hint.<p>Maybe repeat the study, make it run over years, or even better: observe something you know for a fact and see how things change, not the other way around. You would have needed to conduct interviews etc.<p>By design there is a paradigm called security through obscurity. That's why torture for example seldomly helpful. Is the poor soul lying or not? You need to verify first, in any case.<p>Outside observation is just that: Platon's allegory of the cave. Useful or not, you never know. That's why I laughed a bit about your disclaimer ("Limitations").</p>
]]></description><pubDate>Tue, 07 Jul 2026 14:56:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48818739</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48818739</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48818739</guid></item><item><title><![CDATA[New comment by _the_inflator in "Does code cleanliness affect coding agents? A controlled minimal-pair study"]]></title><description><![CDATA[
<p>If you have a large important financial service to maintain and develop, and such a code basis is part of your backend, I guarantee you that you won't think twice to simply rely on deterministic linters.<p>The reason is quite obvious if you have dealt with such a huge code basis in production with thousands of developers contributing for decades to it coming from different vendors and countries.<p>Code has a meaning attached to it. And paradoxically being able to cleanly cut out such dead code raises my suspicion. There is a reason why such code exists in there often times and since almost always stakeholders give a damn about documentation, and developers traditionally have a hard time writing even JavaDocs, JSdocs, whatever and not to mention maintaining them.<p>In earlier times CPU time was precious and comments were deliberately left off due to space and processing considerations.<p>So why is this all important?<p>Because until you cannot find the one guy who uses this code for a good reason, I would never kill it. Good reasons in these cases are almost always so called application owner, an app admin and hosts, who serves according to ITIL specs as deployment and production person.<p>Dead code can be actually quite lively under the right circumstances. And since sometimes people have to be very creative to serve regulation requirements and compliance, sometimes release pressure or missing tools can make such code an important script or deployment tool or fix for a reboot or whatever.<p>Believe me, dead code isn't. What you can do is, watch it at least over a period of two years.<p>Here is why.<p>Most processes have yearly deadlines. Many fall on the 1.1. of each year, while others somewhere at the end of the year. Some processes need to be served once a year due to compliance to laws.<p>And why two years then? As I said, human beings. Maybe that one time a guy had an exception running for it or there is a maintainer, who uses a different method - his own dead code so to say - because these scripts are rarely shared and maintainer's best kept secrets. The lesser a company knows, the more important these last line folks feel and they are blackboxes when something is or isn't working. (I hated this, this was not way of working and I changed it. It is not their company and a keeper is a Red Flag for me.)<p>But rarely the same person will serve the process two times in a row. Vacation times vary as well as positional changes.<p>Hence the two years period and even then, there are smarter, more easier ways than to use linters.<p>Hint: it is the frontend first paradigm.<p>How do I know? Because I invented it. Proof: Huge international Bank. dbCORE.</p>
]]></description><pubDate>Tue, 07 Jul 2026 14:35:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=48818470</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48818470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48818470</guid></item><item><title><![CDATA[New comment by _the_inflator in "Zuckerberg says AI agent development going slower than expected"]]></title><description><![CDATA[
<p>I think that over long developers will desperately be needed to handle AI.<p>In my experience, within weeks now concepts written in stone get shattered and the next paradigm has to be used in order to max out AI in an development environment.<p>What is the case for AI? To handle basic work? Augment the work? Add work?<p>Why I think dev will be in a good spot if they adapt is the simple fact, that while laymen are using ChatGPT etc. every day, this is like driving a Tesla vs a formula 1 car.<p>If you take ChatGPT away from the laymen, they are helpless with IT. Devs aren't.<p>AI isn't static, and every turn evolves into complexity, only devs may handle when they adapt to frequent paradigm shifts and go into high level mode.<p>It will be again the interface between men and machine, laymen and AI. The gap won't close anytime as expected (The programming manager - remember 6 month ago?), but widens more and more.<p>What I see is that in day to day work many services have arms race with AI updates. The managers are more and more overwhelmed by the workload but how to automate systems is still devs' area to shine.<p>The business case is still hidden and unclear, but only one aspect is clear to me: low level programming is mostly configuration work now and bug fixing for AI very seldomly now.</p>
]]></description><pubDate>Fri, 03 Jul 2026 13:51:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48775052</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48775052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48775052</guid></item><item><title><![CDATA[New comment by _the_inflator in "Bring back crappy forums"]]></title><description><![CDATA[
<p>As someone who worked as forum member and even hosted his own very successful forum during the 2000-2015 years - it is so much work in a one sided system.<p>It is a one to many relationship, where success in terms of forum quality and loyal members and member count are one thing, one bad apple another.<p>Moderation and administration looks easy on the outside but the regular members don't see the amount of invisible staff forums, that mods and admins use to handle and balance day to day happiness or survivorship - administrators always do it wrong, all blame no thank you.<p>I love and like forums and strictly stick to forum culture. If you can be polarizing here and there, like HN, I use it from time to time in polarizing topics. Strict rule: no flame wars, never. Most of the time I get support, which is ok, I don't troll.<p>Most of the time I try to find common ground and add a story or information to a comment.<p>Upvotes and downvotes show you the way.<p>So maybe it sounds pathetic but a big shoutout to the mods here and all the die hard members who keep HN the best place in my opinion there is. Never change, and I mean it.</p>
]]></description><pubDate>Thu, 02 Jul 2026 09:13:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48758620</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48758620</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48758620</guid></item><item><title><![CDATA[New comment by _the_inflator in "How Europe Became the World Champion of Heat Deaths"]]></title><description><![CDATA[
<p>I side with you and can share another crazy story:<p>Between 2018 and 2020, I lived in a newly built, 90-square-meter rental apartment in Germany. It was luxurious, had a fire-rated door, and was very well soundproofed as well as equipped with a very spacious bathroom and walk-in shower.<p>What made it sadly special was its so called thermal design concept: thanks to a natural air circulation system, the heating could only reach a maximum of 19 degrees in the winter. That’s how the system was designed and specified. The walls very well insulated, but there were slits that connected the rooms to the outside world to allow for air exchange. Not large or long ones, here and there hardly noticeable.<p>It’s crazy how restrictive the legal regulations are. So the 20-degree limit is by no means just a matter of perception—quite the opposite. As a consequence we placed electric heaters in almost every room. What a farce...</p>
]]></description><pubDate>Sat, 27 Jun 2026 18:59:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48700743</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48700743</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48700743</guid></item><item><title><![CDATA[New comment by _the_inflator in "How Europe Became the World Champion of Heat Deaths"]]></title><description><![CDATA[
<p>To put it mildly: the reasons why I consider leaving the continent for good are growing and counting - not over decades, but rapidly over years and month.<p>A/C is one reason. I bought one for my condo two years ago after experiencing 35+ degrees Celsius over weeks one or two years ago.<p>It was the single best decision ever, it is increasing quality of life massively. It cost me roughly 2000EUR - an investment, not a hefty sum.<p>I feel no difference in sleepiness, mood etc. at during summers where nights show 25+ degrees.<p>3 month per year for 2 years and counting means such a bargain for me given this summer. Imagine moving to a hotel for 3 month with A/C - 6-9 month at a day rate of around 200EUR. Now put that into perspective with the 2k investment.<p>Energy costs surprised me extremely. I expected to have to pay adional 200-300EUR as a result of its usage during summer month.<p>And I was stunned to be reunded 6EUR instead. So it seems to save energy magically, too. ;)<p>PS: I rarely join any events during summer given the fact that an event with 1k to 20+k guests would not be considered heat sinks. Today a friend of mine goes to an Open Air concert which starts at 18:00. I wished her well, since the heat indicators shows 37 degrees there. I have to bite my tongue to call it a nutjob. In the Italy for example, understandably since decades Open Air events start around or after 21:00. Maybe is has to do with the sun.</p>
]]></description><pubDate>Sat, 27 Jun 2026 18:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48700637</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48700637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48700637</guid></item><item><title><![CDATA[New comment by _the_inflator in "I feel like VSCode is falling apart"]]></title><description><![CDATA[
<p>I cannot remember when I started using is, but I remember that at first there was only IntelliJ which could be modified via Plugins to be used for PHP and HTML, JavaScript anyway. It felt better then Adobe Dreamweaver at the time.<p>I remember the - today we would say shitstorm - negative buzz when JetBrains evolved from one IDE with Plugins to many IDEs with language specific plugins and introducing a subscription based model where all where available.<p>So more than 15 years, but since then nothing beat them and it is my longest running subscription. I benefitted many years of the early rabat that people got when they joined the subscription mode. Many years JetBrains spared the early joiners of price increases, which was cool.<p>Before that people would have bought IntelliJ for a hefty price tag, but it was fair.<p>Fortunately JetBrains never lost their focus and goal. I was so glad that JetBrains seemed to give AI a pass until they saw a way to let users benefit from its utilization. My guess is, that an Agent AI IDE is in the works, kind of like DataSpell and DataGrip.<p>Nothing bad to say about JetBrains, and I didn't get all the buzz about VSCode. Plugin-System was a mess, not a strength, highly conflicting, while of course some were really nice to have but not really thought through or tested on devs for productivity.<p>Especially in the beginning VSCode feels really handy, but was an annoyance over the long run. Plugins broke, security. Also in team environments and especially large to very large amounts of teams VSCode is hell due to no possibility to enforce plugins via policy - at least at the time I tried around 2020.<p>JetBrains have the added benefit of simply working consistently and I find it helpful to not have a superapp for all programming languages integrated into one but separate instances with distinct features depending on the language context.<p>JetBrains IDEs are used to build stuff that is reliable and the fact they they have to earn money it great: the customer is the focus, not a community of people cheerleading only.<p>I had the honor to talk to the product lead of VSCode (he joined Google) around 2024. We talked for over an hours exchanging ideas and insights, stories from the trenches. Nice dude.<p>I don't bad mouth VSCode, it just doesn't click for me for the professional usage for the most popular programming languages.<p>A perfect fit however, was in a niche, where nothing from JetBrains could match it:
- M68k programming for Amiga 500
- 6510 assembler for C64 demo coding<p>Turbo Pascal was very buggy and disappointing, but VSCode is unmatched and top notch when it comes to Amiga and C64 coding cross platform.</p>
]]></description><pubDate>Sat, 27 Jun 2026 18:24:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=48700499</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48700499</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48700499</guid></item><item><title><![CDATA[New comment by _the_inflator in "Springer Nature has removed two studies by Max Planck"]]></title><description><![CDATA[
<p>I disagree.<p>I think you are contradicting yourself. If a previous work has been copy and pasted, and a novel reader doesn't know, wouldn't the reader benefit from the option to actually read the previous work as a whole?<p>All credible authors I read mentioned quotes from earlier works. In fact, that is on the one hand an ego boost as a prolific writer, and also helps sell more copies in case of being purchasable.<p>Most credible university profs in Germany from the 1990th for example always referenced their former work and mention changes of the context, or in case of a theory, modifications.<p>Books for example, are reprinted and it has been mentioned whether changes to the content has been done.<p>Personally I really see no problem, leaving the decision, whether you copied something or not, to the reader.</p>
]]></description><pubDate>Fri, 26 Jun 2026 17:03:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48688998</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48688998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48688998</guid></item><item><title><![CDATA[New comment by _the_inflator in "The Commodore Callback 8020 smart flip phone"]]></title><description><![CDATA[
<p>Then the old Sony Ericssons would be her best option I think.<p>They were the ultimate in to small for my fingers, couldn't stand it.<p>Still the best form factor has the iPhone 4 in my opinion. And here comes the revelation: the iPhone 17 have grown again and the base models all start at 6.3"<p>The pro max is now 6.9" - the iPad mini is 8.3"<p>What a massive burden to carry around and still the iPhone aren't good enough for reading long time - a book for example - like the iPad Mini is.<p>I guess that many "content creators" edit their TikTok stuff when they are on the move and that the iPhone tries to more and more fit for that market.<p>Also larger device sizes allow for larger batteries - good for local AI and again video editing and consuming as well.<p>I Own a iPhone 16 and couldn't handle the pro/max option. Too bulky - and the camera lens has sharp edges combined with a slippy surface.<p>So size is one thing, form another.<p>The max options are crazy large especially if you consider a case for protection.<p>Two things</p>
]]></description><pubDate>Mon, 22 Jun 2026 08:04:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48627185</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48627185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48627185</guid></item><item><title><![CDATA[New comment by _the_inflator in "The AirPods Effect"]]></title><description><![CDATA[
<p>Exactly.<p>Noise cancelling is a treasure.<p>And what I really like about them is the ease of use.<p>The moment I start talking to someone, automagically the NC is paused as well as any audio you were listening to.<p>It sounds so easy but is really running smoothly. Over time Apple really perfected the workings.<p>This blend is what makes them so valuable for me. I don’t have to manually do anything, simply speak and interact without having to touch them.<p>This is what bothered me really well, especially at work. Headset on, headset off - not anymore.<p>And people now don’t feel neglected when you keep the Pods in your ear.<p>Social reconditioning was part of the problem so to say. This tool is now accepted.<p>Well deserved. I am buying another pair of the AirPods Pro. I want a bit of safety after I temporarily lost one ear pod - I felt so disturbed, suddenly not being able to enjoy freedom acoustically anymore. Just to make sure and switch between them.</p>
]]></description><pubDate>Fri, 19 Jun 2026 13:41:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48598477</link><dc:creator>_the_inflator</dc:creator><comments>https://news.ycombinator.com/item?id=48598477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48598477</guid></item></channel></rss>