The exe is probably a good path. Again, it's more of a "paperwork" friction on our end.
Posts by Chris Hunt
I would pay $100 to not hear Jody take credit for much of the hard work of mine and the other brilliant engineers he's laid off over his tenure. Which sucks since it looks like an otherwise incredible event. Sorry for the negative comment. Still a bit sour about SO.
I have had good luck with Winget installs. I can only assume our IT department is somehow unaware of its existence and because it installs to a less regulated path it is more of a bypass than an actual approval.
The virtual environment component is very interesting. For my scenario, it's more about the bureaucracy of getting an artifact approved. The more novel the approach, the more bureaucracy. If the install path of modules didn't overlap with the restricted paths I could just use a private registry.
Internet restricted and access blocked for pwsh.exe writing to my profile or Program Files. It is a lot of hoops to jump through. Maybe a signed installer package I could get blessed but everyone will want different modules.
You can add tracing to any httpclient calls with the otel libraries. Unfortunately I think I lost my WIP on a PowerShell pipeline exporter. github.com/cdhunt/potel
Someone is listening to me!
Hey #KubeCon vendors, if you hand out condiments for these bread heavy lunches I will be at your booth before I sign up for that Lego set raffle.
Hey #KubeCon, be extra kind to the staff today. One of them I chatted with yesterday whispered to me that people were giving them a hard time today
Do you know that feeling when your hypothesis is finally validated after a month of Azure support back and forth only to be utterly destroyed because the unbelievable reality is even worse than you thought?
I think I left this uncommitted work on my previous employee laptop. 😭
We were and then added the PredicateExpression and logging increased with no change in query volume. Thanks. 🙏 I'll keep waiting on support.
@tarynpivots.bsky.social, do you perhaps know of any odd behaviors with Azure SQL with large servers like throttling or upper limits of AuditEvents?Case is open. Support sounds just as confused as we are.
Serilog works great with OpenTelemetry!
Is there anything that makes building Azure Policy Definitions less challenging and painful than giving yourself a root canal?
We ran a randomized controlled trial to see how much AI coding tools speed up experienced open-source developers.
The results surprised us: Developers thought they were 20% faster with AI tools, but they were actually 19% slower when they had access to AI than when they didn't.
Markdown tabs are separate and explicit. The default is still plain text.
I'm pretty sure the wheel will better meet my needs if I reinvent it. Has anyone even validated the assumptions that round is optimal? Feels like a sunk cost fallacy to me. Do you believe that baby sitting in dirty bath water is actually getting clean? Throw it all out.
The worst part about remote work is you can't take a former coworker out for some drink. I'm pretty sure Lifetime would pay for a script of my last couple of years and all I can say is focus on what You need. Virtually here if I can help.
I've updated my profile image for the first time in years. My daughter has started taking art commissions and she did this avatar for me and included my spirit animal the digital phoenix.
www.instagram.com/ellah.doesart/
Where is the truth database?
Think Wikipedia but as a structured dataset that I can query. No AI, just a constantly audited, and debated, source of truth.
I finally got around to reading this post from David Haney on LLMs. It's a clear and honest explanation of how LLMs are not Intelligence by any measure and are only getting dumber.
www.davidhaney.io/llms-will-no...
An AI generated mobile app screen. Buttons at the bottom have dots similar to the braille alphabet for N and P.
Did CoPilot just suggest I add braille labels to a mobile app UI? That is some next level a11y.
Doing some important monitoring and alerting work.
Yeah, just terminal. Think a type format for various AZ cmdlets that return code - runbooks, function apps, json, yaml...
Not just Pwsh highlighting. Basically bat but not as an exe which will be blocked on my machine. Kind of surprised @patriksvensson.se hasn't included it in Spectre.Console.
Is there a native syntax highlighting module for #powershell? Not an exe or a python/node module. I just want to color code a given property in the terminal.
I would like to have this as well.
I don't know why they called it "Overflow AI" and not "Rubber Duck".
I've used HTML Agility Pack in Pwsh to scrape Confluence pages before. I might be able to dig up an example if you need.