主页

【Big-Data】Scala

What is Scala Scala is used in Big Data Processing, Machine Learning, Streaming Services, etc. It is designed to run big data applications based on Java. If your application requires big data processing which contains logs of SQL-like quries, and those query results needs some further processing according to some business logic implementations,...

阅读更多

【博客】Multi-tasking

Multi-tasking Update on 8th Sep: 发现最困,自制力最差的时间是下午的4-7点,通常在这个时间会犯困,吃零食,难以控制自己,且疲惫。 如何解决 What happened 发现自己最近经常在multi-tasking,需要context switch,带来两个问题 工作效率下降; 工作重点不能很好把握; 切换回来的时候需要重新进入到context。 What can I do 每天进入工作状态之前,先整理一下今天的ToDo,确定会议时间都在哪个时段,给会议分级标注重要程度; 在每次进行context switch之前,用五分钟时间保存工作状态,便于切换回当前状态;(参考doc writing) 临时需要回复的重...

阅读更多

【博客】Thoughts 1

最新感触,所有你当前希望逃避的东西,都会在未来加倍找到你。还是好好想想当前怎么解决这个问题,这样就不会在未来这个问题更加棘手,不得不解决的时候,让自己陷入更大的被动。

阅读更多

【Web3】麦肯锡元宇宙研究报告精读解析

Value Creation in the metaverse Metaverse更像是web3的一个产品形态,一个集大成者,而并非web3的所有体现。但作为web3的一个重要应用,Metaverse有无可替代的作用。就像图像识别之于人工智能,正因为有具体应用的蓬勃发展,其底层技术的潜力才得到了更多的认可以及开发。 本文基于McKinsey对Metaverse的研究报告《Value Creation in the Metaverse》,对其进行精读和分析,从经济和业务的角度对发展前景和发展方向进行深度剖析,并试图回答以下几个问题 什么是Metaverse? 是什么因素驱动了大家对Metaverse的投资? Metaverse的消费者和业务的演进是怎样的? Met...

阅读更多

【Web3】Web3 Concepts

Web3 Concepts The main idea behind web3 would be decentralization. It differs from web2 in data and information organization, as well as token-based economics. Compared with traditional applications, web3 applications have some salient features. Open. Stored in open network. Therefore data is visable to all participants. Trustless. A use...

阅读更多

【ES】 Elastic Search

[ES] Query Basic Concept: https://logz.io/blog/elasticsearch-queries/ 42 query examples: https://coralogix.com/blog/42-elasticsearch-query-examples-hands-on-tutorial/ Concepts Match Query - 返回哪些text中包含搜索的关键词 example query POST employees/_search { "query": { "match": { "phrase": { "que...

阅读更多