💡Step-by-Step Guide: Video Transcription on macOS with Whisper

Transcribing videos or audio files into text can unlock a whole new range of possibilities — from creating searchable notes and summaries to repurposing content for blogs or newsletters. With Whisper from OpenAI you can easily convert spoken words from a video into an accurate text file. In this post, we’ll walk through how to extract the transcript of a video using Whisper, step by step, so you can streamline your workflow and focus on what really matters: the content itself. ...

September 29, 2025 · 3 min · 558 words · Larsolino

💡Backup Your Videos from Third-Party Platforms

Have you ever purchased a video course or similar content? Platforms often promise “lifetime” access — which is rarely true. Terms can change, prices can rise, or the service may even shut down. Additionally, you might need the videos in an environment with limited (or no) internet access. Here are two methods I’ve found useful for downloading videos from the web: 1. Using a Browser Extension This is the most convenient method. With just one click, videos can be saved directly to your computer. ...

August 14, 2025 · 2 min · 359 words · Larsolino

🔐 Keycloak – Passwordless Login with WebAuthn/FIDO2

How to enable passwordless authentication in Keycloak using WebAuthn and FIDO2.

July 12, 2025 · 2 min · 404 words · Larsolino

☁️ Cloudflare On-Demand Tunnel with Custom Domain

Using Cloudflare Tunnel with a custom domain on Cloudflare, configured locally and started only when needed.

April 17, 2025 · 3 min · 566 words · Larsolino

🔐 Auth0 and user role information

This document explains how to add custom role or group information to ID tokens in Auth0 using OpenID Connect, enabling user rights management in an SSO integration (e.g., for a Java backend).

February 12, 2025 · 2 min · 308 words · Larsolino

🔐 Add group information to Keycloak UserInfo and tokens

How to add users groups in Keycloak to a token or the UserInfo endpoint.

January 15, 2025 · 2 min · 244 words · Larsolino

🔐 Postman and the Keycloak UserInfo endpoint

How to query the Keycloak UserInfo endpoint with Postman and the Authorization Code Flow.

January 14, 2025 · 3 min · 535 words · Larsolino

💡Problems and fixes with shell script execution

How to resolve problems when trying to execute shell scripts under macOS.

January 8, 2025 · 2 min · 326 words · Larsolino

🔐 Entra (Azure AD) token verification using Postman

Check if a Microsoft Entra OIDC client application works using Postman.

November 14, 2019 · 3 min · 559 words · Larsolino