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 will be streaming on Twitch at https://www.twitch.tv/glyph_official/ in a bit over 18 hours; i.e. at 10AM US/Pacific. Writing some more #Python code, talking about #Emacs, and doing some #macOS development. Or maybe other stuff, if folks have questions.
Is it true that Alfred app @alfredapp and LaunchBar @launchbar rely on Spotlight’s index to work?
I am trying to find out an alternative solution for my recent issues with Spotlight crashing continuously on #macOS #Tahoe
Exosphere:
― aggregated patch and security update reporting
― basic system status across multiple Unix-like hosts via SSH
<https://exosphere.readthedocs.io/> | <https://github.com/mrdaemon/exosphere>
<https://untrusted.website/@mr_daemon/114980024541462116> @mr_daemon
<https://mastodon.social/@terminaltrove/114977286773333343> @terminaltrove
#Unix #Linux #BSD #FreeBSD #OpenBSD #Debian #Ubuntu #RedHat #macOS #Windows #SSH
#macos life hacks: rm ~/Library/CoreFollowUp/items.db; pkill followupd deletes a bunch of the annoying-ass naggy shit in macos 14 and up
In my completely vibe based unscientific opinion Tahoe 26.3 seems to hammer my battery slightly less
I’ve uploaded the Apple Silicon build of #mame 0.285 for #macos so all us old folks can emulate & relive the relic computers we grew up using on our fancy new computers. Or even play games we were too poor to get thru in the arcades. (Using sdl2 framework, of course). https://sdlmame.lngn.net/
Its also mirrored on github somewhere, but me no link to them here. Intel builds will follow later on.
So it seems #macos #tahoe is super stable as an OS but super flaky as an _upgrade_, which will be most people's experience of it.
I've been routinely updating my M1 Max MBP since 2021 and Tahoe is the first time core apps (Mail, Calendar, even Finder!) have been crashing 'unexpectedly' and restarting. I bit the bullet and wiped and reinstalled my Mac (blog post with checklist might follow) and everything seems snappier and more stable. Nothing has crashed yet (day 2).
Can you slim macOS down?
Howard Oakley answers a very interesting question - is it possible to slim macOS down by turning off unneeded services and similar tricks? The answer is obviously no, you cannot.
Classic Mac OS was more modular, with optional installs that the user could pick and choose, as shown above in Mac OS 9.1. These days with the SSV, choice is more limited from the start, with the only real op
https://www.osnews.com/story/144240/can-you-slim-macos-down/
A recent comment on one of my videos reminded me that some people think switching from Windows to Mac is somehow escaping their masters.
You are leaving one cage for another.
The Mac experience is great until you want to do something Apple has not pre-approved. True freedom is not just about a stable UI. It is about hardware repairability and software sovereignty, two things Apple has always fought against.
As Benjamin Franklin said: "Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety."
Don't trade your sovereignty for convenience.
#WindowsExodus #RightToRepair #GNULinux #GNU #Linux #FOSS #OpenSource #DigitalSovereignty #TechFreedom #TerminalTilt #Liberty #Freedom #Apple #Mac #MacOS
#MacOS has been like this for more than a decade. There used to be a fairly decent manual page set on-line, much like what the BSDs and Illumos have to this day. But they all got deleted after lying unmaintained, and it became apparent years ago what Apple's attitude to doco was.
Just upgraded for #macOS 26. The UI reminds me of the period around 2002 when teenagers would create 'cool' GNOME and KDE themes with zero reference to usability. Except with more transparency. So like some of the early Compiz stuff, which was far more about 'the technology allows this' than wondering whether anyone would actually want it.
Safari windows are all totally different colours based on the background colour for the page. And they've lost the app icon in the bar (you know, the thing that's really important for Mac apps because it's the file proxy that lets you do direct manipulation?), so recognising them is hard.
It's a mess. Apple needs to seriously think about how they ever promoted people to leadership rôles the UI group when they were so clearly unqualified.
EDIT: People always complain about new macOS / OS X. I've been using OS X since 10.1, and written two books about Cocoa programming. I assumed the complaints were overblown. If anything, they're understated. It's so bad in a bunch of totally avoidable rookie errors that anyone who has done one undergraduate HCI course would know to avoid.
I probably should upgrade from macOS 14, but apparently 15 removes Secure Note support from Keychain and that's where I store a load of recovery codes and things like answers to stupid recovery questions (which I never answer with real data, since that's trivial to harvest). Some recommendation says to move to locked notes in the Notes app, but others seem to imply security there is weak. Any recommendations?
It's very disappointing for Apple to silently remove useful functionality that's been there since 1.0 and not provide any documented migration path, but I guess that's the New Apple way.
Running out of disk space on your Linux, macOS, BSD, or Unix-like OS? Or perhaps you're hitting the classic disk quota limits set by your sysadmin? Fear not. Run `du -sh * | sort -h` command to get a sorted list of your directory sizes so you can remove or compress unwanted files. Here is another useful shell alias:
```
alias ducks='du -cks -- * | sort -rn | head'
ducks
```
See https://www.cyberciti.biz/faq/how-do-i-find-the-largest-filesdirectories-on-a-linuxunixbsd-filesystem/ for more info.
#unix #linux #macos
/me opens reddit… oh #mame 0.284 released 20 mins ago. Ok, click, clack, poof. Apple Silicon build now live https://sdlmame.lngn.net #macos
Woo-hoo! Found a bug in #macOS 26 (Tahoe) Mail.app with TLS 1.3: if you set up your IMAP server to only speak TLS 1.3 then Mail on macOS 26 just hangs whereas it works fine on iOS 26…
There is an (old) discussion from 2022 which was replied to by an idiot saying "Apple says it does, so it must be true."¹
The fact that exactly the same Dovecot server works fine with TLS 1.3 enforced against iOS 26 w/ Mail but does not against macOS 26 Tahoe w/ Mail is pretty damning to me...
__
¹ https://discussions.apple.com/thread/254448705?sortBy=rank
What fresh homebrew hell?!
15:55:17 Compiling /…/macos/build/src/couch/priv/couch_ejson_compare/couch_ejson_compare.c
15:55:17 clang: error: no such file or directory: 'JSON'
15:55:17 clang: error: no such file or directory: 'API'
15:55:17 clang: error: no such file or directory: 'formula_tap_migrations.jws.json'
Has anyone seen anything like this? #macos #homebrew
Additional curse: only fails in a jenkins agent, manually is fine.