• 0 Posts
  • 23 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle



  • That’s actually cool and a bit like what I had in mind. But it doesn’t seem to offer an actual hierarchical view of the lemmyverse.

    It would be nice to have a forum style clear treeview of the forums (instances) and their subforums (communities) with activity indicators etc to make browsing and discovering content straight forward. Then if you subscribe to a community it would also show in it’s own treeview that the user could arrange to their liking.


  • For years now I have only read ebooks on my phone, so one evening I decided to get back to the habit of reading real books.

    So I take my time and carefully pick just the right book, gather some pillows, turn off the lights and lay comfortable on the couch. And after a few confused moments of flipping through pages I realized that these fucking things didn’t work in the dark. And I really don’t like to read under a bright light anymore so back to reddit it was for that evening.

    That said, I think I’ll skip this one, doesn’t sound too comfortable.



  • Speaking as just a hobbyist, a more developer oriented community focused on the topic would be nice, if someone is up to the task.

    It’s currently hard to find any good information about how to actually use LLMs as part of a software project as most of the related subreddits etc. are more focused on shitposting and you don’t currently really want to talk about these in general tech/programming forums without a huge Don’t shoot I’m not one of them! disclaimer.


  • Regarding little Bobby, is there any known guaranteed way to harden the current systems against prompt injections?

    This is something that I’m personally more worried about than Skynet or mass unemployment now that everyone and their dog is rushing to integrate LLMs into to their systems (ok worried maybe a wrong word, but let’s just say I have the popcorns ready for the moment the first mass breaches happen with something like the Windows Copilot).







  • Correct, IMO it’s purely a UX issue.

    I think the current default UI feels awkward because it’s essentially trying to present dozens of individual web forums through a Reddit style interface.

    Edit: which makes the argument that this isn’t a problem because Lemmy isn’t Reddit seem funny since at least to me the problem stems from Lemmy trying too hard to replicate the UX of Reddit.

    Also, could we have a confirmation dialog for deleting posts. It’s a bit too easy to accidentally hit the trashcan, especially on mobile.





  • But it is a problem even with Reddit.

    At least for me many topics that I follow have several related subs and I often end up going through all of them individually to get a good overview and see different takes on news etc. With Reddit having the Other discussions tab helps a lot, but I guess that would be technically more difficult to implement in Lemmy.

    IMHO both would benefit from having a way to combine different feeds under user defined categories. How things actually work under the hood wouldn’t need to be changed, it would just be an UI feature that effects how the communities are presented to the user.


  • Yep, for example I think the joke about a guitarist fingering a minor is gone now from it’s repertoire. Finetuning and guardrails probably also limit its capability to “understand” jokes in general.

    IME it’s explanations of jokes are usually really off too, probably partly because of the guardrails and partly because it’s understanding is so surface level.

    Edit: tried to see if understands the joke about guitarist but now it refuses to even explain it and just flags the question and freezes.


  • I’d argue that doing anything more complex with just one simple prompt and using these things through a raw chat interface is just wrong and too primitive way to work with.

    To have any chance of getting any reasonable output requires multiple prompts and steps, refining and evaluating the responses and going back and forth and is something that will probably be automated in the actual end products that use this technology.

    Current ChatGPT style interface is like asking application end users to directly interface with a SQL database, instead of just offering them an interface layer that hides and automates all the details.