What Happened to Neckband Headphones?

Recently, I use my AirPods Pro more frequently than I would have worn my Max. AirPods Max gets a bad rap for its weight, but it’s not the weight that counts. It’s the distribution of those weights; how breathable the materials and overall design is; the clamping force from the form factor (e.g. U-shaped around…

How to Change Password-less sudo on Raspberry Pi

I am leaving this post as a future reference. Though I’ve tested it myself, since I am in the process of retiring Pi docker machines, I won’t be updating it in the near future. One of the user-friendly touch added to Raspberry Pi OS from Debian is its sudo privilege — it doesn’t ask for…

How to Make mDNS Discoverable on Tailscale

One thing I’ve learned the hard way while I was tinkering with VPN long ago — don’t use bonjour or .local addresses over VPN. Most of the times .local addresses do not resolve over VPN, and trying to make it happen is often not worth the effort. In my case, with some Pis and NAS,…

How AI Hallucination Affects You

The hallucination in AI, or LLM hallucination, is real. I have read some op-eds and online discussions whether or not hallucinations affect real world use cases — average users making mundane queries. I was on the side of “garbage in, garbage out” camp; hallucination is an expected side effect of the algorithm, and it is…

App to Replace Built-in VPN Server on Router

I suppose it needs some context to explain what even is a “VPN server on a router” for home and small offices. If you have a home lab, DIY projects, or even a simple NAS, chances are, you don’t want to have them all exposed to the internet. Prudence dictates every device should have its…

How to Change tmux Scroll Buffer (History)

It’s funny how I discover the settings I would have wanted to change before I run a massive migration script. This is a story of tmux, yet again. tmux is definitely a better tool to have when the work is done remotely over Terminal. The only downside of it all, aside from being old-fashioned CLI,…

App to Override CSS User Drag or Select on Websites

As I am still doing migration projects from Pi (the hardware) to everything hosted on NAS, there were few things I wanted to try. One of which is open-source community-backed DBs. So far, not all of them were as good as I thought, but every projects I had seen so far showed the signs of…