Author of lem.el, a lemmy client for emacs: https://codeberg.org/martianh/lem.el

  • 12 Posts
  • 22 Comments
Joined 4 years ago
cake
Cake day: March 9th, 2020

help-circle




  • “Entomology (from Ancient Greek entomon ‘insect’, and -logia ‘study’)[1] is the scientific study of insects, a branch of zoology. In the past the term insect was less specific, and historically the definition of entomology would also include the study of animals in other arthropod groups, such as arachnids, myriapods, and crustaceans. This wider meaning may still be encountered in informal use.”

























  • made some progress. mainly spent time working on getting the sorting types and listing types going, so you can cycle between them on the go. v basic display of post details in byline, etc., but that can easily be spruced up by pulling code from mastodon.el. + markdown rendered posts/comments, uwu!

    https://codeberg.org/martianh/lem. the readme has a rough todo list.

    logging in and loading lem as package is still pretty rough, or kinda broken. but i’ll get it sorted soon.

    still gotta build a comments tree also, that’s a biggie.



  • I have quite a few endpoints working now, each mostly just with the basic options implemented, and its easy to add endpoints with a handy macro i wrote. There are still quite a few quirks with lemmy itself that i’m struggling to work out, like how to search for my second account on another instance and actually have it appear in results. I might ask in a support room. The type-heavy rust and ts code is super foreign to me, it’s also very large. Maybe having the basics down I cd start on some necrco diy interface. [posted via lem.el]