<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: meinersbur</title><link>https://news.ycombinator.com/user?id=meinersbur</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 06 Apr 2026 05:39:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=meinersbur" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by meinersbur in "Our commitment to Windows quality"]]></title><description><![CDATA[
<p>It has nothing to so with NTFS, but all with the Win32 API. The Windows kernel supports this file model, proven by WSL1. There is a blog post somewhere (Old New Thing?) stating the engineers would like to e.g. allow deleting a file even if there is still a program with with a file handle to it, but are concerned deviation from current behavior would cause more problems than it solves.<p>The reason that they want a reboot is that they do not want to support a system using two versions of the same library at the same time, let's say ntdll. So they would have to close any program using that library before programs that use the new version can be started. That is equivalent to a reboot.<p>And I completely understand the reason. For a long time when Firefox would update on Linux, the browser windows still open were broken; it opened resources meant for the updated Firefox with the processes runnung the non-updated Firefox. The Chrome developers mentioned [2] that the "proper" solution would be to open every file at start and pass that file descriptor to the subprocesses so all of them are using the same version of the file. Needless to say, resource usage would go up.<p>[2]: <a href="https://neugierig.org/software/chromium/notes/2011/08/zygote.html" rel="nofollow">https://neugierig.org/software/chromium/notes/2011/08/zygote...</a></p>
]]></description><pubDate>Sat, 21 Mar 2026 13:31:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47466868</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=47466868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47466868</guid></item><item><title><![CDATA[New comment by meinersbur in "WolfSSL sucks too, so now what?"]]></title><description><![CDATA[
<p>This is the WolfSSL maintainer's response[1]<p>> This ticket is rather long and has a lot of irrelevant content regarding this new topic. If I need to bring in a colleague I do not want them to have to wade through all the irrelevant context. If you would like, please open a new issue with regards to how we support middlebox compatibility.<p>The author turns this into:<p>> The GitHub issue comment left at the end leads me to believe that they aren't really interested in RFC compliance. There isn't a middleground here or a "different way" of implementing middlebox compatibility. It's either RFC compliant or not. And they're not.<p>This is a bad-faith interpretation of the maintainer's response. They only asked to open a new, more specific issue report. The maintainer always answered within minutes, which I find quite impressive (even after the author ghosted for months). The author consumed the maintainer's time and shouldn't get the blame for the author's problems.<p>[1]: <a href="https://github.com/wolfSSL/wolfssl/issues/9156" rel="nofollow">https://github.com/wolfSSL/wolfssl/issues/9156</a></p>
]]></description><pubDate>Fri, 13 Feb 2026 11:03:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47001387</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=47001387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47001387</guid></item><item><title><![CDATA[New comment by meinersbur in "Do not put code diffs into Git commit messages"]]></title><description><![CDATA[
<p>Reminds me of prompt injection: A tool that cannot distinguish between data and instructions.</p>
]]></description><pubDate>Sat, 07 Feb 2026 11:12:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46922922</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=46922922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46922922</guid></item><item><title><![CDATA[New comment by meinersbur in "A case study in PDF forensics: The Epstein PDFs"]]></title><description><![CDATA[
<p>The time advantage of faking a scan becomes better the more pages you have to scan.<p><a href="https://xkcd.com/1205/" rel="nofollow">https://xkcd.com/1205/</a></p>
]]></description><pubDate>Wed, 04 Feb 2026 22:24:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46892726</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=46892726</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46892726</guid></item><item><title><![CDATA[New comment by meinersbur in "France dumps Zoom and Teams as Europe seeks digital autonomy from the US"]]></title><description><![CDATA[
<p>It doesn't matter whether OSS is American (in whatever sense) -- anything that is America-specific (e.g. server addresses) can be patched for a localized European version. The different commercial model does matter: American law does not apply (Cloud Act, National Security Letters, ...)</p>
]]></description><pubDate>Tue, 03 Feb 2026 19:02:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46875586</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=46875586</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46875586</guid></item><item><title><![CDATA[New comment by meinersbur in "Windows 8 Desktop Environment for Linux"]]></title><description><![CDATA[
<p>Live tiles are nearly universally praised in retrospect, but it might be a case of hindsight bias [1]. The video [2] brings up some problems of the concept and why no other company copied the concept.<p>[1] <a href="https://en.wikipedia.org/wiki/Rosy_retrospection" rel="nofollow">https://en.wikipedia.org/wiki/Rosy_retrospection</a><p>[2] <a href="https://youtu.be/OgXlNaYXRu4" rel="nofollow">https://youtu.be/OgXlNaYXRu4</a></p>
]]></description><pubDate>Mon, 12 Jan 2026 14:10:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=46588737</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=46588737</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46588737</guid></item><item><title><![CDATA[New comment by meinersbur in "Bricklink suspends Marketplace operations in 35 countries"]]></title><description><![CDATA[
<p>The patent expired, but the minifigs is also a EU 3D trademark. This is not possible for the brick which (only) serves a technical function, namely to hold on each other. Trademarks do not expire while in use. Another example for a 3D trademark, also in this US, is the Coca Cola bottle.<p>[1] <a href="https://www.chaillot.com/ip-news/validity-of-3d-trademarks-for-lego-figurines-confirmed" rel="nofollow">https://www.chaillot.com/ip-news/validity-of-3d-trademarks-f...</a></p>
]]></description><pubDate>Mon, 01 Dec 2025 10:47:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46105867</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=46105867</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46105867</guid></item><item><title><![CDATA[New comment by meinersbur in "US cities pay too much for buses"]]></title><description><![CDATA[
<p>What is your alternative explanation for why people rent public storage space? Urban growth and growth in suburbs are not mutually exclusive.</p>
]]></description><pubDate>Fri, 26 Sep 2025 23:06:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=45391937</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=45391937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45391937</guid></item><item><title><![CDATA[New comment by meinersbur in "DXGI debugging: Microsoft put me on a list"]]></title><description><![CDATA[
<p>Changing execution behaviour based on filename is common in Linux environments too. Some examples:<p>1. BusyBox is a single executable that executes different commands based on which symlink was used to call it<p>2. Bash puts itself into compatibility mode if invoked as "sh"<p>3. "ping" can be invoked as "ping4" or "ping6"<p>4. Some of git's subcommands are symlinks back to the main executable<p>5. Clang switches to C++ mode if invoked as "clang++"<p>6. AppArmor profiles activate on file paths</p>
]]></description><pubDate>Mon, 22 Sep 2025 00:02:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45327766</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=45327766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45327766</guid></item><item><title><![CDATA[New comment by meinersbur in "YouTube addresses lower view counts which seem to be caused by ad blockers"]]></title><description><![CDATA[
<p>From the GitHub issue it becomes clear that blocking happens by the EasyPrivacy blocklist. The blocked URL youtube.com/api/stats/atr is/can also be used for tracking users, this is why some are arguing that it legitimately on that blocklist.<p>The tracking not malicious. YouTube has a legitimate interest to verify views, e.g. to recommend popular videos to others. If a view counter was increased by just invoking an API, view counts could be manipulated easily. Also see the video [1] from ... 13 years ago ... so it might be slighly outdated. Just slightly.<p>[1] <a href="https://www.youtube.com/watch?v=oIkhgagvrjI" rel="nofollow">https://www.youtube.com/watch?v=oIkhgagvrjI</a></p>
]]></description><pubDate>Wed, 17 Sep 2025 22:30:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=45282202</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=45282202</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45282202</guid></item><item><title><![CDATA[New comment by meinersbur in "It seems like the AI crawlers learned how to solve the Anubis challenges"]]></title><description><![CDATA[
<p>Please don't downvote comments only because you don't like their opinion (reply to them instead). It cannot be that the same opinion is valueable when someone famous write it [1].<p>[1] <a href="https://news.ycombinator.com/item?id=44962529">https://news.ycombinator.com/item?id=44962529</a></p>
]]></description><pubDate>Thu, 21 Aug 2025 07:40:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44970142</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44970142</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44970142</guid></item><item><title><![CDATA[New comment by meinersbur in "Sqlite3 will also read and write ZIP archives"]]></title><description><![CDATA[
<p>Sounds like feature creep. Zip is not a database, at best its just slow. Use a archive utility to handle archives.</p>
]]></description><pubDate>Fri, 08 Aug 2025 12:09:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44836065</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44836065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44836065</guid></item><item><title><![CDATA[New comment by meinersbur in "Python performance myths and fairy tales"]]></title><description><![CDATA[
<p>Is it just me or does the talk actually confirm all its Python "myths and fairy tales"?</p>
]]></description><pubDate>Wed, 06 Aug 2025 11:05:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=44810440</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44810440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44810440</guid></item><item><title><![CDATA[New comment by meinersbur in "Mastercard deflects blame for NSFW games being taken down"]]></title><description><![CDATA[
<p>They absolutely do have that infrastructure. They implemented every country's content rating system, such as PEGI, ESRB, ... . Games are regionally banned, such as in Germany [1]. Games can also have regionally censored games, typically for violence/gore in Germany [2]. With the strange effect that if you change your account's region, it re-downloads some of the games.<p>The legal situation with VPNs and traveling between regions is the same as with any internet service.<p>[1] <a href="https://steamcommunity.com/groups/foruncut/discussions/17/412448792363880797/" rel="nofollow">https://steamcommunity.com/groups/foruncut/discussions/17/41...</a>
[2] <a href="https://steamcommunity.com/groups/foruncut/discussions/17/392184522703312743/" rel="nofollow">https://steamcommunity.com/groups/foruncut/discussions/17/39...</a></p>
]]></description><pubDate>Mon, 04 Aug 2025 12:04:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=44784696</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44784696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44784696</guid></item><item><title><![CDATA[New comment by meinersbur in "Tell HN: Gmail tampers with incoming email body content"]]></title><description><![CDATA[
<p><a href="https://help.zapier.com/hc/en-us/articles/8496101927181-What-HTML-tags-are-supported-in-Gmail#h_01HYDQPW4SHJVT7HMZDACEEV2B" rel="nofollow">https://help.zapier.com/hc/en-us/articles/8496101927181-What...</a><p>I don't think there is an official list. It is security-related and changes over time</p>
]]></description><pubDate>Sat, 02 Aug 2025 17:09:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44769313</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44769313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44769313</guid></item><item><title><![CDATA[New comment by meinersbur in "Tell HN: Gmail tampers with incoming email body content"]]></title><description><![CDATA[
<p>GMail (and Fastmail) are rendering the email. It just happens that the email and  we webbrowser are both HTML. In no case should they just literally forward the email HTML to the browser. They scrub JavaScript, non-whitelisted HTML elements, rewrite links/external resources including tracking pixels.<p>You can see the raw email with "show original" in the options</p>
]]></description><pubDate>Sat, 02 Aug 2025 12:00:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=44766905</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44766905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44766905</guid></item><item><title><![CDATA[New comment by meinersbur in "Seriously, Why Do Some AI Chatbot Subscriptions Cost More Than $200?"]]></title><description><![CDATA[
<p>There is also market separation in play: For the base service you only charge cost+small margin. For higher service levels you charge higher profit margins even though the additional service does not cost that much more to provide.<p>Best example: flight seats. Economy class fills the plane, but business and first class are the money makers [1].<p>[1] <a href="https://www.youtube.com/watch?v=BzB5xtGGsTc" rel="nofollow">https://www.youtube.com/watch?v=BzB5xtGGsTc</a></p>
]]></description><pubDate>Wed, 30 Jul 2025 11:22:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44732853</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44732853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44732853</guid></item><item><title><![CDATA[New comment by meinersbur in "Games Look Bad: HDR and Tone Mapping (2017)"]]></title><description><![CDATA[
<p>Researchers trained a deep learning network on photos to make GTA5 more realistic-looking: <a href="https://www.youtube.com/watch?v=P1IcaBn3ej0" rel="nofollow">https://www.youtube.com/watch?v=P1IcaBn3ej0</a><p>I was surprised that most of it is is just tone mapping. It looks too green-ish to me, needing some white balancing, but realistic.<p>I think Video games are intentionally over-saturated and contrasty to make them look better, just as paintings are[1]. I took many screenshots in Horizon Zero Dawn that would be look bland if it was realistic like the modfified GTA5 footage above[2]. You also don't want animation movies[3] with realistic tone mapping. But for a horror game you would do exactly that, it's about immersion (or you would never be frightened), not beauty.<p>[1] <a href="https://www.reddit.com/r/horizon/comments/1ix7ms2/my_hzd_oilpainting/" rel="nofollow">https://www.reddit.com/r/horizon/comments/1ix7ms2/my_hzd_oil...</a><p>[2] <a href="https://www.reddit.com/r/horizon/comments/x97gi1/this_game_is_a_visual_masterpiece/" rel="nofollow">https://www.reddit.com/r/horizon/comments/x97gi1/this_game_i...</a><p>[3] <a href="https://www.imdb.com/de/title/tt0892769/mediaviewer/rm2841021440/?ref_=tt_ov_m_sm" rel="nofollow">https://www.imdb.com/de/title/tt0892769/mediaviewer/rm284102...</a></p>
]]></description><pubDate>Sat, 26 Jul 2025 15:16:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=44694744</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44694744</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44694744</guid></item><item><title><![CDATA[New comment by meinersbur in "A valid HTML zip bomb"]]></title><description><![CDATA[
<p>It will also compress worse, making it less like a zip bomb and more like a huge document. Nothing against that, but the article's trick is just to stop a parser to bail early.</p>
]]></description><pubDate>Thu, 24 Jul 2025 15:49:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=44672170</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44672170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44672170</guid></item><item><title><![CDATA[New comment by meinersbur in "Fstrings.wtf"]]></title><description><![CDATA[
<p>Just learned about the ellipsis statement and the !a modifier (I already knew !r and !s).</p>
]]></description><pubDate>Sat, 19 Jul 2025 12:13:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=44614875</link><dc:creator>meinersbur</dc:creator><comments>https://news.ycombinator.com/item?id=44614875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44614875</guid></item></channel></rss>