[-] [email protected] 4 points 4 months ago

i thought it was a troll but it's real?

[-] [email protected] 3 points 4 months ago

looks like a lacrosse stick, or a crutch maybe?

[-] [email protected] 3 points 6 months ago

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.

17
lem.el 0.22 update (codeberg.org)
submitted 6 months ago by [email protected] to c/[email protected]

this update

  • uses dropdown menu widgets everywhere, and
  • fully implements comment folding widgets.

the readme is also updated to explain these features.

holler if you run into any bugs.

[-] [email protected] 4 points 6 months ago

i need to branch out with my sources

[-] [email protected] 11 points 6 months ago

i'm so high i can see hotdogs grooving, smirking, and winking at me.

11
lem.el update 0.20 (codeberg.org)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

added lots of stuff in this update, some of which may be a little green still.

  • commands to navigate comment trees
    • up to top-level comment
    • prev/next same-level comment
  • various commands to selectively fold (hide) comment branches
    • un/fold current comment
    • un/fold current comment + its children
    • un/fold current comment's entire branch
    • un/fold entire buffer
  • added more sorting/listing drop-down widgets to make it easier to see what sorting is in effect (and to change sorting by mouse)
  • fix tab navigation to (hopefully) all links everywhere
  • make default sorting/listing in views better match the web UI
  • fix sorting options in user view
  • various other fixes

one thing to note is that this release switches the S/s bindings, for consistency.

17
lem 0.19 update (codeberg.org)
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]
  • implement overview (mixed comments + posts) for user views
  • implement unified inbox (mixed replies, mentions, private messages)
  • add communities moderated to user view
  • add sort/listing widgets to browse communities for nice sorting feedback
  • add search current user command
  • add search current community command

I thought it might be nice to add drop-down sort/listing widgets to the top of all feed-based views, roughly similar to the web client, but it seems that the emacs widget library doesn't allow placing multiple menu widgets on the same line. :/

EDIT: turns out it's possible, so i'll add them to the main views.

14
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

There's now a swagger documentation for the Lemmy API.

See also https://mv-gh.github.io/lemmy_openapi_spec/

5
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/[email protected]

I just implemented a user overview of mixed posts and comments, but I'm unsure how to do so while respecting sort (hot, new, old, etc.). Currently I merge the user's comments and posts into a list, then sort them all by timestamp.

Because sorting is handled on the server, and merging posts/comments happens after, I can't see how I can't respect sort and still merge the two sets. Does anyone have any pointers?

I expect a similar issue would arise for the unified inbox view also (replies, mentions, and private messages), although in that case there's less need to sort by anything other than recency.

EDIT: here's the relevant ts code in the official lemmy ui. it sorts by date if sort is new, which i already do, then otherwise it just sorts by "score".

https://github.com/LemmyNet/lemmy-ui/blob/79ed5903354067636f5eb9686ff0a005117bc541/src/shared/components/person/person-details.tsx#L245

15
submitted 7 months ago by [email protected] to c/[email protected]

additions:

  • pagination for inbox views (replies, mentions, pms)
  • create communities (basic, no images yet)
  • delete communities (completing)
  • fix view-user-at-point
  • display community's restricted/nsfw status
  • fix next/prev on user search results
7
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

I recently updated lem.el to 0.12.

The release makes encrypted tokens optional for easier use. If you update and find you can't load lem.el, delete ~/.emacs.d/lem.plstore and log in again. If you want your auth tokens to be encrypted, set lem-encrypt-auth-tokens to non-nil. You'll also need to set plstore-encrypt-to to a GPG key of yours.

6
submitted 7 months ago by [email protected] to c/[email protected]

Mito docs are pretty scarce, here's a helpful tutorial for getting a nice cruddy CRUD going.

13
submitted 7 months ago by [email protected] to c/[email protected]

"We create a search form, display products with ready-to-use HTML templates, organize our Djula templates with inheritance. Common pitfalls. That's the basics every web developer should know!"

https://www.youtube.com/watch?v=EFRVHmOCE7Q

By Vindarel, of CL cookbook fame.

10
submitted 8 months ago by [email protected] to c/[email protected]
[-] [email protected] 2 points 8 months ago

it'd be helpful to post to sth like masto yeah, as its much more public facing than matrix.

26
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]

updated lem.el lemmy client for emacs.

  • added an action/response/update display system for direct feedback upon executing an action (feature, save, delete, like, create, edit item).
  • added a completing-read system
  • added un/block instances, communities, and users functions.
  • various other fixes.
31
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]

did some more hacking on lem.el. 0.8 release includes:

  • rich editing of posts/comments
  • rainbow bar indentation for comment trees
  • tabulated list for communities overview
  • fixes to comment trees and many other things.

there's still lots to fix up, but its running pretty well now.

& hm i wonder is there any other overlap btw emacsers + the lemmy codebase? i'm just adding features as i work out how things work, often in an amateur ad-hoc manner...

[-] [email protected] 5 points 9 months ago* (last edited 9 months ago)

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.]

[-] [email protected] 11 points 9 months ago

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?

[-] [email protected] 17 points 9 months ago* (last edited 9 months ago)

(or a b)

i never thought of lisp as concise before

[-] [email protected] 4 points 9 months ago

understatement of the year

[-] [email protected] 3 points 1 year ago* (last edited 1 year ago)

lem.el also implements a client, similar in design to mastodon.el. i did the api layer so that others could implement other kinds of interfaces such as a gnus backend if they desired.

[-] [email protected] 21 points 1 year ago

ah, Lenny. I really love Lenny.

view more: next ›

blawsybogsy

joined 4 years ago