Tailscale's New macOS Home
Tailscale's New macOS Home
One of the mentioned apps, Bartender, was sold to a third party [0].
[0] https://news.ycombinator.com/item?id=40584606
I think they've cleaned it up since then [1], but in the age of supply chain attacks, very concerning. Personally, even as a paying user of Bartender, I moved to the open source solution, at least I can watch the github for changes.
[1] https://www.macbartender.com/b5blog/Lets-Try-This-Again/
Thanks, I'll check out Thaw. I've been using Ice without problems:
https://github.com/jordanbaird/Ice/releases/tag/0.11.13-dev....
Yes it is genuinely infuriating that this is the case for a company that for so long was praised for their superior UX.
This along with the tons of other paper cuts they've slacked on is tarring their brand.
> I know software quality has been going down in recent versions of macOS
Note that this particular problem has existed for well over a decade. It's atrocious, but let's not pretend it's anything new.
This seems like a good place to ask: What is the current state of the art for connecting back to my home network while remote? I want:
access to my home server
ability to stream US TV when abroad (by exiting from my home network)
ability to make it easy for others with non-tech backgrounds to connect with their devices (parents, kids, etc)
ability to have remote linux servers connect automatically on boot. This one is because I can't get OTA TV at home and want to set up a simple streaming box at someone else's house to do it that connects back to my house, so we can stream off all of our devices.
I'm guessing tailscale will be a part of this setup which is why I ask here.
Tailscale will enable all of this.
Set up a US device as an exit node, and configure other devices to proxy through it.
I found good success with OpenWRT/Tomato and WireGuard.
The interface is bad when it comes to provisioning but it can be done with a QR code and once it works the native experience of turning on the VPN was just stunningly fast. In this day and age you expect things to be slow with negotiation and various unreliable steps but it was just amazing that I tap the VPN button on iOS and it's connected in a fraction of a second.
Every time I get a new Mac, I run these commands to reduce the spacing between menu bar icons. Lets you fit at least 2x the number of items in the menu bar.
```
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 2
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 2
```
> Apple, a company that traditionally favors simple functionality
but not being able to interact with an icon is DISfunctionality, though yes, a simple one. So that principle can't explain the bad design either.