7 days since a terminal window got mysteriously stuck, and I still refuse to restart. π
7 days since a terminal window got mysteriously stuck, and I still refuse to restart. π
It is a year now since I started running, (my first run was Feb 4th). In that yeah I did 1500km of running. Doing over 200km in some months. Starting at humble 3-5km runs, in 7min per km tempo. Progressing to 21:42 5k, and 1:41:22 half-marathon in fall.
So here to keeping up with it also in 2026.
Uuuf what are you doing past Jakub? How many ifs do you need to nest to output 1 value? :D (Plus that "yeah this is just ad-hoc fold implementation, so enjoy...")
#powershell
#pspester #powershell I kicked off this draft PR that shows mock call history in Should -Invoke, let me know if you have some ideas how to make it useful.
github.com/pester/Peste...
You put the same if in the function, but backwards, if it ever enters when not logging it throws, and you find the call easily.
github.com/pester/Peste...
Calling functions in #PowerShell is relatively expensive, so when you are logging debug messages you figure out once if you need to write the message (e.b. $ShouldWriteDebugLog = $true) and wrap all calls to your logging function in an if (which is cheap). But then how do you ensure you wrapped all?
Today I spoke on WUG Admin Days about #pspester.
No matter how many times I stand in front of people, my heartrate still spikes. Here is the data. Took 30 minutes to calm down somewhat:
strava.app.link/hSlidCRP3Zb
Making some fermented drinks with gingerbug. Wish me luck so they donβt explode!
I started this poll on reddit, please answer here or there if you can. We trying to figure out what is the general awareness of what test platform people use in .NET and what are the reasons people did or did not move to MTP (microsoft.testing.platform).
#dotnet
www.reddit.com/r/dotnet/com...
youtu.be/lGfyFO50ACg?... New week is here, time for some tunes to work to.
youtu.be/JcJSW7Rprio?... Storing some data in PING, lol.
applerankings.com
I am a big Kanzi and Cosmic Crisp fan. (and also Crimson Snow they don't list)
youtu.be/1fZTOjd_bOQ?... another great presentation to watch. Even if you are not interested in UX.
I have one that works for me:
1. Have an end time for work
2. Dedicate the last 30mins to tying up loose ends. Do Not Start new work!
3. Review my calendar meetings for the next morning (due to timezones my mornings are rarely the same)
4. Say goodbye to people on slack.
1/2
These sound like great advices. Will try it. I struggle with signing off from work, and end up checking my teams / emails whole day.
www.youtube.com/watch?v=QYM3... watched this talk today, masterclass in how to communicate changes to software that is used by millions of users.
I was sick whole holidays, but at least I got to finish reading this really cool looking book. Original sci-fi series from a czech author Jakub Hussar.
There is other side?:O
This looks great. I could definitely use a smaller version for AA and AAA, 9V and various asortment of other batteries.
Lidl sending me stats for my year of grocery shopping is hilarious. π I am local legend who most often shops for bananas.
Birds learned to visit our window during the whole summer and winter.
Thanks, makes sense.
II donβt think I get the part about the global.json pinning, and how makes the sdk version not affect anything.
Do you mean setting exact version of sdk in global.json, without roll forward? So pretty much ensuring the same sdk is always used? Or there is some other magic?
Are there some specific suggestions of what to use? This doc says Latest is discouraged, but I see everyone use it (they either use nothing or latest).
Is there better value to use that is not specific version value?
learn.microsoft.com/en-us/dotnet...
C:\>csc -langversion:? Supported language versions: default 1 2 3 4 5 6 7.0 7.1 7.2 7.3 8.0 9.0 10.0 11.0 12.0 13.0 14.0 (default) latestmajor preview latest
Did you know?
You can run csc -langversion:? to see what language versions your C# compiler supports
In Day 15 of the calendar, One Minute of Azure showcases Event Grid!
Where do you use Event Grid in your architecture?
#Azure #EventGrid #EventDriven #Integration #OneMinuteOfAzure
youtube.com/shorts/eAbVq...
Switch to logarithmic Y axis, problem solved.
A picture showing graphs of every PowerShell Conference Europe submission since 2019 showing that most every submission is on the last day!
Some things never change! #psconfeu #PowerShell #pwsh #cfs
@psconf.eu @sessionize.com #Sessionize
Sent my proposals for #PSConfEU 2026:
- Learn Pester from scratch - follow along
- Pester - Deep Dive into Mocking
- (Public) speaking tips every tech person should know
Fingers crossed to get them accepted π€
Would you come to any of them?
#powershell
I just assumed that for whatever reason they (-in and -contains) work the same as -gt, and never ran into the behavior in all my time using PowerShell (at least that I remember).