Fallacies of distributed computing
This file contains hidden or 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
| m@m-inspiron5567:~/code/pr/flutter_firebase_phone_auth_riverpod$ flutter pub get | |
| Running "flutter pub get" in flutter_firebase_phone_auth_riverpod... 2,206ms | |
| m@m-inspiron5567:~/code/pr/flutter_firebase_phone_auth_riverpod$ flutter pub run build_runner build --delete-conflicting-outputs | |
| [INFO] Generating build script... | |
| [INFO] Generating build script completed, took 384ms | |
| [INFO] Precompiling build script...... | |
| [INFO] Precompiling build script... completed, took 7.5s | |
| [INFO] Initializing inputs |
This file contains hidden or 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
| - name: changesets | |
| id: changed-files | |
| uses: tj-actions/changed-files@v34 | |
| with: | |
| separator: "," | |
| dir_names: true | |
| dir_names_max_depth: 2 | |
| files: | | |
| apps/** |
This file contains hidden or 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
| tap "argoproj/tap" | |
| tap "azure/draft" | |
| tap "boz/repo" | |
| tap "browsh-org/browsh" | |
| tap "contribsys/faktory" | |
| tap "datawire/blackbird" | |
| tap "davrodpin/mole" | |
| tap "derailed/k9s" | |
| tap "dtan4/dtan4" | |
| tap "eko/tap" |
This file contains hidden or 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
| #!/bin/bash -e | |
| # This scripts installs jq: http://stedolan.github.io/jq/ | |
| JQ=/usr/bin/jq | |
| curl -o "$JQ" -L https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64 && chmod +x $JQ | |
| echo "$($JQ --version) installed." |
This file contains hidden or 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
| { | |
| "nodes": [ | |
| { | |
| "type": "organization", | |
| "label": "יד הנדיב", | |
| "description": "קרן נדבנית של משפחת רוטשילד הפועלת לקידום חינוך וחברה בישראל", | |
| "flags": ["key_player", "academic"], | |
| "canonical_key": "org_yad_hanadiv" | |
| }, | |
| { |
This note summarizes a long discussion about Claude Opus 4.7, 1M-token context, open-source and commercial SOTA RAG, LLM Wiki-style knowledge compilation, Cognee, Letta, and a production architecture for a mid-sized legal/government/community agentic organization.
The core conclusion is simple:
Do not build "a chatbot with a CRM."
OlderNewer