<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: dahauns</title><link>https://news.ycombinator.com/user?id=dahauns</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 10 Apr 2026 09:49:24 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dahauns" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dahauns in "Every GPU That Mattered"]]></title><description><![CDATA[
<p>The most impressive part of Control's RT (on PC at least) was that it very much applied to (most) dynamic objects - and it features a TON of dynamic destruction.<p>The "office building" setting meant resticted areas, sure, but it features TONS of reflections - especially transparent reflections (which are practically impossible to decently approximate with screen space techniques).<p>Oh, and: The Northlight Engine already did more than most other engines at the time to get "90% there" with a ton of hybrid techniques, not least being one of the pioneers regarding realtime software GI.</p>
]]></description><pubDate>Tue, 07 Apr 2026 14:04:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47675582</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=47675582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47675582</guid></item><item><title><![CDATA[New comment by dahauns in "The Windows equivalents of the most used Linux commands"]]></title><description><![CDATA[
<p>I'm not sure what argument you are trying to make with picking out a single command and vaguely asserting doubt.<p>It's about having a high degree of systematization and standardization and detailed guidelines around command structure and behaviour. The same with parameter naming and handling. About actually being able to work with typed data at input/output/pipes instead of only raw bytes, with all the benefits that entails (and a "standard library" of cmdlets/modules liberally making use of that). And so on. Having the whole .NET runtime available as a first-class citizen if needed is a nice bonus as well.<p>Don't mistake lack of familiarity for obtuseness.</p>
]]></description><pubDate>Fri, 03 Apr 2026 11:54:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=47625645</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=47625645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47625645</guid></item><item><title><![CDATA[New comment by dahauns in "The Windows equivalents of the most used Linux commands"]]></title><description><![CDATA[
<p><p><pre><code>  $file = Get-ChildItem "C:\some path\having spaces.txt"

  Write-Output $file.DirectoryName
  Write-Output $file.Name
  Write-Output $file.BaseName
</code></pre>
Or if that's still to verbose:<p><pre><code>  $file = gci "C:\some path\having spaces.txt"

  echo $file.DirectoryName
  echo $file.Name
  echo $file.BaseName

</code></pre>
People should really get over their aversion against powershell.</p>
]]></description><pubDate>Thu, 02 Apr 2026 10:29:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47612461</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=47612461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47612461</guid></item><item><title><![CDATA[New comment by dahauns in "The Windows equivalents of the most used Linux commands"]]></title><description><![CDATA[
<p>I certainly won't argue that pwsh is even close to perfect, but...obtuse is just about the most unfitting description of powershell. It offers a level of structure and consistency that is - even with all its shortcomings - orders of magnitude above the wild west of the daily reality of the linux cli.<p>Just because it's the mess we are all intimately familiar with, doesn't make it less of a mess.</p>
]]></description><pubDate>Thu, 02 Apr 2026 10:14:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47612347</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=47612347</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47612347</guid></item><item><title><![CDATA[New comment by dahauns in "Ghosts'n Goblins – “Worse danger is ahead”"]]></title><description><![CDATA[
<p>> I pushed through to the bitter end of Ghosts n' Goblins. And damned if I wasn't rewarded with the message, "This was all an illusion created by Satan."<p>Weeell...here's the thing. Erm. You <i>didn't</i> push through to the end. You just got the "bad" ending.<p>The game does very much have a proper ending, and reaching it is surprisingly straightforward.<p>You just have to beat it <i>twice</i>.</p>
]]></description><pubDate>Sat, 28 Feb 2026 20:59:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47200164</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=47200164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47200164</guid></item><item><title><![CDATA[New comment by dahauns in "The Age Verification Trap: Verifying age undermines everyone's data protection"]]></title><description><![CDATA[
<p>In Austria you don't need an Austrian passport/Personalausweis for a Digital ID registration. Your original passport (or equivalent) in combination with a certificate of residence, student permit or similar is fine.</p>
]]></description><pubDate>Tue, 24 Feb 2026 11:22:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47135735</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=47135735</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47135735</guid></item><item><title><![CDATA[New comment by dahauns in "The Age Verification Trap: Verifying age undermines everyone's data protection"]]></title><description><![CDATA[
<p>Apologies that I'm latching onto your post for visibility, but for the sake of discussion - the European Identity Digital Wallet project specification and standardisation process is in the open and lives on github (yeah, the irony isn't lost on me :) ):<p><a href="https://github.com/eu-digital-identity-wallet" rel="nofollow">https://github.com/eu-digital-identity-wallet</a><p><a href="https://eudi.dev/latest/" rel="nofollow">https://eudi.dev/latest/</a><p>Everything's very much WIP, but it aims to provide a detailed Archictecture and Reference Framework/Technical Specifications and a reference implementation as a guideline for national implementations:<p><a href="https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework/blob/main/docs/architecture-and-reference-framework-main.md" rel="nofollow">https://github.com/eu-digital-identity-wallet/eudi-doc-archi...</a><p><a href="https://github.com/eu-digital-identity-wallet/eudi-wallet-reference-implementation-roadmap" rel="nofollow">https://github.com/eu-digital-identity-wallet/eudi-wallet-re...</a><p><a href="https://github.com/eu-digital-identity-wallet/eudi-doc-standards-and-technical-specifications/blob/main/docs/technical-specifications/README.md" rel="nofollow">https://github.com/eu-digital-identity-wallet/eudi-doc-stand...</a><p>You'll find several (still evolving) Technical Specifications regarding ZKPs (including a discussion area) in the latter.</p>
]]></description><pubDate>Tue, 24 Feb 2026 11:02:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47135591</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=47135591</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47135591</guid></item><item><title><![CDATA[New comment by dahauns in "Airfoil (2024)"]]></title><description><![CDATA[
<p>And the usual corollary: Not just <i>thanks</i> to his training data, but because training data of that kind and for this kind of topic - still - exists.</p>
]]></description><pubDate>Wed, 28 Jan 2026 15:33:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46796650</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=46796650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46796650</guid></item><item><title><![CDATA[New comment by dahauns in "Vibe coding kills open source"]]></title><description><![CDATA[
<p>>verifiable "never looked at the original source"<p>...erm.<p>To adress the elephant in the room: <i>Who</i> exactly is supposed to be verifiable to never have looked at the original source? You or the LLM?</p>
]]></description><pubDate>Mon, 26 Jan 2026 16:37:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46767794</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=46767794</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46767794</guid></item><item><title><![CDATA[New comment by dahauns in "The struggle of resizing windows on macOS Tahoe"]]></title><description><![CDATA[
<p>The new Windows 11 22H2 task manager?<p>Works just fine here (1920x1200 125%, 4K 150%, 1080p 100%).</p>
]]></description><pubDate>Tue, 13 Jan 2026 14:40:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46601549</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=46601549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46601549</guid></item><item><title><![CDATA[New comment by dahauns in "Date is out, Temporal is in"]]></title><description><![CDATA[
<p>Nah, that's not a "sacrifice", but the only sane way. In the ideal case, clearly document the constructor with a warning that it's not ISO conformant and offer a ISO conformant alternative.<p>In my (unfortunate) experience, DateTime/Timezone handling is one of the things most prone to introduce sneaky, but far-reaching bugs as it is. Introducing such a behaviour change that (usually) won't fail-fast, will often seemingly continue working as before until it doesn't and is deceptively tricky to debug/pinpoint/fix ist just asking for a fast lane into chaos.<p>And even with JS going the extra mile on backwards compatibility, I don't think most other languages would introduce that kind of breaking change in that way either.</p>
]]></description><pubDate>Tue, 13 Jan 2026 11:11:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=46599513</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=46599513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46599513</guid></item><item><title><![CDATA[New comment by dahauns in "It's hard to justify Tahoe icons"]]></title><description><![CDATA[
<p>>Ok, you can click on the sun icon to fix it by switching to night mode, but then... aaaaargh!<p>TBF, I felt so perfectly trolled with this one I couldn't help but chuckle... :)</p>
]]></description><pubDate>Mon, 05 Jan 2026 13:55:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46498758</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=46498758</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46498758</guid></item><item><title><![CDATA[New comment by dahauns in "Valve reveals it’s the architect behind a push to bring Windows games to Arm"]]></title><description><![CDATA[
<p>Huh, fascinating. 
The Patagonia structure is actually strikingly similar to the Bosch model - non-profit owning the shares, but no voting rights, trust having voting rights but no shares - just taking it to the logical 100% conclusion without the residual influence of the Bosch family (having retained a few percent in both).<p>The model has worked well for many decades for a 100 billion$ revenue company like Bosch, good to see others taking a cue from them.<p>(Also goes to show that even constructs like these are not safe from corporate fuckups - see the emissions scandal...)</p>
]]></description><pubDate>Thu, 04 Dec 2025 11:37:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46146453</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=46146453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46146453</guid></item><item><title><![CDATA[New comment by dahauns in ".NET 10"]]></title><description><![CDATA[
<p>>and has the best parts of Typescript<p>I really like C#, but I wouldn't go <i>that</i> far - unions are at least on the horizon, but I've sometimes come to miss the power and flexibility of TS's structural typing...(And so has Hejlsberg, apparently, seeing his reasoning for choosing go over C# for tsc :) )</p>
]]></description><pubDate>Wed, 12 Nov 2025 11:58:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=45899085</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=45899085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45899085</guid></item><item><title><![CDATA[New comment by dahauns in ".NET 10"]]></title><description><![CDATA[
<p>>- Less bugs (Visual Studio has been progressively getting worse).<p>Eeeeeeh...it's not quite roses and rainbows on the Rider side either, and that's coming from a Jetbrains fanboy. (Although admittedly, I'm not really up-to-date on the current state of VS in day-to-day work)<p>But yeah, the coding/refactoring support (Resharper et al) and general quality and integration of tooling (database tools, package managers, version control, debugging (esp. multi-process) etc.) is the big one for me.</p>
]]></description><pubDate>Wed, 12 Nov 2025 11:41:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45898954</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=45898954</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45898954</guid></item><item><title><![CDATA[New comment by dahauns in "Asus Announces October Availability of ProArt Display 8K PA32KCX"]]></title><description><![CDATA[
<p>In the context of this thread that's a non-issue. Good TVs have been in the ~5ms@120Hz/<10ms@60Hz world for some time now. If you're in the market for a 4K-or-higher display, you won't find much better, even among specialized monitors (as those usually won't be able to drive higher Hz with lower lag with full 4k+ resolution anyway).</p>
]]></description><pubDate>Wed, 05 Nov 2025 12:00:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45821917</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=45821917</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45821917</guid></item><item><title><![CDATA[New comment by dahauns in "Minecraft removing obfuscation in Java Edition"]]></title><description><![CDATA[
<p>I think the best description of this kind of "obfuscation" that especially afflicted Java still is Steve Yegge's "Kingdom of Nouns" rant:<p><a href="https://steve-yegge.blogspot.com/2006/03/execution-in-kingdom-of-nouns.html" rel="nofollow">https://steve-yegge.blogspot.com/2006/03/execution-in-kingdo...</a></p>
]]></description><pubDate>Fri, 31 Oct 2025 12:24:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45771256</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=45771256</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45771256</guid></item><item><title><![CDATA[New comment by dahauns in "Samsung now owns Denon, Bowers and Wilkins, Marantz, Polk, and more audio brands"]]></title><description><![CDATA[
<p>Yeah, I guess it will always be partly subjective (or I guess even actually different from person to person depending on how well the personalization works for specific ears), but...I never got that kind of precision when I tested the Pro 2. It's been years since I tested them (20..22? The pro 2 were brand new.), mind you, so my experience is from memory.<p>Music actually worked quite good regarding positioning (and yeah, to get that kind of precision from speakers they'll have to be well positioned, room calibrated and any strong flaws in room acoustics corrected, otherwise phase info is all over the place and it gets as muddled as you describe) - but there still was noticable coloring of the sound that didn't go away after recalibration. And TBH that's more important for me with music.<p>Where I sadly wasn't blown away was movies with full Atmos - especially height channel stuff I would have hoped to be significantly better than old-school HRTF...but it wasn't really (well, apart from the tracking, of course, which <i>is</i> cool).<p>The usage scenarios though...well, basically everything not an AppleTV 4k I can connect to an AVR, i.e. BluRay, TV/SetTop boxes, HTPC, and my personal biggie: any kind of gaming device (including the aforementioned PC).
From what I've read, at least the app compatibility with spatial audio on ATV4k has gotten better ('bout time, Amazon!), but several european streaming providers still don't seem to work (e.g. Sky, Dazn)
Spatial audio on the go is admittedly not a priority for me, though</p>
]]></description><pubDate>Tue, 30 Sep 2025 15:42:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45426953</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=45426953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45426953</guid></item><item><title><![CDATA[New comment by dahauns in "Python developers are embracing type hints"]]></title><description><![CDATA[
<p>I think Java was the main one. C/C++ are (relatively) close to the metal, system-level languages with explicit memory management - and were tacitly accepted to be the "complicated" ones, with dynamic typing not really applicable at that level.<p>But Java was the high-level, GCed, application development language - and more importantly, it was the one dominating many university CS studies as an education language before python took that role.
(Yeah, I'm grossly oversimplifying - sincere apologies to the functional crowd! :) )<p>The height of the "static typing sucks!" craze was more like a "The Java type system sucks!" craze...</p>
]]></description><pubDate>Sun, 28 Sep 2025 16:17:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=45405512</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=45405512</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45405512</guid></item><item><title><![CDATA[New comment by dahauns in "Samsung now owns Denon, Bowers and Wilkins, Marantz, Polk, and more audio brands"]]></title><description><![CDATA[
<p>>AirPods Pro streaming 5.1, you get a better surround sound and audio experience than 99.9% of speaker setups.<p>The audio experience itself, sure - "Want high-end audio without breaking the bank and remodeling your room? Get a pair of decent headphones." has been sound (heh) advice for decades.<p>The surround sound part, though? Eh, not quite yet. I mean, on paper, they have the ingredients - (personalized) HRTF <i>and</i> head tracking. But in practice I found even the personalized HRTF somewhat underwhelming, and knowing what's possible from the VR world the gap is still significant (IMO the Valve Index off-ear solution is still the pinnacle in immersive positional audio without surround speakers, even without personalization of the HRTF, I haven't really tested the AVP implementation yet, though) - which leads me to second, IMO even larger issue:<p>Extremely limited usage scenarios. For the living room, it's basically just supported Apps/content on AppleTV. Compared to the reality of a standard AVR (or even just Soundbar) plus surround speakers setup - take any multichannel input (LPCM, DD, DTS MA, Atmos you name it) and output surround sound - that's...just not a substitute. 
And that's not even getting into latency issues with gaming/interactivity (a general BT issue, though, at least it's slowly improving...).</p>
]]></description><pubDate>Sun, 28 Sep 2025 14:33:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=45404618</link><dc:creator>dahauns</dc:creator><comments>https://news.ycombinator.com/item?id=45404618</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45404618</guid></item></channel></rss>