<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: Hawxy</title><link>https://news.ycombinator.com/user?id=Hawxy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 01:33:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Hawxy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Hawxy in "Discord distances from age verification firm after ties to Peter Thiel surface"]]></title><description><![CDATA[
<p>> "By immediately I mean we send it to k-ID who said that's what they do."<p>People have already validated this fyi. When k-ID was first added you could send a bogus age result to discord from your local device, which probably still works. There's no evidence your facial scans leave the device.<p>> "By that I mean they partnered with Persona to do the actual verification."<p>Which isn't true, it was a UK-only experiment being run for a small subset of users, which has now been discontinued.<p>I get people are outraged, but this is sensationalism at best.</p>
]]></description><pubDate>Sun, 15 Feb 2026 10:44:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47022721</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=47022721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47022721</guid></item><item><title><![CDATA[New comment by Hawxy in "Reinventing how .NET builds and ships (again)"]]></title><description><![CDATA[
<p>3.5 is approaching end of life in the next few years, you definitely should not building anything new with it. There's a lot of QoL changes in modern .NET that makes your life as a developer significantly nicer. Even for building windows services, the modern Generic Host model is orders of magnitude better than anything in .NET Framework.</p>
]]></description><pubDate>Wed, 26 Nov 2025 07:37:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=46055067</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=46055067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46055067</guid></item><item><title><![CDATA[New comment by Hawxy in ".NET 10"]]></title><description><![CDATA[
<p>> Why is there so much difference in the NuGet downloads between both libraries tho?<p>Because there's a boatload of older .NET apps that have been using Newtonsoft for over a decade already and aren't in a rush to switch. Anything built on .NET Framework is likely to still use Newtonsoft.</p>
]]></description><pubDate>Wed, 12 Nov 2025 10:15:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45898424</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=45898424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45898424</guid></item><item><title><![CDATA[New comment by Hawxy in "ASP.NET Security Feature Bypass Vulnerability"]]></title><description><![CDATA[
<p>> however the 4.x stuff is definitely out of support [...] Sorry, I did not know they had actually brought non-Core ASP.NET forward into 5.0+<p>None of this is true, you've gotten yourself very confused. The only real change with .NET 5 was the "Core" name being dropped and the Mono runtime being merged in. .NET Framework 4.x is still around and is still fully supported for legacy applications.</p>
]]></description><pubDate>Wed, 15 Oct 2025 13:26:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=45592151</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=45592151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45592151</guid></item><item><title><![CDATA[New comment by Hawxy in "ASP.NET Security Feature Bypass Vulnerability"]]></title><description><![CDATA[
<p>This appears to be the code change: <a href="https://github.com/dotnet/aspnetcore/commit/97a86434195a82fc7e302a4c57d5ec7f885c1ad5" rel="nofollow">https://github.com/dotnet/aspnetcore/commit/97a86434195a82fc...</a></p>
]]></description><pubDate>Wed, 15 Oct 2025 13:17:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45592013</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=45592013</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45592013</guid></item><item><title><![CDATA[New comment by Hawxy in "Discord says 70k users may have had their government IDs leaked in breach"]]></title><description><![CDATA[
<p>> Discord then fail to honour their end of the deal by deleting their users documents after use, and then get breached.<p>This wasn't documents uploaded via the automated ID checker, it was users manually sending ID documents to support in order to appeal an automated age decision.</p>
]]></description><pubDate>Thu, 09 Oct 2025 06:55:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45524404</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=45524404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45524404</guid></item><item><title><![CDATA[New comment by Hawxy in "1Password CLI Vulnerability"]]></title><description><![CDATA[
<p>That's a 47 day old release and the fix for the macOS issue only came out 7 days ago. Not critically out of date by any means.</p>
]]></description><pubDate>Sun, 05 Oct 2025 11:02:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45480604</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=45480604</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45480604</guid></item><item><title><![CDATA[New comment by Hawxy in "Next month, saved passwords will no longer be in Microsoft’s Authenticator app"]]></title><description><![CDATA[
<p>Microsoft has been actively working on a new API to make third-party password managers natively integrate with Windows:<p><a href="https://learn.microsoft.com/en-us/windows/apps/develop/security/third-party" rel="nofollow">https://learn.microsoft.com/en-us/windows/apps/develop/secur...</a>
<a href="https://blogs.windows.com/windows-insider/2025/06/27/announcing-windows-11-insider-preview-build-26200-5670-dev-channel/" rel="nofollow">https://blogs.windows.com/windows-insider/2025/06/27/announc...</a></p>
]]></description><pubDate>Thu, 03 Jul 2025 11:57:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44454097</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=44454097</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44454097</guid></item><item><title><![CDATA[New comment by Hawxy in "U.S. Chemical Safety Board could be eliminated"]]></title><description><![CDATA[
<p>> I don't know how well-organized or efficient they are<p>They're 50 employees with an annual budget of $14.4 million. The cost/benefit ratio here is very good.</p>
]]></description><pubDate>Tue, 24 Jun 2025 01:33:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=44362039</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=44362039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44362039</guid></item><item><title><![CDATA[New comment by Hawxy in "Databricks and Neon"]]></title><description><![CDATA[
<p>The PII masking aspect is very interesting and something we couldn't get when we decided on DBLab a month ago. What does the deployment model within AWS look like?</p>
]]></description><pubDate>Wed, 14 May 2025 12:22:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43983650</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=43983650</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43983650</guid></item><item><title><![CDATA[New comment by Hawxy in "Databricks and Neon"]]></title><description><![CDATA[
<p>If all you care about is the forking aspect we use DBLab Engine pretty effectively: <a href="https://postgres.ai/products/dblab_engine" rel="nofollow">https://postgres.ai/products/dblab_engine</a>. Gets deployed within your own infrastructure.</p>
]]></description><pubDate>Wed, 14 May 2025 12:14:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=43983587</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=43983587</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43983587</guid></item><item><title><![CDATA[New comment by Hawxy in "Meilisearch – search engine API bringing AI-powered hybrid search"]]></title><description><![CDATA[
<p>Tested Meilisearch recently, was a great experience, getting a multi-index search running in our frontend was very easy. Just wish they had an Australian instance, the closest is Singapore :(</p>
]]></description><pubDate>Mon, 14 Apr 2025 14:13:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=43681537</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=43681537</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43681537</guid></item><item><title><![CDATA[New comment by Hawxy in "Learning C# and .NET after two decades of programming"]]></title><description><![CDATA[
<p>.NET is a very productive stack, if you're coming from a JS background you'll find all of the batteries included that'd usually require a dozen or so NPM packages.<p>If you're building a Blazor app, I'd suggest sticking with its SSR project type. WASM is fine but SSR is far more productive. The hybrid mode is a recent addition, but it has too many rough edges and I'd avoid it.</p>
]]></description><pubDate>Sun, 02 Mar 2025 02:49:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43226676</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=43226676</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43226676</guid></item><item><title><![CDATA[New comment by Hawxy in "Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs"]]></title><description><![CDATA[
<p>- Windows 11 has provided a hardware security baseline for Microsoft, with features that require hardware support (HVCI, TPM etc) to be enabled by default going forward, stating that Windows 10 strategy of off-by-default was a failure.<p>- Admin accounts are a continued security problem within the Windows ecosystem, so a future version of Windows will be adding a new "Adminless" account model with linux-like just-in-time escalation. This new model intends to provide a secure middle-ground between the frustrations of a standard user account and the security risks of an Admin account. "Adminless" accounts will run as a "less privileged" user by default and prompt users with Windows Hello when an application requires escalation for a given operation, rather than permanently running the account as a standard or admin user.<p>- Win32 Applications will be bundled under the new Win32 App Isolation model, which provides the security benefits of UWP sandboxing & clean uninstalls without the API limitations of UWP. Developers will be able to specify what privileges an application requires, much like other application platforms. A demo was shown of Notepad++ running under this sandbox model with minimal modification.<p>-TPMs within the ecosystem are not in a healthy state, with telemetry telling Microsoft that many are running vulnerable firmware due to manufactures not pushing out updates, and some being inoperable due to hardware failures or other issues. Microsoft is working on its Pluton security chip to replace/augment the existing TPM ecosystem and have the ability to push out firmware updates via Windows Update.<p>- Software/Hardware mitigations are reaching the end of the road in terms of viability. Microsoft is now focused on eliminating classes of security bugs with extensive R&D going into the use of Memory-safe languages (Rust) in areas of the system that exploits often appear in.</p>
]]></description><pubDate>Wed, 05 Feb 2025 15:07:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=42949463</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=42949463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42949463</guid></item><item><title><![CDATA[New comment by Hawxy in "Microsoft deletes official Windows 11 CPU/TPM bypass for unsupported PCs"]]></title><description><![CDATA[
<p>> Security<p>There's a pretty interesting video from 2023 that goes through much of Microsoft's thoughts around Windows security. It flew under the radar unfortunately:<p><a href="https://www.youtube.com/watch?v=8T6ClX-y2AE" rel="nofollow">https://www.youtube.com/watch?v=8T6ClX-y2AE</a></p>
]]></description><pubDate>Wed, 05 Feb 2025 14:49:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42949206</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=42949206</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42949206</guid></item><item><title><![CDATA[New comment by Hawxy in "Why Tracebit is written in C#"]]></title><description><![CDATA[
<p>Modern EF Core can generate SQL very close to handwritten and will aggressively warn you if you do something dumb. I wouldn't worry about it.</p>
]]></description><pubDate>Sat, 01 Feb 2025 21:27:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=42902535</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=42902535</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42902535</guid></item><item><title><![CDATA[New comment by Hawxy in "Why Tracebit is written in C#"]]></title><description><![CDATA[
<p>C# runs on practically everything these days. See Avalonia: <a href="https://avaloniaui.net/" rel="nofollow">https://avaloniaui.net/</a></p>
]]></description><pubDate>Sat, 01 Feb 2025 09:18:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=42897074</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=42897074</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42897074</guid></item><item><title><![CDATA[New comment by Hawxy in "Star Citizen crowdfunding passes $750M"]]></title><description><![CDATA[
<p>> too much ambitions, too many people, and poor management.<p>The main problem in this case was SC's game director. He was around for nine years and set the scope/goals/roadmap for the game before being abruptly fired 9 months ago and replaced. Through the grape vine I've heard he never provided a long-term vision for the project internally whilst constantly promising new things to the community (ie scope creep).<p>The new game director, Rich, is well liked within the development team and much of the recent CitizenCon event was spent cutting back scope and providing an actual goal for SC 1.0 to release as.</p>
]]></description><pubDate>Mon, 02 Dec 2024 11:46:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=42295251</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=42295251</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42295251</guid></item><item><title><![CDATA[New comment by Hawxy in "Star Citizen crowdfunding passes $750M"]]></title><description><![CDATA[
<p>The website is a fun mix of ancient Vue that was written a decade ago alongside an ongoing overhaul that has replaced the menu and most main pages with React.</p>
]]></description><pubDate>Mon, 02 Dec 2024 09:01:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=42294412</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=42294412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42294412</guid></item><item><title><![CDATA[New comment by Hawxy in "Forced to upgrade"]]></title><description><![CDATA[
<p>That device very much predates Samsung's long-term support policy. I'm surprised it was even being sold at that point.</p>
]]></description><pubDate>Mon, 02 Dec 2024 08:03:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=42294096</link><dc:creator>Hawxy</dc:creator><comments>https://news.ycombinator.com/item?id=42294096</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42294096</guid></item></channel></rss>