Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jongalloway2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
The Open-Source Release of ML Video Codec (MLVC)
(techcommunity.microsoft.com)
6 points
by
jongalloway2
2mo ago
|
1 comments
2.
▲
OpenClaw Windows Hub
(github.com)
2 points
by
jongalloway2
4mo ago
|
0 comments
3.
▲
Disposable agents, durable memory: The architecture behind Squad
(commandline.microsoft.com)
3 points
by
jongalloway2
4mo ago
|
0 comments
4.
▲
Intelligent Terminal 0.1
(devblogs.microsoft.com)
29 points
by
jongalloway2
4mo ago
|
17 comments
5.
▲
by
jongalloway2
5mo ago
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 site for the past few years. https://github.com/
6.
▲
by
jongalloway2
5mo ago
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 markdown doc. I was happily surprised when I asked f
7.
▲
Java.evolved: Java has evolved. Your code can too
(javaevolved.github.io)
67 points
by
jongalloway2
7mo ago
|
36 comments
8.
▲
We Synchronize .NET's Virtual Monorepo
(devblogs.microsoft.com)
4 points
by
jongalloway2
8mo ago
|
0 comments
9.
▲
by
jongalloway2
1y ago
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 supported containers,
10.
▲
by
jongalloway2
1y ago
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 migrations depending o
11.
▲
by
jongalloway2
2y ago
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 the list of dentations, as you may have missed that the
12.
▲
by
jongalloway2
3y ago
Presentation from .NET Conf 2023 last week with some of the new stuff: https://www.youtube.com/watch?v=N1weyWS_pL0
13.
▲
.NET Aspire: Simplifying Cloud-Native Development with .NET 8
(devblogs.microsoft.com)
30 points
by
jongalloway2
3y ago
|
4 comments
14.
▲
Audacity 3.4
(audacityteam.org)
231 points
by
jongalloway2
3y ago
|
119 comments
15.
▲
by
jongalloway2
3y ago
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 + emulators are big. If your VS install is 30 GB a
16.
▲
by
jongalloway2
4y ago
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-studio-20... The installer is a separate
17.
▲
by
jongalloway2
4y ago
Blog post with more info (2019): https://techcommunity.microsoft.com/t5/windows-kernel-intern...
18.
▲
by
jongalloway2
4y ago
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 XAML, this feels more natural to me for a lot of apps. http
19.
▲
by
jongalloway2
5y ago
There's a really clear minute summary video by the first author on this paper: https://www.youtube.com/watch?v=jdshml5515o
20.
▲
by
jongalloway2
5y ago
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, C#, etc.)
21.
▲
by
jongalloway2
5y ago
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" here: https://aka
22.
▲
by
jongalloway2
5y ago
A little oversimplified - Visual Studio Community can be used to develop commercial software, with restrictions to (summarizing) 5 conccurrent users in non-enterprise organizations. https://visualstudio.microsoft.com/license
23.
▲
by
jongalloway2
5y ago
Thanks for letting me know, I'll check in with friends in docs and try to get this sorted out. Sorry for the frustration.
24.
▲
by
jongalloway2
5y ago
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 tutorials, links to live shows and commu
25.
▲
by
jongalloway2
5y ago
Here's a really simple example of something that would benefit standard websites, not just complex web applications: image lazy loading. <img src="..." loading=lazy> Sure you can handle this with JavaScript, etc. The po
26.
▲
by
jongalloway2
5y ago
I think this is a good partnership. One of the goals of open source software foundations is to eliminate risks due to dependency on a small developer team. In this case, HIBP is a fantastic resource being maintained, and paid for, by one de
27.
▲
by
jongalloway2
5y ago
Brief mention in the post, but FYI to the thread - .NET Foundation is an independant non-profit (501c6) foundation that supports the .NET open source community. It's run by a community elected board and funded by member donations and a
28.
▲
by
jongalloway2
5y ago
How so? .NET is 2-4x faster than Scala in benchmarks ( https://www.techempower.com/benchmarks/#section=data-r20&hw=... ). Do you just prefer the syntax and language features?
29.
▲
by
jongalloway2
5y ago
Save Theme should prompt to name if it's Untitled. It's not super obvious that every theme is created as Untitled and rename icon only shows when you hover over the title.
30.
▲
.NET 6 Preview 1
(devblogs.microsoft.com)
39 points
by
jongalloway2
6y ago
|
5 comments
More ›