Category
Tech
Posts filed under Tech on Ivan Morgillo.
AI / Programming
How I Gave the Claude App Access to My Self-Hosted Second Brain
I gave the Claude phone app access to my self-hosted memory — a remote MCP server over Tailscale Funnel, OAuth and Qdrant, running on a solar-powered PC at home.
Linux / Tech
Google Drive on Linux: A Fast rclone Mount (and Why Your Thumbnails Are Missing)
How I finally got Google Drive working as a fast, normal folder on Linux with rclone — and fixed the non-obvious problem of missing image thumbnails on FUSE mounts.
Linux / Tech
Bringing DHH’s Omakub to WSL2?
Setting up a developer environment on WSL2 with Alacritty, Zellij, Cargo and the Tokyo Night theme inspired by DHH's Omakub.
IDE / Kotlin
IntelliJ IDEA / Android Studio Tricks: Live Templates
How to use Live Templates in IntelliJ IDEA / Android Studio — the keyboard expansions that turn `foreach` into a full loop and `logd` into Android's Log.d.
Life / Tech
How to Turn Off Camera and Mic by Default in Google Meet (2026)
Start every Google Meet with camera off and mic muted — no plugins needed. Step-by-step guide updated for 2026 with the latest Google Meet settings.
Life / Tech
Open Chrome bookmark in a new tab
Two ways to make Chrome always open bookmarks in a new tab — a quick keyboard shortcut and a permanent setting that works across the bookmark bar.
Life / Programming
Go to first unread message on Telegram Web
How to jump to the first unread message in Telegram Web with a keyboard shortcut — like Slack's Cmd+K but for Telegram. A quick tip for desktop users.
Android / Programming
ADB Pro: Install and run an Android app on every connected device (2026 Update)
adb commands to install or run an Android app on a specific connected device — or every device at once — using device IDs, serial numbers, and helper scripts.
Life / Tech
What we have now is not “remote working”, it’s “apart working”
Today I saw a tweet that resonated a lot with me I could not agree more. The whole COVID-19 lockdown created a weird situation where a lot of companies found themselves...
Programming / Tech
Uninstall and Run in one shot in Android Studio
As an Android developer, I live my life one repetitive task after another: Clean, Run Uninstall, Run Restart Clean, Restart Restart with Debugger Click here, click there. Tap...