<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>hello.txt</title>
  <script>
    (() => {
      let storedTheme = null;
      try {
        storedTheme = localStorage.getItem("theme");
      } catch (error) {}

      if (storedTheme === "dark") {
        document.documentElement.dataset.theme = "dark";
      }
    })();
  </script>
  <link rel="stylesheet" href="/%25latex/styles.css">
</head>
<body class="document-page">
  <button class="theme-toggle" type="button" aria-label="Switch to dark mode" title="Dark mode">
    <svg class="theme-icon theme-icon-moon" viewBox="0 0 24 24" aria-hidden="true">
      <path d="M20.4 14.5A8.2 8.2 0 0 1 9.5 3.6a8.7 8.7 0 1 0 10.9 10.9Z"></path>
    </svg>
    <svg class="theme-icon theme-icon-sun" viewBox="0 0 24 24" aria-hidden="true">
      <circle cx="12" cy="12" r="4"></circle>
      <path d="M12 2v2M12 20v2M4.9 4.9l1.4 1.4M17.7 17.7l1.4 1.4M2 12h2M20 12h2M4.9 19.1l1.4-1.4M17.7 6.3l1.4-1.4"></path>
    </svg>
  </button>
  <script>
    (() => {
      const button = document.querySelector(".theme-toggle");

      const setTheme = (theme) => {
        const isDark = theme === "dark";
        if (isDark) {
          document.documentElement.dataset.theme = "dark";
        } else {
          document.documentElement.removeAttribute("data-theme");
        }

        button.setAttribute("aria-label", isDark ? "Switch to light mode" : "Switch to dark mode");
        button.setAttribute("aria-pressed", String(isDark));
        button.title = isDark ? "Light mode" : "Dark mode";

        try {
          localStorage.setItem("theme", isDark ? "dark" : "light");
        } catch (error) {}
      };

      setTheme(document.documentElement.dataset.theme === "dark" ? "dark" : "light");
      button.addEventListener("click", () => {
        setTheme(document.documentElement.dataset.theme === "dark" ? "light" : "dark");
      });
    })();
  </script>
  <header class="site-header">
    <a class="back-link" href="/">Back to directory</a>
    <h1>hello.txt</h1>
    <p class="path-label">hello.txt</p>
  </header>
  <main class="document-shell">
    <pre class="document-text">

part of the process has been recording voice notes which were then turned into a 'nested outline style' which gives my thinking for generating the document.

it's almost done.

it's a few more little pushes to go.

ended up starting and launching helpsaveandroid.org (a replacement for keepandroidopen.org, as the design of that project, while well intentioned, made me irrationally angry) just to mix things up a little bit.

writing an email to Louis Rossmann, who's a youtuber who's a right to repair advocate. he's getting into more activism stuff, but it's all very structural.

	it's nice

	gosh, it feels good to launch something.


but I'm back in Perth, with Ruby, for the next ten (now eight) days
	and i need to stop working, for my own sake.

instead of waiting another at least a month and getting a huge document that you would need to read through the prose of, here is most of it.


concepts as a whole. feel free to





start with the adventure folder, with peaceful-overview





	adventure/
	is for prose

		1-peaceful-overview		DONE
		2-peaceful-overall-introduction	DONE
		3-peaceful-preamble		CLEANING


		6-peaceful-truth		WRITING




	outline/
	are the projects, in order


		peaceful-assertions		STRUCTURE



			quiteasily
				truth
				assertions	DONE
				alternatives 	DONE
				people 		DONE
				money 		DONE
				time 		DONE


			learnskills.today
				truth		DONE
				assertions 	DONE
				alternatives 	DONE
				people 		DONE
				money		DONE
				time		DONE


			reasonable.diet
				truth 		DONE
				assertions 	DONE
				alternatives 	DONE
				people 		DONE
				money 		DONE
				time 		DONE


			calm.college
				truth		DONE
				assertions	DONE
				alternatives	DONE
				people		DONE
				money		DONE
				time		DONE


			hexagons.world
				truth		clean
				assertions	[complete What if? sections at bottom]
				alternatives	.
				people		[substanial amount needed on staffing]
				money		[estimating What if? and API]
				time		STRUCTURE


			peaceful passport
				truth		clean
				assertions	refine dump and expand to git passkeys
				alternatives	refine dump into outline
				people		expand and clean
				money		calculate and decentralise
				time		STRUCTURE


			scalablecampaigns.org
				truth		DONE
				assertions	DONE
				alternatives	DONE
				people		DONE
				money		DONE
				time		DONE



		peaceful-alternatives		heaps


		peaceful-people			structure is done
							substantial completions
							but all concepts are there


		peaceful-money			heaps


		peaceful-time			.
							a substantial timeline with all projects





the current status of the project as a whole is

218 volunteers
	awaiting onboarding
		volunteering system
			volunteer.peacefulfoundation.org
</pre>
  </main>
  <footer class="site-footer">
    <a class="back-link" href="/">Back to directory</a>
  </footer>
</body>
</html>
