Comparison of Hugo Page Translation quality - LLMs on Ollama
qwen3 8b, 14b and 30b, devstral 24b, mistral small 24b
In this test I’m comparing how different LLMs hosted on Ollama translate Hugo page in English to German.
qwen3 8b, 14b and 30b, devstral 24b, mistral small 24b
In this test I’m comparing how different LLMs hosted on Ollama translate Hugo page in English to German.
Implementing RAG? Here are some codesnippets in Golang..
This little Reranking Go code example is calling Ollama to generate embeddings for the query and for eache candidate document, then sorting descending by cosine similarity.
Flutter Web app build and host with Docker containers
Several examples of Dockerfiles for building and hosting Flutter web apps, Ubuntu-based Flutter Build image + Webapp image on Nginx.
Price reality check - RTX 5080 and RTX 5090
Just 3 month ago we didn’t see RTX 5090 in shops, and now here they are, but the prices are slightly higher then MRSP. Let’s compare the cheapest prices for RTX 5080 and RTX 5090 in Australia and see how it goes.
Just recipe notes how to cook lil meatloafs
Keeping this here for the list of ingredients and inspiration - Rissoles.
Gitflow, Alternatives, Weaknesses, and Advantages
Gitflow is widely used in projects requiring versioned releases, parallel development, and hotfix management.
Self-hosting a web search engine? Simple!
YaCy is a decentralized, peer-to-peer (P2P) search engine designed to operate without centralized servers, enabling users to create local or global indexes and perform searches by querying distributed peers.
More RAM, less power, and still expensive as...
Top Automated system for some awesome job.
New awesome LLMs available in Ollama
The Qwen3 Embedding and Reranker models are the latest releases in the Qwen family, specifically designed for advanced text embedding, retrieval, and reranking tasks.
Keeping all page-related content in one folder...
For quite a time I’ve been bugged with this annoyance to put thumbnail images of the pages into static directory. Thats for Mainroad, Rodster and similar Hugo themes.
Thinking of installing second gpu for LLMs?
How PCIe Lanes Affect LLM Performance? Depending on the task. For training and multi-gpu inferrence - perdormance drop is significant.
quick ubuntu and mint version check
To determine the Ubuntu version that your Linux Mint installation is based on, you can use several methods involving command-line tools and system files.
After setting upd the Gitea and Hugo on AWS S3...
The next step is to implement some CI/CD and setup Gitea Actions for Hugo website, to push website to AWS S3 automatically when master branch is updated.
OK. Now generating PDFs in GO!
Generating PDF documents programmatically can be an important feature in your application. Here we explore and give short review with examples of the libraries available in the Go programming language (Golang) for generating PDF files.
My favorite lib is pdf-reports
Generating PDF Reports Using Python
Python, with its extensive libraries and modules, offers powerful tools for generating professional PDF reports. This guide explores various methods to create PDF documents using Python, covering popular libraries like ReportLab, FPDF, Xhtml2pdf, WeasyPrint, Jinja2, pdf-reports and PdfKit.
Continuing the topic of extracting data from html
If you’re looking for a Beautiful Soup equivalent in Go, several libraries offer similar HTML parsing and scraping functionality: