I acknowledge that there are probably many books that are longer than the longest book I know of 😄
Thank you for the link!
I acknowledge that there are probably many books that are longer than the longest book I know of 😄
Thank you for the link!
My first thought was to pick the longest book I know of, which is Harry Potter and the Methods of Rationality by Eliezer Yudkowsky. I think the PDF version is 2000 pages. Not really sure I want to reread it, though. So maybe the book I’ve reread the most times, which would be 11/22/63 by Stephen King. What a fantastic book.
Coming back half a year later to see this comment. Thank you for thank link. I would love to help out!
I think you are correct about the mental health issues. It scares me that the health care is private, and not all can afford it
Table locks can be a real pain. You know you need to do the change, but the system is constantly running queries towards it. Now days it’s a bit easier with algorithm=inplace
and lock=none
, but in the good old days you were on your own. Your only friend was luck. Large migrations like that still gives me shivers
Two things pop up
alert()
asking “what the fuck?”. That was mostly laughed upon, so no worry.I really enjoy Mojeek. It gives you results you would not get anywhere else. I see high value in that
Been using Qwant for maybe a year or so. Recently found Swisscows too. I am not sure if Qwant uses their own index. I remember that they said that they were to create their own index, but the results looks suspiciously similar to Bing. Swisscows for sure runs their own index, and I find the results to be rather good
Ctrl + Y shall paste, and nothing else!
I think this happens when there’s notifications from Slack in the notification center. For some reason it does not seem to sync. Clearing in the notification center is probably going to “fix” the badge counter
I really like Taskito, and have been using it for quite a while. I think the widget looks very nice too, though I relied more on the notifications.
Recently switched to Microsoft To Do, simply because I realized it works more in the way I think. I make a plan for the day, and tick off the tasks I finish. Some tasks might not be finished (happens a bit too often, I admit), and those tasks will be suggested when I make a plan on the following day. The widget looks OK, not too exciting, but clean enough.
I’ve only used Caddy as a reverse proxy in production, but on my development machine I use Caddy with php-fpm. That makes me a bit unsure if I understand your questions correctly.
For me that would look something like this:
test.example.com {
root * var/www/html
php_fastcgi unix//run/php/php7.4-fpm.sock
file_server
}
(Yeah, PHP 7.4, I know)
It looks like your Docker (?) image is exposing the php-fmp socket? I did not even know that was possible, but I don’t doubt it is.
Caddy has no issues serving multiple hosts from the same server, it can even be with different php-fpm sockets. Caddy will just nod at you, maybe silently question your choice of still running PHP 7.4, but it accepts it and runs. Just make another block with a different host in the same Caddyfile, and it will work just fine.
TIL that Mono is a Microsoft project. I always thought it was an open source reverse engineered .NET