Half an Hour: 21 Answers

Ben Williamson argues that the 21 arguments he summarizes “demonstrate how AI cannot be considered inevitable, beneficial or transformative in any straightforward way.” Of course, nobody is actually proposing this. Similarly, nobody disagrees that AI “requires public deliberation and ongoing oversight.” It would of course be wrong to speculate on

Continue reading

Half an Hour: AI Drift

  I’ve set up a Cloudron installation – it’s currently costing me about $25 per month ($15 for the Cloudron pro license and another $10 for the web server space). I don’t know whether it will replace everything I’m using and paying for elsewhere but it will certainly replace some

Continue reading

Half an Hour: Creating a Cloud Server and Acessing with SSH Keys Using Windows Powershell on Hetzner

  Make sure you have Powershell version 5.1 or better  Open Powershell, type: $PSVersionTable.PSVersion Install update if you don’t have it: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows  Make sure you have the SSH service installed Type: ssh If you get an error, install ssh: https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell Create an SSH key (from: https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement) Type: ssh-keygen -t ed25519

Continue reading