

(my old) emacs lemmy client: https://codeberg.org/martianh/lem.el.
it works? i’m using it to post this…
Author of lem.el, a lemmy client for emacs: https://codeberg.org/martianh/lem.el


(my old) emacs lemmy client: https://codeberg.org/martianh/lem.el.
it works? i’m using it to post this…
i thought it was a troll but it’s real?
i have a rooted android (running calyx) and it just works and its great. i never fuck around with it at all, whether due to necessity or ricing desires.


presumably the idea is just to use/interact with the device on one’s own terms, rather than being harrassed by it into engagement?
i do both, but they’re different things.
i’m so high i can see hotdogs grooving, smirking, and winking at me.


maybe it can’t be done? I think Jerboa doesn’t implement, but i thought the web UI did…


deleted by creator


it’d be helpful to post to sth like masto yeah, as its much more public facing than matrix.
you could take ask on the repo or ask the dev, they’re obvs active on the fediverse. (poss relevant: https://github.com/superseriousbusiness/gotosocial/issues/1468.)


is it not possible to just search in the code of spacemacs if you know it can do it? seems like your best bet. if you can’t find it searching, ask on the repo? otherwise, as others have said, i wouldn’t think it’s a simple thing to achieve. best to see if you can reuse the work others have already done.


ah i solved it, it’s that the max_depth arg has no sane default, so a client needs to set it manually. currently the server has a hard 300 max value i think.


blocking instances for users was added in 0.19. it works like community block: you don’t see any posts from an instance, but you can see the activity of users from that instance on any other instances where they do stuff.
https://github.com/LemmyNet/lemmy/pull/3869
[this is not an endorsement of federating with any meta product. i believe in deplatforming hostile actors, which they’ve well and truly proven themselves to be.]


no one else is having issues with this?


i read the page title, then looked at first result and it was mastodon.social and second was mstdn.social.
mayb for your site to match its title you want to not make “federated” the default status sort option?
i also fixed authentication for the 0.19 release, but when your instance actually upgrades (lemmy.ml already has, for testing), it will require you to delete the lem.plstore file in .emacs.d/ and log in again with your password.
& by all means holler if you run into authentication issues during the transition.


EDIT: all good, I worked it out, I found some other api docs.
Is the ModeratorView listing type in this release? If so what feed view is it available in? I can’t see it in the lemmy.ml webUI at the moment, nor in the API docs, but the code is merged.
(or a b)
i never thought of lisp as concise before


understatement of the year
it does require an internet connection yes. It doesn’t have much in the way of offline functionality (it just interacts directly with the API). I’m not sure if Codeberg allows Tor access.
I looked into the dependencies just now. I thought I maybe only used a few 29 functions, but actually I heavily use vtable, which is 29 too. Maybe look in to getting Emacs from Debian backports, or even building it yourself (I do so, and I’m not at all an experienced source-builder person: it’s quite easy, and also common.)