shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

270
active users

#macosx

2 posts2 participants0 posts today

Celebrating 20 Years of Vienna RSS

I bounced around RSS clients in the early Mac OS X years, and certainly used Vienna for a while. It was noteworthy to me because it was open-source—something that was comparatively rare for fully featured, well designed applications on Mac OS X at the time. Congrats to all involved for keeping the project going for 20 years.

vienna-rss.com/blog/news/2025/

www.vienna-rss.comCelebrating 20 Years of Vienna RSS – Vienna RSSNine months ago, I noticed that the first public build of Vienna was published on Sourceforge on July 7th of 2005. Promising to myself to collect memories an...

I am building gcc-15.1.0 on my iMac G4 (Tiger) machine. It is on stage2, which is a good sign.

It will include C, C++, Fortran, Modula-2, Objective C, and Objective C++ compilers.

It will depend on my new PowerPC Mac OS X modernization library, libpcc: github.com/ibara/libppc

I'll write a blog post about how to use it once it is all compiled; my goal is to produce a turnkey solution that just works(TM), including assembler, linker, and other utilities, as recent as possible for PowerPC.

And libppc can be instantly extendable to incorporate more C11 and later features. Hopefully others in the retro Mac community are interested in building that up with me.

My ultimate goal is to build some flavor of WebKit some day and have a modern web experience (even if slow, and possibly using X11). But in the meantime we will probably build a lot of excellent modern software to keep these machines going.

GitHubGitHub - ibara/libppc: Modernization effort (C11-C23) for Mac OS X PowerPCModernization effort (C11-C23) for Mac OS X PowerPC - ibara/libppc

Took advantage of the long week-end to make a new release of my personal project: QuickDraw viewer, a tool to visualise and convert QD images used on old Macintosh computer into something modern like PDF or PNG.

This was mostly a maintenance release, switching to Swift 6 and adding the relevant synchronisation annotations. It's far from perfect but it works. I also improved the localisation, and some the documentation.

#quickdraw #retrocomputing #swift #macosx

github.com/wiesmann/QuickDrawV

GitHubGitHub - wiesmann/QuickDrawViewer: Initial add of the QuickDraw viewer projectInitial add of the QuickDraw viewer project. Contribute to wiesmann/QuickDrawViewer development by creating an account on GitHub.

A friend sent me this screenshot of FCPX running on OS X Mavericks:
1. Everything is compartmentalized; sections, subsections, content, tools
2. Clear on/off state for controls
3. Even with icons lacking color, they have detail; far clearer than SF Symbols could ever be
4. Buttons have borders; you can tell what is a button vs. symbol (representing a status)

This is what Dark Mode should have been; a "lights out" version of standard window chrome. Not just black.
#macOS #MacOSX #UIUX #Aqua

1/x

Overrode NSTableHeaderView and NSTableHeaderCell yesterday to get an Aqua appearance by custom drawing them myself in their respective draw functions... but refined it a lot more today!

(I removed most of the UI to call out the table view headers a bit more in this video)

Maaaaaan, AppKit is so fucking fun to use and make shit with.