If you use OSX and multiple monitors, there is an option how to select one you prefer as the main. And all notifications and default actions would be on correct.
Why!? Why I don't search for that couple years ago...
https://t.co/Ycq0ENhBhu
#MacBookPro#macOS
Big news! Someone finally noticed that if you hold down CTRL, the process list in Task Manager conveniently freezes so you can select rows without them jumping around.
I did this so you could sort by CPU and other dynamic columns but then still be able to click stuff...
“The problem with object-oriented languages is they’ve got all this implicit environment that they carry around with them. You wanted a banana but what you got was a gorilla holding the banana and the entire jungle.” — @cscalfani https://t.co/n2oHm9wC7M #programming
Are you aware of #SQL syntax as "insert into TEMP(id) values (1), (2)"? Yes, multiple comma separated values in "VALUES" part. It's part of SQL-92 standard and compatible with most (except #Oracle) modern relational database https://t.co/BszRKVeF8r #Postgres#SQLServer