Holy shit Sequoia is the biggest dumpster fire OS I think I've ever seen Apple release on the Mac. They would have been better off just skipping a year instead of releasing... whatever the hell this even is. Every time Apple shits the software bed hard like this I hope it will be something of a Vista moment for them and they'll clean house with the MacOS software team, but it never happens and things just get worse.
I just pray they never fire whoever maintains the iTunes Classic Visualizer, that thing is a gem and it still gets updates sometimes.
Sublime text started adding a “.s” to new files
81–90 of 138 posts
Re: Sublime text started adding a “.s” to new files
#82Earlier quoted context omitted.
It's just a bug. The system save panel (NSSavePanel) is only supposed to infer the file extension when it has been given a list of supported file types/extensions. If the user does not specify a file extension, NSSavePanel will use the first extension in the supported list. If the user specifies an unsupported extension, they see an error message. Text editors like VSCode and Sublime Text would configure NSSavePanel…
> It's just a bug. It's an unforgivable bug. File save dialogs have been around for decades. There's no reason whatsoever to not have very extensive unit and integration tests around it.
Re: Sublime text started adding a “.s” to new files
#83Re: Sublime text started adding a “.s” to new files
#84Earlier quoted context omitted.
Maybe I’m getting old, but my long time preference for Arch is slowly being overtaken by my appreciation for Debian. It’s not the usual complaint about stability — I’ve had one issue in a dozen years with Arch — I just reached a point where I feel like I’m living in the future running Linux software from five years ago, so maybe I don’t need to upgrade quite so relentlessly. Anything I don’t have, I can compile.
What Debian has nailed in the last 10 years is the package management situation that is so smooth. This is why I’m leaving Arch, everything breaks sometimes or a dep won’t upgrade for this or that reason. Debian you install and the package probably has a pretty good initial config and works. Any packages that aren’t recent enough can be built usually because the toolchain versions are probably recent enough. So it re…
Re: Sublime text started adding a “.s” to new files
#85My guess, having never used OSX: 1. In the save dialog, filetype can determined in multiple ways (maybe selected from a dropdown, or be set by the program opening the dialog) and not necessarily just inferred from user-entered filename 2. So when returning the path to the program, it appends the filetype's extension to the path iff it doesn't already end in it (so user can enter just `notes` and file gets saved as `n…
Re: Sublime text started adding a “.s” to new files
#86In Windows land, you can put quotes around your file name to prevent the default extension from being added to the filename.
Re: Sublime text started adding a “.s” to new files
#87Earlier quoted context omitted.
The user agent is defined by the browser. And it only contains: Intel Mac OS X 10_15_7 irrespective of what Mac you are using.
I’m seeing Mozilla/5.0 (Macintosh; Intel Mac OS X 14_7). What do you think the 14_7 stands for on MacOS 14.7?
Firefox 130.0.1
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0"
Safari 17.6 "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15"
Seems like a Google Chrome-specific behavior, but I don't have Google Chrome installed to test.Re: Sublime text started adding a “.s” to new files
#88:w ~/my/path/thing.txt Works every time.
Re: Sublime text started adding a “.s” to new files
#89I've recently come across a spectacular number of regressions on my M3 Max MacBook Pro, Sequoia as well as previous versions included. The most workflow breaking one (which really tempts me to throw the computer out of the closest window I can find in the room) is a Safari bug that basically randomly fails to open any website with a > Safari can't open the page. The error is: "The operation couldn't be completed. No…
What's your particular use case to keep using Safari if it's not working for you and there are alternatives available?