Please turn JavaScript on

brtkwr.com

Subscribe to Brtkwr.com’s news feed.

Click on “Follow” and decide if you want to get news from Brtkwr.com via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to Brtkwr.com comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from Brtkwr.com which you are really interested in. Click on the blue “Filter” button below to get started.

Title: Brtkwr.com

Publisher:  brtkwr
Message frequency:  0.45 / day

Message History

TLDR: VPA’s updater defaults to requiring 2 replicas before it will evict a pod. Single-replica deployments are silently excluded from auto-healing — even if they’re crashlooping. You can override this with minReplicas: 1 in the VPA spec, no cluster upgrade needed.

I had a pod stuck in CrashLoopBackOff for 20 hours with 192 restarts.


Read full story

TL;DR — I switched from an Apple Watch to a Garmin and wanted to bring my workout history with me. Apple’s data export turned out to be surprisingly lossy — heart rate gets aggregated into 15-minute chunks. I ended up building an iOS app to read HealthKit directly, a Python converter to produce FIT files, and an upload script to push everything to Garmin Conn...


Read full story

TL;DR — I wrote a pair of Python scripts to convert Apple Watch workouts into FIT or TCX files that Garmin Connect can import. FIT preserves running power, stride length, and other dynamics. Heart rate resolution from Apple’s export is limited — I built a HealthKit iOS app to get the full data.

Why I needed this

Read full story

TL;DR — I wrote a Python script to convert Apple Watch workouts into TCX files that Garmin Connect (and Strava, TrainingPeaks, etc.) can import. Zero dependencies, just the standard library.

Why I needed this Link to heading <...

Read full story

TL;DR: If Spotlight can’t find your apps, rebuild the Launch Services database with lsregister. It takes a few seconds and doesn’t require a reindex of your entire drive.

The problem Link to heading

Spotlight stopped findi...


Read full story