Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 2 3 4 [5] 6 7 8 9 10
 41 
 on: March 26, 2026, 01:38:52 PM 
Started by Protools5LEGuy - Last post by IIO
Quote
The model generates AppleScript to automate Mac OS tasks. Ask it to copy a file, empty the trash, launch an application, or eject a CD, and it writes the script, shows you a confirmation dialog, and executes it via the Open Scripting Architecture. It's a text-activated Macintosh automation tool, not just a chatbot.

110´s to do list from 1997

finally learn apple script

 42 
 on: March 24, 2026, 03:03:03 PM 
Started by jojo2k - Last post by jojo2k
Hey everyone! I've been having fun messing around with ChivaNet services - you can look them up or add a ".org" onto "chivanet" for their website. They provide lots of retro-computer friendly services, for old Macs too! I signed into their AIM/AOL messenger revival service on my OS 9 machine and chatted with a random guy! It is the future! :p

Thought I'd point this out in case anyone else wants to hang out in AIM chatrooms like it's 2004 again or something! There are other services like this out there, what are some other ones apart from like, this site's Hotline service? Would love to hear about them!

 43 
 on: March 23, 2026, 09:15:41 AM 
Started by OS923 - Last post by IIO
i just came back to this - i dont get it to work. how do i open files? dragging and the openmenu are not available and putting the files into the input folder do not change anythign about that.

i am using default prefs (webp to png)

 44 
 on: March 21, 2026, 07:26:19 PM 
Started by ac37129 - Last post by zefrenchtoon
I did configure a bluetooth keyboard (a Nintendo Pokemon one made for DS) on a Mac Mini and was able to use it on OS 9.
The way to get it working was simply to paired it under OS X then reboot under OS 9. The keyboard was still paired then and working.

If this can help you :)

 45 
 on: March 21, 2026, 07:05:54 PM 
Started by jackoverfull - Last post by davecom
For this interested, I suggest checking out the TECHNICAL.txt file in the original GitHub repo that explains the cause and solution:
https://github.com/matouspikous/MacLegacyLabs/blob/main/MacMiniAudioFix%20-%20max%20sound/TECHNICAL.txt

 46 
 on: March 21, 2026, 05:05:34 PM 
Started by jackoverfull - Last post by DieHard
Damn... Happy Birthday to me :)

 47 
 on: March 21, 2026, 11:24:37 AM 
Started by jackoverfull - Last post by jackoverfull
Where did the Mac OS 9 on Mac Mini G4 topic go?! Oh well…

As you know sound is stuck to impossibly low levels…Or so it was, thanks to  matouspikous/    MacLegacyLabs and some IA vibe coding!

Here to download the extension: http://macintoshgarden.org/apps/macmini-audio-fix

Seems to work perfectly on my Mac Mini.
I wonder if it works on other unsupported systems too and on lower OS versions.

 48 
 on: March 20, 2026, 04:24:07 PM 
Started by Protools5LEGuy - Last post by Protools5LEGuy
https://oldapplestuff.com/blog/MacinAI-Local/

Quote
MacinAI Local: Building a Model-Agnostic LLM Inference Engine for Mac OS 9

Quote
By: Alex Hoopes | Published: March 19, 2026

How I built a complete AI platform (custom C89 inference engine, BPE tokenizer, AltiVec SIMD optimization, and a Python export pipeline) that runs GPT-2, TinyLlama, Qwen, and any HuggingFace model on a 2002 PowerBook G4.

Quote
Technical Reference

Source Language: C89 (ANSI C), compiled with CodeWarrior Pro 5

Target OS: System 7.5.3 through Mac OS 9.2.2

Target CPUs: Motorola 68000, 68030, 68040; PowerPC G3, G4

Supported Model Architectures:

    LLaMA-family: RMSNorm + SwiGLU + RoPE (LLaMA, Mistral, Qwen, Gemma, TinyLlama, SmolLM, StableLM)
    GPT-2-family: LayerNorm + GeLU + learned pos (GPT-2, OPT, Pythia, GPT-J, Falcon, Phi)

Quantization: Float32, Q8_0 (per-group int8, block size 32)

Custom Model: ~100M parameters, 1.1GB Macintosh training corpus, 5,800+ SFT instruction pairs, DPO refinement

Inference Speed (PowerBook G4 1GHz, Q8): 2.66 tok/sec (0.38s/token) for custom model, 0.63 tok/sec for Qwen 0.5B

Memory Usage (100M Q8 model): ~124MB total (100MB weights, 23MB KV cache, 1MB overhead)

AltiVec Speedup: 6.3x over scalar baseline (demo build), up to 7.3x measured on earlier build

BPE Vocabulary: 8,205 tokens (8,192 BPE + 13 special + command tokens)

 49 
 on: March 20, 2026, 04:16:40 PM 
Started by Protools5LEGuy - Last post by Protools5LEGuy
https://www.youtube.com/watch?v=W0kV_CCzTAM

Quote
This is MacinAI local, a vintage Macintosh AI inference program capable of running a 1.1 billion parameter language model locally on a PowerBook G4 (1GHz, 1GB RAM, Mac OS 9.2) - no internet, no server, no cloud. Just a Mac from 2002 and CDs.

Timestamps:
00:00 - Introduction
01:10 - MacinAI Tool Model (94M param)
04:10 - GPT-2 Model (124M param)
05:10 - SmolLM Model (360M param)
06:45 - Qwen 2.5 Model (500M param)
10:30 - TinyLlama (1.1B param)
33:45 - Conclusion

The inference engine is written entirely in C89 using the Mac Toolbox API, with AltiVec SIMD acceleration for the heavy matrix math. The TinyLlama 1.1B model requires 1.2 GB of weights but the machine only has 1 GB of RAM, so the engine pages transformer layers from the hard drive on demand - 14 layers in memory, 8 streamed from disk per token.

Models demonstrated:

    MacinAI Tool 94M (custom) - 2.86 tok/s
    GPT-2 124M - 2.36 tok/s
    SmolLM 360M Instruct - ~1.5 tok/s
    Qwen2.5 0.5B Instruct - ~2 tok/s
    TinyLlama 1.1B Chat - ~0.1 tok/s (with disk paging)


Able to be shipped on a 2-disc CD set with a custom installer - the first LLM ever distributed on CD (if people actually want it).

Export script supports any HuggingFace model (LLaMA-family, GPT-2-family) to the custom .bin format.

Hardware: PowerBook G4 Titanium 1GHz, 1GB RAM, Mac OS 9.2.2
Detailed implementation and downloads: https://oldapplestuff.com/blog/MacinAI-Local/

#MARCHintosh #RetroComputing #MacOS9 #AI #LLM

 50 
 on: March 18, 2026, 10:00:45 PM 
Started by Knezzen - Last post by torvan
Listened to some of the 8TB of music.  Took most of the day before I had to switch to television in the living room and make dinner. 

Pages: 1 2 3 4 [5] 6 7 8 9 10