Viewing profile — jongalloway2
jongalloway2
HN member- Joined
- Fri, May 27, 2011, 11:05 PM UTC
- HN karma
- 1,812
- Public activity
- 380 items
- HN profile
- View on Hacker News ↗
About jongalloway2
Recent public activity
- story
-
comment
Comment #48375167
[dead]
- story
- story
- story
-
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…
-
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…
- story
- story
-
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…
-
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…
-
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 …
-
comment
Comment #38367667
Presentation from .NET Conf 2023 last week with some of the new stuff: https://www.youtube.com/watch?v=N1weyWS_pL0
- story
- story
-
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…
-
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…
-
comment
Comment #32525224
Blog post with more info (2019): https://techcommunity.microsoft.com/t5/windows-kernel-intern...
-
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 …
-
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
-
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, …
-
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" …
-
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…
-
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.
-
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 …