Lslightly's Universe

A place to share my thoughts

在帮老师审核《编译原理》课程AI生成视频的录音和讲稿是否对应,有几点感慨。本科以来,我没有思考什么是好的课程(大概是高中之前好的讲课方式习惯了,所以很多时候我很奇怪为什么大家都觉得某些课很烂),这里写下一点思考。

阅读全文 »

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

阅读全文 »

context

hexo post之间是有关联的,希望手动构建关系图。

但是markdown链接是会失效的。

search plan

  • Hexo NexT troubleshooting
  • Hexo link to another post

stacktrace

trouble shooting没有提及这个细节问题了。

Hexo link to another post duckduckgo 第一条回复就是 How to link a post with another post,点赞最多的comment就是 post link tag plugin 了。

solution

按照post link tag plugin 以只需要添加 {% post_link filenameWithoutExtension %} 就可以了。

当然可能会有重名的问题,比如 index 这种文件(这里 About Me 是使用index的),就暂时先采用 [About Me](/about) 形式的链接了,因为 about目录位于source目录下。

到底什么样的记笔记方式是简洁高效的?

阅读全文 »

今天早上背单词(是的,你没看错,我还在背单词,而且用的还是欧路词典)的时候看到了一句话:

You don’t write because you want to say something, you write because you have something to say.

所以这里就记录一下吧。因为之前在评课社区也发过相关的内容,但是感觉不妥还是删掉了。这段历史显然是宏观历史中的一部分,是个人视角。计较的话你赢了(赢在计较成功了,输在片面的看历史)。

自己的历史都可以在 About Me 中找到。这里说说我所经历的CS。

阅读全文 »

paper fast read.

为什么使用JuiceSSH

原本使用termux连接服务器,但是termux不支持中文输入,找了很多网站,发现都是安卓键盘Layout的问题,没有中文布局。但是由于我只需要连服务器(平板能有啥性能,而且架构还是arm),因此ssh工具也是备选的,因此就看中了JuiceSSH。体验下来确实不错,支持xterm-256 color,稳定性也不错,可以后台运行而不会像termux一样一段时间ssh进程就退出了。

阅读全文 »
0%