

I am doing one big cycling tour every summer and was considering Holland for next year. Losing this resource is a damn shame. I can only hope that the information there will be still be correct enough to be useful.


I am doing one big cycling tour every summer and was considering Holland for next year. Losing this resource is a damn shame. I can only hope that the information there will be still be correct enough to be useful.


I hope this keeps OpenAI employees up at night. They are directly responsible for this. They could have stopped at any point and thought about the effects of their software on vulnerable people but didn’t. Maybe they should talk to ChatGPT if they feel sad about it, I am sure it has good ideas about the correct course of action.
The jump in quality over the last few years is impressive.
Shift+Insert might work.


I like the merge and diff tool integrated in the various Jetbrain IDEs.


I would not recommend it. Session is a signal fork that deliberately removes forward secrecy from the protocol and uses weaker keys. The removal of forward security means that if your private key is ever exposed all your past messages could be decrypted.
Satire is dead this was 10 years ago…


Everybody is arguing about color themes and here I am just using the default light theme of my IDE.
Playing poker when you are all knowing and all powerful seems like cheating to me.


We can’t even have a beer judging competition without some techbros and their enablers trying to ram some AI slop down our collective throats. I started to despise the enablers more than the actual AI plonkers. It is painfully obvious that these slop generators don’t work but they still decide to give AI companies access to their users and their data.
I use Kopia to do encrypted incremental backups of my user directory.
It locks both your smartcard and your user account, there is no way around that.
Especially when getting it wrong a third time means that you have to do the walk of shame to the IT help desk.
This should work. Add a file /home/username/.config/systemd/user/my_cool_service.service with this content:
[Unit]
Description=My cool service
[Service]
Type=oneshot
ExecStart=/home/username/my_cool_script.sh
[Install]
WantedBy=default.target
Now add the script /home/username/my_cool_script.sh.
#!/bin/bash
echo "Hello from my cool script."
Enable and run the service.
$ chmod +x /home/username/my_cool_script.sh
$ systemctl --user daemon-reload
$ systemctl --user enable my_cool_service.service
# Optional:
$ systemctl --user start my_cool_service.service
$ journalctl -e --user-unit=my_cool_service # You should see the echoed string from the script.
The service should now run every time the user username logs in.


This is misleading. For people paying for the IDE nothing changed, data sharing remains an opt-in option. For users of their free licenses data sharing was enabled by default. Still a shitty thing to do especially as it hits a lot of OSS developers but lets criticize that instead of creating memes that are misinformation.
There is that weird conspiracy theory that soybeans contain an estrogen adjacent substance which makes men more feminine. Complete nonsense but it gets especially funny when these people are advocating for cows milk instead of soy milk, because the former actually contains mammalian estrogen.


I always really liked the menu music from Guild Wars Eye of the North because it is an actual overture.
We are basically already there with Windows 365. It’s the comeback of the thin-client and the main frame. Everything old is new again.