“Treating people as things can begin in many ways, but I think one of them is the idea that things can be people. The motivated muddling of categories so prevalent in writing and thinking about AI, beginning with the very name ‘artificial intelligence’, is intentional and serves the narrative that this software can and will take over for human workers, doing their jobs cheaper, faster, better and without requiring rest or dignity. The AI industry is selling a dream of digital slavery—infinite human labor with no actual human involved.”
“Replace ‘:poke’ with ‘Pokémon,’ or save some time by replacing ‘:greeting’ with a stock email template. That’s the basic idea, but Espanso goes much further. It’s one of the most powerful utilities I’ve used, and if you’re willing to do a bit of legwork to set it up properly, it can be one of the most powerful tools on your PC, too”, writes Jacob Roach.
If you have previously installed from apt.syncthing.net and are currently running Syncthing 1.x, upgrading to the stable-v2 channel is straightforward.
“A society cannot meaningfully debate policy, science or justice if information is locked away behind paywalls or controlled by proprietary algorithms. If we allow AI companies to profit from mass appropriation while claiming immunity, we are choosing a future in which access to knowledge is governed by corporate power rather than democratic values.” Bruce Schneier warns of a future in which access to knowledge is subordinate to corporate interests.
“Das Asylrecht setzt voraus, dass wir das Leid anderer als rechtlich relevant anerkennen. Wenn Empathie politisch diskreditiert wird, verliert das Recht seine Basis. Die Asylpolitik der Gegenwart lebt von dieser Empathieverweigerung. Sie setzt auf Distanz, auf administrative Neutralisierung. Wer Zuständigkeits- und Zulässigkeitsregeln so ausbaut, dass bereits die Möglichkeit der Antragstellung zur Odyssee wird, stiehlt sich aus der menschenrechtlichen Verantwortung. Insofern ist die deutsche und europäische Entwicklung der Abschaffung des Asyls nicht nur ein juristischer, sondern ein anthropologischer Vorgang. Die Diskussion soll unser Bild der asylsuchenden Personen verändern. Sie werden als gefährliche Regelbrecher gelabelt und ihr Schutzbedarf dadurch unsichtbar gemacht. Diese Entwicklung ist gefährlicher als jede Verfassungsänderung.” Constantin Hruschka beschreibt den Rechtsbruch als Beweis der staatlichen Souveränität mit den sich daraus ergebenden Folgen für unsere Demokratie.
Open the URI from the previous dialog in a browser and log into your Microsoft account. You can either [Ctrl + Click] the URI in the terminal or copy and paste it into the address bar of your browser.
Upon successful authentication, you will be redirected to a response URI displaying a blank page. Copy the URI from the address bar of your browser.
Initializing the Synchronization Engine … Syncing changes from OneDrive … Creating local directory: Downloading file … done. Uploading differences of ~/OneDrive Uploading new items of ~/OneDrive
Step 3
After downloading your data to ~/OneDrive, validate the configuration of your client.
“The very worst-case speculative scenario for Huawei-as-Chinese-Trojan-horse is infinitely better than the non-speculative, real ways in which the US has killswitched and bugged the world’s devices.” Cory Doctorow explains why responsible governments should have to accelerate their countries’ independence from US tech and not just Russian gas.
Cockpit provides an easy-to-use, web-based interface for administering Linux systems. It simplifies tasks such as monitoring logs, controlling system services, configuring networks, and managing virtual machines.
If you selected a wireless interface as the primary network interface for use during installation of the Debian system, you may need to re-establish connection to the wireless network after rebooting.
$ sudo sed -i 's/managed=false/managed=true/' /etc/NetworkManager/NetworkManager.conf&&sudo sed -i '/# The primary network interface/,$d' /etc/network/interfaces && sudo reboot
Step 4
Access the Cockpit web console on https://localhost:9090 by entering your username and password.
Step 5
By default, the Cockpit web console listens on port 9090 for connections. If you want to make changes from the default, use the following command to edit /etc/systemd/system/cockpit.socket.d/override.conf.
$ sudo systemctl edit cockpit.socket
The example below changes the web console port from 9090 to 9091 and restricts access to the localhost only.
### Editing /etc/systemd/system/cockpit.socket.d/override.conf ### Anything between here and the comment below will become the new contents of the file