热烈庆祝Journal of Molecular Structure杂志影响因子突破3
这个杂志对我意义非凡,也是我现在打交道最多的杂志。
绿色的线是拟合的数据。如果真是这样,就太好啦。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| startyear = 2012; yearnum = 9; years = [startyear:startyear+yearnum-1]; ifvalues = [1.404 1.599 1.602 1.78 1.753 2.011 2.12 2.463 3.196]; [xb, yb] = bar(years, ifvalues); patch(xb, yb, [1:yearnum], 'edgecolor', 'none', 'facealpha', 0.95); hold on; colormap(ggplot2(64)); xlim([years(1)-1 years(end)+10]); plot(years, ifvalues, 'r-'); n = 2; [p, s, mu] = polyfit(0:yearnum-1, ifvalues, n); predyear = startyear + yearnum; prednum = 9; predifs = polyval(p, yearnum:yearnum+prednum, [], mu); plot([predyear:predyear+prednum], predifs, 'g-'); xlabel("Year"); ylabel("Impact Factor");
|
颐指气使 vs 颐使气指
热烈庆祝ORCA 5.0.0发布
1 2 3
| sudo tar -Jxvf orca_5_0_0_linux_x86-64_shared_openmpi411.tar.xz -C /calc/ cd /calc/orca_5_0_0_linux_x86-64_shared_openmpi411/ ln -s /calc/xtb-6.4.0/bin/xtb otool_xtb
|
打人
https://cn.bing.com/search?q=张陶+吴美蓉+王晋年
龚志成业务能力拙计
没控制好药量。我很好奇他吃的什么药。
https://zhuanlan.zhihu.com/p/386991860
13万UV达成
As of 2021-07-09.
Firefox远程连接的时候体验非常糟糕
换成Chromium罢。感觉全面弃用Firefox可能是早晚的事了。
NVMe SSD not detected
I am facing the problem due to
https://www.google.com/search?q=duplicate+cntlid+rejecting
This may due to the tampering with the hardware made by the seller. Unfortunately, the only solution is to return the goods.
QQ vs 微信
有人总结,微信是「线下到线上」的模式,而QQ是「线上到线下」的模式。我觉得这个有点像科研里面的「自下而上」(bottom-up)和「自上而下」(top-down)。
4个NVMe固态组RAID 0
1 2 3 4
| echo 3 | sudo tee /proc/sys/vm/drop_caches sudo dd if=/dev/zero of=/ssd1/tmp bs=1M count=10240 conv=fdatasync,notrunc status=progress echo 3 | sudo tee /proc/sys/vm/drop_caches dd if=/ssd1/tmp of=/dev/null bs=1M count=10240 status=progress
|
写1.3 GB/s,读2.3 GB/s。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
| sudo hdparm -Tt /dev/nvme/ssd1
/dev/nvme/ssd1: Timing cached reads: 21112 MB in 2.00 seconds = 10582.42 MB/sec Timing buffered disk reads: 6496 MB in 3.00 seconds = 2162.34 MB/sec
sudo hdparm -Tt /dev/nvme0n1
/dev/nvme0n1: Timing cached reads: 21048 MB in 2.00 seconds = 10549.51 MB/sec Timing buffered disk reads: 4428 MB in 3.00 seconds = 1475.93 MB/sec
sudo hdparm -Tt /dev/nvme1n1
/dev/nvme1n1: Timing cached reads: 21320 MB in 1.99 seconds = 10686.72 MB/sec Timing buffered disk reads: 4050 MB in 3.00 seconds = 1349.50 MB/sec
sudo hdparm -Tt /dev/nvme2n1
/dev/nvme2n1: Timing cached reads: 19526 MB in 2.00 seconds = 9785.28 MB/sec Timing buffered disk reads: 6166 MB in 3.00 seconds = 2054.85 MB/sec
sudo hdparm -Tt /dev/nvme3n1
/dev/nvme3n1: Timing cached reads: 19280 MB in 2.00 seconds = 9661.76 MB/sec Timing buffered disk reads: 3040 MB in 3.00 seconds = 1012.97 MB/sec
|
四块NVMe固态是2块PM963、SN720和PM981a。
一首诗
月黑雁飞高,单于夜遁逃。
欲将轻骑逐,大雪满弓刀。
游兵散勇
我一直说「游兵散将」,似乎不是规范的。「游兵散勇」里的「兵」和「勇」是近义词,而我说的是两种,上下级的,似乎也能找到有人这么说。
结局大不相同。迟群很张扬,下场不好;谢静宜相对低调,而且喜欢拿小本本记录领导讲话,后来免予起诉,还能享受退休待遇。
本文标题:近思录 2021-07-01
文章作者:Chris
发布时间:2021-07-01
最后更新:2022-03-23
原始链接:https://chriszheng.science/2021/07/01/Recent-thoughts-2021-07-01/
版权声明:本博客所有文章除特别声明外,均采用 CC BY 4.0 许可协议。转载请注明出处!