Live data from Hacker News

Viewing profile — Hawxy

Hawxy

HN member
Joined
Sun, Dec 02, 2018, 2:01 AM UTC
HN karma
708
Public activity
127 items

About Hawxy

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. comment
    Comment #45592013

    This appears to be the code change: https://github.com/dotnet/aspnetcore/commit/97a86434195a82fc...

  6. 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,…

  7. 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.

  8. 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…

  9. 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.

  10. 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?

  11. 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.

  12. 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…

  13. 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…

  14. 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…

  15. 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…

  16. 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.

  17. comment
    Comment #42897074

    C# runs on practically everything these days. See Avalonia: https://avaloniaui.net/

  18. 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…

  19. 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.

  20. 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.

  21. 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.

  22. 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…

  23. 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…

  24. 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…

  25. 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.