Introducing our new public instance: SearXNG

SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled. (Source: https://github.com/searxng/searxng) I have installed SearXNG on my own servers as an HTTPS Secure instance for searching the modern web. You can access it with this link: https://search.boyan-tabakov.xyz This search engine unlike Google, … Read more

How To use Boyan’s Online Python Interpreter

Guide for version 0.4.3 Beta (if not updated, this guide applies still to current version) Opening Boyan’s Online Python interpreter looks like this, for the first time: Scrolling down you will see the terminal that prints the version number: There is an option to run Linux, but it can be ignored, as it does not … Read more

Docker Compose File for MariaDB + PHP + Apache

This is a docker-compose.yml file designed to allow users to run MariaDB + PHP + Apache to use for learning purposes. Below is the docker-compose file. Save this on your desktop as docker-compose-lamp.yml. Recommended Installation: Use Local Docker If you have Docker installed on your PC: shift + right clicking and selecting “Open PowerShell Window … Read more

Mistral AI’s new “Mixtral 8x7B” downloadable AI can answer any questions – A completely uncensored AI!

I downloaded the https://huggingface.co/cognitivecomputations/dolphin-2.5-mixtral-8x7b model and started it through LM Studio ( I would not recommend using LM studio due to the fact that they collect your data, but as a first test, it was good enough ). After loading the model, I asked it a controversial question ( one that ChatGPT refused to answer … Read more

My experiences with using Ubuntu Touch

If you have not heard about it, it is essentially Ubuntu for phones, allowing you to have Linux in your pocket. I had a compatible device that worked with version 16.04. I was able to install it and set it up on my device. The big thing about it was not only was it Linux … Read more

Uninstall Microsoft Teams NOW!

You HAVE TO uninstall Microsoft Teams NOW! It has the possibility of frying your computer! Let me explain. Are you a student or a person at a job and your company/school works with Microsoft teams? Do you have the “Microsoft Teams classic” app or “Microsoft Teams (work or school )” app (downloaded from Microsoft website)? … Read more

Three.js Cube

https://boyan-tabakov.xyz/threejs/cube I made this to test Three.js on this site, and also because why not? You can press ‘H’ key on your keyboard to bring up a popup. By the way, the “Measure” button is broken. I know, yes releasing an unfinished basic project is lazy. Also the folders. I use them as dividers since … Read more