Live data from Hacker News

Tailscale's new macOS home

tailscale.com

171–180 of 325 posts

Re: Tailscale's new macOS home

#171
post #27

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.

$ killall ControlCenter

Re: Tailscale's new macOS home

#172
post #27

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 ```

what are the default values, in case someone wants to restore them?

Re: Tailscale's new macOS home

#173

I 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

> 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

#174
post #128
post #24

Earlier 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…

By 'stream US TV' I assume they just mean using popular streaming services like Netflix. If that's the case, than UDP multicast packets aren't involved at all, since it's all unicast.

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

#175
post #152

Earlier 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?

It's also a con. You get worse sustained performance. You also get a hotter device. There's a reason the base model M series MBPs consistently bench higher than the exact same chip MBAs in things like Cinebench. The fan.

Re: Tailscale's new macOS home

#176
post #57
post #53

The 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.…

Even if they didn't want to have an overflow menu for some reason there it boggles my mind why the menu bar isn't just aware of what portion is covered and should be skipped (file menus or icons) in the first place!

Re: Tailscale's new macOS home

#178
yesterday i setup tailscale on a gcp VM.

i 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

#179
post #53

The 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…

[deleted]

Re: Tailscale's new macOS home

#180
post #20

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 i…

I'm using tailscale for this and am finding it great. I have an Unraid home server/NAS, which has quite nice tailscale integration. The server can be used as an exit node, and each containerized application/workload can be configured to use tailscale and get a nice (https) address that works in your tailnet. I'm not close to hitting the free tier limits, though I'd be happy to pay for it (and I do pay for mullvad through them)
Post reply on HN