diff --git a/Journal/Day/2024-05-13.md b/Journal/Day/2024-05-13.md new file mode 100644 index 000000000..f72f94f20 --- /dev/null +++ b/Journal/Day/2024-05-13.md @@ -0,0 +1,7 @@ +* It turns out all my [[silverbullet]] journals were being left out from my [[garden]] -- I corrected this and in the process dumped a few tens of journals that had never shown up so far :) Glad I checked and found this! +- Trying [[attachments]]. +- [[AG]] +- [[Stapelberg]] +- [[Lady Burup]] +- [[17]] +- [[scc]] \ No newline at end of file diff --git a/Journal/Day/2024-05-14.md b/Journal/Day/2024-05-14.md new file mode 100644 index 000000000..ccd9aaf77 --- /dev/null +++ b/Journal/Day/2024-05-14.md @@ -0,0 +1,18 @@ +- Another [[day]], another [[node]]. + - Or more than one :) + - I *definitely* need to work on editing though! On doing more of the actual curation and maintenance of an actual [[digital garden]]. + - In the meantime, thanks for making do with all the rough edges ;) +- Resuming [[Agora development]]: + - I have a few commits to push to anagora.org this week. + - I did some [[verschlimmbessern]] on the index to the [[Agora]] on the flight to the US that I never quite pushed -- and better that way :) it needs 'cherrypicking' to put it mildly. It suffered a lot in directness. +- [[social.coop]]: + - No [[twg]] meeting this week, will try to continue working on onboarding [[evan]] to the group. + - I "installed" `alpha.social.coop` using [[coop cloud]] but it's not up yet. + - [[upkeep]]: + - You could call it [[life]] ;) + - [[nostromo]] was getting broken enough that I decided to update Ubuntu to the latest release to unbreak [[wayland]] and some sites in [[chromium]]. It had been long in the making, it's a bit like house cleaning, it can be relaxing after work :) + - I tried taking the occasion to also [[garbage collect]] tabs/try some new organizational principles in [[paramita]], [[guanyin]] and [[sariputta]]. +- [[GPT 4o]] was released yesterday and I got access. + - Impressive. + - But it failed to analyze a video I attached on desktop meaningfully though. + \ No newline at end of file diff --git a/autopush.sh b/autopush.sh index 4a11a1ebf..296ffeee8 100755 --- a/autopush.sh +++ b/autopush.sh @@ -5,6 +5,7 @@ cd ~/garden while true; do git add *md git add journal/*md + git add Journal git add assets/* git commit -a -m 'autopushed' git pull