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
I’m still trying out different editors from time to time. I always feel like they are lacking in some way in comparison to Emacs. Like, when there’s no key binding to focus the list of references, or one cannot navigate to the beginning of a block, or one cannot navigate by subword. Let’s not forget sexp. Cannot live without it. Or marks, for that matter. Or proper clipboard history that is properly searchable. It’s like the developers has not seen the light yet. Most editors are very mouse driven, and maybe does not focus enough on actual code navigation. I’m biased of course. Though, Helix seems cool.
Side note: Even though I use Emacs, I have nothing against Vim. Heck, I even use it every now and then.
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
We all have different levels of insecurity. I think it’s common to not want to hurt the feelings of the ones we love
I second Rawtherapee. I know there’s a lot of love for Darktable, but I personally find the results from Rawtherapee better. Both are great applications
My mind was just blown. Turning off Javascript works, doesn’t it?
Speaking of LaTeX, I really recommend LyX. You don’t need to know any LaTeX to use it, and the result is always satisfying
Using pCloud and is very satisfied. One can buy life-time storage if one prefers that over subscriptions, and it seems to be on sale almost all the time
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 use this one for all my work related notes. It’s simply great. Unlike many other note taking apps CherryTree is not made with Electron. So it’s both powerful and very light
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.
As a side note, DBeaver actually asks for confirmation if it thinks you are about to do something wonky. I think it’s quite telling just how common this mistake is. We’ve all been there
TIL that Mono is a Microsoft project. I always thought it was an open source reverse engineered .NET