44YOENACLYYR6MOL3ILKW7S6U6ZIUAAV2HVEAC6CVJKBSWOX5CAAC 32ICZXL46QYHSFGB4PQGZMUVMQNR5N4UFZ45WPMVGL5PNBFNXK2QC PHV2QDRETIIICL4E3MJKB5LKAKZSXEWXD4RLOONLRNVW6ZNX7OTQC 3JSFZAT5EDZI2CVD3TJ6GKCESSKVNBNQVIGCKCGU6XVGGZJVWALQC ZHWYHIOHU224GOPHKYQK2I3M2MIHRNIK2B5BGYRQTLQ6CPZ7HM2QC WNLMHTPQCWCZD7URTMIATDAT2HJZJPF77C2CN22S43DRKCHUI3HAC QFA6RRE2GAYSHZTMAW54OC7AZGUJA6BCCCPE6BW3OL7B4EQQW5AQC I never was able to get the SSH on my macbook to work for the Nest website. What changed tonight? I had my Copilot CLI figure it out. I'll have to ask him what the problem was.
```bashpijul channel new cleanup-basepijul channel new cleanup-passpijul channel switch cleanup-pass```
One big thing it found was the correct format for identifying the website to use, the username, and the repo name. I had been using the wrong format, which was causing the SSH connection to fail. The Pijul CLI would only say "error 404", so I was lost. Copilot determined some way to find out more error details, apparently from the Pijul docs (I saw a few Pijul website URLs flash by in the terminal).
- Keep `cleanup-base` unchanged as the comparison point.- Record cleanup changes on `cleanup-pass`.- When you want a review of everything you changed, run `pijul diff --channel cleanup-base`.- Use `pijul log --channel cleanup-base` and `pijul log --channel cleanup-pass` if you want to compare recorded changes by channel.
One other difference tonight was running from a Chromebook instead of my macbook. I remember something about macbooks using a different SSH key format, and I know my default key here is called `id_rsa` whereas on my macbook it's `id_ed25519` (maybe—that name is just a Copilot auto-completion).
## Personal first-time setup notes
### Weird Chromebook IssueA weird thing that happened was, halfway through the process of editing some stuff after my first Pijul push to the Nest, the Chromebook just up and died. Like, as if its battery died. I plugged it in and it came back, but the battery was still above halfway.## Going Forward### Editor SetupI'd like to make a few repos to test out working from Pijul. VS Code doesn't have a Pijul extension (that I've found yet), so I'll have to do all my Pijul work from the terminal. I can use VS Code for editing, but I'll have to run the Pijul commands in the terminal. It's not bad, though, especially once I figure out a nice one-letter alias for Pijul.### Project ConsiderationsSome consideration that goes into what project is good for Pijul is what frameworks/platforms support it. Laravel Zero _might_ be able to publish to the PHP package thing it uses, but I'm not sure. But it's a better chance, I think, than a web app. Although with Laravel Forge, I should be able to just get a server spun up and use a custom deploy script. Install Pijul beforehand.
See [First-Time Setup Notes for Nest and Pijul](./FIRST_TIME_SETUP_NOTES.md).