九维我操你爹
昨天刚看到水月雨发布新耳机的消息(而且正好是我夏天需要的耳夹式),晚上就发现自己唯一的一只非入耳式耳机坏掉了
😑被安排得明明白白
#TIL Today I Laughed 😂
https://pypi.org/project/tariff/

About

TARIFF is a fantastic tool that lets you impose import tariffs on Python packages. We're going to bring manufacturing BACK to your codebase by making foreign imports more EXPENSIVE!


Why TARIFF?

Because foreign packages have been STEALING our CPU cycles for TOO LONG! It's time to put AMERICA FIRST and make importing FAIR and BALANCED again!
#TIL
才注意到 thefuck 项目已经很久没有人维护了,这个工具节省了我很多的时间,最终落得这样的状态真是遗憾
不过令我兴奋的是社区已经有了能在相当程度上替代 thefuck 的项目,而且这个新的项目是 #RIIR (((

https://github.com/iffse/pay-respects
https://github.com/nvbn/thefuck/issues/1466
现在可以通过

curl p.ci
curl info.p.ci

来分别获取当前IP地址和当前IP地址的信息(数据来自ipinfo.io)
介绍一个略有一些 Sad 的故事。大家可能都用过 matplotlib 这个库。但是可能并不知道它的作者是 John D. Hunter。他因癌症逝世于2012年8月28日,在他逝世前的一个月,他创建了最后一个 PR,在他逝世前的25天,他提名了新的项目领导者。他所创建的项目迄今依旧福泽后人。
距离他逝去已经13年,如果你之前不了解他也没有关系,请以后在使用 matplotlib 的时候,默默告诉自己,一个叫 John D. Hunter 的人,为这个美丽的世界贡献了一份自己的心血
R.I.P. Love live the open source.
https://github.com/jdh2358
https://web.archive.org/web/20201027122844/http://matplotlib.1069221.n5.nabble.com/ANN-Michael-Droettboom-matplotlib-lead-developer-td5037.html
南宫雪珊
Message
终于看完了,觉得真像是做了场大梦初醒
#TIL
https://www.nongnu.org/lzip/lzip.html
https://www.nongnu.org/lzip/xz_inadequate.html
https://www.nongnu.org/lzip/safety_of_the_lzip_format.html

Lzip has been designed, written, and tested with great care to replace gzip and bzip2 as general-purpose compressed format for Unix-like systems.
'lzip -0' compresses about as fast as gzip, while 'lzip -9' compresses most files more than bzip2. Decompression speed is intermediate between gzip and bzip2.

Lzip provides accurate and robust 3-factor integrity checking.
Lzip provides better data recovery capabilities than gzip and bzip2.
Lzip uses the same well-defined exit status values used by bzip2, which makes it safer than compressors returning ambiguous warning values (like gzip) when it is used as a back end for other programs like tar or zutils.


The maximum dictionary size is 512 MiB so that any lzip file can be decompressed on 32-bit machines.
Back to Top