So Unicode 14.0.0 is out.
Category Archives: Data
Jsonnet
I very much like the look of Jsonnet.
Codes for Trade
Today I discovered the UN Codes for Trade. It includes info about countries and locations, currency, etc.
Falsehoods Programmers Believe About Phone Numbers
Some notes from Google about Falsehoods Programmers Believe About Phone Numbers.
Data Structure Visualizations
This on HN today: Data Structure Visualizations.
Data visualization tools
Today via r/programming: Awesome data visualization tools for software developers
Data Visualization With Matplotlib and Seaborn
I was referred to Data Visualization With Matplotlib and Seaborn on #lobsters today.
Installing zstd lib for PHP
To get the zstd_compress PHP function:
# apt install php7.2-dev # pecl install zstd
Then add “extension=zstd.so” to php.ini.
Emoji under the hood
An excellent article on Unicode: Emoji under the hood.
Starbucks Does Not Use Two-Phase Commit
While flipping through Cassandra: The Definitive Guide I discovered Starbucks Does Not Use Two-Phase Commit.