Jan De Dobbeleer

@jan.ohmyposh.dev

Neurodivergent | Hacking on @ohmyposh.dev | Microsoft MVP | GitHub 🌟 | GitKraken Ambassador | straight edge | rollerblading | 🚫 fascism

Drove this puppy all the way to the south of France last week with zero issues. Usually my kids and spouse get carsick after a while but nothing this time. They opposed getting a Tesla due to obvious reasons, but there’s no denying this is a really great car.

Bild

Over the past six months, I’ve been focused on building my new career, which meant stepping back from @ohmyposh.dev. It’s been intense, but I’ve really enjoyed it. The work actually energizes me instead of wearing me down. Now that I’m settled in, I’m ready to get back to oh-my-posh 🚀

Oh My Posh v29.4.0 is out! 🎉 This update brings streaming prompt rendering (beta) — see your prompt instantly, with segments loading progressively & placeholders while slow bits finish 📟 👀 Ready to try the future of terminal prompts? 👉 github.com/JanDeDobbele...

Release v29.4.0 · JanDeDobbeleer/oh-my-posh

🚀 Streaming Prompt Rendering (Beta) Oh My Posh now supports streaming mode - a new rendering approach that displays your prompt progressively as segments complete, instead of waiting for all segmen...

github.com

You might not know oh-my-posh has an MCP server because I never told anyone before due to playing with the possibilities, but thinking about it, a skill that leverages it to create valid configurations based on a conversation would make a lot of sense.

A new terminal segment just landed. Upgrade to v28.1.0 to monitor your GitHub Copilot request usage directly from the command line — inspired by @eliostruyf.com ‘s Copilot Usage Tracker. Prefer tracking usage anywhere? Pair it with Elio’s tracker for the complete experience.

Bild

Open source didn’t hand me car keys. But building in public taught me to code, communicate, take feedback & grow. Habits → skills → opportunities → career. And that career? It bought the car. Open source unlocked the path to earn it.

Bild

It’s been a while since I wrote a blog post, and this one matters. Ever wished you could run multiple agents in parallel without wrecking your repo? I break down how Git worktrees + Copilot CLI make that happen for me. 👉 blog.itdepends.be/parallel-wor... #AIAgent #Copilot #GitHub

Parallel Workflows with Git Worktrees and AI Agents - IT depends - blog

How I use git worktrees to run AI agents in parallel while maintaining my chaotic developer workflow.

blog.itdepends.be

I’m considering moving Oh My Posh’ MIT-license to a dual-license model: • MIT remains for open source, personal, and academic use • Companies using it to build commercial or closed-source products would need a subscription Good idea or bad idea?

Been digging into IO performance for oh-my-posh to optimize session & device cache reads. Swapped out unnecessary boxing with gob encoding for a nice runtime boost. But discovering memory-mapped files on Windows? Total game-changer.