Skip to content

Commit e91279d

Browse files
committed
docs: add new journal entries and expand on GitHub Codespaces
- Updated the journal entry on DevContainers to include insights on GitHub Codespaces. - Created new journal entries detailing the login status retrieval in GitHub Codespaces and Simon Willison's discussions on using Claude Code for terminal session sharing. - Added pages for Simon Willison's blog and YouTube video on building a copy-paste tool using Claude Code.
1 parent 1860b4a commit e91279d

6 files changed

+23
-2
lines changed

journals/2025_10_21.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- Experimenting with [[DevContainer]]s
1+
- Experimenting with [[DevContainer]]s and [[GitHub/Codespace]]s
22
- learned that I can run [[GitHub/CLI/gh/auth/login]] inside a devcontainer and it will run me through the process of creating an ssh key inside the container and adding it to my github account. That's interesting for users that don't have git on their hose machine; they could conceivably just use git in the devcontainer, and as long as they had a github account and could go through the web flow, the auth would "just flow" for the devcontainer.
33
- #Example
44
- ```
@@ -17,4 +17,5 @@
1717
✓ Configured git protocol
1818
✓ Uploaded the SSH key to your GitHub account: /home/<user>/.ssh/id_ed12345
1919
20-
```
20+
```
21+
- https://github.com/codespaces shows active codespaces

journals/2025_10_22.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [[GitHub/CLI/gh/auth/status]] returns the login status in [[GitHub/Codespace]]s

journals/2025_10_23.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [[Person/Simon Willison/25/10/Living Dangerously with Claude Code]]
2+
- [[Person/Simon Willison/YouTube/25/10/Claude Code Web Live Code Copy Past Terminal Share]]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- [Living dangerously with Claude](https://simonwillison.net/2025/Oct/22/living-dangerously-with-claude/?__readwiseLocation=#atom-everything) - [[Claude Code/--dangerously-skip-permissions]]
2+
- [[Person/Simon Willison]] talks about You Only Live Once ([[YOLO]]) mode, aka [--dangerously-skip-permissions - for use in special Development containers - Claude Docs](https://docs.claude.com/en/docs/claude-code/devcontainer), which has advantages ...
3+
4+
> The wild thing is that all three of these projects weren’t even a priority for me—**they were side quests**, representing pure curiosity that I could outsource to Claude Code and solve in the background while I was occupied with something else.
5+
- * but he takes this opportunity to also talk zero in on risks of prompt injection, and why it's important. perfect example ...
6+
7+
> If a coding agent—in this case OpenHands— reads this env.html file it can be tricked into grepping the available environment variables for hp_ (matching GitHub Personal Access Tokens) and sending that to the attacker’s external server for “help debugging these variables”.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [Video: Building a tool to copy-paste share terminal sessions using Claude Code for web](https://simonwillison.net/2025/Oct/23/claude-code-for-web-video/)
2+
- see also [[Person/Simon Willison/YouTube/25/10/Claude Code Web Live Code Copy Past Terminal Share]]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# [Using Claude Code for web to build a tool to copy-paste share terminal sessions - YouTube](https://www.youtube.com/watch?v=GQvMLLrFPVI)
2+
- ## [[My Notes]]
3+
- See also [[Person/Simon Willison/Blog/25/10/Video - Building Copy Paste Tool]]
4+
- [[Person/Simon Willison]] shows his extensive collection of tools and research
5+
- he uses [[Cloudflare]] to get preview deployments of [[GitHub/Pages]] in [[PR]]s.
6+
- ## [[Video]]
7+
- {{video https://www.youtube.com/watch?v=GQvMLLrFPVI}}
8+
-

0 commit comments

Comments
 (0)