This Week I Learned - Week #45 2023
This Week I Learned - * The user-select:none style can block a user from selecting text - body{-webkit-user-select:none;-moz-user-select:-moz-none;-ms-user-select:none;user-select:none} * Pangrams are sentences that have all 26 letters of the alphabet in them. Codepo8 has written a Pangram Checker to write pangrams and check them while typing. * ScyllaDB is a NoSQL data store compatible with Apache Cassandra that runs on top of Seastar. Discord migrated trillions of messages from Cassandra to ScyllaDB. The book Database Performance at Scale written by engineers at Scylla, covers strategies for achieving low latencies at high throughput. Scylla is the new name of the Israeli startup Cloudius Systems that is behind ScyllaDB. * GitHub Skills is a collection of interactive courses on how to use GitHub designed for beginners and experts. * Jupyter AI brings generative artificial intelligence to Jupyter notebooks, giving users the power to explain an...