VOID001's Fav List
69 subscribers
3 photos
79 links
VOID001's Favorite Stuffs. Code, Research, and Life
Download Telegram
Two Hard Things
> Recommended by Hu

https://martinfowler.com/bliki/TwoHardThings.html

我最喜欢的一个是:

There are only two hard problems in distributed systems: 2. Exactly-once delivery 1. Guaranteed order of messages 2. Exactly-once delivery
3
SOSP2007 Amazon Dynamo - A Highly Available Key-Value Store

https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf

#paper #database
Gym is an open source Python library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API.

https://github.com/openai/gym

#ml #project
SIGCOMM01 Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications

https://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigcomm.pdf

#paper #distributed_system