Live data from Hacker News

Viewing profile — jongalloway2

jongalloway2

HN member
Joined
Fri, May 27, 2011, 11:05 PM UTC
HN karma
1,812
Public activity
380 items

About jongalloway2

[ my public key: https://keybase.io/jon_galloway; my proof: https://keybase.io/jon_galloway/sigs/3g5o60xAOls_icmBCDLxOSIZXECa0HB_Lx3aO-GFAp8 ]

Recent public activity

  1. story
  2. comment
  3. story
  4. story
  5. story
  6. comment
    Comment #47979407

    Why so mean? You can look at all of the commits and see that the same dev who has been writing these drivers and apps pretty much single handedly has been making commits on the sit…

  7. comment
    Comment #47951175

    I've been doing this lately, building a Godot game with Copilot CLI. I'm using Godot MCP Pro which can automate interactions and screenshots, and have the whole game script in a ma…

  8. story
  9. story
  10. comment
    Comment #44390935

    dotnet build https://tonybaloney.github.io/CSnakes/getting-started/#build... What's with the "just copy it" thing? Nobody does that, we use NuGet packages, GitHub Actions, SDK supp…

  11. comment
    Comment #44390411

    CSnakes integrates Python into .NET apps - https://tonybaloney.github.io/CSnakes/ https://www.youtube.com/watch?v=DqoxHNH9Iwo shows adding an LLM There are several ways to manage m…

  12. comment
    Comment #42629067

    The post specifically calls out wealth concentration (e.g. becoming wealthier than one's fellows) as a major problem, and the donations are focused on working against that. Review …

  13. comment
    Comment #38367667

    Presentation from .NET Conf 2023 last week with some of the new stuff: https://www.youtube.com/watch?v=N1weyWS_pL0

  14. story
  15. story
  16. comment
    Comment #35254667

    Install size depends on the features you pick when you install. Web / service / library development is small, desktop / mobile / C++ gets bigger as the toolchains + sdks + emulator…

  17. comment
    Comment #32716339

    Visual Studio for Mac has run natively on M1 (without Rosetta) since the May 22 release of Visual Studio 2022 for Mac v17.0 - https://devblogs.microsoft.com/visualstudio/visual-stu…

  18. comment
    Comment #32525224

    Blog post with more info (2019): https://techcommunity.microsoft.com/t5/windows-kernel-intern...

  19. comment
    Comment #32498427

    There is the Blazor Hybrid option with .NET MAUI. You write your UI using Razor (HTML + C#) and can use native controls and features when needed. As a .NET dev who prefers HTML to …

  20. comment
    Comment #30444556

    There's a really clear minute summary video by the first author on this paper: https://www.youtube.com/watch?v=jdshml5515o

  21. comment
    Comment #29762459

    F# has Units of Measure: https://docs.microsoft.com/en-us/dotnet/fsharp/language-refe... There are libraries that implement this concept in other programming languages (C++, Java, …

  22. comment
    Comment #29151910

    For high level, you can start at https://dotnet.microsoft.com/ which has links to learning resources for different topics. There's also a 40 page e-book ".NET for Java developers" …

  23. comment
    Comment #28938854

    A little oversimplified - Visual Studio Community can be used to develop commercial software, with restrictions to (summarizing) 5 conccurrent users in non-enterprise organizations…

  24. comment
    Comment #28250788

    Thanks for letting me know, I'll check in with friends in docs and try to get this sorted out. Sorry for the frustration.

  25. comment
    Comment #28242844

    Hi, I'm on the .NET community team. Here's what we see as the happy path for .NET: - .NET website ( https://dot.net ) - High level info on different workloads, 5 minute in-browser …