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

Jay 🚩 :runbsd: boosted

[?]Jan Schaumann » 🌐
@jschauma@mstdn.social

Advanced Programming in the Environment

Week 2: File Sharing

In this final video lecture segment for our week 2 materials, we take a look at what it means when multiple processes access the same files and what the implications of that are on the syscalls we know. We conclude with a look at /dev/fd on different operating systems, including , , and .

youtu.be/CAbUtc86ULw

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

    Apple Configurator : transformer son iPhone en dumbphone en désactivant l'App Store via un profil de configuration. Icône disparue, plus d'installation ni de mise à jour possible. Le profil ne se retire qu'en effaçant tout le contenu du téléphone. ⬇️
    korben.info/apple-configurator

    📬 Ma veille dev, chaque vendredi par email → l.camilleroux.com/sig-ocb

    Affiche rétro de style vintage présentant un smartphone bleu et rouge avec un écran affichant une grille de carrés colorés, surmonté du texte "FERME" en lettres blanches sur un bandeau rouge traversant l'image.

    Alt...Affiche rétro de style vintage présentant un smartphone bleu et rouge avec un écran affichant une grille de carrés colorés, surmonté du texte "FERME" en lettres blanches sur un bandeau rouge traversant l'image.

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

      macOS 27 Golden Gate abandonne définitivement les Mac Intel : il faut au minimum une puce M1. Apple Intelligence devient impossible à désactiver, avec des modèles téléchargés de force sur le disque. Les modèles les plus avancés exigent une puce M3 et 12 Go de RAM. ⬇️
      arstechnica.com/gadgets/2026/0

      📬 Ma veille dev, chaque vendredi par email → l.camilleroux.com/sig-aaQ

      Le Golden Gate Bridge de San Francisco se dresse majestueusement au coucher du soleil, ses arches rouge-orange illuminées par la lumière dorée, tandis que des rochers parsèment la plage rocheuse au premier plan.

      Alt...Le Golden Gate Bridge de San Francisco se dresse majestueusement au coucher du soleil, ses arches rouge-orange illuminées par la lumière dorée, tandis que des rochers parsèment la plage rocheuse au premier plan.

        [?]Jon S. von Tetzchner » 🌐
        @jon@social.vivaldi.net

        There are clearly many reasons why people are switching to Vivaldi. Interestingly, my little survey shows that the top reasons have more to do with our values than particular features.

        The #1 reason (77%) is the fact that we do not have built in AI. #2 is that we do not build profiles on our users (67%). #3 is that we are made in Europe. #4 and #5 is that we do not build in Crypto currencies and the built in ad and tracker blocker.

        We will continue to listen to our users. We have chosen a different path to our competitors and we continue to try to do the right thing.

        Thank you for your support!

        Image shows survey results about things important to our userbase, also referred in the text.

        Alt...Image shows survey results about things important to our userbase, also referred in the text.

          [?]Mark Lilback » 🌐
          @mlilback@mastodon.social

          Apple's help books are barely documented, so I wrote up how I build one out of the same Markdown that feeds my docs site.

          The trap that cost me an evening: hiutil's CoreSpotlight index only works once Spotlight has imported your help bundle, and that never happens for a debug build out of DerivedData. Use the legacy LSM format instead.

          pandoc and a ten-line Lua filter do the rest.

          lilback.com/mac-help-book-from

            #xp boosted

            [?]Jay☀️🏹 » 🌐
            @Luminous_J@beige.party

            I'm happy to report that MacOS 27 Golden Gate seems to run stable 24/7 on my Mac Mini M4 server. However there's not a lot installed on there.

            I have decided not to upgrade my production machine YET. There's limited information available about audio plugin compatibility. Moreover Ableton Live doesn't seem to be officially supported yet.
            Adobe Lightroom Classic/CS seem to have contrasting user experiences.

            MacOS Golden Gate logo

            Alt...MacOS Golden Gate logo

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

              Siri AI arrive avec iOS 27, iPadOS 27 et macOS 27 : compréhension du contexte personnel, prise en compte de l'écran, actions système poussées. Historique synchronisé via iCloud sur tous les appareils Apple. Beta en anglais, français prévu en octobre. ⬇️
              apple.com/newsroom/2026/09/maj

              📬 Ma veille dev, chaque vendredi par email → l.camilleroux.com/sig-YcT

              Affichage des appareils Apple avec les nouvelles mises à jour logicielles : un MacBook Pro affichant une présentation sur les olives, un iPhone avec des applications variées, un iPad montrant un article sur le Bosque de Chapultepec, une Apple Watch rouge et une Apple Vision Pro, tous illustrant les fonctionnalités d'Apple Intelligence.

              Alt...Affichage des appareils Apple avec les nouvelles mises à jour logicielles : un MacBook Pro affichant une présentation sur les olives, un iPhone avec des applications variées, un iPad montrant un article sur le Bosque de Chapultepec, une Apple Watch rouge et une Apple Vision Pro, tous illustrant les fonctionnalités d'Apple Intelligence.

                dch :flantifa: :flan_hacker: boosted

                [?]cynicalsecurity :cm_2: » 🌐
                @cynicalsecurity@bsd.network

                Caveat: if you are updating to 27 there is this lovely fscking Apple Stupidity "feature" which starts quantising *all your disk* so that Spotlight can give you "better answers".

                It has been going for over 24hrs for me and it is at 7.1% … the I/O is floored and you simply cannot run any I/O intensive tasks (e.g. Parallels).

                To find out the state of affairs you can use:

                plutil -extract SpotlightKnowledgeV2.embeddingGenComplete raw ~/Library/Preferences/com.apple.spotlightknowledge.plist | awk '{printf "%.1f%%\n", $1 * 100}'

                Whoever at thought this is up is a complete and utter cretin, especially because it is clearly running with a high priority and takes over all disk I/O.

                I still have not found a way to stop it so I can actually do some work.

                Update: figured out a fix… note that it blocks Apple Stupidity as a side-effect:

                UID=$(id -u)
                # Disable Apple Intelligence search daemons
                launchctl disable gui/$UID/com.apple.assistantd
                launchctl disable gui/$UID/com.apple.assistant_service
                launchctl disable gui/$UID/com.apple.assistant_cdmd
                launchctl disable gui/$UID/com.apple.siriknowledged
                launchctl disable gui/$UID/com.apple.siriinferenced
                launchctl disable gui/$UID/com.apple.Siri.agent
                # Disable system-wide AI search components
                sudo launchctl disable system/com.apple.contextstored
                sudo launchctl disable system/com.apple.modelmanagerd
                # Stop the running hybridsearchd process immediately
                sudo launchctl bootout gui/$UID/com.apple.hybridsearchd 2>/dev/null || true
                sudo pkill -9 hybridsearchd 2>/dev/null || true

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

                  Apple Copland D11E4 booting in your Browser
                  pagetable.com/?p=1874

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

                    First day with 27 and 27:

                    - the iPhone is smoother and quicker, but today I've had a high battery usage (I guess reindexing is doing its job)
                    - the MacBook M1 Pro is definitely quicker.

                    All in all, it seems a good upgrade, at least for now.

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

                      mactap : app menu bar qui transforme des taps sur le châssis du MacBook en raccourcis (copier, coller, undo). Détection on-device, M2+ et M1 Pro/Max.
                      Gratuit et open source. ⬇️
                      mactap.vercel.app/

                      📬 Ma veille dev, chaque vendredi par email → l.camilleroux.com/sig-u2j

                      Un tutoriel illustrant l'application macTap : à gauche, une flèche indique où frapper sur l'aluminium du MacBook près du trackpad, à droite une main effectue un tapotement détecté par l'app qui propose trois raccourcis (un, deux ou trois tapotements) pour déclencher diverses fonctions.

                      Alt...Un tutoriel illustrant l'application macTap : à gauche, une flèche indique où frapper sur l'aluminium du MacBook près du trackpad, à droite une main effectue un tapotement détecté par l'app qui propose trois raccourcis (un, deux ou trois tapotements) pour déclencher diverses fonctions.

                        🗳
                        Ted M. Young boosted

                        [?]Jon S. von Tetzchner » 🌐
                        @jon@social.vivaldi.net

                        More and more people are joining Vivaldi and there are many different reasons why. Which of these are important to you?

                        I am allowing multiple choices as I know for many of you it is not about one thing. Some of this is thing that we do, but I know for may it is also about things we do not do, such as including AI or Crypto currencies.

                        The rich feature set:5
                        The flexibilty and customization:5
                        The built in ad and tracker blocker:11
                        Vivaldi is made in Europe:10
                        Vivaldi does not include Crypto currencies:10
                        Vivaldi does not build a profile on me:10
                        Vivaldi does not have built in AI:12
                        Vivaldi supports the Fediverse:9
                          #xp boosted

                          [?]Jay☀️🏹 » 🌐
                          @Luminous_J@beige.party

                          Looking forward to today's release o MacOS 27 Golden Gate. I honestly haven't been this excited about a new MacOS update for over a decade and I am considering a day 1 upgrade over my current Mac OS 15.7.9 Sequoia installation.

                          I have been testing Golden Gate earlier on an old Macbook Air M1 and it felt very polished, efficient. While I hated Tahoe and therefore never upgraded to it, I think Liquid Glass has been improved to the point that I'm ready to embrace it.

                          Golden Gate Beta 3 wallpaper

                          Alt...Golden Gate Beta 3 wallpaper

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

                            Comparatif des prix de l'iPhone 18 Pro sur 41 pays, converti au cours BCE du jour. Les États-Unis restent la référence à 1295 $, la Turquie grimpe à +119 % avec la TVA à 20 %. La France se classe 29e, +32 % par rapport aux USA. ⬇️
                            ulrichrozier.com/pippin/

                            📬 Ma veille dev, chaque vendredi par email → l.camilleroux.com/sig-cC3

                            Une infographie compare les prix de l'iPhone 18 Pro, Pro Max et Duo dans 41 pays selon les tarifs de l'Apple Store. Elle affiche le prix le moins cher (1 115 € aux États-Unis), le plus cher (2 450 € en Turquie) et l'écart maximal (+120 € pour l'iPhone 18 Pro 256 Go).

                            Alt...Une infographie compare les prix de l'iPhone 18 Pro, Pro Max et Duo dans 41 pays selon les tarifs de l'Apple Store. Elle affiche le prix le moins cher (1 115 € aux États-Unis), le plus cher (2 450 € en Turquie) et l'écart maximal (+120 € pour l'iPhone 18 Pro 256 Go).

                              benz boosted

                              [?]Christian Kruse » 🌐
                              @cjk@chaos.social

                              🚀 0.10.0 is out!

                              * Side-by-side diffs in the working copy & history
                              * Git LFS setup & tracked pattern management
                              * Add, update, configure & remove submodules
                              * Manage remotes & delete remote branches
                              * Per-repository commit & tag signing configuration
                              * Much faster startup, commit graphs & staging

                              Plus light & dark mode settings, UI improvements, and lots of fixes.

                              Flathub: flathub.org/apps/de.wwwtech.gi
                              macOS: gitlab.com/dehesselle/gitte_ma
                              Repo: codeberg.org/ckruse/Gitte

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

                                Try Omarchy : Omarchy dans une app macOS native, sans configuration. Arch Linux ARM64 virtualisé via Hypervisor Framework, accélération graphique VirGL, presse-papier bidirectionnel, dossier partagé et port forwarding. Apple Silicon, macOS 15+. ⬇️
                                github.com/themartiano/try-oma

                                📬 Ma veille dev, chaque vendredi par email → l.camilleroux.com/sig-qUT

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

                                  Afterglow fait tourner les vieux screen savers After Dark (Flying Toasters, Fish, Starry Skyline) nativement sur macOS moderne, sans ROM ni Mac OS classique.
                                  Émulation du code 68k, modules importables par glisser-déposer depuis l'Internet Archive. ⬇️
                                  morphing.cloud/afterglow/

                                  📬 Ma veille dev, chaque vendredi par email → l.camilleroux.com/sig-SuF

                                  L'application Afterglow affiche le module écran de veille "Flying Toasters" avec des toasts et du beurre animés flottant sur fond noir, accompagnée d'un panneau de réglages permettant d'ajuster le nombre d'objets volants, le style du toast et la couleur. Cette application recréé les célèbres économiseurs d'écran After Dark des années 90 sur macOS moderne.

                                  Alt...L'application Afterglow affiche le module écran de veille "Flying Toasters" avec des toasts et du beurre animés flottant sur fond noir, accompagnée d'un panneau de réglages permettant d'ajuster le nombre d'objets volants, le style du toast et la couleur. Cette application recréé les célèbres économiseurs d'écran After Dark des années 90 sur macOS moderne.

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

                                    Saggar : terminal Mac natif pour piloter plusieurs agents IA en parallèle. Chaque session est classée (attend une réponse, en cours, terminée, échouée), et seules celles qui ont besoin de vous remontent dans une file d'attente unique. Fini les tabs à surveiller un par un. ⬇️
                                    saggar.marginalutility.dev/

                                    📬 Ma veille dev, chaque vendredi par email → l.camilleroux.com/sig-dmJ

                                    Capture d'écran de Saggar, un terminal natif Mac qui organise les projets et sessions. L'interface affiche un message indiquant que Claude attend une entrée, avec un bouton "Approuver" pour confirmer.

                                    Alt...Capture d'écran de Saggar, un terminal natif Mac qui organise les projets et sessions. L'interface affiche un message indiquant que Claude attend une entrée, avec un bouton "Approuver" pour confirmer.

                                      [?]The Iconfactory » 🌐
                                      @Iconfactory@iconfactory.world

                                      We’re delighted to have been asked to create the icon for Jeff Halter’s free, open-source macOS Tahoe app, which brings the original classic Mac After Dark screensaver modules back to life.

                                      Looking for a hand-crafted icon for your app? Get in touch: design@iconfactory.com

                                      iconfactory.com

                                      A series of black and white pencil sketches and the final rendered icon for the App After Dark showing a glowing, red meteor streaking through the night sky. Designed by Iconfactory

                                      Alt...A series of black and white pencil sketches and the final rendered icon for the App After Dark showing a glowing, red meteor streaking through the night sky. Designed by Iconfactory

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

                                        Crisp : tout ce que macOS cache sur la gestion des écrans externes, réuni dans une icône menu bar. Luminosité DDC ou logicielle, HiDPI, presets, arrangement, profils ICC, gratuit, open source, macOS 15+. ⬇️
                                        github.com/didriksg/Crisp

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

                                          [?]/dev/urandom » 🌐
                                          @rnd@toot.cat

                                          what the complaints about window titlebars being occupied by widgets tell me is that windows and macOS should both add that feature from linux desktops where if you hold the windows/command key, you can drag windows around by any part of the window

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

                                            #POLL Results:

                                            44 people are in deep denial about their existential dread, and should consult a counselor and read #Kierkegaard immediately 😁
                                            139 people like teh pretty tings, and can't be bothered
                                            188 people have started down the path towards enlightment
                                            354 people are cool_kids
                                            92 people are very_cool_kids
                                            55 people laugh at your inadequate security model
                                            27 people can run a server on a bit of bailing wire and a microcontroller from 1987 — fear them.
                                            26 people are keeping Gassée's dream alive, and are plenny cool in my book
                                            4 people are totally cool, and totally in a class by themselves
                                            and 21 people kinda scare me, but I'd like to know more. 🤣

                                            #humor #humour #houmor #houmour

                                            #Windows #MacOS #Linux #CommandLine #BSD #RunBSD #FreeBSD #OpenBSD #NetBSD #Haiku #HaikuOS #BeOS #Amiga #Workbench #AROS #AmigaOS #Plan9 #9Front #TempleOS

                                            P.S., wherever you find yourself, you're awesome. This is all for fun.

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

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

                                                        [?]Michael Engel » 🌐
                                                        @me_@sueden.social

                                                        "Unix is not in a museum. Unix is in the room."

                                                        See Vivian Voss' "Where Unix Runs Today":
                                                        vivianvoss.net/blog/where-unix

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

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

                                                              Back to top - More...