新页面
- 2024年9月17日 (二) 12:43 An introduction to state-based CRDTs (历史 | 编辑) [25,181字节] Riguz(留言 | 贡献) (创建页面,内容为“原文链接:https://www.bartoszsypytkowski.com/the-state-of-a-state-based-crdts/ Category:CRDT”)
- 2024年8月14日 (三) 09:54 Write NTFS on Mac (历史 | 编辑) [1,906字节] Riguz(留言 | 贡献) (创建页面,内容为“<syntaxhighlight lang="bash"> git clone https://github.com/tuxera/ntfs-3g.git brew install macfuse@dev cd ntfs-3g ./configure && make </syntaxhighlight> Check ntfs disk: <syntaxhighlight lang="bash"> diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *500.3 GB disk0 1: Apple_APFS_ISC Container disk2 524.…”)
- 2024年8月12日 (一) 10:26 Yjs algorithm(YATA) (历史 | 编辑) [4,197字节] Riguz(留言 | 贡献) (创建页面,内容为“= Notes on YATA paper = == Rules == === Rule1: No line crossing === 600px Category:Distributed Category:CRDT”) 最初创建为“YATA algorithm”
- 2024年7月26日 (五) 06:53 Workflow design (历史 | 编辑) [37,276字节] Riguz(留言 | 贡献) (创建页面,内容为“随着2023年大模型在国内的发展成熟,现在大家逐步开始真正关注到大模型应用的开发上。有人说,2024年是大模型应用的落地元年。的确,看似无所不能的大模型,也并不是直接丢到一个系统就能用的,如何开发大模型应用,实际上还处于一个刚起步的阶段。一些成熟的技术,经历过许多人摸索后,总能给出一个”best practice“;对于大模型应用开发来…”)
- 2024年7月23日 (二) 03:12 Caching patterns (历史 | 编辑) [1,289字节] Riguz(留言 | 贡献) (创建页面,内容为“When you are caching data from your database, there are caching patterns for Redis and Memcached that you can implement, including proactive and reactive approaches. The patterns you choose to implement should be directly related to your caching and application objectives. Two common approaches are cache-aside or lazy loading (a reactive approach) and write-through (a proactive approach). A cache-aside cache is updated after the data is requested. A write-thro…”)
- 2024年7月23日 (二) 02:58 Saga (历史 | 编辑) [368字节] Riguz(留言 | 贡献) (创建页面,内容为“<ref>https://microservices.io/patterns/data/saga.html</ref> Category:Distributed”)
- 2024年7月19日 (五) 01:44 Llama.cpp (历史 | 编辑) [843字节] Riguz(留言 | 贡献) (创建页面,内容为“ Category:Deep Learning”)