schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #macos

[?]Marcin Krzyzanowski » 🌐
@krzyzanowskim@mastodon.social

3D Simulator spinning iPhone around. get it on the notepadexe.com 1.5.11 update.

    🗳
    GeePawHill boosted

    [?]Windy city :verified: » 🌐
    @pheonix@hachyderm.io

    Do you think user interfaces these days have

    (select multiple)

    Too much white space:32
    Too verbose:8
    Too little information:44
    Too compact:10

      [?]jloc0 » 🌐
      @jloc0@mastodon.sdf.org

      I've posted the Apple Silicon MacOS build of 0.289 over at it's home on the web. sdlmame.lngn.net/

        [?]Justin Mayer » 🌐
        @justin@ramble.space

        Only two more days to get Iris for at its $19 launch price. As I said on @abstractions episode 65, @tylerhall has created a fabulous photo & video library, which I bought sight unseen so I could support developers who offer us escape from squircle jail:

        tyler.io/2026/07/05/escape-fro

        Every Iris license purchase is a vote for beautiful icon choices. The app itself, as well as the built-in web server & API that supports Tailscale & MCP access, are just icing on the cake 🎂 social.lol/@tylerhall/11664714

          [?]Vivaldi Browser » 🌐
          @Vivaldi@social.vivaldi.net

          Today's a great day to switch your Mac's default browser. Import your Safari browser data into Vivaldi in seconds. 🤩

          Alt...Screen recording on macOS: Safari navigates to Vivaldi.com and downloads Vivaldi Browser, which is then installed. Vivaldi opens for the first time, the user signs in, sets it as the default browser, and imports browser data from Safari in seconds.

            [?]Nick Sloan » 🌐
            @nick@sloan.host

            Hey gang, I'm looking for a new full-time role for the first time since… I think 2012?

            I've been building software for more than 20 years, I have deep experience with a variety of languages and platforms, and I've led multiple successful engineering teams.

            I'm open to remote work, or in-person local to Pittsburgh, PA.

            I appreciate any boosts you're willing to give.

              [?]nixCraft 🐧 » 🌐
              @nixCraft@mastodon.social

              ```
              find / -name "*FOO*txt" -ls

              # match is case insensitive
              find / -iname "*FOO*txt" -ls
              ```

              will search '/', and all subdirectories, for files with 'FOO' and ending with 'txt' in the name. You don't need AI Terminal Wrapper or AI agents for this on your desktop. Stop sending data to big tech.

                [?]OSNews » 🤖 🌐
                @osnews@mstdn.social

                “Apple should end their prohibition on shapes in MacOS app icons”

                There's a lot you can say about macOS, but one thing Apple used to be incredibly good at were making beautifully crafted, detailed icons. As with almost every other aspect of macOS, this deteriorated sharply over the years, with the recent macOS releases with Liquid Glass being an absolute low point. Not o

                osnews.com/story/145403/apple-

                  [?]TelH90 » 🌐
                  @kkarhan@mastodon.social

                  @ChuckMcManis Don't make me roll the clip:

                  youtube.com/watch?v=o_AIw9bGogo

                  :
                  If wasn't slow dogshit and never designed with changing systems, configurability and speed in mind, it would've remained.
                  The inability or unwillingness to fix SysVinit was the reason was concieved, which TBH is just @pid_eins "plagiarizing" [the concept of] from which fans seem to love whilst hating SystemD.

                    [?]ARGVMI~1.PIF » 🌐
                    @argv_minus_one@mastodon.sdf.org

                    @nixCraft

                    / had the right idea.

                    * User homes are in /Users

                    * Each app is in /Applications and looks like a regular file but is actually a folder (i.e. you can cd into it and examine the contents)

                    * The operating system is in /System

                    * Files shared among apps (except files that come with the OS), including configuration files, are in /Library

                    * Static libraries, debug info, C headers, OS API reference docs, etc go in /Developer

                      [?]JdeBP » 🌐
                      @JdeBP@mastodonapp.uk

                      I saw this and my first though was 'Come on! The shell has never been ported to before 2026⁈ It must have been there since the days, surely. Someone has simply not known about it because xe never thought to look up the name Almquist.'

                      github.com/dotike/fsh

                      So I went looking.

                      Mad as it may seem, from what I've found so far, an Almquist shell on macOS does not turn up before 2025.

                      formulae.brew.sh/formula/dash-

                      Nary a mention of Almquist on Apple StackExchange.

                      It looks like macOS went straight from the C shell on NeXTStep to the Bourne Again shell.

                      But macOS has had a Korn shell for decades, right?

                        [?]OSNews » 🤖 🌐
                        @osnews@mstdn.social

                        A tale of two path separators

                        In macOS, you can apparently create files and directories in the Finder with names that include slashes. If you then go into the terminal and take a look with ls, you'll see that the slashes are actually colons.

                        I don’t understand all the nuances, but I know this is a side-effect of the fact that macOS has not one but two path separators: the slash (/) and the colon (:). The

                        osnews.com/story/145356/a-tale

                          [?]R.L. Dane :Debian: :OpenBSD: :FreeBSD: 🍵 :MiraLovesYou: [he/him/my good fellow] » 🌐
                          @rl_dane@polymaths.social

                          Just read that #MacOS #Tahoe is the last one that will support Intel-based #macs, and it only supports some 2019-2020 models.

                          So that means that #Apple is targeting six or maybe seven years of hardware support.

                          That's an e-waste empire, guys.

                          A ginger tabby cat looking down at us, saying "Pathetic."

                          Alt...A ginger tabby cat looking down at us, saying "Pathetic."

                            [?]Abdelkader Boudih » 🌐
                            @seuros@mastodon.bsd.cafe

                            A few months ago, I set myself a simple goal: understand the operating systems I use.

                            The journey has been fun, but there’s always a bit of fiction along the way.

                            Spend a week deep in the world, then switch back to or , and you quickly realize how much your own muscle memory slows you down.

                            So I built and open-sourced UPKG:

                            github.com/seuros/upkg

                            UPKG gives you a single package management command across operating systems.

                            It doesn’t replace the native package manager. It simply provides a consistent interface so you can use the same commands everywhere.

                            On macOS, it can completely replace Brew.

                            If you’re thinking about moving to BSD, install UPKG first. Get comfortable with the syntax, then when yo a’re ready, drop the 'u' and use pkg directly. Or keep using UPKG if you prefer.

                            PS: Nothing here is vibe-coded. I read the source code of every target package manager and wrote a proper wrapper around them.

                              [?]Adam » 🌐
                              @adamsdesk@fosstodon.org

                              5 Easy Steps To Crop An Image in Inkscape

                              Step-by-step instructions on how to use Inkscape to crop an image whether you are a beginner or advanced user.

                              adamsdesk.com/posts/inkscape-c

                              An elegant serif title of 'Inkscape Crop Images' stands next to a Inkscape logo shape cropped out of a blue coloured mountain landscape.

                              Alt...An elegant serif title of 'Inkscape Crop Images' stands next to a Inkscape logo shape cropped out of a blue coloured mountain landscape.

                                [?]Daniel Terhorst-North » 🌐
                                @tastapod@mas.to

                                wow, `fd -x` (or -X) on is _bonkers_ faster than `find | xargs`

                                Great way to clean down your ~/Library cruft

                                  #pkgsrc boosted

                                  [?]Cap Ybarra [he/him] » 🌐
                                  @cap_ybarra@beige.party

                                  is there someone on here who uses with ?

                                  i can download with pkgsrc now, but the version it installs for macos doesn't seem to be the version i can download from github -- it isn't installed to /Applications and has to be bootstrapped via Terminal.app to run.

                                  are there any clever/simple ways to rig this up? am i missing something obvious?

                                    [?]WTL » 🌐
                                    @WTL@mastodon.social

                                    Quick update on @siracusa's Hyperspace for ; it saved me nearly 4TB of drive space on one 20TB drive. It did take a while, but that's fine!

                                    I have it grinding away on another to see what it can do there.

                                    Screenshot of Hyperspace, showing:

Scanned Files 237,691
Scanned Folders 44,862
Scan Errors 1 View
Scan Time 54:47:11
Potential Savings-

Eligible Files 0
Reclaimed Files 55,940
Reclamation Errors-
Reclaim Time 108:39:41
Reclaimed Space 3.94 TB

Reclaimed 3.94 TB

                                    Alt...Screenshot of Hyperspace, showing: Scanned Files 237,691 Scanned Folders 44,862 Scan Errors 1 View Scan Time 54:47:11 Potential Savings- Eligible Files 0 Reclaimed Files 55,940 Reclamation Errors- Reclaim Time 108:39:41 Reclaimed Space 3.94 TB Reclaimed 3.94 TB

                                      [?]OSNews » 🤖 🌐
                                      @osnews@mstdn.social

                                      MacOS 27 drops Intel support, will be last release with Rosetta 2

                                      With the announcement of an upcoming new macOS release also come the usual changes in which Macs will still be supported. MacOS 27 Golden Gate is an important release in this regard, as it will be the first release of Apple's desktop operating system that will be entirely ARM-only, dropping support for all In

                                      osnews.com/story/145279/macos-

                                        [?]JdeBP » 🌐
                                        @JdeBP@mastodonapp.uk

                                        @mjack

                                        Sort of. Folk wisdom has derived from . But actually XNU is a descendent of . Both FreeBSD and NeXTSTEP were derived from from BSD, but not from *exactly* the same point in its evolution and neither from the other.

                                        And of course they diverged from each other.

                                        But you can, say, pull up an old iOS manual page and see it saying 'BSD' at the head, compare it with the same page from FreeBSD, and contrast it with and :

                                        developer.apple.com/library/ar

                                        man.freebsd.org/cgi/man.cgi?qu

                                        man.dragonflybsd.org/?command=

                                        manpages.debian.org/unstable/m

                                        illumos.org/man/3C/tzset

                                          [?]Bradley Schaefer » 🌐
                                          @soulcutter@ruby.social

                                          In today's MacOS struggles: apparently you cannot change the default email handler without opening Mail.app and changing settings.

                                          But there's a problem. When you open Mail.app you cannot access settings without first adding an email account. Which I stubbornly don't want to do because I don't want to use Mail.app _at all_. I don't use the big providers, and don't want to connect it to my iCloud.

                                          Aggravating. I'm sure there's an arcane way (there always is).

                                            [?]WTL » 🌐
                                            @WTL@mastodon.social

                                            Ran @siracusa's Hyperspace on one drive; it should save 3.9TB, running the reclaim now. Let's see what happens. <clicks Reclaim Space>

                                            Screenshot from Hyperspace showing:

Scanned Files 237,691.
Scanned Folders 44,862.
Scan Errors 1 View.
Scan Time 54:47:11.
Potential Savings 3.94 TB.

                                            Alt...Screenshot from Hyperspace showing: Scanned Files 237,691. Scanned Folders 44,862. Scan Errors 1 View. Scan Time 54:47:11. Potential Savings 3.94 TB.

                                              [?]lopta » 🌐
                                              @lopta@mastodon.social

                                              It's finally time to try on my old 2012 Mac Mini.

                                                [?]Marcos Dione » 🌐
                                                @mdione@en.osm.town

                                                Can somneone explain me this?

                                                On 's Save File dialog, if a file with a `:` already exists, the colon is replaced by `/` in the file listing.

                                                And if I want to write a filename with a `: `, the text input changes it to `-`!

                                                  Jay 🚩 :runbsd: boosted

                                                  [?]Stefano Marinelli » 🌐
                                                  @stefano@mastodon.bsd.cafe

                                                  Copying Remote Command Output to Your macOS Clipboard

                                                  A small trick to copy command output from a remote ssh session directly into the local macOS clipboard, using OSC 52 and a tiny shell script.

                                                  it-notes.dragas.net/2026/05/26

                                                    [?]Chris Mackay 🇨🇦🐈🐈 » 🌐
                                                    @tantramar@zeroes.ca

                                                    Ladies and germs, @bbedit 16.0 is out! I repeat: 16.0 has been released.

                                                    Update and/or purchase accordingly. This app has been a daily-driver for me since 1994 or ’95. barebones.com

                                                    BBEdit’s macOS app icon — a large letter B set against a checked-diamond with a wrap-around checked bar

                                                    Alt...BBEdit’s macOS app icon — a large letter B set against a checked-diamond with a wrap-around checked bar

                                                      Back to top - More...