Thanks for the tip. It seems to work but I have to say it’s a rough UX because the UI is really meant for a graphical browser. I could not even paste my UID and PW in to login.
For the same reason, I suppose you would love text adventure games like Hitchhiker’s Guide to the Galaxy, where you have to come up with your action, as opposed to getting visual aids which come like a loaded question, steering you and somewhat robbing you of control.
indeed… #NeonModemOverdrive failed for me too.
So, how did you do post to lemmy.ml? Did you use cURL? If so, I would love to see the sample code.
One annoying limitation is that the last page and a penultimate page cannot have different behavior in the
picturecommand
option. I thought I was fucked for ½ a day. But hacked around that by using thepagecommand
and nesting\ifthenelse{\AM@page = (penultimate page №)}{\begin{picture}(0,0)\put(50,-50){…}…
inside the pagecommand. Makes me wonder what’s the point of having thepicturecommand
. There is apicturecommand*
which only executes on the 1st page, and apparently no equivalent forpagecommand
– but we can test the internal variable anyway.