Reveriel · Interactive Knowledge
知识是游戏,阅读是游玩。比书更好。
- Reveriel:一个交互式知识系统的设计 Stage 12026年7月23日 — reveriel-architecture, knowledge-graph, interactive-components, mdx-authoring, static-site-seo
Reveriel 是一个交互式知识系统,伪装成博客的样子。这篇文章解释它的设计哲学、目录结构、内容管线、组件系统、知识图谱、品牌与 SEO——以及为什么游戏是比书本更先进的知识载体。
- On the Fly Batching Stage 12019年5月28日 — 其他,-先在这里放着
对于一个 RNN, naive 实现是每次只计算一个句子。 ```r func rnn( xs:[vec{8}] ) // 假设词向量长度8 n = length(xs) h_0 = 0 for x in xs h_t = tanh(W * [h_{t-1}; x_t] + b
- system_server, high cpu usage? Stage 12018年12月29日 — 问题, swap, cat-/proc/swaps, free--h, systemserver
华为手机的对后台应用的处理有点奇怪啊, 大概概况为这么一句话: 另可卡死, 也不杀一个后台. mate 20, 5.4 GB 内存. swap 2.1GB 打开应用, 不使用返回键或在多任务切换界面删除, 这些应用就几乎是一直在 后台缓存着, 再次打开时, 能够非常迅速的打开, 而且不丢失运行状态. 不会回到刚才 用
- Mininet Simulation Stage 12018年5月5日
- Termbox, an API for text-based UI Stage 12018年4月23日 — ps
[Termbox](https://github.com/nsf/termbox) 之前就在 haskell 库里面看到过, 现在又在 lua 里面看到了. 似乎各个语言中都有这个库. 字符界面的 API 感觉挺酷的, 而且在实现简单程序 demo 时也可以考虑使用字符界面而不是GUI. 看一看这个 API 是怎么设计
- 记全国大学生 IoT 创新大赛 Stage 12018年4月22日
参加 IoT 创新竞赛. 汇报了我们的作品 PiCam , 一个基于树莓派的跟踪摄像头.
- Object Tracking on RPi Stage 12018年4月1日
Install [SiamFC-TensorFlow](https://github.com/torrvision/siamfc-tf) on RPi
- Web Server using NodeJS Stage 12018年3月26日
Write a http web server, run it on RPi. folder pi3:/workspace/webserver
- File Server on Ubuntu Stage 12018年3月14日 — connect-to-smb-on-macos
Install samba. configure it. Use Samba on the LAN, FTP over the Internet. [File Server | Ubuntu documentation](https://help.ubuntu.com/lts/serverguide/samba-fil
- Network Simulator: ns-3 Stage 12018年3月14日 — preparation, concepts, using-ns-3, api-use-summary
ns-3 is a Network simulator,