Register and share your invite link to earn from video plays and referrals.

Search results for Crosswalk
Crosswalk community
One keyword maps to one global community path.
Create community
People
Not Found
Tweets including Crosswalk
New crosswalks in Monmouth Beach, NJ for America 250 Every city should do this
0
918
51.1K
5.2K
Forward to community
One year ago today I received an email from a father that his 21 year old son Anthony was walking in a crosswalk in Huntington Beach when a car hit him going 60 mph then left the scene in a hit and run. His son shattered both legs, broke all his ribs, his collarbone and much more. The father was so grateful his son was alive, but being he and his son are both gym rats that love to follow me, he asked me if I could email him some words of encouragement to help lift his spirts up as he lay in the hospital. I did him one better. Being that it was so close to me, I immediately called all local hospitals looking for a trauma center with his son in it. After calling 5 hospitals, I found where he was and drove over to surprise him. I knocked on the door and walked in to see the biggest smile on Anthony’s face as he said “No way!”. I explained to him that his father emailed me and I decided sending him an email just wasn’t enough that I had to come see him. Anthony has spent the past year with family up in Seattle going through a brutal recovery but is back down in SoCal by me this week and I can’t wait to see him. Please continue to keep this young man and in your thoughts and prayers. 🙏🏼
Show more
0
292
15.3K
588
Forward to community
Axios: Virginia councilman goes viral campaigning for more sidewalks Miller, a 78-year-old cardiologist, is one of 11 candidates running for four at-large seats on Danville City Council. And his video arguing sidewalks are a public safety issue has racked up over 8 million views across TikTok, Instagram and X. "It's the crosswalk a senior uses to get to the grocery store. It's the path a child walks to school, or the way a neighbor rolls a wheelchair," he says.
Show more
# Hermes Agent Features and Practical Usage 🚀 Pick up exactly where you left off with a single command. Hermes Agent Sessions automatically record, resume, and search every conversation, forming the backbone of long-running agent operation. 📌 Title and Feature URL Title: Sessions URL: 📝 Overview Sessions automatically save every interaction, whether from CLI, Telegram, Discord, Slack, or other platforms. Full message history is persisted to SQLite, so you can resume past work or surface old exchanges via full-text search. Because sessions are tracked per platform, each chat naturally keeps its own context. 🔧 How It Works - History lives in `~/.hermes/state.db` (SQLite, WAL mode), tracking metadata, full message history, token counts, and an FTS5 full-text search index. - Only the current conversation window loads into active context, not every historical byte. Images become descriptions, audio is transcribed, and documents are summarized rather than re-sent. - After the first exchange, a background auxiliary model auto-generates a descriptive 3-7 word title with no added latency. - Sessions are keyed deterministically by source, with distinct formats for DMs, groups, and threads. 🛠 Practical Usage - Resume the latest CLI session: `hermes --continue` (or `-c`); resume by title with `hermes -c "project name"`, or by ID with `hermes --resume `. - List/export/manage: `hermes sessions list --limit 50 --source telegram`, `hermes sessions export backup.jsonl`, `hermes sessions prune --older-than 90 --yes`, `hermes sessions stats`. - Manual naming: `/title my project` in chat, or `hermes sessions rename "new title"`. - The agent itself uses the `session_search` tool (FTS5) and auto-references past chats when you say things like "remember when." - Hand off an active CLI conversation to a messaging platform with `/handoff telegram`, preserving the full transcript. 🎯 Use Cases - Resume yesterday's refactor with all prior context intact. - Quickly recall "what did we decide back then" via full-text search. - Keep separate context per entry point (Telegram, Discord) to avoid crosstalk. - Use it as a work-history database for long-running agents. ⚠️ Caveats - Auto-titling runs only once per session and skips if a title already exists. - Media bytes are never re-sent; only derived text or file paths persist in later context. - Auto-pruning (` is disabled by default; active sessions are never pruned regardless of age. - On non-thread platforms with shared group home channels, genuinely shared group chats aren't handled ideally. #HermesAgent# #AIAgents#
Show more