# 6

1. 每日一句分享:

   做失败的互联网产品往往具备以下特征: 1、始终免费 2、体量小 3、频次低 4、不刚需 5、可替代方案多
2. 快餐文分享:

   C# Updates for the Absent C# Developer (C# 6.0 and newer overview)

   <https://gamlor.info/posts-output/2020-12-05-csharp-for-the-absent/en/>

   摘要: It has been a while since I actively developed in C#. I mostly worked with C# and .NET during the 3.0 to 4.5 days and I did async/await work very early on, so I skip over that as well. After a job change, I didn’t touch C# for actual work. I mostly just watched the development from the sidelines via news. Today, I take a short look at some features. I will skip a lot and just add some of my highlights tour.

   文章介绍了 C# 6.0 以来的新特性语法。
3. 视频分享：

   【巫师加更】随便聊聊境内股权资本市场，入市抉择，内幕交易和杠杆

   <https://www.youtube.com/watch?v=-N2G6lMJzlk&ab_channel=%E5%B7%AB%E5%B8%88%E8%B4%A2%E7%BB%8F>

   入市：推荐 内幕：扯淡 杠杆：别干

   推荐一个 我每期必看，陪伴他从 0 到 1 的博主：巫师财经 <https://www.youtube.com/channel/UC55ahPQ7m5iJdVWcOfmuE6g>
4. ![image-20201206153751981](/files/-MPZDbmOG5l2TFVQvpTI)
5. MongoDB 等 NoSQL 与关系型数据库相比，有什么优缺点及适用场景？ - 周思远的回答 - 知乎 <https://www.zhihu.com/question/20059632/answer/14981332>
6. 为什么 react 还比 vue 火？ - 阿白的回答 - 知乎 <https://www.zhihu.com/question/51690331/answer/1112468309>
7. 函数式宗教文化:一见Haskell，立刻想到纯函数式，立刻想到Monad，立刻想到范畴论，立刻想到数学，立刻想到自己是小天才。程序员的想象惟在这一层能够如此跃进。
8. javascript为什么不像java一样直接事先编译成字节码然后跑在v8上？ - windliang的回答 - 知乎 <https://www.zhihu.com/question/429597199/answer/1575867910>

   它不是一种语言，而是规定了一种虚拟指令集，可以作为各个语言的编译目标，然后通过wasm的虚拟机运行到浏览器还有其他各个平台中。 对于前端领域，当前Webassembly在某些场景下可以有效提高前端项目的性能，并且可以将C/C++领域的一些优秀的库通过编译直接运行到浏览器中。如果前端遇到了性能的问题，不妨可以考虑下WebAssmbly的方案。

   ![image-20201207225633527](/files/-MPZDbmQ2w_ox3I0kdjR)
9. A: 大佬有在学 haskell 吗？

   C: 哈哈，之前有学过一点

   B: 我发现大佬发的好多梗 知乎上都看过（ 不会关注的都是同一批人吧

   C: 我知乎玩了很多年了，现在关注了近700名前辈\[让我看看] <https://www.zhihu.com/people/simonma-87> 这是我的知乎，只吸收 从不输出.. 之前每次想输出时，都会很在意每一个答案 每一个评论，慢慢得变成一种心智负担，索性 不输出了..

   A: 哈哈 关注了！

   A: 我之前也在学，然后去实习就停了。。看的这个教程 <http://learnyouahaskell.com/>

   C: 巧了，一样 我看的是纸质的趣学指南\~
10. 激荡60年——垃圾回收与Go的选择

    <https://mp.weixin.qq.com/s?__biz=MzAxMTA4Njc0OQ==&mid=2651442959&idx=3&sn=83882fbdc628e48d054c000d499be4f4>

    与V8垃圾回收有异曲同工之妙。


---

# 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/6.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.
