home.social

Search

648 results for “deadlydog”

  1. I ran into Matthew Dowst at #MVPSummit and he asked if I ever made a web form to easily submit new #PowerShell tips for my tiPS module like I planned. I sadly said no. Then I had some time to kill in my hotel... So you can now submit #pwsh tips via a GitHub issue! 😁

    Try it out by opening a new issue on the repo at github.com/deadlydog/PowerShel. The issue will open a PR with the tip info you supplied in the issue. No need to fork the repo and manually create a file and PR anymore 💪

  2. I found 2 undocumented #PowerShell 5.1 bugs (1 I've known about for years). I decided to make a GitHub repo for these and future #pwsh bugs I find, with scripts showing how to easily reproduce them. I also created PRs to have the docs updated to mention them. #FeelsGood

    github.com/deadlydog/PowerShel

  3. Use #Windows? Comfortable writing scripts/#code? #AutoHotkey is amazing for automating many daily tasks. Has auto string expansion (e.g. afk => away from keyboard). Use it with AHK Command Picker to launch your other scripts/apps. #ahk #automation

    github.com/deadlydog/AHKComman

  4. Had a great week of learning at #MVPSummit. Chatted with old friends and made some new ones. Already looking forward to doing it again next year. Now taking a break in the sunshine (finally got sun on the last day!) before playing with the new shiny stuff later.

  5. #AzureDevOps YAML pipelines now allow you to see the complete YAML of a pipeline run. This makes it so much easier to debug problems, as it includes the YAML of all referenced templates and also shows all parameter values.

    learn.microsoft.com/en-us/azur

  6. #AzureDevOps YAML pipelines now allow you to see the complete YAML of a pipeline run. This makes it so much easier to debug problems, as it includes the YAML of all referenced templates and also shows all parameter values.

    learn.microsoft.com/en-us/azur

  7. Heads up if you use #PowerShell #Docker images. You'll want to change your dockerfile or devcontainer.json to use mcr.microsoft.com/dotnet/sdk instead of mcr.microsoft.com/powershell going forward. #pwsh

    github.com/PowerShell/Announce

  8. Whoa, when did #VisualStudio add this sweet #editorconfig editor? 🤯 I often open .editorconfig files in VS Code and modify the text, but this is nice since you don't need to know the magic text values to use

  9. Today my 12 yo son discovered a bug in his Roblox game and, unprompted, decided to report it to the developer on Discord. He is his fathers son for sure haha 😅 #ProudFather

  10. I'm so honoured to have been on The #PowerShellPodcast. Especially for the 100th episode! Thanks for having me @AndrewPlaTech I really enjoyed it and wrote up a small blog post about it.

    blog.danskingdom.com/I-was-the

    You can watch the episode on YouTube at youtu.be/sBpm_R1MQ38?si=sEduyC

    #PowerShell

  11. I'm so honoured to have been on The #PowerShellPodcast. Especially for the 100th episode! Thanks for having me @AndrewPlaTech I really enjoyed it and wrote up a small blog post about it.

    blog.danskingdom.com/I-was-the

    You can watch the episode on YouTube at youtu.be/sBpm_R1MQ38?si=sEduyC

    #PowerShell

  12. I'm so honoured to have been on The . Especially for the 100th episode! Thanks for having me @AndrewPlaTech I really enjoyed it and wrote up a small blog post about it.

    blog.danskingdom.com/I-was-the

    You can watch the episode on YouTube at youtu.be/sBpm_R1MQ38?si=sEduyC

  13. I'm so honoured to have been on The #PowerShellPodcast. Especially for the 100th episode! Thanks for having me @AndrewPlaTech I really enjoyed it and wrote up a small blog post about it.

    blog.danskingdom.com/I-was-the

    You can watch the episode on YouTube at youtu.be/sBpm_R1MQ38?si=sEduyC

    #PowerShell

  14. I'm so honoured to have been on The #PowerShellPodcast. Especially for the 100th episode! Thanks for having me @AndrewPlaTech I really enjoyed it and wrote up a small blog post about it.

    blog.danskingdom.com/I-was-the

    You can watch the episode on YouTube at youtu.be/sBpm_R1MQ38?si=sEduyC

    #PowerShell

  15. Do you want to stop storing secrets and certificates in Azure service connections? Are you tired rotating these secrets whenever they expire? Workload identity federation for Azure service connections is in public preview.

    devblogs.microsoft.com/devops/

    #Azure #AzureDevOps #AzurePipelines

  16. @tomasekeli Nice, I did the same thing and moved my blog from #WordPress to #Jekyll + #GitHub Pages a few years back and blogged about it too 🙂. I agree with all of your reasons for the move. I also have a little section about getting comments working as well with #Staticman. For analytics I use #GoogleAnalytics (although you said you don’t want to have tracking in your site).

    blog.danskingdom.com/Migrating

  17. @tomasekeli Nice, I did the same thing and moved my blog from #WordPress to #Jekyll + #GitHub Pages a few years back and blogged about it too 🙂. I agree with all of your reasons for the move. I also have a little section about getting comments working as well with #Staticman. For analytics I use #GoogleAnalytics (although you said you don’t want to have tracking in your site).

    blog.danskingdom.com/Migrating

  18. @tomasekeli Nice, I did the same thing and moved my blog from to + Pages a few years back and blogged about it too 🙂. I agree with all of your reasons for the move. I also have a little section about getting comments working as well with . For analytics I use (although you said you don’t want to have tracking in your site).

    blog.danskingdom.com/Migrating

  19. @tomasekeli Nice, I did the same thing and moved my blog from #WordPress to #Jekyll + #GitHub Pages a few years back and blogged about it too 🙂. I agree with all of your reasons for the move. I also have a little section about getting comments working as well with #Staticman. For analytics I use #GoogleAnalytics (although you said you don’t want to have tracking in your site).

    blog.danskingdom.com/Migrating

  20. @tomasekeli Nice, I did the same thing and moved my blog from #WordPress to #Jekyll + #GitHub Pages a few years back and blogged about it too 🙂. I agree with all of your reasons for the move. I also have a little section about getting comments working as well with #Staticman. For analytics I use #GoogleAnalytics (although you said you don’t want to have tracking in your site).

    blog.danskingdom.com/Migrating

  21. @ecoAPM I switched from #FakeItEasy to #NSubstitute a few years back because I like the syntax better. Looks like perf is a bit worse, but not enough to justify switching back. I’ll need to check out #Rocks though for sure; I hadn’t heard of that one and it looks like the top contender. For a moment I was curious about Stub too, thinking it was another library I hadn’t heard of 🤣

  22. Noticed your #AutoHotkey scripts and hotkeys don't work when an elevated window has focus (i.e. running as Admin)? Checkout this post on how to easily fix that: blog.danskingdom.com/Prevent-A

    #Windows #AHK

  23. #GitHub released a #CLI extension for helping migrate your #AzureDevOps #Jenkins #CircleCI #GitLab & #TravisCI CI/CD pipelines to #GitHubActions.
    I'll be curious to see how well it works with non-parity features, extensions, etc. Let me know if you try it
    github.blog/2023-03-01-github-

  24. released a extension for helping migrate your & CI/CD pipelines to .
    I'll be curious to see how well it works with non-parity features, extensions, etc. Let me know if you try it
    github.blog/2023-03-01-github-

  25. #GitHub released a #CLI extension for helping migrate your #AzureDevOps #Jenkins #CircleCI #GitLab & #TravisCI CI/CD pipelines to #GitHubActions.
    I'll be curious to see how well it works with non-parity features, extensions, etc. Let me know if you try it
    github.blog/2023-03-01-github-

  26. #GitHub released a #CLI extension for helping migrate your #AzureDevOps #Jenkins #CircleCI #GitLab & #TravisCI CI/CD pipelines to #GitHubActions.
    I'll be curious to see how well it works with non-parity features, extensions, etc. Let me know if you try it
    github.blog/2023-03-01-github-

  27. Had a great time at #ggj2023 this weekend. The theme was "roots". Our team made this small game, which you can play at deimors.itch.io/must-be-the-wi

    I hadn't used #Unity since 2019, so the rest of my team did most of the heavy lifting 😁
    #GlobalGameJam #GlobalGameJam2023

  28. New video about using the Video Speed Controller browser extension to watch online videos faster. Shows how to use it, and why you'd want to use it instead of relying on the native video's playback controls. youtu.be/uuh74a7jQ8k

    #SaveTime #EnjoyVideosMore

  29. New video about using the Video Speed Controller browser extension to watch online videos faster. Shows how to use it, and why you'd want to use it instead of relying on the native video's playback controls. youtu.be/uuh74a7jQ8k

  30. New video about using the Video Speed Controller browser extension to watch online videos faster. Shows how to use it, and why you'd want to use it instead of relying on the native video's playback controls. youtu.be/uuh74a7jQ8k

    #SaveTime #EnjoyVideosMore