We are alarmed by reports that Germany is on the verge of a catastrophic about-face, reversing its longstanding and principled opposition to the EU’s Chat Control proposal which, if passed, could spell the end of the right to privacy in Europe.
https://t.co/015qmQnIS2
Kamala Harris officially conceded the presidential election in a speech this afternoon, saying "We must accept the result of this election."
"I do not concede the fight that fueled this campaign, the fight for freedom, for opportunity, for fairness."
https://t.co/2SHuReF04q
wow i swear i've seen a game just like this before. it's almost like millions of hours of footage of the best selling game of all time is required to train an AI to produce a worse version of it.
@stevenjudd The simple one I wrote does not.
PSFramework has about nine different attributes to encompass every scenario...
I think the right solution is probably less than that, but more than what I did 😉
Every time I look at this, I'm tempted to add support for /**/ recursion...
#PowerShell doesn't do file globbing the way that bash does, and in fact, has very little help for authors who want to accept file or folder paths (or paths to any other provider type) as parameters.
It could help more.
How do you think it should work?
https://t.co/tjEn3zfi8L
Please critique these two views of the same error. Is one better? What do you like about it? Which do you want in your build logs, or as the detailed ErrorView?
Let's call them the "short" and "long" views, since I can't have a poll *and* images (boo!)
🎉 PowerShell Challenge 2 starts today! 🎉
Put your skills to the test and win big—Amazon gift cards, a 50% off @PSConfEU 2025 ticket, and Manning eBooks!📚
Just answer 3 questions, share your info, and get your results right in your inbox.🚀
Start now ➡️ https://t.co/ZGeFVolokA
@mcuban If you watched the debate on Tuesday and you saw no bias then you are lost and there is no helping you.
They have you fully under their spell.
Don’t worry, we will liberate you.
@mcuban Your rich friends are irrelevant.
Kamala came across as an arrogant, war mongering elitist who doesn't care about the state of the country even though she put it there.
He came across as a pissed off patriot angry about the failing America.
Let’s give Kamala the win, but I haven’t talked to a single Trump supporter or undecided who said “yep, I’m now I am voting for Kamala after that” Have you met anyone who switched?
I made a new #PowerShell module called ModulePath that easily enables you to set your primary PSModulePath via powershell.config.json. This is useful especially on Windows to point to somewhere other than Documents to avoid OneDrive. Please see the README.
https://t.co/SDA1OpCfee
@JustinWGrote@shaun_lawrie I gotta say, it's hard to watch @firstdrafthell's Live Display run and not think that PowerShell's table formatter COULD be like this...
https://t.co/mff1RoDO0D
@SamErde@svrooij@pkbullock@fabianwilliams@aavdberg@rjmholt Yeah, setting PSModulePath in the config works, 100% — but you'll then need to use Save-Module or Install-Module Fast to install them.
I recommend ModuleFast, honestly. It's far faster, supports upgrade, and respects version ranges like nuget...