HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jongalloway2

no profile record

Submissions

OpenClaw Windows Hub

github.com
2 points·by jongalloway2·เดือนที่แล้ว·0 comments

Disposable agents, durable memory: The architecture behind Squad

commandline.microsoft.com
3 points·by jongalloway2·เดือนที่แล้ว·0 comments

Intelligent Terminal 0.1

devblogs.microsoft.com
29 points·by jongalloway2·เดือนที่แล้ว·17 comments

Java.evolved: Java has evolved. Your code can too

javaevolved.github.io
67 points·by jongalloway2·5 เดือนที่ผ่านมา·36 comments

We Synchronize .NET's Virtual Monorepo

devblogs.microsoft.com
4 points·by jongalloway2·6 เดือนที่ผ่านมา·0 comments

comments

jongalloway2
·เดือนที่แล้ว·discuss
[dead]
jongalloway2
·2 เดือนที่ผ่านมา·discuss
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/microsoft/MIDI/commits/main/docs

You can even PR fixes if you want to show off your web dev skills.
jongalloway2
·3 เดือนที่ผ่านมา·discuss
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 for a walkthrough and it all just worked, found and fixed some regressions while I was sleeping.
jongalloway2
·ปีที่แล้ว·discuss
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, reproducible cross-platform builds from command line, etc.

edit: I'm sure some people use file/copy, but you sure don't have to. That stopped being a common thing 10+ years ago with cross-platform .NET.
jongalloway2
·ปีที่แล้ว·discuss
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 on the team structure and dev practices: SQL scripts, command line, bundles (single-file executables), and in-app. The team recommends SQL scripts since they can be reviewed, tuned, and managed by a DBA but take your pick. https://learn.microsoft.com/ef/core/managing-schemas/migrati...