@jake-bolton.bsky.social
Pinned
#pwsh Adds the function EnumerateRunes() to String.

What's cool about it verses #powershell? You can enumerate text over *codepoints* instead of *chars*.

That means you don't have to deal with surrogate pairs.

You can find details here: learn.microsoft.com/en-us/dotnet...
Here's a secret #powershell tip that converts #docker #cli to objects

Use "--format json"

Try these

> docker container ls --format 'json' | ConvertFrom-Json
> ( $imgs = docker image ls --format 'json' | ConvertFrom-Json ) | Ft
> docker image inspect $imgs[3].ID --format 'json' | jq -C
February 8, 2025 at 12:13 AM
I highly recommend Kevin's channel to get up to date with modern #CSS

Container queries conditionally show more content. Imagine if media query was the div size. Cards can dynamically switch to detailed view on grids/flex.

Or say columns are X width, fit as many fit

www.youtube.com/@KevinPowell
February 7, 2025 at 11:44 PM
@marcorus.bsky.social

One of your dax.guide links is a 404
I thought you'd want to know for your SEO ranking

start here dax.guide/pathlength

The first blog is a 404 www.sqlbi.com/daxpatterns/...

The good links are:
www.sqlbi.com/p/dax-patter... and www.daxpatterns.com/parent-child...
DAX Guide
The definite reference to the DAX formula language.
dax.guide
February 7, 2025 at 11:37 PM
Reposted
Tired of inconsistent, slow, boring GUI?
Looking for a keyboard and console-only experience?

Look at the latest version of the VPAX command line tool (beta/preview/unstable/funny).
It's so cool...
We are so back! 😎

https://github.com/sql-bi/VertiPaq-Analyzer/releases/tag/Dax.Vpax.CLI_1.3.2-beta
December 18, 2024 at 5:02 PM
#pwsh Adds the function EnumerateRunes() to String.

What's cool about it verses #powershell? You can enumerate text over *codepoints* instead of *chars*.

That means you don't have to deal with surrogate pairs.

You can find details here: learn.microsoft.com/en-us/dotnet...
January 12, 2025 at 11:34 PM
Reposted
Massive @vscode.dev update this month. Experimental blame is one more third party extension I can get rid of. Tons of copilot new stuff. Extension bootstrapping, UI improvements. On and on.
Visual Studio Code November 2024
Learn what is new in the Visual Studio Code November 2024 Release (1.96)
code.visualstudio.com
December 12, 2024 at 6:10 AM