22 Matching Annotations
  1. Jun 2023
    1. Test [1/1] test "expect addOne adds one to 41"... Lines like this indicate which test, out of the total number of tests, is being run. In this case, [1/1] indicates that the first test, out of a total of one test, is being run. Note that, when the test runner program's standard error is output to the terminal, these lines are cleared when a test succeeds.

      If you cannot see the separate testing result. Refer to this link: https://github.com/ziglang/zig/issues/10203

  2. Aug 2022
  3. Jul 2022
    1. This extension doesn't work automatically after installation. I noted some tips about how to use this extension in my Twitter thread. Please take a look, I believe it helps.

  4. Jun 2022
    1. 键盘可以通过驱动软件实现编程和宏设置等相关调整,适配更多的玩家人群,目前得到的消息应该会在后期才会上线该软件,可以期待一下。

      截至2022年6月,驱动还未发布。 https://iqunix.store/pages/product-support

  5. Feb 2022
  6. Jan 2022
    1. 导出单日数据

      单日数据可以对应不同的操作人,是每个操作人分别统计标注总量吗?

  7. Nov 2021
  8. Aug 2021
    1. 首先我们看nat表的OUTPUT规则:

      使用以下命令可以查看结果:

      sudo iptables -t nat -nvL OUTPUT
      
    1. kubectl run --image=nginx nginx-web-1 --image-pull-policy='IfNotPresent'

      这里应该要创建 Deployment:

      kubectl create deployment nginx-web-1 --image=nginx
      
  9. Jun 2021
    1. Secure service-to-service communication in a cluster with TLS encryption, strong identity-based authentication and authorization

      What about between clusters?

    1. 中文读者可以在完成了本文学习后,参考这篇文章了解。文章对本文的源码分析做了一些补充。

  10. Jan 2021
    1. 而大選之後,特朗普已經註定要下台,就不用太擔心了;

      树倒猢狲散,墙倒万人推。

    2. 最典型的證據來自《科學》雜誌2018年刊發的一則研究:通過在推特上進行的大數據分析,學者們發現,虛假信息的傳播速度比真相的傳播速度快很多,傳播的範圍要廣很多。簡言之,真相跑不過謊言。

      缺少出处。

    1. 主打的是更进一步的隐私保护

      但是 Brave 曾经爆出过引发关注的邀请码事件,使用者需要斟酌。

  11. Nov 2020
    1. 258EAFA5-E914-47DA-95CA-C5AB0DC85B11

      This string is constant.

      It is a magic string.

      Reference from the MDN doc.

  12. Oct 2020
    1. 这里是部分支持 Mermaid 的编辑器

      补充: Obsidian.md 的 code block 也支持 Mermaid 语法。

    1. 此外,它还提供了一个代理入口 https://via.hypothes.is/,通过该入口访问网页后可以直接开始批注。

      使用 https://via.hypothes.is/ 时需要留意,如果浏览的网站有跨域安全措施,可能导致一些图片无法显示,比如这个少数派的页面,就会显示图片异常。不过插件是没有这个问题的。