Self-Hosting

Self-hosting Perplexica - with Ollama

Self-hosting Perplexica - with Ollama

Running copilot-style service locally? Easy!

That’s very exciting! Instead of calling copilot or perplexity.ai and telling all the world what you are after, you can now host similar service on your own PC or laptop!

Gemma2 vs Qwen2 vs Mistral Nemo vs...

Gemma2 vs Qwen2 vs Mistral Nemo vs...

Testing logical fallacy detection

Recently we have seen several new LLMs were released. Exciting times. Let’s test and see how they perform when detecting logical fallacies.

LLM Frontends

LLM Frontends

Not so many to choose from but still....

When I started experimenting with LLMs the UIs for them were in active development and now some of them are really good.

Installing Pi-Hole - free Adblocker

Installing Pi-Hole - free Adblocker

It's so annoying to watch all those ads

You can install a browser adblock plugin or addon for google chrome, firefox or safari, but but you will have to do this on each device. The network-wide ad-blocker is my favorite solution.

Logical Fallacy Detection with LLMs

Logical Fallacy Detection with LLMs

Let's test logical fallacy detection quality of different LLMs

Comparing several versions LLMs: llama3 (Meta), phi3 (Microsoft), gemma (Google), mistral(open source) and qwen(Alibaba).

Gitea SSL with Apache as reverse proxy

Gitea SSL with Apache as reverse proxy

To use container registry in k8s we need it over ssl

We want to host a nice and secure container registry - to push docker images there and our kubernetes cluster would pull them from this registry. So came the idea to use the gitea over ssl.