@valigo Not only YouTube. Google just sent me a "Critical Notification" to re-check my old passwords. It has a link to the account settings. Opened it. "Can't load". Whaaa
@valigo I use suffix only if it's impossible to come up with the name without it (or need to disambiguate). Otherwise it's simpler to just use a plain name.
@fistfuck1995 Тоже решил перечитать во взрослом возрасте, на этот раз в оригинале, нравится. Я все время думаю, что забавно, что они там постоянно поют, и не стесняются. Идут по лесу, поют песню. Посидели в трактире, спели песен. Потусили с эльфами — песня просится. Ну, ещё и стих прочесть.
@aramh On Android too. It was not only good UI, but the fastest one compared to other messengers. Now it visibly stutters during scroll on my mid-range phone where other messenger apps have silky-smooth scrolling.
My biggest gripe is that exceptions are fired deep inside low level code. You should not have error handling there. You should handle errors up front, before you put broken data in your data structure. You have lost track of who put the wrong data in the system if you find it later, and you can't give proper error messages and can't usually recover cleanly. And you spend a lot of CPU cycles in low level processing code checking for errors. Complexity covers the whole code base. That's a bad design. And it has hidden gotos all over the place. Super hard to reason about code bases like that.
@valigo Also I don't even use Ctrl+R that much because typing any part of the previous command and pressing <Up> will often bring up from history exactly the command I needed.
@valigo One thing that I love about fish is that it remembers and auto-suggests previous commands based on the directory which they were executed in, this is amazing and works out of the box too, no config.