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.
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.
#macOS #MacOSX #MacDev #AppKit #CocoaBindings
https://leopard-adc.pepas.com/documentation/Cocoa/Conceptual/CocoaBindings/CocoaBindings.pdf
```
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.
“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
https://www.osnews.com/story/145403/apple-should-end-their-prohibition-on-shapes-in-macos-app-icons/
#NeXT / #Apple 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
One of the special functions we have in @Vivaldi is single key keyboard shortcuts. Off by default, this allows you to bind just about any key to a function. My personal favorites are Z and X for going back and forth in history and 9 and 0 to zoom.
Why we have it? It is all about speed of operation and accessibility.
We had this in Opera as well. I think I even implemented the first version myself.
We got great feedback from users that used this extensively, including users using this for accessibility.
#Windows #Macos #Linux #Computer #Technology
https://help.vivaldi.com/desktop/shortcuts/single-key-shortcuts/
My first company, Opera, was built on word of mouth. The same applies to my 2nd company, @Vivaldi. We have never had the means that Big Tech has. In the case of Vivaldi, we have even avoided investors, to not end up like Opera.
We have also made it harder for our selves. We likely could have generated more funds through adding stuff like Crypto, AI or just plain old data collection in the browser, but we choose not to. We are also not an Ad company like most of our larger competitors. Instead we have added a wealth of features and customization.
Now people are starting to understand that just going with Big Tech may be easy to start with, but ends up not being worth it. In fact we now have governments and companies thinking that they need to move away from Big Tech and quickly.
We welcome you all.
#Vivaldi #Browser #Technology #Windows #Macos #Linux #Android #Apple #Google #Microsoft
I saw this and my first though was 'Come on! The #Almquist shell has never been ported to #macOS before 2026⁈ It must have been there since the #NeXTStep days, surely. Someone has simply not known about it because xe never thought to look up the name Almquist.'
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.
https://formulae.brew.sh/formula/dash-shell
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?
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
https://www.osnews.com/story/145356/a-tale-of-two-path-separators/
My MBP M1 Tahoe is almost freezing daily. Unuseably slow. Can't figure out why.
If I run any of the stats monitoring tools I know, CPU and memory seem to be fine. Same with drive space.
Appears to be something to do with the filesystem. Open apps run fine, until they try to do something like spawn a terminal instance, or try to retrieve a list of files.
Too many files open? Failing drive?
Ideas?
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.
wow, `fd -x` (or -X) on #macOS is _bonkers_ faster than `find | xargs`
Great way to clean down your ~/Library cruft
is there someone on here who uses #pkgsrc with #macos ?
i can download #alacritty 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?
🚀 #Gitte 0.7.0 is out!
- Visual commit graph with color-coded per-branch colors
- Greatly overhauled layout
- Rename detection in diffs
- Drop multiple commits at once
- Show word-based diffs more often
- Toggle recursing into untracked directories
- Shortcut (Ctrl+D) to switch between staged & unstaged
Plus many performance improvements & lots of fixes.
Flathub: https://flathub.org/apps/de.wwwtech.gitte
macOS: https://gitlab.com/dehesselle/gitte_macos/-/releases/v0.7.0+36
Repo: https://codeberg.org/ckruse/Gitte
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
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!
Sort of. Folk wisdom has #macOS derived from #FreeBSD. But actually XNU is a descendent of #NeXTSTEP. 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 #Debian and #Illumos:
https://man.freebsd.org/cgi/man.cgi?query=tzset&sektion=3
https://man.dragonflybsd.org/?command=tzset§ion=3
https://manpages.debian.org/unstable/manpages-dev/tzset.3.en.html
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).
Can somneone explain me this?
On #MacOS'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 `-`!
boosted🚀 #Gitte 0.5.0 is out!
- Signed commits & tags (GPG, SSH & X.509)
- Signature validation in the commit log
- Signing status helper
- Collapse-all / expand-all in stash view and commit log view
- New Cornish (kw) translation, thanks to @pigeon_
Also included:
- Overhauled dialogs
- Refresh handling based on IO activity
- Fixes & dependency updates
Flathub: https://flathub.org/en/apps/de.wwwtech.gitte
macOS: https://gitlab.com/dehesselle/gitte_macos/-/releases/v0.5.0+24
Repo: https://codeberg.org/ckruse/Gitte
Here's my setup: https://schmonz.com/2025/11/12/small-macs/
(Writing... muscles... loosening.)
I've updated my binary package repository for PowerPC Mac OS X. New and updated packages for curl, git, python 3.10, apache, nginx, openssh, rsync, yt-dlp, vim, zsh, tmux, and many more.
I'd prefer #NetBSD: https://schmonz.com/2024/06/07/small-arms/
Staged latest shairport-sync for #pkgsrc. Builds on NetBSD, #macOS. Normally I'd commit, wait for evbearmv6hf-el binary package, forget.
Trying something new today: https://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/doc/HOWTO-use-crosscompile
Strong suspicion I could swap out #macOS for #Linux, do better with #Minecraft and most everything else, and not do much worse at macOS-specific stuff like #GarageBand and Messages under #OSXKVM (https://github.com/kholia/OSX-KVM).
Anyone done this, or something similar?
A new #blog post appears!
I built a native GCC 14.2.0 for Mac OS X 10.4 Tiger PowerPC.
https://briancallahan.net/blog/20250329.html
#macos #macosx #tiger #powerpc #power #unix #bsd #freebsd #openbsd #netbsd #dragonflybsd #linux #solaris #illumos #gcc #llvm #clang #compiler #compilers #assembler #linker #toolchain #freesoftware #opensource #gnu