/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

firebase.blog
| | justmarkup.com
10.8 parsecs away

Travel
| | justmarkup is the site of Michael Scharnagl, a front-end developer living in Berlin.
| | pqvst.com
14.3 parsecs away

Travel
| | For my recent One Day Build: Expense Tracking project I wanted to enable notifications in a progressive web app. ChatGPT struggled to generate any good code for me, and I also struggled to find any minimal clear explanations online.
| | golb.hplar.ch
11.0 parsecs away

Travel
| | [AI summary] This blog post explains how to implement web push notifications from a Spring Boot application to browsers using Firebase Cloud Messaging (FCM), including server-side setup with Java and client-side configuration with Service Workers and Firebase libraries.
| | brianreiter.org
43.5 parsecs away

Travel
| Normally, the macOS Terminal.app title bar includes the current directory name. When you connect to a remote host with openssh on macOS, the title bar gets updated to be "$(whoami)@$(hostname): $(pwd)" instead. Unfortunately when you exit ssh, the terminal title bar is not restored and continues to say you are on a remote host. Once...