That's not a dumb question at all; the naming scheme can be a bit confusing. As far as I know, the 7450 is a redesign of the 7400, and all models in the 744x and 745x series fall under the 7450 category.This might be a dumb question, but the 7450 version is the one to use with 744x G4s too, right?
Yeah, the 7450 was an enhanced evolution of the original 7400 G4 and the 7440 series was a 7450 without L3 cache. The 7447 in my PowerBook should run 7450 code, but I started wondering if there might be specific optimizations for the extra cache in that version of the software.That's not a dumb question at all; the naming scheme can be a bit confusing. As far as I know, the 7450 is a redesign of the 7400, and all models in the 744x and 745x series fall under the 7450 category.
This is true of TenFourFox, InterWeb, and AquaFox. Always the same and always from a fresh install.How exactly does this manifest? I believe Yahoo is indeed the US specific default. For me, it shows Google as the default search engine, but when I switch to DuckDuckGo, it remembers that change.
It could be interesting to test what difference (sorbet) Leopard makes.I should note that all of this happened with AquaFox running under Sorbet Leopard, so it's optimizations may have added to the overall experience as well.
None of the UAs appears to work with iCloud.com, so I think it relies on something else to determine whether the browser is outdated or not. This is something worth looking into, and I might do so in the future. I will certainly be streamlining the UAs in a future release, adding 115ESR, 128ESR, and possibly more (Safari?).Works great on my 1.42ghz Mini, although iCloud.com doesn't work with it, complaining about being an obsolete browser. Granted, I didn't try a different user agent.
Great work!
Interesting take; it's quite possible. However, I am unable to verify what the optimizations exactly are, as the different versions are simply created by telling the compiler which CPU we are compiling for. This is entirely handled by the compiler.Yeah, the 7450 was an enhanced evolution of the original 7400 G4 and the 7440 series was a 7450 without L3 cache. The 7447 in my PowerBook should run 7450 code, but I started wondering if there might be specific optimizations for the extra cache in that version of the software.
None of the UAs appears to work with iCloud.com, so I think it relies on something else to determine whether the browser is outdated or not. This is something worth looking into, and I might do so in the future. I will certainly be streamlining the UAs in a future release, adding 115ESR, 128ESR, and possibly more (Safari?).
It would be very rare for a seasoned PowerPC user to be working with stock Leopard though - we all optimised the hell out of it years before Sorbet appeared.To try to tease apart the effects of Sorbet Leopard and AquaFox on my remarkable banking experience, I would need a single machine that dual booted vanilla Leopard (10.5.8) and Sorbet Leopard. Then I could run AquaFox on each side of the machine and observe the difference. Same hardware, same app... just different OS underneath it.
Regrettably, the G5 I am doing all this on has a Tiger/Sorbet dual boot, not a Leopard/Sorbet dual boot. An AquaFox test from the Tiger side would be interesting, but tangential. Nonetheless, I am curious now; I will give this a try and report back here what I find.
I was already expecting this and have added a note in the README.md on GitHub. I’ve been meaning to test building on Leopard and report back to you, but I just haven’t found the time yet. I assume the issue might be that the script is trying to find a patch with the build name, but since there are only patches for TenFourFox and InterWebPPC in the directory, it’s throwing an error.@thewireless Looks like I need to fix the leopard build process. It fails at applying the Leopard patches when selecting Aquaweb. Look out for that update later today.
Yep. That was exactly it. It's been fixed and uploaded. Sorry about the name mix-up. This has stuck in my head https://macintoshgarden.org/apps/aquaweb-aquavid.I was already expecting this and have added a note in the README.md on GitHub. I’ve been meaning to test building on Leopard and report back to you, but I just haven’t found the time yet. I assume the issue might be that the script is trying to find a patch with the build name, but since there are only patches for TenFourFox and InterWebPPC in the directory, it’s throwing an error.
Just a quick reminder: the name of the browser is Aquafox; AquaWeb is a different project.
Hello "obsolete" Mac users,
Long-time lurker here! I only recently made an account and didn’t really want to self-promote, but I could use your feedback, so here it goes:
I'm the maintainer of Aquafox, a fork of TenFourFox, very much like InterWebPPC. In fact, it picks up where InterWebPPC left off by continuing to provide up-to-date compiled binaries of TenFourFox, along with a few more optimizations.
I released the first beta on July 25th this year, and although I'm not expecting big issues, I still think it's good practise to release the software this way and ask for feedback before launching version 1.0.0. Even if that means the only change is the absence of the beta label.
The README.md on GitHub (link) has a full description and a Q&A, and I’ve written more in-depth about the history, reasoning, and process of the project in the announcement post on my blog on Neocities (link).
View attachment 2402231
So, I'd say download the browser from the releases page on GitHub (link), take it for a spin, and leave a comment. Any form of feedback is appreciated!
Your greatest friend for PowerPC web browsing is script blocking and/or changing user agents - when mobile phones were less capable, switching to a mobile ua gave a huge boost as your browser was presented with a slimmed down page (before app requirement ubiquity arrived this meant nice pages for Youtube, Soundcloud and Flickr amongst others.)These are very mixed results, and don't demonstrate any significant difference between the two sides of the machine. Tiger seems to have a bit of a speed advantage, but it is slight. Sorbet is faster at some things, while Tiger is faster at others. In the end, neither is significantly faster than the other.
@thewireless Aquafox builds fine on Leopard now!
I'm interested. What needs to be done to set that in motion?Would you be interested to add it to MacPorts? Perhaps as a subport of TFF, that way will be easier to merge.
I'm interested. What needs to be done to set that in motion?
I reckon nobody tried building against 10.6 SDK?
I looked at the portfile, and although I'm still unfamiliar with the syntax, I don't see why this approach wouldn't work. After all, Aquafox is basically TenFourFox with extra steps; it's mostly preferences and compiler configuration tweaks, as well as some changes to the UI. You can see all the changes here: (link).Perhaps take a look at tenfourfox portfile to see whether a similar approach works?
Would you be interested to add it to MacPorts? Perhaps as a subport of TFF, that way will be easier to merge
@barracuda156, just curious:
Since AquaFox can be installed as a Mac native app, what is the benefit of adding it to MacPorts?
What are the benefits of building with the 10.6 SDK?
Alright, please tell me what I need to do to get Aquafox on MacPorts. As mentioned before, I looked into the portfile, but I'm not entirely sure what changes are necessary for Aquafox aside from updating the name and removing the nostrip mozconfig options.There are a lot, but I doubt it will work. TFF needs a substantial amount of fixes to detach it from the archaic SDK of Tiger.
TFF uses 10.4 SDK in MacPorts presently, regardless of the OS version.
Perhaps a more important thing will be to get rid of a requirement of an archaic gcc and fix it for gcc14.
P. S. To be clear, when I said about MacPorts, I meant supporting 10.4–10.5. MacPorts does not officially support 10.6 (though since I am the maintainer of tenfourfox port, I can support it on a level of given port). But supporting 10.6 ppc is not something required or even expected.