CrumblyLiquid

joined 1 year ago
[–] CrumblyLiquid@lemmy.ml 32 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

As per https://blog.gtk.org/2024/01/28/new-renderers-for-gtk/ and https://www.phoronix.com/news/GTK-4.16-Released :

You can still use either a new OpenGL renderer or the old OpenGL renderer. This can be set with the GSK_RENDERER environment variable (e.g. GSK_RENDERER=gl)

I would assume it will also probably detect unsupported hardware and switch to OpenGL automatically but I don't have any source to back this up.

[–] CrumblyLiquid@lemmy.ml 4 points 2 weeks ago (1 children)

This email explains it in detail: http://lists.busybox.net/pipermail/busybox/2010-December/074114.html

TLDR: /usr stands for user

[–] CrumblyLiquid@lemmy.ml 9 points 2 weeks ago* (last edited 2 weeks ago)

/srv stands probably for serve as in serving static files like static websites. (Source)

More information here: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html

[–] CrumblyLiquid@lemmy.ml 6 points 3 months ago (1 children)

The extension is probably not broken because of Firefox but because Flatpak's sandboxing prevents it from talking to KeePassXC.

[–] CrumblyLiquid@lemmy.ml 26 points 4 months ago (17 children)
[–] CrumblyLiquid@lemmy.ml 2 points 1 year ago* (last edited 1 year ago)

The title is perhaps a bit misleading. It's not a version of ChatGPT. At least not in the sense that it's a version of OpenAI's ChatGPT.

According to their GitHub:

gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue

It's an ecosystem. They seem to have GPT LLMs (Generative Pre-trained Transformer Large Language Models) and a chat app to interact with those models. Also they say that the models can be run on consumer grade CPUs (this is where the locally hosted part comes in to play).