Live data from Hacker News

macOS Sequoia Preview

apple.com

231–240 of 355 posts

Re: macOS Sequoia Preview

#231
post #141

Earlier quoted context omitted.

don't forget per-app volume control, linear scroll wheel speed, some reasonable way to manage menu bar icons and ensure all can actually be accesses and used, a way to prevent the system from going to sleep (the built-in `caffeinate` command hasn't worked for years!), and searching through open windows by typing!

> reasonable way to manage menu bar icons I believe the new control center API is intended to push seldom used icons into the control center > searching through open windows by typing The new Siri is context aware once the developers include their data through new APIs. The Microsoft version which was snooping through private browsing, secure apps, and logging passwords in open databases was not the right way to go.

> I believe the new control center API is intended to push seldom used icons into the control center

More than just cleaning the menu bar (I don't care about that), I want a guarantee that I can see and click on every menu bar icon somewhere. Whether that's the present vision or not, this sounds like a clear step in the right direction!

While I have lots of gripes about macOS and I understand that probably some of them are things Apple will just never go for, it does almost seem like Apple is giving some neglected desktop fundamentals much needed improvements. Fixing linear mouse movement on the last major release was nice, as is the new window snapping thing.

> > searching through open windows by typing

> The new Siri is context aware once the developers include their data through new APIs. The Microsoft version which was snooping through private browsing, secure apps, and logging passwords in open databases was not the right way to go.

I don't want any kind of internet-connected AI assistant on the desktop at all. I just want the ability to task switch efficiently by fuzzy filtering on basic stuff like window titles and descriptions like can be done easily with Plasma and GNOME built-ins. (On Windows, PowerToys can do it but I don't love that interface and even though it's an MS thing I don't quite think it counts as built-in, either.) I guess many people do rely on proprietary screenreaders but that seems unfortunate tbf.

Filtering windows based on their contents could maybe be a little bit cool but I think it'd probably mostly get in the way, even if there were an app I trusted doing the searching with appropriately limited APIs. I wouldn't readily trust a proprietary, internet-connected service to do that kind of searching, though— neither from Apple nor from Microsoft. If such a feature required me to enable Siri I wouldn't even be interested in trying it.

Re: macOS Sequoia Preview

#232

Earlier quoted context omitted.

Have you tried using the Files app for image/file transfers? You can add Samba (and other) shares in there by tapping the '...' in the upper-right corner, hitting 'Connect to Server', then inputting your local server's address and connecting. I use this not just for photos, but for transferring various files and docs to/from my phone/home server. You mentioned not wanting to mass-select 2000+ photos. If the photos yo…

Where's "Select All" after "Select"? I'm not seeing that option (either on a search result or the "All Photos" collection), it'd solve a bunch of my problems. Thanks for the tip on Files, it seems like that's a nice alternative to AirDrop that's even more direct.

I'm sorry, seems I misspoke. It seems that when you look at an album in Photos you can select all; if you're in the camera roll or elsewhere, you won't get that option. Not sure why Apple would do that, but maybe they'll change it with the Photos rework in iOS 18.

As an alternative, here's a tiny script through iOS' Shortcuts app that selects photos in a date range and sends them to a Samba share through Files.[1] This time I actually tested, and was able to successfully run the Shortcut to copy a date range of photos/videos from the Photos app to my Samba share.

Quick instructions, in case you need them:

1. Create a new Shortcut and add a "Find Photos" module (You can search with the bar at the bottom). Add a filter, set it according to the screenshot[1], starting from "Date Taken" and ending at the stop date.

2. Add a "Save File" module beneath the Photos module (icon visible next to "Save Photos" in the screenshot). Shortcuts should auto-populate the selected photos as a variable so it reads "Save Photos". Hit the ">" next to "Save Photos" and tick any options you need.

3. Make sure to modify the date range each time you need to run the Shortcut.

You can also add/modify filters in each module to better suit your needs. For example, instead of "Date Taken" you could select by "Creation Date", or add in a "Media Type" filter so you only return photos and not videos (or vice-versa).

One thing to know: There's no progress bar so it's helpful to run the Shortcut from the Shortcuts app so you can see when it finishes executing/transferring. You should see a little 'stop' button with a semicircle around it when a Shortcut is executing from the app; it'll turn into a '...' button when it finishes.

[1] https://i.imgur.com/LPsQ8au.jpeg

Re: macOS Sequoia Preview

#234

I never thought I’d see the day macOS would get tiling window management. Wonder how it will interact with Stage Manager if at all.

It's great for those who want it, but I really hope it can be turned off just as with most of their recent UI additions, such as Stage Manager.

It's opt-in.

Re: macOS Sequoia Preview

#235

Earlier quoted context omitted.

I know it’s simple but I am so pleased with this. Now if they fixed the mouse acceleration curve and the scaling issue for monitors, I’d be at peace.

It's the only OS that offers a good acceleration curve for my trackballs, been dying with the lack of configuration for the curve under wayland :(

Possible good news: recent versions of libinput support completely custom acceleration curves! Though I don't know if any wayland compositors expose configuration options for it yet.

https://wayland.freedesktop.org/libinput/doc/latest/pointer-...

Re: macOS Sequoia Preview

#236

Earlier quoted context omitted.

Finally Windows and Linux fanatics will shut up.

TBH, we still need to see how it integrates with the keyboard. Ever since I've been using a Mac since Nov. 2023 that's been one of the things that I've battled with, and I've assigned a heck tons of shortcuts to make that happen.

Most of the splits have shortcuts. They're menu items, so you can customize what they end up being.

Re: macOS Sequoia Preview

#239

I never thought I’d see the day macOS would get tiling window management. Wonder how it will interact with Stage Manager if at all.

I never really understood the appeal of tiling window managers. I've gotten used to having overlapping windows with appropriate parts peek out out behind others. e.g. tail of a log behind an editor running a program, and I can bring it to the foreground to see older lines and/or scroll. To do the same with a tiling manager, I would zoom the logging pane. I suppose I just prefer less layout changes. Same for Slack, I…

For me it was a couple of X11 features not often found on mac or windows that made me think about the desktop in a desktop environment and what I want out of my window manager. My timeline sort of goes as follows.

1. focus follows mouse, the window you are pointing at gets the focus. This feels very strange at first. but pulls a surprising amount of friction out of working with multiple apps. However you have to pair this with.

2. don't raise on focus. this let you work on a lower window. to raise you click on a specific part of the window, usually the title bar. if you don't have this focus follows mouse is terrible. this lets you have the main window(usually the documentation or reference) open on top while you type away on the lower window.

3. At this point I heard of i3 and it made perfect sense to me. I have never said "boy I sure am glad this window is half covered up" I ether want one app full screen, two apps side by side(reference and work) or many small apps(terminals). why not just have the window manager enforce this instead of me fiddling with windows. these days I use mainly use spectrwm because it fills that perfect middle ground between too sparse(dwm) and too featured(i3).

That said, for my day to day operations(I sys-admin, so lots of terminals) it works great. however there are many apps that do not play well. for example, I recently set up a linux box for steam games and steam was not happy with i3(all menus were separate windows) this is probably fixable but I just went with a normal wm. And when I do actual work on it I am reminded why I like tiling wm's as I find myself shuffling windows all the time.

Closing thoughts, an example of a tiling wm internal to an app is blender, even before I started using tiling wm's I thought blender had a very good ui for getting work done, much better than the mdi type apps that were common at the time. so just imagine your whole desktop working that way. And tabs, really tabbed interfaces should be a function of your window manager not the app, but that ship has sailed and I don't think there is any way to fix it now.

Re: macOS Sequoia Preview

#240

Earlier quoted context omitted.

TBH, we still need to see how it integrates with the keyboard. Ever since I've been using a Mac since Nov. 2023 that's been one of the things that I've battled with, and I've assigned a heck tons of shortcuts to make that happen.

It's frustrating at best. On any tiling WM on Linux, I can hit Meta+ and be taken to that workspace. On macOS, the moment I fullscreen an app, it's taken out of that flow. So for so many years, I've had my terminal full screen on workspace 2. Meta+2 it in my muscle memory for "go to terminal".

Macs aren't made for fancy people like yourself (any longer). No money in it, unfortunately.
Post reply on HN