Marc-André Moreau
Remote desktop protocol expert, OSS contributor and Microsoft MVP. I love designing products with Rust, C# and PowerShell. Proud to be CTO at Devolutions. 🇨🇦
- I like how Cursor can let you queue messages 👀
- Good news: VSCode finally shows detailed context window usage Bad news: Claude Opus 4.6 is capped at 128K just like all the other models I don't really notice the difference, but just knowing it's capped at 128K with no option to increase it is annoying
- Reposted by Marc-André MoreauPowerShell Universal Developer edition is live — and free. 🚀🔓 Build, test, and explore with the full feature set locally, then license only when you’re ready for production. No limits, no upfront cost. 👉 devo-inc.net/4qmNKsF
- Switching between GitHub accounts in VSCode is very annoying, since you need to do it once per "trusted extension", and there's no way to control this based on the current VSCode profile, which would be the ideal solution. I just opened an issue: github.com/microsoft/vs...
- Do you want quick and easy PowerShell Remoting over SSH that you can *automate* with password authentication? Public key authentication is obviously better, but the initial configuration is often done using password-based authentication. Install-Module AwakeCoding.PSRemoting Enjoy!
- @vcsjones.dev do you know if the .NET runtime now has enough built-in crypto to support a *pure* .NET SSH client library? The official PowerShell Remoting over SSH implementation is hardcoded to use the OpenSSH client, and I believe it's time for that to change: bsky.app/profile/awak...
- 🚀🔥 The new PowerShell Universal Developer Edition unlocks ALL features for $0, when running on your developer workstation! Build, test, experiment freely — no limits, no compromises. This is the real deal! 🔗 devolutions.net/blog/2026/02...
- What's cooking? PowerShell Remoting over SSH, in pure .NET, without the OpenSSH client. And yes, it can interactively prompt for credentials or accept them as input for automation 👇
- Excellent blog post on how to deploy LDAPS with high availability in Active Directory - it correctly covers all the potential issues involved, such that you don't end up accidentally breaking security features like LDAP channel binding 👇 michaelwaterman.nl/2026/01/31/b...
- What are good strategies for maintaining a downstream fork in GitHub, with a clean upstream branch without any downstream changes, and a downstream master branch which is frequently rebased on top of the upstream? Pull requests and branch protection don't play well with this kind of approach
- Reposted by Marc-André Moreau[Not loaded yet]
- PowerShell 7 still lacks an arm64 Linux debian package when it had an official one for Linux x64 for several years already. This shouldn't be that hard, especially with AI today: github.com/PowerShell/P...