新页面
- 2024年11月18日 (一) 13:09 Sketchup Make 2017 (历史 | 编辑) [290字节] Riguz(留言 | 贡献) (创建页面,内容为“Sketchup Make 2017 was the last free version of Sketchup for desktop.<ref>https://www.reddit.com/r/Sketchup/comments/10z4rsw/i_need_a_copy_of_free_sketchup_2017_maci_cannot/</ref> https://web.archive.org/web/20220217222931/https://download.sketchup.com/sketchupmake-2017-3-116-90851-en.dmg”)
- 2024年11月18日 (一) 12:25 Mtr (历史 | 编辑) [359字节] Riguz(留言 | 贡献) (创建页面,内容为“ [MTR https://github.com/traviscross/mtr] combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool. Category:Linux/Unix”)
- 2024年10月29日 (二) 09:04 Trunk Based Development (历史 | 编辑) [426字节] Riguz(留言 | 贡献) (创建页面,内容为“A source-control branching model, where developers collaborate on code in a single branch called ‘trunk’ *, resist any pressure to create other long-lived development branches by employing documented techniques. They therefore avoid merge hell, do not break the build, and live happily ever after. <ref>https://trunkbaseddevelopment.com/</ref> Category:Git Category:Development”)
- 2024年10月29日 (二) 08:33 Gitflow (历史 | 编辑) [8,173字节] Riguz(留言 | 贡献) (创建页面,内容为“ Category:Git Category:Development”)
- 2024年10月13日 (日) 14:38 Yjs state vector (历史 | 编辑) [1,559字节] Riguz(留言 | 贡献) (创建页面,内容为“Yjs has the ability to exchange only the differences when syncing two clients. We use lamport timestamps to identify structs and to track in which order a client created them. Each struct has an <syntaxhighlight lang="java" inline>struct.id = { client: number, clock: number}</syntaxhighlight> that uniquely identifies a struct. We define the next expected clock by each client as the state vector. This data structure is similar to the version vectors data structu…”)
- 2024年10月13日 (日) 13:39 Yjs varint encoding (历史 | 编辑) [1,339字节] Riguz(留言 | 贡献) (创建页面,内容为“<ref>https://github.com/yjs/y-protocols/blob/master/PROTOCOL.md</ref> Category:Yjs Category:CRDT”) 标签:可视化编辑:已切换
- 2024年10月12日 (六) 03:28 Nginx reverse proxy (历史 | 编辑) [96字节] Riguz(留言 | 贡献) (创建页面,内容为“<syntaxhighlight lang="bash"> sudo apt install nginx </syntaxhighlight> Category:Linux/Unix”)
- 2024年10月10日 (四) 08:12 Non-Deliverable Swap (历史 | 编辑) [1,593字节] Riguz(留言 | 贡献) (创建页面,内容为“A non-deliverable swap (NDS、不可交割掉期 ) is an exchange of different currencies, between a major currency and a minor currency, which is restricted.<ref>https://corporatefinanceinstitute.com/resources/derivatives/non-deliverable-swap-nds/</ref> With most swaps, currency flows physically change. With an NDS, it is not the case because the currencies are not convertible. The two currencies that are involved in the swap can’t be delivered; hence it is…”)
- 2024年10月9日 (三) 02:45 Netting (历史 | 编辑) [1,903字节] Riguz(留言 | 贡献) (创建页面,内容为“净额清算(netting)是跨国公司现金管理的一种常用方式,是指在一定时间内,跨国公司母公司与子公司以及各子公司之间不按照交易的发生额而是按照收支轧差后的净额来进行支付的一种行为。<ref>http://haikou.pbc.gov.cn/haikou/2927302/132974/2229022/index.html</ref> 证券交易中的净额清算又称差额清算,指在一个清算期中,对每个结算参与人价款的清算只计其各笔应…”)
- 2024年10月9日 (三) 02:38 Bilateral netting (历史 | 编辑) [450字节] Riguz(留言 | 贡献) (创建页面,内容为“'''Bilateral netting(双边净额结算/双边轧差)''' is an arrangement that allows amounts owing between two counterparties to be combined into a single net figure payable from one to the other. Of greatest interest to supervisors is the potential offered by bilateral netting to reduce credit risk arising from banks' derivative transactions.<ref>https://www.rba.gov.au/publications/rdp/1994/9409/introduction.html</ref> Category:Finance”)
- 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 YATA algorithm (历史 | 编辑) [4,205字节] Riguz(留言 | 贡献) (创建页面,内容为“= Notes on YATA paper = == Rules == === Rule1: No line crossing === 600px Category:Distributed Category:CRDT”)
- 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”)