what is the future of AI?
13.07.2026

“LLM are good programmers, they are not software architects, they are not computer scientists” comment: it really depends on the quality and amount of training data available X-D for example most models in 2026-07 fail to program tetris in bash, […]

cyber: keep ssh updated: ssh is critical infrastructure
30.06.2026

… is of course very very critical infrastructure, blunders in this area will have devastating consequences for the whole globe. this time it is luckily only the CLIENT ssh side that is affected libssh2 is a client-side C library implementing […]

primitive simple iptables based brute force ssh attack ban
22.05.2026

it is a common thing and a massive traffic causing annoyance… somewhere someone tries all possible usernames for ssh: this bunch of iptables/nftables scripts will: create a list of blockable IP adresses every 3h and thus block those IPs for […]

test driving Hy3 calls itself “a functional simulation” bad at math but good at philosophy and says it may be never reached but after AGI humans no longer in charge of the planet: OpenRouter.Ai a request router
10.05.2026

alex-atallahSan Francisco Bay Area, Silicon Valley, West Coast luckily it is not biased (?) and hence also includes Chinese AI models https://aiwiki.ai/wiki/openrouter https://arcprize.org/leaderboard unlike here? not sure whats going on there? but not a lot what is a bit strange… […]

Google AI and the yolo-mode
08.05.2026

Supply chain threat: Critical vulnerability discovered in Google’s Gemini CLI Security experts at Pillar Security have discovered a critical vulnerability in Gemini CLI, the open-source tool that brings Google’s AI assistant Gemini directly into the terminal. The flaw allowed attackers […]

wordpress why why why oh no it was debian (Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone)
07.05.2026

Fatal error: Uncaught Exception: DateTimeZone::__construct(): Unknown or bad timezone (Europe/Berlin) in /var/www/html/domain.com/public_html/wp-includes/script-loader.php:414 Stack trace: #0 /var/www/html/domain.com/public_html/wp-includes/script-loader.php(414): DateTimeZone->__construct() #1 /var/www/html/domain.com/public_html/wp-includes/script-loader.php(668): what was effectively the problem: there was a corrupted broken package tzdata completely redo /etc/apt/sources.list then apt –purge remove tzdata apt […]

running AI locally with a beautiful web interface: unsloth
30.04.2026

BEFORE ANYONE ESCALATES: ALL AI LLM EXPERIMENTS WERE CONDUCTED IN A KVM VM USING SOLAR POWER 😎☀️🙌 after a lot of trouble with airllm have the user heared of https://www.nomic.ai/gpt4all a desktop gui that makes selecting and downloading models easy […]

QNAP how to display custom text LCD display
29.04.2026

it is not super trivial and even AI struggles X-D here is what works: (tested on QNAP with Debian13 :D) git clone https://github.com/bkram/qnapdisplay # alternatively (backup wget http://dwaves.de/scripts/qnapdisplay.tar.gz tar fxvz qnapdisplay.tar.gz cd qnapdisplay wget https://dwaves.de/scripts/qnap_lcd.py.txt mv qnap_lcd.py.txt qnap_lcd.py python3 qnap_lcd.py […]

a conversation with AI: test driving deepseek.com
28.04.2026

in short: no funny jokes yet X-D (as LLM AI has no “understanding” of what is funny same as data the android from startrek, which is kind of hilarious that this is a real world problem now the understanding of […]

how to install GNU Linux Debian 13 on QNAP x86 NAS (ts-559 pro+ TS-459 PRO II) how to get a package for older version of debian 10 buster (how to set CMOS clock manually or face Certificate verification failed: The certificate is NOT trusted. The certificate chain uses not yet valid certificate. Could not handshake: Error in the certificate verification)
04.04.2026

it is suprisingly straight forward (THANKS ALL INVOLVED :D) because in the end a x86 QNAP is just a computer 😀 it’s a widely known fact that QNAP is good hardware (very price stable = still pretty expensive X-D) but […]

GNU Linux Debian: the amazing world of ssh forwarding (how to forward vnc port of pcC via pcB to connect from pcA) (tunnel vnc via ssh over jumphost (pcB)) why does mate desktop network manager keep disabling dropping NIC network interface? (debian mate gnome network manager how to activate settings, temporarily testing network settings)
29.03.2026

requirements: make sure ssh public key auth works without password: pcA -> pcB, and pcB -> pcC pcB = “jumphost” # in general pcA <—-> pcB <—- pcC (x11vnc) # yes it’s kind of a weird syntax X-D ssh -L […]