's Avatar

@jake-bolton.bsky.social

14 Followers  |  19 Following  |  12 Posts  |  Joined: 23.04.2024  |  1.7019

Latest posts by jake-bolton.bsky.social on Bluesky

Oh that is giving me nostalgia vibes from nethack / angband / MUDs.

14.04.2025 17:24 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Format command and log output CLI and log output formatting reference

I forgot to link the docs: docs.docker.com/engine/cli/f...

08.02.2025 00:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

or

Pwsh> docker container inspect (docker container ls | Select -First 1).id

08.02.2025 00:20 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
GitHub - StartAutomating/Rocker: Rock Docker with PowerShell Rock Docker with PowerShell. Contribute to StartAutomating/Rocker development by creating an account on GitHub.

If you want a full solution, check out the module **Rocker** from github.com/StartAutomat...

That lets you pipe commands.
You could stop any container with a specific name:

πŸ’pwsh>
docker container ls
| ? Image -eq 'my-stuff'
| docker container stop

08.02.2025 00:20 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image Post image

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

08.02.2025 00:13 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

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

07.02.2025 23:44 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
DAX Guide The definite reference to the DAX formula language.

@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...

07.02.2025 23:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

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

18.12.2024 17:02 β€” πŸ‘ 14    πŸ” 5    πŸ’¬ 3    πŸ“Œ 0
Display codepoints and the Glyph

Display codepoints and the Glyph

#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...

12.01.2025 23:34 β€” πŸ‘ 8    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

I've heard of issues where several signed modules really hurt performance because of that.

( The character limit is rough )

12.01.2025 23:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Discord - Group Chat That’s All Fun & Games Discord is great for playing games and chilling with friends, or even building a worldwide community. Customize your own space to talk, play, and hang out.

What kind ? Does it have to send a web request before reading files? If you open two terminals at once, can they sort of have a race condition making it worse?

> Jaykul: certificate revocation list lookups require network calls, and don't get cached. So it can be really bad for signed modules

12.01.2025 23:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

I fixed the parsing error by converting it to a Type Constraint.

[ValidateScript({return ($_ % 2)})] $odd = 3

12.12.2024 19:10 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Visual Studio Code November 2024 Learn what is new in the Visual Studio Code November 2024 Release (1.96)

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.

12.12.2024 06:10 β€” πŸ‘ 9    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

That's a bit rude to ignore their honorary doctorate title. Do you know how hard they didn't work for it?

23.05.2024 20:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@jake-bolton is following 19 prominent accounts