Programming is Not Rocket Science, Don't let AI Write Your Code, Fight Back. And if you must use AI, find provenance, and Attribute. Long Live GNU/Linux. Full praise to SSA-Based Compilation.
Wednesday, 28 January 2026
iex in PowerShell
iex in PowerShell is Invoke-Expression - a cmdlet that takes a string and executes it like a PowerShell expression. It's often used to run code fetched from external sources.
No comments:
Post a Comment