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 ```
Hmmm, is this supposed to do something on OSX 26.3? I tried setting it to 10 and it doesn't seem to do anything? Wonder if there's something new for Tahoe.
Tailscale's new macOS home
171–180 of 325 posts
Re: Tailscale's new macOS home
#172Every 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 ```
Re: Tailscale's new macOS home
#173I stumbled across TailScale while I asked ClaudeAI regarding switching off of VPN: I wasnt aware of the tool. Im "shocked" how perfect it functions! It worked out of the box for a fairly simple but old windows setup where I could apply it: Everything was perfectly fine, super user friendly in the beginning. Actually one of the tools that you could use to admin your mum & dad computer
I do exactly this! I keep Tailscale running my family's shared iMac, making it easy for me to remotely connect to it and screen share if necessary to help. I went a more complicated route[0] and installed Tailscale as a system background daemon that runs as root and starts up before the first user login. Which also means no GUI interface, so more protected from user error.
[0] https://github.com/tailscale/tailscale/wiki/Tailscaled-on-ma... (the standalone variant is also entirely opensource, unlike their macOS GUI app)
Re: Tailscale's new macOS home
#174Earlier quoted context omitted.
Tailscale will enable all of this. Set up a US device as an exit node, and configure other devices to proxy through it.
> ability to stream US TV when abroad (by exiting from my home network) Should note that Tailscale does not work natively with hdhr for mpeg television streams b/c wireguard doesn't natively support udp multicast/broadcast. Also can't directly port forward b/c hdhr sets a default ttl of 2. My understanding is that most VPNs in general don't support udp multicast due to operating on the network layer rather than data…
Your advice would apply if they're using a local TV tuner or IPTV setup to share live TV on the local network or something, but that seems unlikely. But for content coming from mainstream Internet streaming services, it's good bet they're not using multicast.
Re: Tailscale's new macOS home
#175Earlier quoted context omitted.
I have pointed out this stat before: Global user base Mac: 100 million (2024) PC gamers: 900 million A lot of Mac enthusiasts seem to scoff at the idea that someone buying a laptop wants it to be able to play some kind of video games. Apple can make the greatest computer in the world but for many customers the fact that it can only run ~5% of games or whatever is a dealbreaker. The Neo can play many games on some lev…
The ability to run without a fan is not a problem; it's a feature. Would you want a fan in your phone?
Re: Tailscale's new macOS home
#176The notch hiding menubar icons is such a stupid problem to have. I waste hours every week trying to help people who send me frustrated emails because they bought one of my apps and they say: "it doesn't launch" or "why doesn't it have any interface??" No amount of FAQ will help these people. And this also results in hasty refund requests and even worse, chargebacks that take 2x the amount the users paid out of my poc…
It's such a simple problem to solve too: when there are too many menu bar icons, put them in an overflow menu. A single icon which contains a list of icons. And let me arrange which icons go into the top bar and which go into the overflow menu. Windows solved this many many decades ago with their system tray overflow menu. Browsers solved it too, by letting you put extension icons in an overflow menu. It's not hard.…
Re: Tailscale's new macOS home
#177Useful menu bar manager for Mac that lets you hide multiple icons behind a single icon: https://github.com/jordanbaird/Ice
Re: Tailscale's new macOS home
#178i enabled route advertising and managed to ping my google cloud instances using tailscale
problem is the packet loss rate is high. SSH tunnel worked!
soo i think there is something wrong with tailscale
Re: Tailscale's new macOS home
#179The notch hiding menubar icons is such a stupid problem to have. I waste hours every week trying to help people who send me frustrated emails because they bought one of my apps and they say: "it doesn't launch" or "why doesn't it have any interface??" No amount of FAQ will help these people. And this also results in hasty refund requests and even worse, chargebacks that take 2x the amount the users paid out of my poc…
The reason things are this way is that in Apple’s view, third party devs are effectively misusing menu items. Originally it wasn’t even possible for third parties to add new menu extras using public APIs. That was something reserved for Apple. Third party devs had to use a tool called MenuCracker. When Apple finally added the API used now, the intention for it was for full fat GUI programs to provide ephemeral menu i…
Re: Tailscale's new macOS home
#180This 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 i…