<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: jborean93</title><link>https://news.ycombinator.com/user?id=jborean93</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 09 May 2026 09:25:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jborean93" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jborean93 in "Microsoft Edge stores all passwords in memory in clear text, even when unused"]]></title><description><![CDATA[
<p>This only works if credential guard has implemented a way to build a subsequent token/value from that secret. For things like basic auth the secret would need to eventually hit the userland process that needs it in some shape or form to then embed it in the HTTP payload which is plaintext.</p>
]]></description><pubDate>Tue, 05 May 2026 04:41:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=48018110</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=48018110</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48018110</guid></item><item><title><![CDATA[New comment by jborean93 in "Sudo for Windows (2024)"]]></title><description><![CDATA[
<p>> *nix fanboys were totes fine with wget and ls being an aliases in PowerShell for years but when they found out what PS is coming to Linux they made a biggest stink<p>The curl and wget aliases don’t exist on the PowerShell 7 version which is the cross platform one. Only the old powershell.exe builtin to Windows has these aliases and it’s worse today because curl.exe is builtin and the curl alias takes priority when you run just curl.</p>
]]></description><pubDate>Mon, 20 Apr 2026 06:14:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47830937</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=47830937</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47830937</guid></item><item><title><![CDATA[New comment by jborean93 in "Sudo for Windows (2024)"]]></title><description><![CDATA[
<p>The runas command doesn’t elevate just runs as another user. This is a console executable that drives UAC and also provides a way to capture the stdout/stderr elevated process which isn’t natively possible today without your own wrapper.</p>
]]></description><pubDate>Mon, 20 Apr 2026 06:12:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47830929</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=47830929</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47830929</guid></item><item><title><![CDATA[New comment by jborean93 in "PowerShell MSI Package Deprecation"]]></title><description><![CDATA[
<p>Looks like Microsoft is trying to stop internal products from using MSI in favour of MSIX packages. MSIX is nice for interactive applications but has a few issues with dealing with system wide installations and automation scenarios that I doubt the PowerShell team will be able to solve by the time of the 7.7 release.</p>
]]></description><pubDate>Fri, 10 Apr 2026 23:43:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47725362</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=47725362</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47725362</guid></item><item><title><![CDATA[PowerShell MSI Package Deprecation]]></title><description><![CDATA[
<p>Article URL: <a href="https://devblogs.microsoft.com/powershell/powershell-msi-deprecation/">https://devblogs.microsoft.com/powershell/powershell-msi-deprecation/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47725361">https://news.ycombinator.com/item?id=47725361</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Fri, 10 Apr 2026 23:43:27 +0000</pubDate><link>https://devblogs.microsoft.com/powershell/powershell-msi-deprecation/</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=47725361</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47725361</guid></item><item><title><![CDATA[New comment by jborean93 in "The history of C# and TypeScript with Anders Hejlsberg [video]"]]></title><description><![CDATA[
<p>I don't mind NRT but I hate dealing with C# projects that haven't set < Nullable>Enable</Nullable> in their csproj. It's not perfect because I know at runtime it can still be nullable but it's nice when the compiler does most of the checks for you.</p>
]]></description><pubDate>Sun, 01 Feb 2026 20:51:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46849251</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=46849251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46849251</guid></item><item><title><![CDATA[New comment by jborean93 in "Anthropic invests $1.5M in the Python Software Foundation"]]></title><description><![CDATA[
<p>They didn't just write the PEP, they implemented them.</p>
]]></description><pubDate>Wed, 14 Jan 2026 02:35:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=46611581</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=46611581</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46611581</guid></item><item><title><![CDATA[New comment by jborean93 in "Anthropic invests $1.5M in the Python Software Foundation"]]></title><description><![CDATA[
<p>That's the thing, you don't have to :) While I think uv is a great tool and highly recommend it, you are more than welcome to use any of the other build backends or package management tools that fit your workstyle. By having these packaging PEPs (amongst) others, the ecosystem has been able to try out different approaches and most likely over time will consolidate on specific ones that work better than the others.</p>
]]></description><pubDate>Tue, 13 Jan 2026 20:52:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46607788</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=46607788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46607788</guid></item><item><title><![CDATA[New comment by jborean93 in "Anthropic invests $1.5M in the Python Software Foundation"]]></title><description><![CDATA[
<p>> They refused to invest in packaging to the extent that a separate company (astral) had to do it for them<p>uv didn't just happen in a vacuum, there has been lots of investment in the Python packaging ecosystem that has enabled it (and other tools) to try and improve the shortcomings of Python and packaging.<p>There's PEP 518 [1] for build requirements, PEP 600 [2] for manylinux wheels, PEP 621 [3] for pyproject.toml, PEP 656 [4] for musl wheels platform identifiers, PEP 723 [5] for inline script metadata.<p>Without all this uv wouldn't be a thing and we would be stuck with pip and setuptools or a bunch of more bandaid hacks on top making the whole thing brittle.<p>[1] <a href="https://peps.python.org/pep-0518/" rel="nofollow">https://peps.python.org/pep-0518/</a>
[2] <a href="https://peps.python.org/pep-0600/" rel="nofollow">https://peps.python.org/pep-0600/</a>
[3] <a href="https://peps.python.org/pep-0621/" rel="nofollow">https://peps.python.org/pep-0621/</a>
[4] <a href="https://peps.python.org/pep-0654/" rel="nofollow">https://peps.python.org/pep-0654/</a>
[5] <a href="https://peps.python.org/pep-0723/" rel="nofollow">https://peps.python.org/pep-0723/</a></p>
]]></description><pubDate>Tue, 13 Jan 2026 19:48:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46606773</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=46606773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46606773</guid></item><item><title><![CDATA[New comment by jborean93 in "Launch a Debugging Terminal into GitHub Actions"]]></title><description><![CDATA[
<p>There shouldn't be any difference between those two values. I'm not saying you are wrong and it didn't break but it's definitely surprising a parser would choke on that vs YAML itself being the problem.<p>Don't get me wrong I can empathise with whitespace formatting being annoying and having both forms be valid just adds confusion it's just surprising to see this was the problem.</p>
]]></description><pubDate>Mon, 12 Jan 2026 20:14:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=46593594</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=46593594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46593594</guid></item><item><title><![CDATA[New comment by jborean93 in "The Case for Nushell (2023)"]]></title><description><![CDATA[
<p>& has no special behaviour in strings, backticks and $ on the other hand do. For example "&Some String&" and '&Some String&' are all the literal value `&Some String&`. Backticks and $ are special in double quoted strings as they are the escape character and variable reference chars respectively.</p>
]]></description><pubDate>Fri, 09 Jan 2026 02:47:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46549539</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=46549539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46549539</guid></item><item><title><![CDATA[New comment by jborean93 in "GitHub postponing the announced billing change for self-hosted GitHub Actions"]]></title><description><![CDATA[
<p>per-minute is really just a way to express the cost in a human friendly name. Doing per-hour, per-second, per-day could all result in the same total value just at a different number. If anything per-minute is better than per-hour as you won't be charge for minutes you don't use.</p>
]]></description><pubDate>Thu, 18 Dec 2025 03:53:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46308761</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=46308761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46308761</guid></item><item><title><![CDATA[New comment by jborean93 in "Apple's slow AI pace becomes a strength as market grows weary of spending"]]></title><description><![CDATA[
<p>Maybe to you, I enjoy the fact that<p>> I don't knock it out of my head by having the wire catching on something
> Dealing with the cable and having to pack it back up when I'm done
> It auto connects to both my phone and laptop 99% of the time
> It easily swap between the 2 as I change the focus<p>Now they aren't perfect, charging can be a bit fiddly over time but they certainly are nicer than the normal headphones. Maybe you just aren't the target audience but clearly they are popular enough for most people.</p>
]]></description><pubDate>Wed, 10 Dec 2025 05:10:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=46214316</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=46214316</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46214316</guid></item><item><title><![CDATA[New comment by jborean93 in "A surprise with how '#!' handles its program argument in practice"]]></title><description><![CDATA[
<p>This seems a bit pedantic, while you may be correct (I honestly don't know what standard this is referring to) the UTF-8 BOM is a thing that some tools do know about. Even then in the context of OP's question the BOM with UTF-8 isn't the specific problem but rather how the shebang interpreter reads the actual ASCII byte sequences so a UTF-16 with a BOM "text" file would also fail.</p>
]]></description><pubDate>Thu, 20 Nov 2025 22:37:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45998835</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=45998835</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45998835</guid></item><item><title><![CDATA[New comment by jborean93 in "Linux and Windows: A tale of Kerberos, SSSD, DFS, and black magic (2018)"]]></title><description><![CDATA[
<p>That's the realm side which should be upper case. The comment reference was for hostname themselves which I've always just done as lower case and have never seen a reason to make it upper case. The krb5.conf has a [domain_realm] section which can map a DNS name/suffix to the actual realm<p><pre><code>    [domain_realm]
    .domain.com = DOMAIN.COM
    domain.com = DOMAIN.COM</code></pre></p>
]]></description><pubDate>Sun, 02 Nov 2025 19:17:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45792661</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=45792661</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45792661</guid></item><item><title><![CDATA[New comment by jborean93 in "Linux and Windows: A tale of Kerberos, SSSD, DFS, and black magic (2018)"]]></title><description><![CDATA[
<p>The problem I have with using a gMSA outside of Windows is you need a Kerberos principal and credential for that principal in the first place to allow retrieving the gMSA details. Why not just use that principal and avoid adding this next step.<p>It would be great if Linux had a mechanism where the host itself could act as the principal to retrieve the gMSA like on Windows but the GSSAPI worker model just works differently there and runs in process. A similar problem exists for using Kerberos FAST/armouring where Windows uses the hosts' ticket to wrap the client request but on Linux there is no privileged worker process that protects this ticket so the client needs to have full access to it.<p>The closest thing I've seen is gssproxy [1] which tries to solve the problem where you want to protect host secrets from a client actually seeing the secrets but can still use them but I've not seen anything from there to support gMSAs for armouring for client TGT requests.<p>[1] <a href="https://github.com/gssapi/gssproxy" rel="nofollow">https://github.com/gssapi/gssproxy</a></p>
]]></description><pubDate>Sun, 02 Nov 2025 19:15:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=45792652</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=45792652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45792652</guid></item><item><title><![CDATA[New comment by jborean93 in "Athlon 64: How AMD turned the tables on Intel"]]></title><description><![CDATA[
<p>The subsystem in question would be the one to handle the logic for the syscall. So the POSIX subsystem would use the reparse data buffer as needed. It's just that the Win32 subsystem added its own symlink one in Vista/2008.<p>This is all a guess, the POSIX subsystems were a bit before my time and I've never actually used them. I just know how symlinks work on Windows/NTFS and when they were added.</p>
]]></description><pubDate>Fri, 26 Sep 2025 01:58:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45381728</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=45381728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45381728</guid></item><item><title><![CDATA[New comment by jborean93 in "Athlon 64: How AMD turned the tables on Intel"]]></title><description><![CDATA[
<p>No idea if the POSIX subsystem used NTFS or some other filesystem but if it was NTFS it probably just used the same reparse data buffer. It's just that Windows only added a symlink buffer structure in Vista/2008. You can manually use the same data buffer in older Windows versions it just won't know what to do with them just like all the other reparse data structures.</p>
]]></description><pubDate>Fri, 26 Sep 2025 01:19:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45381466</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=45381466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45381466</guid></item><item><title><![CDATA[New comment by jborean93 in "Athlon 64: How AMD turned the tables on Intel"]]></title><description><![CDATA[
<p>It had junction points and hard links but symbolic links were added in Vista/Server 2008.</p>
]]></description><pubDate>Fri, 26 Sep 2025 00:25:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=45381097</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=45381097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45381097</guid></item><item><title><![CDATA[New comment by jborean93 in "Fixing an old .NET Core native library loading issue on Alpine"]]></title><description><![CDATA[
<p>> Core biggest feature is running on Linux<p>There are so many features that .Net 5+ brings to the table. Even if features aren’t important the performance improvements you get with the newer versions should be enough to justify moving to it.<p>I agree the support side is annoying but honestly the support side is really just “security” fixes with security being a very hard thing to describe here and gives MS a lot of wiggle room to not actually support it.</p>
]]></description><pubDate>Fri, 29 Aug 2025 22:05:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=45069949</link><dc:creator>jborean93</dc:creator><comments>https://news.ycombinator.com/item?id=45069949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45069949</guid></item></channel></rss>