ahti

joined 1 year ago
[–] [email protected] 6 points 3 months ago (1 children)

What does it do? "Like android has" isn't very descriptive :D

[–] [email protected] 3 points 3 months ago

because its not about jit per se, its about marking pages of memory as executable. doesn't matter whether you compile it or load it from disk, you need to mark the memory as executable so the cpu will run it, and that isnt something "normal" ios apps are allowed to do.

[–] [email protected] 7 points 3 months ago

██▅▇██▇▆▅▄▄▄▇

[–] [email protected] 1 points 4 months ago

Yeah no question, well written instructions (iFixit 💖) are better than even a well produced video, but I'd say the barrier to producing a useful video is much lower than to writing/photographing equally useful written instructions.

[–] [email protected] 4 points 4 months ago (2 children)

There are definitely cases where i vastly prefer video instructions to text though. Depends on what the instructions are about, the style of editing etc.

For example, seeing someone disassemble/assemble something is much more informative to me than a text that only vaguely describes where to find the next screw or clip, or that misses some important detail because the author thought it was obvious.

[–] [email protected] 0 points 10 months ago (1 children)

I've just had the quickest of glances through the code. Is the gesture for opening the user switcher the only reason for reimplementing the tab bar? It sound's like you're rebuilding a lot of functionality that you get for free (iirc) with the native tab bar.