The lesson from “The Bitter Lesson”

Rich Sutton’s note "The Bitter Lesson" is often quoted by others. The most frequently quoted sentence is the following: The biggest lesson that can be read from 70 years of AI research is that general methods that leverage computation are ultimately the most effective, and by a large margin. Based on such a statement, a […]

Zotero文献管理配置

Zotero Zotero是一个很好用的文献管理软件,它有分级文献管理、文件同步、bibtex导出等等好用的文献管理功能。下面介绍一下我常用的配置: 使用webDAV获得更大的文献存储空间 zotero自带的同步存储空间只有100M,这对于科研工作者来说是远远不够的,zotero自身提供升级的存储套餐,但是you know,我等平民消费不起。所幸,zotero提供webDAV接口进行文件同步。这个功能可以参照这篇文章,里面讲得比较详细了,这里不再赘述。 使用zotfile进行文件管理 zotfile是zotero的一个插件(add-on),十分好用,配合文件同步,它可以使你能够在移动平台上轻松访问、annotate你的论文文件,然后再同步到zotero中。其配置可以参考这篇文章。 One More Thing 我本人是使用坚果云来同步文件的,并没有使用webDAV的方式。在我的坚果云中,同步了两个文件夹,一个是Zotero(存储zotero下载下来的pdf文档),一个是Zotero_tablet(存储sent到tablet的文档)。而在配置新机器的时候,为了使zotero能够识别本地坚果云同步下来的pdf文件,需要到Zotero -> Preference -> Advanced -> Files and Folders -> Linked Attachment Base Directory设置为上面使用坚果云同步的Zotero文件夹,这样zotero就会自动识别该文件夹下面的pdf文件。

shell Scripts Instances

Extract substring from string I want to extract MM-ABC-19-97-12-12 from 559268 clusterA jobB usersmith R 0:12 1 20-00:00:00 gpu:1 MM-ABC-19-97-12-12 solution (surpose the string is stored in file output.txt): cat output.txt | grep -P 'MM-ABC-19-97-12-12' -o here -P means Perl-style, and -o means match only. If we want to match arbitary number after ‘MM-ABC’, use […]

Difference between Reasoning and Inference

Let’s take a look at their definition The reasoning is how we form inferences about the world, while inference is a conclusion drawn from true or assumed-true facts. Reasoning There are different types of reasoning, which have different advantages. Deduction: a general-to-specific form of reasoning that goes from known truths to specific instances. If the […]

singularity镜像创建与使用

首先贴上官方文档,Singularity是一个类似与docker的软体,它允许你创建容器并复制到另一主机中利用宿主机的资源运行,这里只简单列出一些常用的命令。 安装 Ubuntu: sudo apt-get update && sudo apt-get install python dh-autoreconf build-essential Centos: sudo yum update && sudo yum groupinstall ‘Development Tools’ # clone可以选择release版本进行安装 $ git clone https://github.com/singularityware/singularity.git $ cd singularity $ ./autogen.sh $ ./configure –prefix=/usr/local –sysconfdir=/etc $ make $ sudo make install 创建容器 singularity build containerName.simg Singularity 其中,Singularity是对应的build脚本。 进入容器里面 singularity shell -n containerName.simg […]

装机笔记

最近装机装了一天,总结为以下几点: 1 如果从Linux装回windows,比较好的办法是使用PE系统(Preinstallation Environment),这次使用了微PE,很好用。PE系统主要用于硬盘格式化与分区,也可以实现ghost等系统备份与恢复。 2 镜像下载:比较好的站点是MSDN,里面是非官方的官方源;另外,由于中大购买了正版windows,中大有windows的ISO资源,还能在校内使用正版windows(需连接校园网)。 3 U盘刻录使用了软碟通,另外也推荐rufus。 4 别外搞什么乱七八糟的ISO以及U盘刻录软件