Is the committee still real? @steve--lee.bsky.social is the only one on [the list](github.com/PowerShell/P...) that's still at Microsoft, right?
Definitely time for a refresh...
Is the committee still real? @steve--lee.bsky.social is the only one on [the list](github.com/PowerShell/P...) that's still at Microsoft, right?
Definitely time for a refresh...
Yep, devs have been using SqlProj for dacpac etc. for over a decade! We've transitioned to containers, k8s, gitops… but DB build/test/deploy still looks like 2015, and requires Windows build agents, while everything else is on drone.io
Currently hoping Aspire can help me sell the SDK proj 😜
Yeah, ('m in platform engineering, trying to help out). They've been using old (.NET Framework) SqlProj (in VS on Windows), and ignoring the SDK projects (as far as they're concerned, they're still in preview). We've moved to .NET core and Linux containers, but the SQL projects are... stuck.
Just think how sad a UPS driver is going to be if they have to go work for Amazon...
Yeah, that's what we've been doing. The problem is that it requires Visual Studio, and thus Windows...
We're at the point where most of our projects are in Kubernetes, and we're pushing hard to move the rest.
We're migrating CI/CD infrastructure to Kubernetes, and this came up as a blocker.
What do people use for database schema/migration projects?
Anyone know what the status of SDK-style SqlProj actually is? It seems they're supported in VS Code (but without tests?) still "preview" in VS2022, don't exist at all in VS2026...
Are these "coming soon" or abandon-ware?
But see, what it should have said is: omg, don't write your own load testing tool, just use k6 or siege or vegeta or something 😉
They're all wrong. Let me tell you the real story about…
It feels like I daily see people in their social media echo chambers deriding majority opinions about AI, politics, economics, government, and even science without citations or sources, just the certainty that some folks agree with them. Why?
Kate's 😉 or Kubernetes, never k-eight-s
Yeah, a contractor or carpenter would know, I bet 😝. They probably just have higher standards for those thinner boards that end up being used in visible places...
Maybe you're passing for them to cut up 2x4s in the back ...
I love that you've discovered ads are "overwhelming" your site, and your suggestion is that more people need to install an ad blocker. Classic.
Windows Outlook (new) showing blank email body instead of the actual body of the email
Still not loving Outlook (new)
Federal Government Announces Racial Profiling Campaign, Explains It’s Because of the President’s Personal Bigotry
🧑🎓 New foreign student enrollment at U.S. colleges and universities is down by 17% over last year: “American universities have suffered one of the sharpest ever declines in foreign enrollments in the face of tough policies from President Donald Trump, with the number of new international students falling 17 percent this year.”
The White House just blasted this out under the headline "Good News You May Have Missed"
Terrible day to be literate
i’ve said this before and i remain convinced it’s true, the 2028 platform that would deliver obama 08 results is “i am gonna
bring the hammer down on the corrupt self-dealing politicians and their rich friends and there are no sacred cows id give a pass”
They probably don't have logs? Yeah, because... *cough* *cough* 😉
So, with Azure CDNs and Front Door all still locked down since their outage last week, what's the over/under on this being something that was vibe coded, and there's nobody available who understands it anymore?
Governments never announce that they have become fascist they announce that the antifascists are now the enemy of the state.
Accurate.
For a CLI parser library, generating help is a given, why not completion script generation? Argsparse, climate & optparse do (only for bash, zsh & fish).
Well, if you're writing in TypeScript, Optique now has one, and it covers bash, zsh, fish, PowerShell, and Nushell!
optique.dev/concepts/com...
Talk Of Fascism Dangerous, Warns Ministry Of Compliance
Talk Of Fascism Dangerous, Warns Ministry Of Compliance
When I was fighting in Iraq & Afghanistan, I needed to know that journalists could ask tough questions to hold those in power accountable.
It's a dangerous moment when our leaders require the press to self-censor their reporting, or face punishment.
Free speech is under attack.
I definitely don't have problems with emoji. They can be extremely succinct when used properly, E.g. Using ✅⚠️❌ as status icons in lists of output. Why do you think all the terminals (and business apps) are adding support for emoji?
It's almost like they all finally got around to reading Cory Doctorow's little piece pluralistic.net/2025/06/30/a...
No worries, doesn't affect the bit you're concerned with 😉
Right now I'm downloading & extracting to disk, then calling docker buildx.
github.com/Jaykul/FromG...
I'm pretty sure that I can build the tarballs and skip a step 😉
I want to build an OCI server with tags piped through from GitHub api, then generate images on-demand, but that may be too slow.
I'm thinking about packing them into an OCI package...
I have a `feature/oci` branch that can build multi-os/arch docker container images with just base + bin from the download.
But I want a multi-os/arch "installer" that would use the same (last) OCI layer as the source.
Yes to both of those. Most of these apps don't have extra assemblies -- at least the ones I can think of.
Right now I'm just copying everything:
foreach($File in Get-ChildItem $FromDir -File -Recurse) {
sudo mv -f $File.FullName $ToDir
sudo chmod +x "$ToDir/$($File.Name)"