(female) users complain about websites not beeing beautiful well if it works? X-D for me it is more important it works and is not annoying (ever tried to signup for santander bankaccount these days? horrible horrible tech problems on desktop […]
let’s face it… html css and js were not developed by designers that want nice % relative layouts that look great on any device. no. the first web server was developed by a pyhsicist who builds computers out of television […]
want to share pictures in full resolution easily accessible to other user’s via user’s webspace? generate a index.html that has clickable thumbnails -> view full resolution 😀 su – root apt install convert; # install tool to resize images # […]
the web in 2025 and especially sites like youtube and stackoverflow too much advertisement too much cookie banners (sharing info with zig billion companies? holy crap) how to fix this? browser to https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ and install the addon # insert this […]
in 2025 still a lot of browsers are not x265 compatible (firefox 1.141 is) the best up to know: (it reduces the video size resolution by 50% and reencode audio to mp3, because firefox seems to have problems with ogg […]
speaking of alternatives to GITHUB: https://codeberg.org/ follow em on elefantodon devs at DuckDuckGo keep innovating: while this is impressive and imho step in the right direction other search engines should adobt, would be nice if DuckDuckGo is hosting it’s own […]
yes PHP is a serious language, it is (often) even faster than Python 😀 but this is also very good Python news: Python code now running on GPUs? wow that must give the most massive speed ever! 😀 sharing is […]
always the positive first, what wordpress does nicely: [+] it allows users to (more or less) EASILY publish content [+] timely updates are provided [+] in 2024 self hosting wordpress is still possible (but they REALLY want users to use […]
let’s put it like this: no (ui or ux other) designer was involved in the process of html4 and html5 this explains it was so hard (for a long time) to create layouts that scale well (across devices, div + […]
setup apache2 + python like this. GNU Linux How to setup apache2 + python3 aka a python based test webserver (LAMPy) – how to 100x faster speed python with cython in other words: how to print-output a lot of <html> […]
most recent version 2024-03 is https://www.python.org/downloads/ python 3.12 First released: 2023-10-02 End of support: 2028-10 Release schedule: PEP 693 python for automation: So for performance critical tasks python is actual just the “controller” that then calls C or or C++ or […]
ever heard of PSR? (PHP Standard Recommendations are like RFCs) no? Nevermind. some devs make jokes about PHP – but this – only PHP + XDEBUG can do! setup a test-server with test requests and data and start debug session […]
always say something positive first: then the critique: follow the excellent guide: https://getcomposer.org/download/ mkdir /var/www/html/composer cd /var/www/html/composer php -r “copy(‘https://getcomposer.org/installer’, ‘composer-setup.php’);” php -r “if (hash_file(‘sha384’, ‘composer-setup.php’) === ‘THISWILLHAVECHANGEDBYNOW’) { echo ‘Installer verified’; } else { echo ‘Installer corrupt’; unlink(‘composer-setup.php’); } […]
was ALWAYS wondering… why are there not “band sessions” “mixing” all done in the browser? (it was done with Flash) was javascript & HTML(5) lacking the multi medial capabilities? (it surely was not designed for this but CHECK THIS OUT: […]
How to upgrade from Debian 11 to Debian 12 update from Debian 11 to Debian 12: please note that major release updates are prone to problems. for the savest way to upgrade: keep data sepearte from programs and reinstall. on […]
The Flashplayer was a (unfortunately closed source, why not release the source NOW? Adobe? 😀) runtime binary to enhance multimedial capabilites of the browser THE FIRST possibility to stream videos inside the browser (youtube once used flash, now they shifted […]
Hello data travelers, cudos to the palemoon.org project, an excellent fork of Mozilla Firefox (migration is a breeze, even the hotkeys & shortcuts are the same like ALT+D “select address bar”). strange thing: when starting palemoon via mozo (excellent program! […]
Hello data traveler, don’t know about u but imho ads blocking imho is “SELF DEFENSE” against trash for the brain. “show me the src” https://github.com/gorhill/uBlock/tree/master/dist#build-instructions-for-developers just in case looking for the same answer, did not figure out, how to blog […]
https://app.diagrams.net/ there is also an cross OS offline version but: Security “draw.io Desktop is designed to be completely isolated from the Internet, apart from the update process. This checks github.com at startup for a newer version and downloads it from […]
mass surveillance is real & cencorship is real: Why does Google hate Tor? Because Google is a mass-surveillance AI. And surveillance hates anonymizing networks such as Tor. That’s why the visitor of this website SHOULD donate to Tor and Signal […]
“the internet”, “wifi”, all “electronic communication via air and wires” As with all new technologies, Einstein was hopeful, that this new technology will be used for good to bring peace by better understanding between nations and individuals alike. Of course […]
if there are problems… run this one-liner… and ESPECIALLY with let’s encrypt… watch CAREFULLY… as not all errors might show up in a nice red color as errors might NOT be reported for the domainX.com that causes the error… but […]
TTF vs WOFF (Web Open Font Format) “TTF (TrueType Font) is a standard developed by Apple in the 1990s” “WOFF is basically a compressed TTF with metadata and browser support” (src) developed by Mozilla in concert with Type Supply, LettError, […]
v2 mkdir /root/backups; vim /scripts/backup_db.sh #!/bin/bash # Prompt user for root password read -sp “Enter MySQL root password: ” root_password echo # Get list of databases databases=$(mysql -uroot -p”$root_password” -e “SHOW DATABASES;” | grep -Ev “(Database|information_schema|performance_schema|mysql)”) for db in $databases; […]
here is hugo https://gohugo.io/ recommended by a user, so have to look at it installing it for GNU Linux Debian users is as easy as: (no need for snap or brew) lsb_release -d; # tested on Description: Debian GNU/Linux 11 […]
What is interesting, that 33% of all website creators, decide to not use any CMS at all (static HTML/manually editing it). there is even a trend of creating cms inside wordperss, “cms inside the cms” so to speak, with plugins […]
let’s face it: the internet has become a gigantic surveillance machine, with hundreds of private companies, trying to collect as much data on the user as possible in order to “predict the market” while also using with AI to analyze […]
here is a demo video: the possibility to step (!) debug requests, as they appear on the server is a neat feature, xdebug + eclipse are a great team, when the setup is complete. installed GNU Linux Debian 11 […]
just for info: this is NOT my PC, not using Windows 10 (Windows 7 only for gaming X-D) what the user sees is a perfectly windows fake update message, that says “Edge Update Version 94.0.4577 (official Version)” so the user […]
the user has to know, that Mozilla is very much (still) dependant on Google’s money. User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0 Hello Dear Mozilla / Dear Firefox management & DevTeam, using this rss app to stay up […]



























