# 2

1. 再见，MySQL !

   <https://mp.weixin.qq.com/s?__biz=MzAxOTc0NzExNg==&mid=2665523082&idx=1&sn=49765d7975ad8a2543c9a1140db34b79>
2. Slack 被收购，创新值 277 亿

   <https://mp.weixin.qq.com/s?__biz=MjM5ODQ2MDIyMA==&mid=2650718268&idx=1&sn=cebb9737a17ab7dfb35441dab6ef9b1c>
3. 恭喜您被选为CSDN插件内测用户：点此领取福利

   <https://mp.weixin.qq.com/s?__biz=MjM5MjAwODM4MA==&mid=2650797670&idx=1&sn=d01b39c3737026b8f4c83ad7112dd6d1>

   这也太魔幻了，csdn 官方自己出插件 优化站内广告..
4. LLVM IR指令集能否实现所有高级语言？ - 向往真善美吧的回答 - 知乎 <https://www.zhihu.com/question/432890562/answer/1605900370>
5. 你在java面试中被问过什么让你觉得对方逼格很高的问题？ - 剽悍一小兔的回答 - 知乎 <https://www.zhihu.com/question/53673888/answer/1580644211>

   ```
   M：tomcat了解么

   Y：小时候看过。。现在也喜欢看
   ```

   A: 哈哈哈，笑死了这个哈哈哈

   B: java 和 js 的 **他居然没在逗我**

   C:

   ```
   面试官:Java和JavaScript是什么关系?

   应聘者:雷锋和雷锋塔的关系吧。

   老婆跟老婆饼的关系
   ```
6. 日常分享 TS 代码片段:

   ```typescript
   type Whitespace = ' ' | '\n' | '\r' | '\t'

   type TrimStart<S extends string, P extends string = Whitespace> =
     S extends `${P}${infer R}` ? TrimStart<R, P> : S
   ```
7. 每日一句分享: 从某个角度来讲，孔子就是2500年前创业者，他从鲁国起家，有自己一套idea，然后有一套business plan，他希望怎么治国，但他需要获得支持，在本地没有得到支持他就到处游走，去募资，去获取资源，希望能够把他的idea变成现实去改变世界，这是孔子一生的故事。
8. Deno = V8(JS 引擎) + Rust(标准库) + Tokio(事件模型)

   现在有大厂用 Deno 嘛? 感觉国内 还没有第一个吃螃蟹 的人.. Deno 国内的 没有布道者嘛.. 除了 JJC 偶尔发些文章.. 其他一点浪花也没有..
9. ![image-20201202194022778](/files/-MPZDdGyTs-zbJLJY26a)

   我就简单多了

   ![image-20201202194044134](/files/-MPZDdH-mC-K8QdzXBSS)
10. A: 大佬们都是用什么来写博客的，readme？

    B: ![image-20201203131909783](/files/-MPZDdH1Cb2C7RM6gTUq)

    更新下，现在所以的子项目都是用 react 了。

    我不看重 网站访问速度，日活，SEO权重，所以不一定符合你需求。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thinking.simonaking.com/archives/2020/12/2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
