diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index eebf0a8..0000000 --- a/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 2 -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[Makefile] -indent_style = tab -indent_size = 4 diff --git a/Git.md b/Git.md index cb9ea2c..a4f1604 100644 --- a/Git.md +++ b/Git.md @@ -23,7 +23,7 @@ 1. Include the purpose of the Pull Request. 2. Provide an overview of why the work is taking place. Give a good background on why the change is happening. 3. Be explicit about what feedback you want, if any: a quick pair of :eyes: on the code, discussion on the technical approach, critique on design, a review of copy. - - [Explicitly list how to perform validation](https://www.brautaset.org/posts/levelling-up-pull-requests.html). + - [Explicitly list how to perform validation](https://www.brautaset.org/posts/levelling-up-pull-requests.html). 4. [Offering feedback](https://mtlynch.io/human-code-reviews-1/) 5. Familiarize yourself with the context of the issue, and reasons why this Pull Request exists. 6. Ask, don't tell. diff --git a/Ideas.md b/Ideas.md index 06f3406..5b8e429 100644 --- a/Ideas.md +++ b/Ideas.md @@ -94,11 +94,6 @@ Instead of building the tool, we can start with a standard protocol and let othe - Since Ethereum wallets are public, you can get good data on which tokens people similar to you are holding. - This might be useful to discover new assets. -### Blockchain Data Pipelines Connectors - -- There is no Airbyte for blockchains. -- Everyone is reinventing the wheel, e.g: Dune does ETL, Flipside does it too, ... - ### Structured Company Changelog - Create and maintain a _Company Changelog_ in a table (structured and parse-able format) so it can be fed to something like Mixpanel or joined to other datasets to do analysis. diff --git a/Interesting Words.md b/Interesting Words.md index 49c62e8..212d5dd 100644 --- a/Interesting Words.md +++ b/Interesting Words.md @@ -3,3 +3,4 @@ - **Zeitgeist**: is a concept meaning "spirit of the age". It refers to an invisible agent or force dominating the characteristics of a given epoch in world history. - **Ethos**: is a Greek word meaning "character" that is used to describe the guiding beliefs or ideals that characterize a person, community, nation, or ideology. - **Telos**: is a term used by philosopher Aristotle to refer to the full potential or inherent purpose or objective of a person or thing, similar to the notion of an [[Values|"end goal" or "raison d'ĂȘtre"]]. Moreover, it can be understood as the "supreme end of man's endeavor". +- **Eudaimonia**: is a Greek term that means "flourishing" or "well-being". It is often translated as "happiness" or "fulfillment". diff --git a/Organizations.md b/Organizations.md index 104daf1..1438899 100644 --- a/Organizations.md +++ b/Organizations.md @@ -72,6 +72,7 @@ - Bureaucracy develops through deliberate decisions that seemed logical at the time, not just as a natural consequence of growth. Two main causes of bureaucracy are: - Poorly designed incentive systems that punish mistakes but don't reward success. - Loose coupling between [[systems]]/[[processes]] and desired outcomes. +- Being right is not sufficient to propel organizational change. The hard problem of a business is affecting change, and the bigger the organization, the harder it is to affect that change. ## Resources