Viewing profile — Hawxy
Hawxy
HN member- Joined
- Sun, Dec 02, 2018, 2:01 AM UTC
- HN karma
- 708
- Public activity
- 127 items
- HN profile
- View on Hacker News ↗
About Hawxy
No profile information was provided.
Recent public activity
-
comment
Comment #47022721
> "By immediately I mean we send it to k-ID who said that's what they do." People have already validated this fyi. When k-ID was first added you could send a bogus age result to di…
-
comment
Comment #46055067
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…
-
comment
Comment #45898424
> Why is there so much difference in the NuGet downloads between both libraries tho? Because there's a boatload of older .NET apps that have been using Newtonsoft for over a decade…
-
comment
Comment #45592151
> 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+ None of this is true, you've gotten yo…
-
comment
Comment #45592013
This appears to be the code change: https://github.com/dotnet/aspnetcore/commit/97a86434195a82fc...
-
comment
Comment #45524404
> Discord then fail to honour their end of the deal by deleting their users documents after use, and then get breached. This wasn't documents uploaded via the automated ID checker,…
-
comment
Comment #45480604
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.
-
comment
Comment #44454097
Microsoft has been actively working on a new API to make third-party password managers natively integrate with Windows: https://learn.microsoft.com/en-us/windows/apps/develop/secur…
-
comment
Comment #44362039
> I don't know how well-organized or efficient they are They're 50 employees with an annual budget of $14.4 million. The cost/benefit ratio here is very good.
-
comment
Comment #43983650
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?
-
comment
Comment #43983587
If all you care about is the forking aspect we use DBLab Engine pretty effectively: https://postgres.ai/products/dblab_engine . Gets deployed within your own infrastructure.
-
comment
Comment #43681537
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 S…
-
comment
Comment #43226676
.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. If you're buildi…
-
comment
Comment #42949463
- 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 th…
-
comment
Comment #42949206
> Security 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: https://www.y…
-
comment
Comment #42902535
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.
-
comment
Comment #42897074
C# runs on practically everything these days. See Avalonia: https://avaloniaui.net/
-
comment
Comment #42295251
> too much ambitions, too many people, and poor management. The main problem in this case was SC's game director. He was around for nine years and set the scope/goals/roadmap for t…
-
comment
Comment #42294412
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.
-
comment
Comment #42294096
That device very much predates Samsung's long-term support policy. I'm surprised it was even being sold at that point.
-
comment
Comment #42272114
You get your name + address marked off the roll when you go to vote. If you get your name marked off multiple times it would indicate fraud.
-
comment
Comment #42272107
> Forced voting is proof of it. Forced voting is a net benefit, the biggest being that it forces parties to the center rather than having to say/promise stupid stuff to appeal to t…
-
comment
Comment #42073835
It's not the fault of the language, it's just the nature of infrastructure code that's been ported from terraform. With Pulumi C# you end up with multiple nested objects/dictionari…
-
comment
Comment #42071856
As much as I like it, I find C# to be too inflexible of a language for infrastructure code. I tried with Pulumi for a while but moved to TypeScript as it works so much better. Stru…
-
comment
Comment #42030817
No, Windows Update's Nvidia driver set is usually years out of date and rarely gets updated. It exists as an emergency fallback and doesn't push out regular updates.