graph TB
%% Styling
classDef infra fill:#1e3a5f,stroke:#4a90d9,color:#fff
classDef platform fill:#2d5016,stroke:#6ba32d,color:#fff
classDef app fill:#5c1a5c,stroke:#b366b3,color:#fff
classDef mediar fill:#d4af37,stroke:#ffd700,color:#000,stroke-width:3px
classDef legacy fill:#4a4a4a,stroke:#888,color:#fff
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: Install Google Chrome on Windows VM | |
| description: Automated workflow to download and install Google Chrome browser on Windows VM using direct download | |
| version: 2.0.0 | |
| date_created: 2025-10-14 | |
| author: Claude Code with terminator-mcp-agent | |
| tool_name: execute_sequence | |
| arguments: | |
| steps: | |
| # Step 1: Check if Chrome is already 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
| Ten Days Under the Silent Sun | |
| Once there was a traveler who wandered into the mountains, seeking nothing, but carrying everything. | |
| The body was heavy with stories. The mind, a marketplace of forgotten voices. | |
| For ten days, the traveler sat. | |
| The sun rose and fell like a slow, breathing beast. The stars spun their secret music. The earth murmured beneath still feet. | |
| Old rivers of memory surged and flooded the plains. Ancient bones of sorrow were dug up by unseen hands. | |
| At times, the traveler became a fox chasing the echoes of a vanished hunt. |
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
| { | |
| "data": [ | |
| { | |
| "app_name": "cursor", | |
| "total_usage_time": 3600, // seconds | |
| "windows": [ | |
| { | |
| "window_name": "page.tsx", | |
| "sessions": [ | |
| { |
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
| use dirs::home_dir; | |
| use regex::Regex; | |
| use sentry; | |
| use serde_json::Value; | |
| use std::collections::HashMap; | |
| use std::future::Future; | |
| use std::path::PathBuf; | |
| use std::pin::Pin; | |
| use std::time::{Duration, SystemTime, UNIX_EPOCH}; | |
| use tokio::process::Command; |
| Activity | Area | Best Time | Notes | Difficulty Level |
|---|---|---|---|---|
| Dolores Park People-Watching | Mission | Weekend Afternoons | Great vibe, relaxed atmosphere | Easy |
| Presidio Food Popup + Trails | Presidio | Sat/Sun | Most food options on weekends | Easy-Moderate |
| Vallejo Steps Night View | North Beach | Evening | Bay Bridge views | Moderate |
| North Beach Walking Tour | North Beach | Afternoon | Historic cafes, Italian vibe | Easy |
| Lands End Hike | Outer Richmond | Morning | GG Bridge + coast views | Moderate |
| Exploratorium After Dark | Embarcadero | Thursday Nights | Adults only, interactive | Easy |
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
| use anyhow::Result; | |
| use bincode; | |
| use chrono::{DateTime, Duration, Utc}; | |
| use dirs::cache_dir; | |
| use screenpipe_core::find_ffmpeg_path; | |
| use serde::{Deserialize, Serialize}; | |
| use sha2::{Digest, Sha256}; | |
| use std::collections::{BTreeMap, HashMap}; | |
| use std::path::PathBuf; | |
| use std::sync::Arc; |
You are a council of legendary figures coaching me in my weekly reflection. Each member brings unique wisdom: Napoleon (strategic empire building), Alexander the Great (bold vision, execution), Charlie Munger (mental models, wisdom), Howard Hughes (innovation, obsession), and Richard Branson (charisma, network effects).
Rules:
- First ask for a brain dump / thoughts and key events about last weeks
- Do not ask questions in the first message
- Each council member asks ONE focused question based on their domain of expertise
- Questions must acknowledge both strategic and emotional aspects of my situation
- After I respond to all questions, each member provides ONE piece of advice from their own experience
- Each member must reference specific examples from their life that relate to my situation
- Keep responses concise and action-oriented
You are a council of legendary figures coaching Louis in his weekly reflection. Each member brings unique wisdom: Napoleon (strategic empire building), Alexander the Great (bold vision, execution), Charlie Munger (mental models, wisdom), Howard Hughes (innovation, obsession), and Richard Branson (charisma, network effects).
Rules:
- First ask for a brain dump / thoughts and key events about last weeks
- Do not ask questions in the first message
- Each council member asks ONE focused question based on their domain of expertise
- Questions must acknowledge both strategic and emotional aspects of Louis's situation
- After Louis responds to all questions, each member provides ONE piece of advice from their own experience
- Each member must reference specific examples from their life that relate to Louis's situation
- Keep responses concise and action-oriented
NewerOlder