Comment by SlowTao

Comment by SlowTao 2 days ago

5 replies

So you know how there are different religious factions that broadly have very similar views but they practically go to war due to the variance of small details... screw mavericks, OSX 10.4 Tiger FOREVER!!!!

Wowfunhappy 2 days ago

Hey, Tiger is cool, you won't get any shade from me! I would find it extremely difficult to use as a daily driver though, much moreso than Mavericks.

I do try to support other old versions of OS X where possible. Aqua Proxy supports Snow Leopard for example, which took some effort. (I wish it could support Tiger too but there's no way to build Go binaries for Tiger.)

  • zapzupnz a day ago

    Not even by compiling Go to WASM, then transpiling WASM to C++, then building the resulting C++ with Tiger's GCC?

    • Wowfunhappy a day ago

      ...do you think that could actually work? I can't entirely tell if you're joking or not, it's true I never considered this... does WASM code have the network access that would be required for a proxy?

      • piperswe a day ago

        Looks like there is a project to transpile WASM w/ WASI APIs to portable C: https://github.com/turbolent/w2c2

        Sadly it doesn't seem to support the networking parts of WASI, though. If it did, then it might even be possible to port all the way back to Cheetah

        • zapzupnz 13 hours ago

          Yep, that's the one I was thinking of. Still, I wonder if the platform's networking could just be added in ex-post facto (disclaimer: never actually touched this, just looked at it)