Primitives

Manifold Finance Engineering Blog

Venom

Viable Ethereum Node Operation Mechanism In this post we will go over the importance of validators on the Ethereum Proof-of-Stake consensus layer, the current state of their privacy and why it is ...

Optimal autonomous organizations

Imagine if the holders of Chipotle shares had to elect the next new burrito flavor

Originally posted on https://graymirror.substack.com/p/optimal-autonomous-organizations In 2022, the distributed autonomous organization is sort of a thing. DAOs exist. They are not a joke. Bu...

High Resolution High Throughput

High resolution, high throughput (pt 2) source: https://raw.githubusercontent.com/frankmcsherry/blog/master/posts/2017-03-01.md This post is about the second of two issues I outlined a while ...

Differential Dataflow Pt1

Differential dataflow roadmap source https://github.com/frankmcsherry/blog/blob/master/posts/2016-07-26.md Iā€™m going to take this post to try and outline what I think is an important directio...

File locking in Linux

File locking in Linux Introduction Advisory locking Common features Differing features File descriptors and i-nodes BSD locks (flock) POSIX record locks (fcntl) lockf function Open file descrip...

Questions For New Tech

Questions for a new technology Given that coordination and communication swamp all other costs in modern software development it is a pressing area to invest in, especially as your team scales....

Pricing Transaction Costs

Gas Pricing Notes and Suggestions Carrying over from the issues we have: DO NOT TRACK GAS USED VIA WRAPPER: gas used through a wrapper contract is not accurate with Multicall due to EIP-2929...