Re: Interest in building an LLM frontend for KDE

2023-12-01 Thread Felix Ernst
+1 to what Ethan B. said i.e.: > I am anti-LLM on the grounds that the training sets were created without the > original authors' consent. I see no issue with a libre/ethical LLM, if there > is one, though. If a developer or team of developers wants to implement a Qt > and KDE-integrated LL

Re: Interest in building an LLM frontend for KDE

2023-12-01 Thread Loren Burkholder
> I don't think so. I have the slight feeling that you want to start an > abstract > discussion here and then magically the "KDE Community" will develop > something. > Just do it or don't. It will always be in the users freedom to use it or not. > I would love to have an optional KMail plugin

Re: Interest in building an LLM frontend for KDE

2023-12-01 Thread AnnoyingRains
I see no issue with this at all! As long as the training data is ethically obtained and it uses KDE's tech stack, I feel like this app could integrate fine, if it is as you have described it so far! - Kye Potter On Fri, Dec 1, 2023 at 11:41 PM Loren Burkholder wrote: > > > I don't think so. I h

Deprecation of QSharedMemory and QSystemSemaphore

2023-12-01 Thread Kai Uwe Broulik
Hi everyone, at Qt Contributor’s Summit it came up that QSharedMemory/QSystemSemaphore are fundamentally broken and will be binned. [1] I found that we have a few users of those classes according to lxc: QSystemSemaphore: * Solid optical disc handling * Digikam server starter QSharedMemory:

Re: Deprecation of QSharedMemory and QSystemSemaphore

2023-12-01 Thread Thiago Macieira
On Friday, 1 December 2023 14:01:14 CET Kai Uwe Broulik wrote: > QSystemSemaphore: > * Solid optical disc handling > * Digikam server starter > > QSharedMemory: > * Marble > * KMemFile used by KSycoca > * Solid again > * Snorenotify > * Amarok > * Kdenlive > > At a glance it looks like some (e.g.

Re: Deprecation of QSharedMemory and QSystemSemaphore

2023-12-01 Thread Méven
I thought about using QSharedMemory in previewjob / thumbnail ioworker to allow shared memory across OS aka better thumbnails on windows. Answers in the mail show the alternative but will require a bunch of tinkering. Q: I still need shared memory, what can I use instead? A: Use QFile::map(). A m

Re: Interest in building an LLM frontend for KDE

2023-12-01 Thread Joshua Goins
Hey Loren, I agree with everyone else that as long as the model is ethically sourced and local-by-default (which is my two main problems with modern LLMs.) I see no qualms about including such a frontend in KDE. I think the hardest part will be the marketing around this new software. One of ou