title | author | link | |
---|---|---|---|
1 | The Captive Mind | Czesław Miłosz | Amazon |
2 | Private Truths, Public Lies: The Social Consequences of Preference Falsification | Timur Kuran | Amazon |
3 | When Reason Goes on Holiday: Philosophers in Politics | Neven Sesardić | Amazon |
4 | Intellectuals and Society | Thomas Sowell | Amazon |
5 | Intellectuals: From Marx and Tolsoy to Sartre and Chomsky | Paul Johnson | Amazon |
6 | The Making of an American Thinking Class: Intellectuals and Intelligentsia in Puritan Massachusetts | Darren Staloff | [Amazon](ht |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey, I'm emlazzarin-1141361 and I have contributed to the MACI v2 Trusted Setup Ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (processmessages_14-9-2-3) | |
Contributor # 44 | |
Contribution Hash: 683a72bf a5859438 6f73c26f b0673cfd | |
2e7aee3d af69728d 4e0a9203 8ed960da | |
a8297c11 ac7a52bd ba69a181 db1979bf | |
bebdbca3 093ca567 3bc889f8 65e41ef0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
from PIL import Image | |
def tupper( | |
x, | |
y, | |
k, | |
): | |
y = y + k |
#System Design Interview Cheatsheet
Picking the right architecture = Picking the right battles + Managing trade-offs
##Basic Steps
- Clarify and agree on the scope of the system
- User cases (description of sequences of events that, taken together, lead to a system doing something useful)
- Who is going to use it?
- How are they going to use it?