Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
nihilist 2025-05-07 19:49:21 +02:00
commit 680c456ab9
6 changed files with 13 additions and 3 deletions

View file

@ -6,6 +6,12 @@ xmr: 862Sp3N5Y8NByFmPVLTPrJYzwdiiVxkhQgAdt65mpYKJLdVDHyYQ8swLgnVr8D3jKphDUcWUCVK
--- ---
# How to setup a MySQL Master-Master replication over Tor # How to setup a MySQL Master-Master replication over Tor
<video controls loop>
<source src="0.mp4" type="video/mp4">
</video>
## **Introduction** ## **Introduction**
Your dark net [vegetable shop](../tornginxphpmysql/index.md) turned out to be a **wild success**! Your dark net [vegetable shop](../tornginxphpmysql/index.md) turned out to be a **wild success**!

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Before After
Before After

View file

@ -69,8 +69,8 @@ Ever since [LLaMA 1 was leaked](https://www.theverge.com/2023/3/8/23629362/meta-
In early 2025 we also heard A LOT about deepseek-r1. An open reasoning LLM that tried to compete with OpenAI's ChatGPT. While it wasn't Deepseeks first model (their earlier work includes deepseek-coder, deepseek-v2.5 MoE and deepseek-v3), the hype was global. It brought a lot of attention to open LLM ecosystem and made proprietary AI companies loose billions. In early 2025 we also heard A LOT about deepseek-r1. An open reasoning LLM that tried to compete with OpenAI's ChatGPT. While it wasn't Deepseeks first model (their earlier work includes deepseek-coder, deepseek-v2.5 MoE and deepseek-v3), the hype was global. It brought a lot of attention to open LLM ecosystem and made proprietary AI companies loose billions.
Personally, I was interested in Open LLMs since their inception - when ollama project based on llama.cpp was born. Here're some of my picks for best self-hostable models currently available on ollama: Personally, I was interested in Open LLMs since their inception - when ollama project based on llama.cpp was born. Here're some of my picks for best self-hostable models currently available on ollama:
- | Gemma 3 | Phi4 | Granite 3.2* | Qwen 2.5 | llama 3.1 -| Gemma 3 | Phi4 | Granite 3.2* | Qwen 2.5 | llama 3.1
| ---|---|---|---|---|--- ---|---|---|---|---|---
Trained by | Google | Microsoft | IBM | Alibaba | Meta Trained by | Google | Microsoft | IBM | Alibaba | Meta
Released on | 03-2025 | 12-2024 | 02-2025 | 09-2024 | 07-2024 Released on | 03-2025 | 12-2024 | 02-2025 | 09-2024 | 07-2024
Parameter count | 12B | 14B | 8B | 14B | 8B Parameter count | 12B | 14B | 8B | 14B | 8B
@ -78,7 +78,7 @@ Size (Q4_K_M) | 8.1 GB | 9.1 GB | 4.9 GB | 9.0 GB | 4.9 GB
Other variants | 1B, 4B, 27B | Phi4-mini 4B | Vision 2B, 2B | 0.5B, 1.5B, 3B, 7B, 32B, 72B, Qwen-coder | 70B, 405B Other variants | 1B, 4B, 27B | Phi4-mini 4B | Vision 2B, 2B | 0.5B, 1.5B, 3B, 7B, 32B, 72B, Qwen-coder | 70B, 405B
Good at | Reasoning, explaining concepts, light programming, vision, translation | Instruction following, programming, complex tasks, translation | General tasks, light programming, translation | Translation, general tasks | General tasks Good at | Reasoning, explaining concepts, light programming, vision, translation | Instruction following, programming, complex tasks, translation | General tasks, light programming, translation | Translation, general tasks | General tasks
Bad at | - | - | Complex tasks | Instruction following | Complex tasks, instruction following Bad at | - | - | Complex tasks | Instruction following | Complex tasks, instruction following
\* - while I was writing this tutorial, Granite 3.3 was released \* - while I was writing this tutorial, Granite 3.3 was released
## **Use-Cases** ## **Use-Cases**

Binary file not shown.

View file

@ -190,6 +190,10 @@ Now suppose you are living in a country where using Tails OS and Tor is not goin
If you have a regular live usb tails os setup, all you need to do is to simply **unplug or disconnect the USB stick to shutdown the system and wipe off all forensic trace of what you were doing:** If you have a regular live usb tails os setup, all you need to do is to simply **unplug or disconnect the USB stick to shutdown the system and wipe off all forensic trace of what you were doing:**
<video controls>
<source src="40.mp4" type="video/mp4">
</video>
And If you have a Tails OS VM, you can simply hit the shutdown button to erase what you were doing in the VM: And If you have a Tails OS VM, you can simply hit the shutdown button to erase what you were doing in the VM:
![](20.png) ![](20.png)