The lack of keyboard interface on Lemmy is killing me, but really what I want is a good client in Emacs. However, it’s beyond my Elisp to design and start such a project, but I could probably help. Anyone on it?

  • @spingOP
    link
    English
    11 year ago

    The point is there are people out there who are very familiar with the options for making this, who could easily kick-start a solution that would be more rational and better designed and based on a well conceived base. If I were to do it I would re-invent the wheel and flail around with awkward solutions.

    I do know Elisp and have written packages so am at a basic-intermediate level. I just recognize that experience has benefits and I could contribute best by enhancing and fixing someone else’s base design.

    • @Nuuskis@sopuli.xyz
      link
      fedilink
      English
      11 year ago

      I’m not forcing you, but “re-invent the wheel” is a bit misconception when Lemmy itself is in the very early development stage.

      • @spingOP
        link
        English
        11 year ago

        You misunderstand me. I mean reinventing the wheel of the various functions the solution requires. The actual communication with Lemmy will be a tiny fraction of the work.

        • @zmhanham@lemmy.world
          link
          fedilink
          English
          11 year ago

          It’s always a learning opportunity regardless! Could be a great portfolio project as well. If you’re worried about reinventing the wheel: Google every step of the way to find if a well supported package already exists for what you’re trying to do. Read code of other popular packages that implement that feature you need and “steal” it from them. Maybe your lisp won’t be very idiomatic but that can always be fixed and you have to learn that through experience anyways.