8 comments

[ 3.2 ms ] story [ 27.6 ms ] thread
Thanks for posting. I love this kind of deadpan parody video.
Note that with tbodt's excellent ish app (https://ish.app/), you can get a real emacs installation on the iPhone. I made a quick writeup on it (https://dp12.github.io/posts/tippinglikeits1989).
> It segfaults on executables of any real size

Is this just in iSH, or a bug in Radare in general?

Probably an OOM (very limited shared memory available)
Around the same time I wrote a package for Emacs that would run a webserver within emacs so that you could interact with it remotely from a mobile browser: http://thomasburette.com/take-off/ . Since every action you can perform in emacs is just a piece of elisp code you can easily send any command to emacs. The input method on mobile however is another story.

Pretty useless in practice but it was interesting to delve into the emacs source from the elisp code down to the c text rendering part.

I love emacs more than most, but Jesus Christ