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

[?]Camille Roux » 🌐
@camilleroux@mastodon.social

Un développeur perd son téléphone au bureau, Find My bloqué par le MDM. Il demande à Claude, qui génère un script lisant la force du signal Bluetooth.
Téléphone retrouvé en arpentant les couloirs avec un compteur en temps réel ! ⬇️
github.com/ben-z/findphone

📬 Ma veille dev de la semaine → l.camilleroux.com/veille-ako

    [?]Camille Roux » 🌐
    @camilleroux@mastodon.social

    ZoomIt for Mac : portage de l'utilitaire Sysinternals sur macOS. Zoom live, annotation, capture panoramique, OCR local, enregistrement vidéo avec webcam PIP. Open source, installable via Homebrew. ⬇️
    github.com/microsoft/ZoomitFor

    📬 Ma veille dev de la semaine → l.camilleroux.com/veille-jH4

      dch :flantifa: :flan_hacker: boosted

      [?]Allison Meloy » 🌐
      @technocounselor@caneandable.social

      After two months of work, i'm so happy to be able to share Accessible Virtual Machine, or AVM for short. AVM lets blind and low-vision Mac users install and run Windows 11 on Apple Silicon entirely with a screen reader — no sighted help at any step, from download to hearing JAWS or NVDA speak. AVM was coded by Claude, but I’ve spent countless hours testing it before releasing it for wider testing by you. First tester build is out now, free and open source: github.com/allisonfm85/accessi

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

        With Apple phasing out AFP in macOS 27 and Time Capsules officially reaching end-of-life, it's time to move network backups to proper SMB.

        If you run a FreeBSD server, you can build a fast, rock-solid, and secure Time Machine target powered by ZFS and Samba - neatly isolated inside a FreeBSD jail using Bastille.

        it-notes.dragas.net/2026/01/28

        Keep your macOS backups running smoothly via SMBv3 (with full vfs_fruit support) and full dataset quota control on ZFS!

          [?]Feoh [He/Him] » 🌐
          @feoh@oldbytes.space

          One of the things I find deucedly frustrating about modern is that SO MUCH of the mechanics of actually making full use of your machine are either undocumented or woefully under-documented.

          And because they change so often, searching for help on the internet VERY often yields just plain wrong information.

          Take for instance the struggle I had trying to simply set up an automount for my home NAS share.

          How the !$@# is that even supposed to work? After wasting hours combing through man pages and making unsuccessful attempts, I finally got it working with the help of infernal machines 3:< but I put the script into a Github repo in case others might find it useful.

          github.com/feoh/macos-nas-auto

          But this is the kind of crap you just don't need to struggle with on Linux. NFS/Automount interfaces have been around FOREVER and are fairly well documented.

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

            [?]Camille Roux » 🌐
            @camilleroux@mastodon.social

            Palmier : un éditeur vidéo macOS open source (GPLv3) où vos agents Claude, Codex ou Cursor interagissent directement avec la timeline via MCP. L'éditeur de base est gratuit, sans compte requis. ⬇️
            github.com/palmier-io/palmier-

            📬 Ma veille dev de la semaine → l.camilleroux.com/veille-nqf

            Capture d'écran de Palmier Pro, un éditeur vidéo open-source pour macOS conçu pour l'IA, affichant son interface avec une timeline, une bibliothèque de clips et un aperçu vidéo montrant un papillon en mouvement.

            Alt...Capture d'écran de Palmier Pro, un éditeur vidéo open-source pour macOS conçu pour l'IA, affichant son interface avec une timeline, une bibliothèque de clips et un aperçu vidéo montrant un papillon en mouvement.

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

              Things the OS authors don't want you to know:

              * The logo is Beastie, because it reminds you to dare, hack, and stop praying.
              * The logo is Tux, because even penguins know what it is like to freeze with amdgpu.
              * The logo is a window, because that is where you throw the PC goes after the third BSOD.
              * The logo is Puffy, because it’s the only fish that takes security more seriously than being edible.
              * The logo is a flag, because if it boots on your hardware, they claim it as territory.
              * The logo is a dragonfly, because every time you explain HAMMER2, people suddenly find somewhere else to be.
              * The logo is an Apple, because one bite costs 999$, no 1999$, no 4999$. They soldered the RAM to keep the worms out.
              * The logo is because the operating system is just the browser admitting it won.

                [?]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/

                  [?]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.

                    [?]Mario Guzmán » 🌐
                    @marioguzman@mastodon.social

                    I wish Apple would still provide documentation with this level of detail... I mean, look at the start of this index page...

                    • Advantages of using bindings
                    • A simple example
                    • Why are NSControllers useful?
                    • Real-world example
                    • How do Bindings work?
                    • Bindings in more detail
                    ...
                    • Troubleshooting (WHAAAT?!)

                    etc etc.

                    Just imagine if we had documentation like this today for all of Apple's technologies. Would be so amazing.

                    leopard-adc.pepas.com/document

                      [?]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.

                        [?]Karl Voit :emacs: :orgmode: » 🌐
                        @publicvoit@graz.social

                        @lproven on how we lost more advanced :
                        liam-on-linux.dreamwidth.org/9

                        "So we went backwards. [...] Out went multiple different purpose-built OSes for different purposes and platforms. Out went using the best language for the job and the best platform and OS for the job. And out went -only OSes.

                        Instead, in came the lowest-common-denominator, stupidest, simplest, but !!FREE!! that could with a tonne of work do everything.

                        [...]

                        1980s computers were all amazing and very cool.

                        1990s ones turned into boring beige boxes, as dull as staplers, but there were occasional flashes of brilliance - most of which you couldn't afford.

                        Then by the 2000s nothing was left but staplers. It's all just office equipment now.

                        Devices like modern phones and the make me want to cry, they are so stupid and so clunky.

                        [...]

                        I watched my chosen field go from bold and innovative to a sad bunch of efforts to polish turds. It is heartbreaking."

                          [?]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-

                            [?]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: :FreeBSD: :OpenBSD: :NetBSD:🍵 :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.

                                      [?]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-

                                              [?]Mario Guzmán » 🌐
                                              @marioguzman@mastodon.social

                                              Want strict guidelines on designing very Mac-assed apps so you don’t end up just shipping a stretched out iPad app?

                                              Check out the Mario HIG for Macintosh apps. Make your apps Macintosh AF!!!

                                              Get some strict guidelines on making sidebars, toolbars, layouts (especially those for Settings), and Inspectors!!!

                                              All this is free too.

                                              But if you feed my HIG into some LLM, don’t tell me about it. I don’t want or need to know.

                                              Happy Coding!

                                              marioaguzman.github.io/design/

                                                [?]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

                                                  [?]Michael Jack » 🌐
                                                  @mjack@mastodon.bsd.cafe

                                                  *BSD virtual machines on MacBook Pro M2 with UTM.

                                                  These are setup for command-line usage only, like servers. The operating system icons were available under settings for each machine, a nice touch!

                                                  Does macOS count as *BSD, in the grand scheme of things?

                                                  Screen shot of UTM in MacOS, showing OpenBSD 7.9 and FreeBSD 15.0 machines

                                                  Alt...Screen shot of UTM in MacOS, showing OpenBSD 7.9 and FreeBSD 15.0 machines

                                                    [?]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.

                                                          Back to top - More...