From ce392273271e6ac13e761fb50a7778586c521875 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Tue, 31 Mar 2026 20:28:06 -0400 Subject: [PATCH] feat(psf): transition to Order 2 (Sovereign Architect) with advanced skill graph and philosophical alignment --- #inbox.org# | 5950 ---- #org-gtd-tasks.org# | 14907 ---------- .#inbox.org | 1 - .#org-gtd-tasks.org | 1 - SOUL.org | 25 + gtd_archive_2026 | 1987 ++ inbox.org | 4718 +-- notes/org-skill-atomic-notes.org | 41 +- notes/org-skill-chaos.org | 68 +- notes/org-skill-consensus.org | 45 + notes/org-skill-creator.org | 9 + notes/org-skill-cron.org | 77 +- notes/org-skill-diagrammer.org | 52 + notes/org-skill-economist.org | 48 + notes/org-skill-emacs-bridge.org | 11 +- notes/org-skill-formal-verification.org | 52 + notes/org-skill-groomer.org | 85 + notes/org-skill-gtd.org | 11 + notes/org-skill-hardware-inhabitation.org | 50 + notes/org-skill-hyper-graph.org | 42 + notes/org-skill-inbound-gateway.org | 28 +- notes/org-skill-long-horizon.org | 89 + notes/org-skill-scientist.org | 47 + notes/org-skill-scribe-rca.org | 71 +- notes/org-skill-self-fix.org | 76 +- notes/org-skill-shell-actuator.org | 48 +- notes/org-skill-tdd-runner.org | 20 +- notes/org-skill-web-research.org | 40 + org-gtd-tasks.org | 887 + projects/org-agent | 2 +- .../node_modules/.bin/playwright | 1 + .../node_modules/.bin/playwright-core | 1 + .../node_modules/.package-lock.json | 36 + .../node_modules/playwright-core/LICENSE | 202 + .../node_modules/playwright-core/NOTICE | 5 + .../node_modules/playwright-core/README.md | 3 + .../playwright-core/ThirdPartyNotices.txt | 4076 +++ .../bin/install_media_pack.ps1 | 5 + .../bin/install_webkit_wsl.ps1 | 33 + .../bin/reinstall_chrome_beta_linux.sh | 42 + .../bin/reinstall_chrome_beta_mac.sh | 13 + .../bin/reinstall_chrome_beta_win.ps1 | 24 + .../bin/reinstall_chrome_stable_linux.sh | 42 + .../bin/reinstall_chrome_stable_mac.sh | 12 + .../bin/reinstall_chrome_stable_win.ps1 | 24 + .../bin/reinstall_msedge_beta_linux.sh | 48 + .../bin/reinstall_msedge_beta_mac.sh | 11 + .../bin/reinstall_msedge_beta_win.ps1 | 23 + .../bin/reinstall_msedge_dev_linux.sh | 48 + .../bin/reinstall_msedge_dev_mac.sh | 11 + .../bin/reinstall_msedge_dev_win.ps1 | 23 + .../bin/reinstall_msedge_stable_linux.sh | 48 + .../bin/reinstall_msedge_stable_mac.sh | 11 + .../bin/reinstall_msedge_stable_win.ps1 | 24 + .../playwright-core/browsers.json | 79 + .../node_modules/playwright-core/cli.js | 18 + .../node_modules/playwright-core/index.d.ts | 17 + .../node_modules/playwright-core/index.js | 32 + .../node_modules/playwright-core/index.mjs | 28 + .../playwright-core/lib/androidServerImpl.js | 65 + .../playwright-core/lib/browserServerImpl.js | 120 + .../playwright-core/lib/cli/driver.js | 97 + .../playwright-core/lib/cli/program.js | 589 + .../lib/cli/programWithTestStub.js | 74 + .../playwright-core/lib/client/android.js | 361 + .../playwright-core/lib/client/api.js | 137 + .../playwright-core/lib/client/artifact.js | 79 + .../playwright-core/lib/client/browser.js | 161 + .../lib/client/browserContext.js | 582 + .../playwright-core/lib/client/browserType.js | 185 + .../playwright-core/lib/client/cdpSession.js | 51 + .../lib/client/channelOwner.js | 194 + .../lib/client/clientHelper.js | 64 + .../lib/client/clientInstrumentation.js | 55 + .../lib/client/clientStackTrace.js | 69 + .../playwright-core/lib/client/clock.js | 68 + .../playwright-core/lib/client/connection.js | 318 + .../lib/client/consoleMessage.js | 58 + .../playwright-core/lib/client/coverage.js | 44 + .../playwright-core/lib/client/dialog.js | 56 + .../playwright-core/lib/client/download.js | 62 + .../playwright-core/lib/client/electron.js | 138 + .../lib/client/elementHandle.js | 284 + .../playwright-core/lib/client/errors.js | 77 + .../lib/client/eventEmitter.js | 314 + .../playwright-core/lib/client/events.js | 103 + .../playwright-core/lib/client/fetch.js | 368 + .../playwright-core/lib/client/fileChooser.js | 46 + .../playwright-core/lib/client/fileUtils.js | 34 + .../playwright-core/lib/client/frame.js | 409 + .../playwright-core/lib/client/harRouter.js | 87 + .../playwright-core/lib/client/input.js | 84 + .../playwright-core/lib/client/jsHandle.js | 109 + .../playwright-core/lib/client/jsonPipe.js | 39 + .../playwright-core/lib/client/localUtils.js | 60 + .../playwright-core/lib/client/locator.js | 369 + .../playwright-core/lib/client/network.js | 747 + .../playwright-core/lib/client/page.js | 745 + .../playwright-core/lib/client/pageAgent.js | 64 + .../playwright-core/lib/client/platform.js | 77 + .../playwright-core/lib/client/playwright.js | 71 + .../playwright-core/lib/client/selectors.js | 55 + .../playwright-core/lib/client/stream.js | 39 + .../lib/client/timeoutSettings.js | 79 + .../playwright-core/lib/client/tracing.js | 119 + .../playwright-core/lib/client/types.js | 28 + .../playwright-core/lib/client/video.js | 59 + .../playwright-core/lib/client/waiter.js | 142 + .../playwright-core/lib/client/webError.js | 39 + .../playwright-core/lib/client/webSocket.js | 93 + .../playwright-core/lib/client/worker.js | 85 + .../lib/client/writableStream.js | 39 + .../lib/generated/bindingsControllerSource.js | 28 + .../lib/generated/clockSource.js | 28 + .../lib/generated/injectedScriptSource.js | 28 + .../lib/generated/pollingRecorderSource.js | 28 + .../lib/generated/storageScriptSource.js | 28 + .../lib/generated/utilityScriptSource.js | 28 + .../lib/generated/webSocketMockSource.js | 336 + .../playwright-core/lib/inProcessFactory.js | 60 + .../playwright-core/lib/inprocess.js | 3 + .../playwright-core/lib/mcpBundle.js | 84 + .../lib/mcpBundleImpl/index.js | 147 + .../playwright-core/lib/outofprocess.js | 76 + .../lib/protocol/serializers.js | 197 + .../playwright-core/lib/protocol/validator.js | 2969 ++ .../lib/protocol/validatorPrimitives.js | 193 + .../lib/remote/playwrightConnection.js | 129 + .../lib/remote/playwrightServer.js | 334 + .../lib/server/agent/actionRunner.js | 335 + .../lib/server/agent/actions.js | 128 + .../lib/server/agent/codegen.js | 111 + .../lib/server/agent/context.js | 150 + .../lib/server/agent/expectTools.js | 156 + .../lib/server/agent/pageAgent.js | 204 + .../lib/server/agent/performTools.js | 262 + .../playwright-core/lib/server/agent/tool.js | 109 + .../lib/server/android/android.js | 465 + .../lib/server/android/backendAdb.js | 177 + .../playwright-core/lib/server/artifact.js | 127 + .../lib/server/bidi/bidiBrowser.js | 549 + .../lib/server/bidi/bidiChromium.js | 149 + .../lib/server/bidi/bidiConnection.js | 213 + .../lib/server/bidi/bidiDeserializer.js | 116 + .../lib/server/bidi/bidiExecutionContext.js | 267 + .../lib/server/bidi/bidiFirefox.js | 128 + .../lib/server/bidi/bidiInput.js | 146 + .../lib/server/bidi/bidiNetworkManager.js | 383 + .../lib/server/bidi/bidiOverCdp.js | 102 + .../lib/server/bidi/bidiPage.js | 583 + .../lib/server/bidi/bidiPdf.js | 106 + .../server/bidi/third_party/bidiCommands.d.js | 22 + .../server/bidi/third_party/bidiKeyboard.js | 256 + .../server/bidi/third_party/bidiProtocol.js | 24 + .../bidi/third_party/bidiProtocolCore.js | 180 + .../third_party/bidiProtocolPermissions.js | 42 + .../server/bidi/third_party/bidiSerializer.js | 148 + .../server/bidi/third_party/firefoxPrefs.js | 259 + .../playwright-core/lib/server/browser.js | 149 + .../lib/server/browserContext.js | 702 + .../playwright-core/lib/server/browserType.js | 336 + .../playwright-core/lib/server/callLog.js | 82 + .../lib/server/chromium/appIcon.png | Bin 0 -> 16565 bytes .../lib/server/chromium/chromium.js | 397 + .../lib/server/chromium/chromiumSwitches.js | 104 + .../lib/server/chromium/crBrowser.js | 520 + .../lib/server/chromium/crConnection.js | 197 + .../lib/server/chromium/crCoverage.js | 235 + .../lib/server/chromium/crDevTools.js | 111 + .../lib/server/chromium/crDragDrop.js | 131 + .../lib/server/chromium/crExecutionContext.js | 146 + .../lib/server/chromium/crInput.js | 187 + .../lib/server/chromium/crNetworkManager.js | 707 + .../lib/server/chromium/crPage.js | 1001 + .../lib/server/chromium/crPdf.js | 121 + .../lib/server/chromium/crProtocolHelper.js | 145 + .../lib/server/chromium/crServiceWorker.js | 136 + .../server/chromium/defaultFontFamilies.js | 162 + .../lib/server/chromium/protocol.d.js | 16 + .../playwright-core/lib/server/clock.js | 149 + .../lib/server/codegen/csharp.js | 327 + .../lib/server/codegen/java.js | 274 + .../lib/server/codegen/javascript.js | 247 + .../lib/server/codegen/jsonl.js | 52 + .../lib/server/codegen/language.js | 132 + .../lib/server/codegen/languages.js | 68 + .../lib/server/codegen/python.js | 279 + .../lib/server/codegen/types.js | 16 + .../playwright-core/lib/server/console.js | 57 + .../playwright-core/lib/server/cookieStore.js | 206 + .../lib/server/debugController.js | 191 + .../playwright-core/lib/server/debugger.js | 119 + .../lib/server/deviceDescriptors.js | 39 + .../lib/server/deviceDescriptorsSource.json | 1779 ++ .../playwright-core/lib/server/dialog.js | 116 + .../server/dispatchers/androidDispatcher.js | 325 + .../server/dispatchers/artifactDispatcher.js | 118 + .../dispatchers/browserContextDispatcher.js | 384 + .../server/dispatchers/browserDispatcher.js | 118 + .../dispatchers/browserTypeDispatcher.js | 64 + .../dispatchers/cdpSessionDispatcher.js | 44 + .../dispatchers/debugControllerDispatcher.js | 78 + .../server/dispatchers/dialogDispatcher.js | 47 + .../lib/server/dispatchers/dispatcher.js | 364 + .../server/dispatchers/electronDispatcher.js | 89 + .../dispatchers/elementHandlerDispatcher.js | 181 + .../lib/server/dispatchers/frameDispatcher.js | 227 + .../server/dispatchers/jsHandleDispatcher.js | 85 + .../server/dispatchers/jsonPipeDispatcher.js | 58 + .../dispatchers/localUtilsDispatcher.js | 149 + .../server/dispatchers/networkDispatchers.js | 213 + .../server/dispatchers/pageAgentDispatcher.js | 96 + .../lib/server/dispatchers/pageDispatcher.js | 393 + .../dispatchers/playwrightDispatcher.js | 108 + .../server/dispatchers/streamDispatcher.js | 67 + .../server/dispatchers/tracingDispatcher.js | 68 + .../dispatchers/webSocketRouteDispatcher.js | 165 + .../dispatchers/writableStreamDispatcher.js | 79 + .../playwright-core/lib/server/dom.js | 815 + .../playwright-core/lib/server/download.js | 70 + .../lib/server/electron/electron.js | 273 + .../lib/server/electron/loader.js | 29 + .../playwright-core/lib/server/errors.js | 69 + .../playwright-core/lib/server/fetch.js | 621 + .../playwright-core/lib/server/fileChooser.js | 43 + .../lib/server/fileUploadUtils.js | 84 + .../lib/server/firefox/ffBrowser.js | 418 + .../lib/server/firefox/ffConnection.js | 142 + .../lib/server/firefox/ffExecutionContext.js | 150 + .../lib/server/firefox/ffInput.js | 159 + .../lib/server/firefox/ffNetworkManager.js | 256 + .../lib/server/firefox/ffPage.js | 497 + .../lib/server/firefox/firefox.js | 114 + .../lib/server/firefox/protocol.d.js | 16 + .../playwright-core/lib/server/formData.js | 147 + .../lib/server/frameSelectors.js | 160 + .../playwright-core/lib/server/frames.js | 1471 + .../lib/server/har/harRecorder.js | 147 + .../lib/server/har/harTracer.js | 607 + .../playwright-core/lib/server/harBackend.js | 157 + .../playwright-core/lib/server/helper.js | 96 + .../playwright-core/lib/server/index.js | 58 + .../playwright-core/lib/server/input.js | 277 + .../lib/server/instrumentation.js | 72 + .../playwright-core/lib/server/javascript.js | 291 + .../playwright-core/lib/server/launchApp.js | 128 + .../playwright-core/lib/server/localUtils.js | 214 + .../lib/server/macEditingCommands.js | 143 + .../playwright-core/lib/server/network.js | 667 + .../playwright-core/lib/server/page.js | 830 + .../lib/server/pipeTransport.js | 89 + .../playwright-core/lib/server/playwright.js | 69 + .../playwright-core/lib/server/progress.js | 132 + .../lib/server/protocolError.js | 52 + .../playwright-core/lib/server/recorder.js | 499 + .../lib/server/recorder/chat.js | 161 + .../lib/server/recorder/recorderApp.js | 366 + .../lib/server/recorder/recorderRunner.js | 138 + .../recorder/recorderSignalProcessor.js | 83 + .../lib/server/recorder/recorderUtils.js | 157 + .../lib/server/recorder/throttledFile.js | 57 + .../lib/server/registry/browserFetcher.js | 177 + .../lib/server/registry/dependencies.js | 371 + .../lib/server/registry/index.js | 1422 + .../lib/server/registry/nativeDeps.js | 1280 + .../server/registry/oopDownloadBrowserMain.js | 127 + .../playwright-core/lib/server/screencast.js | 190 + .../lib/server/screenshotter.js | 333 + .../playwright-core/lib/server/selectors.js | 112 + .../socksClientCertificatesInterceptor.js | 383 + .../lib/server/socksInterceptor.js | 95 + .../lib/server/trace/recorder/snapshotter.js | 147 + .../trace/recorder/snapshotterInjected.js | 561 + .../lib/server/trace/recorder/tracing.js | 604 + .../lib/server/trace/viewer/traceParser.js | 72 + .../lib/server/trace/viewer/traceViewer.js | 245 + .../playwright-core/lib/server/transport.js | 181 + .../playwright-core/lib/server/types.js | 28 + .../lib/server/usKeyboardLayout.js | 145 + .../playwright-core/lib/server/utils/ascii.js | 44 + .../lib/server/utils/comparators.js | 139 + .../lib/server/utils/crypto.js | 216 + .../playwright-core/lib/server/utils/debug.js | 42 + .../lib/server/utils/debugLogger.js | 122 + .../playwright-core/lib/server/utils/env.js | 73 + .../lib/server/utils/eventsHelper.js | 39 + .../lib/server/utils/expectUtils.js | 123 + .../lib/server/utils/fileUtils.js | 191 + .../lib/server/utils/happyEyeballs.js | 207 + .../lib/server/utils/hostPlatform.js | 138 + .../lib/server/utils/httpServer.js | 203 + .../lib/server/utils/imageUtils.js | 141 + .../server/utils/image_tools/colorUtils.js | 89 + .../lib/server/utils/image_tools/compare.js | 109 + .../server/utils/image_tools/imageChannel.js | 78 + .../lib/server/utils/image_tools/stats.js | 102 + .../lib/server/utils/linuxUtils.js | 71 + .../lib/server/utils/network.js | 242 + .../lib/server/utils/nodePlatform.js | 154 + .../lib/server/utils/pipeTransport.js | 84 + .../lib/server/utils/processLauncher.js | 241 + .../lib/server/utils/profiler.js | 65 + .../lib/server/utils/socksProxy.js | 511 + .../lib/server/utils/spawnAsync.js | 41 + .../playwright-core/lib/server/utils/task.js | 51 + .../lib/server/utils/userAgent.js | 98 + .../lib/server/utils/wsServer.js | 121 + .../lib/server/utils/zipFile.js | 74 + .../playwright-core/lib/server/utils/zones.js | 57 + .../lib/server/videoRecorder.js | 124 + .../lib/server/webkit/protocol.d.js | 16 + .../lib/server/webkit/webkit.js | 108 + .../lib/server/webkit/wkBrowser.js | 335 + .../lib/server/webkit/wkConnection.js | 144 + .../lib/server/webkit/wkExecutionContext.js | 154 + .../lib/server/webkit/wkInput.js | 181 + .../server/webkit/wkInterceptableRequest.js | 197 + .../lib/server/webkit/wkPage.js | 1159 + .../lib/server/webkit/wkProvisionalPage.js | 83 + .../lib/server/webkit/wkWorkers.js | 105 + .../lib/third_party/pixelmatch.js | 255 + .../node_modules/playwright-core/lib/utils.js | 111 + .../lib/utils/isomorphic/ariaSnapshot.js | 455 + .../lib/utils/isomorphic/assert.js | 31 + .../lib/utils/isomorphic/colors.js | 72 + .../lib/utils/isomorphic/cssParser.js | 245 + .../lib/utils/isomorphic/cssTokenizer.js | 1051 + .../lib/utils/isomorphic/headers.js | 53 + .../lib/utils/isomorphic/locatorGenerators.js | 689 + .../lib/utils/isomorphic/locatorParser.js | 176 + .../lib/utils/isomorphic/locatorUtils.js | 81 + .../lib/utils/isomorphic/lruCache.js | 51 + .../lib/utils/isomorphic/manualPromise.js | 114 + .../lib/utils/isomorphic/mimeType.js | 459 + .../lib/utils/isomorphic/multimap.js | 80 + .../lib/utils/isomorphic/protocolFormatter.js | 81 + .../lib/utils/isomorphic/protocolMetainfo.js | 330 + .../lib/utils/isomorphic/rtti.js | 43 + .../lib/utils/isomorphic/selectorParser.js | 386 + .../lib/utils/isomorphic/semaphore.js | 54 + .../lib/utils/isomorphic/stackTrace.js | 158 + .../lib/utils/isomorphic/stringUtils.js | 204 + .../lib/utils/isomorphic/time.js | 49 + .../lib/utils/isomorphic/timeoutRunner.js | 66 + .../lib/utils/isomorphic/trace/entries.js | 16 + .../isomorphic/trace/snapshotRenderer.js | 499 + .../utils/isomorphic/trace/snapshotServer.js | 120 + .../utils/isomorphic/trace/snapshotStorage.js | 89 + .../lib/utils/isomorphic/trace/traceLoader.js | 131 + .../lib/utils/isomorphic/trace/traceModel.js | 365 + .../utils/isomorphic/trace/traceModernizer.js | 400 + .../isomorphic/trace/versions/traceV3.js | 16 + .../isomorphic/trace/versions/traceV4.js | 16 + .../isomorphic/trace/versions/traceV5.js | 16 + .../isomorphic/trace/versions/traceV6.js | 16 + .../isomorphic/trace/versions/traceV7.js | 16 + .../isomorphic/trace/versions/traceV8.js | 16 + .../lib/utils/isomorphic/traceUtils.js | 58 + .../lib/utils/isomorphic/types.js | 16 + .../lib/utils/isomorphic/urlMatch.js | 190 + .../isomorphic/utilityScriptSerializers.js | 251 + .../lib/utils/isomorphic/yaml.js | 84 + .../playwright-core/lib/utilsBundle.js | 109 + .../lib/utilsBundleImpl/index.js | 218 + .../lib/utilsBundleImpl/xdg-open | 1066 + .../lib/vite/htmlReport/index.html | 84 + .../assets/codeMirrorModule-DYBRYzYX.css | 1 + .../assets/codeMirrorModule-DadYNm1I.js | 32 + .../vite/recorder/assets/codicon-DCmgc-ay.ttf | Bin 0 -> 80340 bytes .../vite/recorder/assets/index-BSjZa4pk.css | 1 + .../vite/recorder/assets/index-BhTWtUlo.js | 193 + .../lib/vite/recorder/index.html | 29 + .../lib/vite/recorder/playwright-logo.svg | 9 + .../assets/codeMirrorModule-a5XoALAZ.js | 32 + .../assets/defaultSettingsView-CJSZINFr.js | 266 + .../assets/xtermModule-CsJ4vdCR.js | 9 + .../traceViewer/codeMirrorModule.DYBRYzYX.css | 1 + .../lib/vite/traceViewer/codicon.DCmgc-ay.ttf | Bin 0 -> 80340 bytes .../defaultSettingsView.7ch9cixO.css | 1 + .../lib/vite/traceViewer/index.BDwrLSGN.js | 2 + .../lib/vite/traceViewer/index.BVu7tZDe.css | 1 + .../lib/vite/traceViewer/index.html | 43 + .../lib/vite/traceViewer/manifest.webmanifest | 16 + .../lib/vite/traceViewer/playwright-logo.svg | 9 + .../lib/vite/traceViewer/snapshot.html | 21 + .../lib/vite/traceViewer/sw.bundle.js | 5 + .../lib/vite/traceViewer/uiMode.Btcz36p_.css | 1 + .../lib/vite/traceViewer/uiMode.CQJ9SCIQ.js | 5 + .../lib/vite/traceViewer/uiMode.html | 17 + .../vite/traceViewer/xtermModule.DYP7pi_n.css | 32 + .../playwright-core/lib/zipBundle.js | 34 + .../playwright-core/lib/zipBundleImpl.js | 5 + .../node_modules/playwright-core/package.json | 43 + .../playwright-core/types/protocol.d.ts | 23824 ++++++++++++++++ .../playwright-core/types/structs.d.ts | 45 + .../playwright-core/types/types.d.ts | 22843 +++++++++++++++ .../node_modules/playwright/LICENSE | 202 + .../node_modules/playwright/NOTICE | 5 + .../node_modules/playwright/README.md | 168 + .../playwright/ThirdPartyNotices.txt | 5042 ++++ .../node_modules/playwright/cli.js | 19 + .../node_modules/playwright/index.d.ts | 17 + .../node_modules/playwright/index.js | 17 + .../node_modules/playwright/index.mjs | 18 + .../node_modules/playwright/jsx-runtime.js | 42 + .../node_modules/playwright/jsx-runtime.mjs | 21 + .../playwright/lib/agents/agentParser.js | 89 + .../lib/agents/copilot-setup-steps.yml | 34 + .../playwright/lib/agents/generateAgents.js | 348 + .../agents/playwright-test-coverage.prompt.md | 31 + .../agents/playwright-test-generate.prompt.md | 8 + .../agents/playwright-test-generator.agent.md | 88 + .../lib/agents/playwright-test-heal.prompt.md | 6 + .../agents/playwright-test-healer.agent.md | 55 + .../lib/agents/playwright-test-plan.prompt.md | 9 + .../agents/playwright-test-planner.agent.md | 73 + .../playwright/lib/common/config.js | 282 + .../playwright/lib/common/configLoader.js | 344 + .../playwright/lib/common/esmLoaderHost.js | 104 + .../playwright/lib/common/expectBundle.js | 28 + .../playwright/lib/common/expectBundleImpl.js | 407 + .../playwright/lib/common/fixtures.js | 302 + .../playwright/lib/common/globals.js | 58 + .../node_modules/playwright/lib/common/ipc.js | 60 + .../playwright/lib/common/poolBuilder.js | 85 + .../playwright/lib/common/process.js | 132 + .../playwright/lib/common/suiteUtils.js | 140 + .../playwright/lib/common/test.js | 321 + .../playwright/lib/common/testLoader.js | 101 + .../playwright/lib/common/testType.js | 298 + .../playwright/lib/common/validators.js | 68 + .../node_modules/playwright/lib/fsWatcher.js | 67 + .../node_modules/playwright/lib/index.js | 726 + .../playwright/lib/internalsForTest.js | 42 + .../playwright/lib/isomorphic/events.js | 77 + .../playwright/lib/isomorphic/folders.js | 30 + .../lib/isomorphic/stringInternPool.js | 69 + .../playwright/lib/isomorphic/teleReceiver.js | 521 + .../lib/isomorphic/teleSuiteUpdater.js | 157 + .../lib/isomorphic/testServerConnection.js | 225 + .../lib/isomorphic/testServerInterface.js | 16 + .../playwright/lib/isomorphic/testTree.js | 329 + .../playwright/lib/isomorphic/types.d.js | 16 + .../playwright/lib/loader/loaderMain.js | 59 + .../playwright/lib/matchers/expect.js | 311 + .../playwright/lib/matchers/matcherHint.js | 44 + .../playwright/lib/matchers/matchers.js | 383 + .../playwright/lib/matchers/toBeTruthy.js | 75 + .../playwright/lib/matchers/toEqual.js | 100 + .../playwright/lib/matchers/toHaveURL.js | 101 + .../lib/matchers/toMatchAriaSnapshot.js | 159 + .../lib/matchers/toMatchSnapshot.js | 342 + .../playwright/lib/matchers/toMatchText.js | 99 + .../lib/mcp/browser/browserContextFactory.js | 329 + .../lib/mcp/browser/browserServerBackend.js | 84 + .../playwright/lib/mcp/browser/config.js | 421 + .../playwright/lib/mcp/browser/context.js | 244 + .../playwright/lib/mcp/browser/response.js | 278 + .../playwright/lib/mcp/browser/sessionLog.js | 75 + .../playwright/lib/mcp/browser/tab.js | 343 + .../playwright/lib/mcp/browser/tools.js | 84 + .../lib/mcp/browser/tools/common.js | 65 + .../lib/mcp/browser/tools/console.js | 46 + .../lib/mcp/browser/tools/dialogs.js | 60 + .../lib/mcp/browser/tools/evaluate.js | 61 + .../playwright/lib/mcp/browser/tools/files.js | 58 + .../playwright/lib/mcp/browser/tools/form.js | 63 + .../lib/mcp/browser/tools/install.js | 72 + .../lib/mcp/browser/tools/keyboard.js | 107 + .../playwright/lib/mcp/browser/tools/mouse.js | 107 + .../lib/mcp/browser/tools/navigate.js | 71 + .../lib/mcp/browser/tools/network.js | 63 + .../playwright/lib/mcp/browser/tools/open.js | 57 + .../playwright/lib/mcp/browser/tools/pdf.js | 49 + .../lib/mcp/browser/tools/runCode.js | 78 + .../lib/mcp/browser/tools/screenshot.js | 93 + .../lib/mcp/browser/tools/snapshot.js | 173 + .../playwright/lib/mcp/browser/tools/tabs.js | 67 + .../playwright/lib/mcp/browser/tools/tool.js | 47 + .../lib/mcp/browser/tools/tracing.js | 74 + .../playwright/lib/mcp/browser/tools/utils.js | 94 + .../lib/mcp/browser/tools/verify.js | 143 + .../playwright/lib/mcp/browser/tools/wait.js | 63 + .../playwright/lib/mcp/browser/watchdog.js | 44 + .../playwright/lib/mcp/config.d.js | 16 + .../playwright/lib/mcp/extension/cdpRelay.js | 351 + .../mcp/extension/extensionContextFactory.js | 76 + .../playwright/lib/mcp/extension/protocol.js | 28 + .../node_modules/playwright/lib/mcp/index.js | 61 + .../node_modules/playwright/lib/mcp/log.js | 35 + .../playwright/lib/mcp/program.js | 111 + .../playwright/lib/mcp/sdk/exports.js | 28 + .../playwright/lib/mcp/sdk/http.js | 152 + .../lib/mcp/sdk/inProcessTransport.js | 71 + .../playwright/lib/mcp/sdk/server.js | 223 + .../playwright/lib/mcp/sdk/tool.js | 47 + .../playwright/lib/mcp/terminal/cli.js | 296 + .../playwright/lib/mcp/terminal/command.js | 56 + .../playwright/lib/mcp/terminal/commands.js | 333 + .../playwright/lib/mcp/terminal/daemon.js | 129 + .../playwright/lib/mcp/terminal/help.json | 32 + .../lib/mcp/terminal/helpGenerator.js | 88 + .../lib/mcp/terminal/socketConnection.js | 80 + .../playwright/lib/mcp/test/browserBackend.js | 98 + .../playwright/lib/mcp/test/generatorTools.js | 122 + .../playwright/lib/mcp/test/plannerTools.js | 145 + .../playwright/lib/mcp/test/seed.js | 82 + .../playwright/lib/mcp/test/streams.js | 44 + .../playwright/lib/mcp/test/testBackend.js | 99 + .../playwright/lib/mcp/test/testContext.js | 285 + .../playwright/lib/mcp/test/testTool.js | 30 + .../playwright/lib/mcp/test/testTools.js | 108 + .../lib/plugins/gitCommitInfoPlugin.js | 198 + .../playwright/lib/plugins/index.js | 28 + .../playwright/lib/plugins/webServerPlugin.js | 237 + .../node_modules/playwright/lib/program.js | 417 + .../playwright/lib/reporters/base.js | 634 + .../playwright/lib/reporters/blob.js | 138 + .../playwright/lib/reporters/dot.js | 99 + .../playwright/lib/reporters/empty.js | 32 + .../playwright/lib/reporters/github.js | 128 + .../playwright/lib/reporters/html.js | 633 + .../lib/reporters/internalReporter.js | 138 + .../playwright/lib/reporters/json.js | 254 + .../playwright/lib/reporters/junit.js | 232 + .../playwright/lib/reporters/line.js | 131 + .../playwright/lib/reporters/list.js | 253 + .../lib/reporters/listModeReporter.js | 69 + .../playwright/lib/reporters/markdown.js | 144 + .../playwright/lib/reporters/merge.js | 558 + .../playwright/lib/reporters/multiplexer.js | 112 + .../playwright/lib/reporters/reporterV2.js | 102 + .../playwright/lib/reporters/teleEmitter.js | 317 + .../lib/reporters/versions/blobV1.js | 16 + .../playwright/lib/runner/dispatcher.js | 530 + .../playwright/lib/runner/failureTracker.js | 72 + .../playwright/lib/runner/lastRun.js | 77 + .../playwright/lib/runner/loadUtils.js | 334 + .../playwright/lib/runner/loaderHost.js | 89 + .../playwright/lib/runner/processHost.js | 180 + .../playwright/lib/runner/projectUtils.js | 241 + .../playwright/lib/runner/rebase.js | 189 + .../playwright/lib/runner/reporters.js | 138 + .../playwright/lib/runner/sigIntWatcher.js | 96 + .../playwright/lib/runner/storage.js | 91 + .../playwright/lib/runner/taskRunner.js | 127 + .../playwright/lib/runner/tasks.js | 410 + .../playwright/lib/runner/testGroups.js | 125 + .../playwright/lib/runner/testRunner.js | 398 + .../playwright/lib/runner/testServer.js | 269 + .../playwright/lib/runner/uiModeReporter.js | 30 + .../node_modules/playwright/lib/runner/vcs.js | 72 + .../playwright/lib/runner/watchMode.js | 396 + .../playwright/lib/runner/workerHost.js | 104 + .../playwright/lib/third_party/pirates.js | 62 + .../lib/third_party/tsconfig-loader.js | 103 + .../playwright/lib/transform/babelBundle.js | 46 + .../lib/transform/babelBundleImpl.js | 461 + .../lib/transform/compilationCache.js | 274 + .../playwright/lib/transform/esmLoader.js | 103 + .../playwright/lib/transform/md.js | 221 + .../playwright/lib/transform/portTransport.js | 67 + .../playwright/lib/transform/transform.js | 303 + .../node_modules/playwright/lib/util.js | 400 + .../playwright/lib/utilsBundle.js | 50 + .../playwright/lib/utilsBundleImpl.js | 103 + .../playwright/lib/worker/fixtureRunner.js | 262 + .../playwright/lib/worker/testInfo.js | 536 + .../playwright/lib/worker/testTracing.js | 345 + .../playwright/lib/worker/timeoutManager.js | 174 + .../playwright/lib/worker/util.js | 31 + .../playwright/lib/worker/workerMain.js | 530 + .../node_modules/playwright/package.json | 72 + .../node_modules/playwright/test.d.ts | 18 + .../node_modules/playwright/test.js | 24 + .../node_modules/playwright/test.mjs | 34 + .../node_modules/playwright/types/test.d.ts | 10251 +++++++ .../playwright/types/testReporter.d.ts | 822 + .../org-skill-web-research/package-lock.json | 57 + projects/org-skill-web-research/package.json | 19 + projects/org-skill-web-research/src/browse.js | 40 + 581 files changed, 165563 insertions(+), 25735 deletions(-) delete mode 100644 #inbox.org# delete mode 100644 #org-gtd-tasks.org# delete mode 120000 .#inbox.org delete mode 120000 .#org-gtd-tasks.org create mode 100644 SOUL.org create mode 100644 notes/org-skill-consensus.org create mode 100644 notes/org-skill-diagrammer.org create mode 100644 notes/org-skill-economist.org create mode 100644 notes/org-skill-formal-verification.org create mode 100644 notes/org-skill-groomer.org create mode 100644 notes/org-skill-hardware-inhabitation.org create mode 100644 notes/org-skill-hyper-graph.org create mode 100644 notes/org-skill-long-horizon.org create mode 100644 notes/org-skill-scientist.org create mode 120000 projects/org-skill-web-research/node_modules/.bin/playwright create mode 120000 projects/org-skill-web-research/node_modules/.bin/playwright-core create mode 100644 projects/org-skill-web-research/node_modules/.package-lock.json create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/LICENSE create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/NOTICE create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/README.md create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/ThirdPartyNotices.txt create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/bin/install_media_pack.ps1 create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/bin/install_webkit_wsl.ps1 create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/browsers.json create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/cli.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/index.d.ts create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/index.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/index.mjs create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/androidServerImpl.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/browserServerImpl.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/cli/driver.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/cli/program.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/cli/programWithTestStub.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/android.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/api.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/artifact.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/browser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/browserContext.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/browserType.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/cdpSession.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/channelOwner.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/clientHelper.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/clientInstrumentation.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/clientStackTrace.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/clock.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/connection.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/consoleMessage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/coverage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/dialog.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/download.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/electron.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/elementHandle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/errors.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/eventEmitter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/events.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/fetch.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/fileChooser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/fileUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/frame.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/harRouter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/input.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/jsHandle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/jsonPipe.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/localUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/locator.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/network.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/page.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/pageAgent.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/platform.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/playwright.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/selectors.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/stream.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/timeoutSettings.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/tracing.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/types.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/video.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/waiter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/webError.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/webSocket.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/worker.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/client/writableStream.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/generated/bindingsControllerSource.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/generated/clockSource.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/generated/injectedScriptSource.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/generated/pollingRecorderSource.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/generated/storageScriptSource.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/generated/utilityScriptSource.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/generated/webSocketMockSource.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/inProcessFactory.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/inprocess.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/mcpBundle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/mcpBundleImpl/index.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/outofprocess.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/protocol/serializers.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/protocol/validator.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/protocol/validatorPrimitives.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/remote/playwrightConnection.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/remote/playwrightServer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/agent/actionRunner.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/agent/actions.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/agent/codegen.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/agent/context.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/agent/expectTools.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/agent/pageAgent.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/agent/performTools.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/agent/tool.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/android/android.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/android/backendAdb.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/artifact.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiChromium.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiConnection.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiDeserializer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiInput.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiOverCdp.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiPage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/bidiPdf.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/third_party/bidiCommands.d.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolCore.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocolPermissions.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/bidi/third_party/firefoxPrefs.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/browser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/browserContext.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/browserType.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/callLog.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/appIcon.png create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/chromium.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crBrowser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crConnection.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crCoverage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crDevTools.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crDragDrop.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crInput.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crPage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crPdf.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/chromium/protocol.d.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/clock.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/codegen/csharp.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/codegen/java.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/codegen/javascript.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/codegen/jsonl.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/codegen/language.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/codegen/languages.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/codegen/python.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/codegen/types.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/console.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/cookieStore.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/debugController.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/debugger.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/deviceDescriptors.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dialog.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/pageAgentDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/webSocketRouteDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/dom.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/download.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/electron/electron.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/electron/loader.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/errors.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/fetch.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/fileChooser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/fileUploadUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/firefox/ffBrowser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/firefox/ffConnection.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/firefox/ffInput.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/firefox/ffPage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/firefox/firefox.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/firefox/protocol.d.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/formData.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/frameSelectors.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/frames.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/har/harRecorder.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/har/harTracer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/harBackend.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/helper.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/index.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/input.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/instrumentation.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/javascript.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/launchApp.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/localUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/macEditingCommands.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/network.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/page.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/pipeTransport.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/playwright.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/progress.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/protocolError.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/recorder.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/recorder/chat.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/recorder/recorderApp.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/recorder/recorderRunner.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/recorder/recorderSignalProcessor.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/recorder/recorderUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/recorder/throttledFile.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/registry/browserFetcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/registry/dependencies.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/registry/index.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/registry/nativeDeps.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/screencast.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/screenshotter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/selectors.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/socksInterceptor.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/trace/recorder/tracing.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/trace/viewer/traceParser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/transport.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/types.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/usKeyboardLayout.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/ascii.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/comparators.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/crypto.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/debug.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/debugLogger.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/env.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/eventsHelper.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/expectUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/fileUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/happyEyeballs.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/hostPlatform.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/httpServer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/imageUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/image_tools/colorUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/image_tools/compare.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/image_tools/imageChannel.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/image_tools/stats.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/linuxUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/network.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/nodePlatform.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/pipeTransport.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/processLauncher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/profiler.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/socksProxy.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/spawnAsync.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/task.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/userAgent.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/wsServer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/zipFile.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/utils/zones.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/videoRecorder.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/protocol.d.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/webkit.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/wkBrowser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/wkConnection.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/wkInput.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/wkPage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/server/webkit/wkWorkers.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/third_party/pixelmatch.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/ariaSnapshot.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/assert.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/colors.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/headers.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/lruCache.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/manualPromise.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/multimap.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/protocolFormatter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/protocolMetainfo.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/rtti.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/semaphore.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/stackTrace.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/time.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/timeoutRunner.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/entries.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotRenderer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotServer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/snapshotStorage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/traceLoader.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModel.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/traceModernizer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV3.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV4.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV5.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV6.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV7.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/trace/versions/traceV8.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/types.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/utilityScriptSerializers.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utils/isomorphic/yaml.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utilsBundle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/utilsBundleImpl/index.js create mode 100755 projects/org-skill-web-research/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/htmlReport/index.html create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DYBRYzYX.css create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-DadYNm1I.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/recorder/assets/index-BSjZa4pk.css create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/recorder/assets/index-BhTWtUlo.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/recorder/index.html create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-a5XoALAZ.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/assets/defaultSettingsView-CJSZINFr.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-CsJ4vdCR.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.DYBRYzYX.css create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/defaultSettingsView.7ch9cixO.css create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/index.BDwrLSGN.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/index.BVu7tZDe.css create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/index.html create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/manifest.webmanifest create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/uiMode.Btcz36p_.css create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/uiMode.CQJ9SCIQ.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DYP7pi_n.css create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/zipBundle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/lib/zipBundleImpl.js create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/package.json create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/types/protocol.d.ts create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/types/structs.d.ts create mode 100644 projects/org-skill-web-research/node_modules/playwright-core/types/types.d.ts create mode 100644 projects/org-skill-web-research/node_modules/playwright/LICENSE create mode 100644 projects/org-skill-web-research/node_modules/playwright/NOTICE create mode 100644 projects/org-skill-web-research/node_modules/playwright/README.md create mode 100644 projects/org-skill-web-research/node_modules/playwright/ThirdPartyNotices.txt create mode 100755 projects/org-skill-web-research/node_modules/playwright/cli.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/index.d.ts create mode 100644 projects/org-skill-web-research/node_modules/playwright/index.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/index.mjs create mode 100644 projects/org-skill-web-research/node_modules/playwright/jsx-runtime.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/jsx-runtime.mjs create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/agentParser.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/copilot-setup-steps.yml create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/generateAgents.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/playwright-test-coverage.prompt.md create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/playwright-test-generate.prompt.md create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/playwright-test-generator.agent.md create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/playwright-test-heal.prompt.md create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/playwright-test-healer.agent.md create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/playwright-test-plan.prompt.md create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/agents/playwright-test-planner.agent.md create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/config.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/configLoader.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/esmLoaderHost.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/expectBundle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/expectBundleImpl.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/fixtures.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/globals.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/ipc.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/poolBuilder.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/process.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/suiteUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/test.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/testLoader.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/testType.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/common/validators.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/fsWatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/index.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/internalsForTest.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/events.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/folders.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/stringInternPool.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/teleReceiver.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/testServerConnection.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/testServerInterface.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/testTree.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/isomorphic/types.d.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/loader/loaderMain.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/expect.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/matcherHint.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/matchers.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/toBeTruthy.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/toEqual.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/toHaveURL.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/toMatchAriaSnapshot.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/toMatchSnapshot.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/matchers/toMatchText.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/browserContextFactory.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/browserServerBackend.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/config.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/context.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/response.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/sessionLog.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tab.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/common.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/console.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/dialogs.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/evaluate.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/files.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/form.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/install.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/keyboard.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/mouse.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/navigate.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/network.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/open.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/pdf.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/runCode.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/screenshot.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/snapshot.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/tabs.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/tool.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/tracing.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/utils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/verify.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/tools/wait.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/browser/watchdog.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/config.d.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/extension/cdpRelay.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/extension/extensionContextFactory.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/extension/protocol.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/index.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/log.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/program.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/sdk/exports.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/sdk/http.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/sdk/inProcessTransport.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/sdk/server.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/sdk/tool.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/terminal/cli.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/terminal/command.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/terminal/commands.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/terminal/daemon.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/terminal/help.json create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/terminal/helpGenerator.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/terminal/socketConnection.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/browserBackend.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/generatorTools.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/plannerTools.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/seed.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/streams.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/testBackend.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/testContext.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/testTool.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/mcp/test/testTools.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/plugins/index.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/plugins/webServerPlugin.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/program.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/base.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/blob.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/dot.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/empty.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/github.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/html.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/internalReporter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/json.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/junit.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/line.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/list.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/listModeReporter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/markdown.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/merge.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/multiplexer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/reporterV2.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/teleEmitter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/reporters/versions/blobV1.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/dispatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/failureTracker.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/lastRun.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/loadUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/loaderHost.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/processHost.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/projectUtils.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/rebase.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/reporters.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/sigIntWatcher.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/storage.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/taskRunner.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/tasks.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/testGroups.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/testRunner.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/testServer.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/uiModeReporter.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/vcs.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/watchMode.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/runner/workerHost.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/third_party/pirates.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/third_party/tsconfig-loader.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/transform/babelBundle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/transform/babelBundleImpl.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/transform/compilationCache.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/transform/esmLoader.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/transform/md.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/transform/portTransport.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/transform/transform.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/util.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/utilsBundle.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/utilsBundleImpl.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/worker/fixtureRunner.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/worker/testInfo.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/worker/testTracing.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/worker/timeoutManager.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/worker/util.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/lib/worker/workerMain.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/package.json create mode 100644 projects/org-skill-web-research/node_modules/playwright/test.d.ts create mode 100644 projects/org-skill-web-research/node_modules/playwright/test.js create mode 100644 projects/org-skill-web-research/node_modules/playwright/test.mjs create mode 100644 projects/org-skill-web-research/node_modules/playwright/types/test.d.ts create mode 100644 projects/org-skill-web-research/node_modules/playwright/types/testReporter.d.ts create mode 100644 projects/org-skill-web-research/package-lock.json create mode 100644 projects/org-skill-web-research/package.json create mode 100644 projects/org-skill-web-research/src/browse.js diff --git a/#inbox.org# b/#inbox.org# deleted file mode 100644 index b1fd1fc..0000000 --- a/#inbox.org# +++ /dev/null @@ -1,5950 +0,0 @@ -#+title: Amr Inbox -#+begin_comment -This is the inbox. Everything goes in here when you capture it. -#+end_comment - -* Levante :solar:power: -:PROPERTIES: -:CREATED: [2025-05-14 Wed 13:49] -:ID: Levante-2026-03-31-18-41-22 -:END: - -[[https://www.levante.eco/][Levante]] - -* Products Archive - Whatsminer -:PROPERTIES: -:CREATED: [2025-05-14 Wed 17:48] -:END: - -[[https://whatsminer.net/shop/][Products Archive - Whatsminer]] - -Rack mounted Bitcoin miner - -* FPGA Zero to Hero · :computer:programming: -:PROPERTIES: -:CREATED: [2025-05-15 Thu 00:35] -:END: - -[[https://codeembedded.com/blog/fpga_zero_to_hero/][FPGA Zero to Hero ·]] - -* "Thus, the first approach to philosophy to prosper for long is the epistemological approach, and though it inevitably fails on its own (mainly because of how realism leads to ontological dualism and dualism leads skepticism), it gives rise to natural science, eventually making it possible for ontological philosophy to succeed." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-05-16 Fri 00:35] -:END: - -* "Thus, we predict that RNA molecules will eventually be discovered to be a structural cause capable, in suitable, natural circumstances, of generating a structural global regularity in which amino acids are assembled as a protein molecule." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-05-17 Sat 08:45] -:END: - -One way to win a Nobel prize is to show this - -* The Way of Code | Rick Rubin -:PROPERTIES: -:CREATED: [2025-05-23 Fri 07:22] -:END: - -[[https://www.thewayofcode.com/][The Way of Code | Rick Rubin]] - -* comma.ai — make driving chill :cars:AI: -:PROPERTIES: -:CREATED: [2025-05-26 Mon 09:14] -:END: - -[[https://comma.ai/][comma.ai — make driving chill]] - -* Products – Rack Robo -:PROPERTIES: -:CREATED: [2025-05-26 Mon 09:17] -:END: - -[[https://rackrobo.io/collections/all][Products – Rack Robo]] - -* An Open-Source MailServer, NewsLetter, Email Marketing | BillionMail :homelab:email: -:PROPERTIES: -:CREATED: [2025-05-28 Wed 03:19] -:END: - -[[https://www.billionmail.com/][An Open-Source MailServer, NewsLetter, Email Marketing | BillionMail]] - -* Powerful Workflow Automation Software & Tools - n8n :homelab:AI: -:PROPERTIES: -:CREATED: [2025-05-28 Wed 03:32] -:END: - -[[https://n8n.io/][Powerful Workflow Automation Software & Tools - n8n]] - -* [[https://www.masteringemacs.org/article/whats-new-in-emacs-301][What's New in Emacs 30.1? - Mastering Emacs]] -:PROPERTIES: -:TITLE: What's New in Emacs 30.1? - Mastering Emacs -:URI: https://www.masteringemacs.org/article/whats-new-in-emacs-301 -:CREATED: [2025-05-30 Fri 11:41] -:END: - -* [[https://abakcus.com/7-visual-tools-that-make-learning-calculus/][7 Visual Tools That Make Learning Calculus Intuitive - Abakcus]] -:PROPERTIES: -:TITLE: 7 Visual Tools That Make Learning Calculus Intuitive - Abakcus -:URI: https://abakcus.com/7-visual-tools-that-make-learning-calculus/ -:CREATED: [2025-05-30 Fri 12:06] -:END: - -* [[https://www.hindawi.org/books/53514814/5.3/][الهِرْمِسية | كشف الحلقة المفقودة بين أديان التعدد والتوحيد | مؤسسة هنداوي]] -:PROPERTIES: -:TITLE: الهِرْمِسية | كشف الحلقة المفقودة بين أديان التعدد والتوحيد | مؤسسة هنداوي -:URI: https://www.hindawi.org/books/53514814/5.3/ -:CREATED: [2025-05-30 Fri 12:23] -:END: - -* [[https://americanarchive.org/catalog/cpb-aacip-75-300zpg26][News in Perspective; Special: An Interview with Egyptian President Gamal Abdel Nasser - American Archive of Public Broadcasting]] -:PROPERTIES: -:TITLE: News in Perspective; Special: An Interview with Egyptian President Gamal Abdel Nasser - American Archive of Public Broadcasting -:URI: https://americanarchive.org/catalog/cpb-aacip-75-300zpg26 -:CREATED: [2025-05-30 Fri 12:24] -:END: - -* [[https://mdavidlitwa.thrivecart.com/hermetica/][The HERMETICA » Powered by ThriveCart]] -:PROPERTIES: -:TITLE: The HERMETICA » Powered by ThriveCart -:URI: https://mdavidlitwa.thrivecart.com/hermetica/ -:CREATED: [2025-05-30 Fri 12:24] -:END: - -* [[https://opnnas.com/#specs][OpnNas | Customizable NAS Solutions for Modern Data Storage]] :homelab: -:PROPERTIES: -:TITLE: OpnNas | Customizable NAS Solutions for Modern Data Storage -:URI: https://opnnas.com/#specs -:CREATED: [2025-05-30 Fri 12:24] -:END: - -* [[https://nix.dev/][Welcome to nix.dev — nix.dev documentation]] -:PROPERTIES: -:TITLE: Welcome to nix.dev — nix.dev documentation -:URI: https://nix.dev/ -:CREATED: [2025-05-30 Fri 12:26] -:END: - -* [[https://medium.com/unified-theory-of-knowledge/the-singular-energy-information-superforce-field-that-started-it-all-2330bfc331d7][The Energy Information Implicate Order that Started It All | by Gregg Henriques | Unified Theory of Knowledge | Medium]] -:PROPERTIES: -:TITLE: The Energy Information Implicate Order that Started It All | by Gregg Henriques | Unified Theory of Knowledge | Medium -:URI: https://medium.com/unified-theory-of-knowledge/the-singular-energy-information-superforce-field-that-started-it-all-2330bfc331d7 -:CREATED: [2025-05-30 Fri 12:27] -:END: - -* [[https://medium.com/unified-theory-of-knowledge/now-utoking-culture-e24e43274adb][Now UTOKing: Culture. In this blog and video series, we… | by Gregg Henriques | Unified Theory of Knowledge | Medium]] -:PROPERTIES: -:TITLE: Now UTOKing: Culture. In this blog and video series, we… | by Gregg Henriques | Unified Theory of Knowledge | Medium -:URI: https://medium.com/unified-theory-of-knowledge/now-utoking-culture-e24e43274adb -:CREATED: [2025-05-30 Fri 12:27] -:END: - -* [[https://vanderhallusa.com/][Home - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles]] -:PROPERTIES: -:TITLE: Home - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles -:URI: https://vanderhallusa.com/ -:CREATED: [2025-05-30 Fri 12:28] -:END: - -* [[https://www.facebook.com/scott.anderson.169276/friends/?id=61561496062221&sk=friends][Scott Anderson | Facebook]] -:PROPERTIES: -:TITLE: Scott Anderson | Facebook -:URI: https://www.facebook.com/scott.anderson.169276/friends/?id=61561496062221&sk=friends -:CREATED: [2025-05-30 Fri 12:28] -:END: - -Randa El-Sherif's widower - -* [[https://github.com/omer-faruq/assistant.koplugin][GitHub - omer-faruq/assistant.koplugin: Assistant: AI Helper Plugin for KOReader : lets you interact with AI language models (Claude, GPT-4, Gemini, DeepSeek, Ollama etc.) while reading]] -:PROPERTIES: -:TITLE: GitHub - omer-faruq/assistant.koplugin: Assistant: AI Helper Plugin for KOReader : lets you interact with AI language models (Claude, GPT-4, Gemini, DeepSeek, Ollama etc.) while reading -:URI: https://github.com/omer-faruq/assistant.koplugin -:CREATED: [2025-05-30 Fri 12:29] -:END: - -* [[https://github.com/jasonchoimtt/koreader-syncthing][GitHub - jasonchoimtt/koreader-syncthing: Syncthing plugin for KOReader]] -:PROPERTIES: -:TITLE: GitHub - jasonchoimtt/koreader-syncthing: Syncthing plugin for KOReader -:URI: https://github.com/jasonchoimtt/koreader-syncthing -:CREATED: [2025-05-30 Fri 12:29] -:END: - -* [[https://scriptlets.notmarek.com/][Scriptlets!]] :kindle: -:PROPERTIES: -:TITLE: Scriptlets! -:URI: https://scriptlets.notmarek.com/ -:CREATED: [2025-05-30 Fri 12:30] -:END: - -* [[https://github.com/iliane5/meridian][GitHub - iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs.]] -:PROPERTIES: -:TITLE: GitHub - iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs. -:URI: https://github.com/iliane5/meridian -:CREATED: [2025-05-30 Fri 12:30] -:END: - -* [[https://web.archive.org/web/20120426105258/http:/www.druze.ca/AboutDruze.html][Canadian Druze Society of Ontario]] -:PROPERTIES: -:TITLE: Canadian Druze Society of Ontario -:URI: https://web.archive.org/web/20120426105258/http:/www.druze.ca/AboutDruze.html -:CREATED: [2025-05-30 Fri 12:31] -:END: - -* [[https://spiritsciencecentral.com/][Spirit Science – The Home of Spirit Science]] -:PROPERTIES: -:TITLE: Spirit Science – The Home of Spirit Science -:URI: https://spiritsciencecentral.com/ -:CREATED: [2025-05-30 Fri 12:31] -:END: - -* [[https://www.natreason.com/trilogy-introduction][Trilogy Introduction — natReason.com]] :ontology: -:PROPERTIES: -:TITLE: Trilogy Introduction — natReason.com -:URI: https://www.natreason.com/trilogy-introduction -:CREATED: [2025-05-30 Fri 12:31] -:END: - -Follow-up to TWOW. - -* [[https://www.metaontology.org/][Metaontology]] -:PROPERTIES: -:TITLE: Metaontology -:URI: https://www.metaontology.org/ -:CREATED: [2025-05-30 Fri 12:32] -:END: - -* [[https://forward.com/culture/film-tv/700375/holding-liat-beinin-family-brandon-kramer-berlin-documentary-award/][In 'Holding Liat,' a sensitive chronicle of a hostage family's grief – The Forward]] -:PROPERTIES: -:TITLE: In 'Holding Liat,' a sensitive chronicle of a hostage family's grief – The Forward -:URI: https://forward.com/culture/film-tv/700375/holding-liat-beinin-family-brandon-kramer-berlin-documentary-award/ -:CREATED: [2025-05-30 Fri 12:32] -:END: - -* [[https://it-notes.dragas.net/2025/02/26/fedimeteo-how-a-tiny-freebsd-vps-became-a-global-weather-service-for-thousands/][FediMeteo: How a Tiny €4 FreeBSD VPS Became a Global Weather Service for Thousands - IT Notes]] -:PROPERTIES: -:TITLE: FediMeteo: How a Tiny €4 FreeBSD VPS Became a Global Weather Service for Thousands - IT Notes -:URI: https://it-notes.dragas.net/2025/02/26/fedimeteo-how-a-tiny-freebsd-vps-became-a-global-weather-service-for-thousands/ -:CREATED: [2025-05-30 Fri 12:33] -:END: - -* [[https://www.advancedfictionwriting.com/][Advanced Fiction Writing, By Randy Ingermanson, The "Snowflake Guy"]] -:PROPERTIES: -:TITLE: Advanced Fiction Writing, By Randy Ingermanson, The "Snowflake Guy" -:URI: https://www.advancedfictionwriting.com/ -:CREATED: [2025-05-30 Fri 12:33] -:END: - -* [[https://www.colorado.edu/faculty/moddel/research/zero-point-energy-technology][Zero-Point Energy Technology | Garret Moddel | University of Colorado Boulder]] -:PROPERTIES: -:TITLE: Zero-Point Energy Technology | Garret Moddel | University of Colorado Boulder -:URI: https://www.colorado.edu/faculty/moddel/research/zero-point-energy-technology -:CREATED: [2025-05-30 Fri 12:34] -:END: - -* [[https://www.marketingtech.com/manufacturers/xjet][XJet | Custom Manufacturing Solutions | Marketing Tech]] :making: -:PROPERTIES: -:TITLE: XJet | Custom Manufacturing Solutions | Marketing Tech -:URI: https://www.marketingtech.com/manufacturers/xjet -:CREATED: [2025-05-30 Fri 12:34] -:END: - -* [[https://writings.stephenwolfram.com/2021/11/the-concept-of-the-ruliad/][The Concept of the Ruliad—Stephen Wolfram Writings]] -:PROPERTIES: -:TITLE: The Concept of the Ruliad—Stephen Wolfram Writings -:URI: https://writings.stephenwolfram.com/2021/11/the-concept-of-the-ruliad/ -:CREATED: [2025-05-30 Fri 12:35] -:END: - -* [[https://www.freemasonrywatch.org/cagliostro_egyptianfreemasonry.html][Cagliostro's Secret Ritual of Egyptian Rite Freemasonry]] -:PROPERTIES: -:TITLE: Cagliostro's Secret Ritual of Egyptian Rite Freemasonry -:URI: https://www.freemasonrywatch.org/cagliostro_egyptianfreemasonry.html -:CREATED: [2025-05-30 Fri 12:35] -:END: - -* [[https://web.archive.org/web/20030920115808/http:/www.uwec.edu/Philrel/faculty/beach/publications/eleusis.html][The Ecole Initiative: The Eleusinian Mysteries]] -:PROPERTIES: -:TITLE: The Ecole Initiative: The Eleusinian Mysteries -:URI: https://web.archive.org/web/20030920115808/http:/www.uwec.edu/Philrel/faculty/beach/publications/eleusis.html -:CREATED: [2025-05-30 Fri 12:35] -:END: - -* [[https://emacs.tv/][emacs.tv]] -:PROPERTIES: -:TITLE: emacs.tv -:URI: https://emacs.tv/ -:CREATED: [2025-05-30 Fri 12:36] -:END: - -* [[https://www.ternbicycles.com/us][Tern Bicycles | Electric Bikes, Cargo eBikes and Folding]] -:PROPERTIES: -:TITLE: Tern Bicycles | Electric Bikes, Cargo eBikes and Folding -:URI: https://www.ternbicycles.com/us -:CREATED: [2025-05-30 Fri 12:36] -:END: - -* [[https://manassa.news/stories/16245][ما لم يروِه زياد العليمي| نحن والجموع | المنصة]] -:PROPERTIES: -:TITLE: ما لم يروِه زياد العليمي| نحن والجموع | المنصة -:URI: https://manassa.news/stories/16245 -:CREATED: [2025-05-30 Fri 12:36] -:END: - -* [[https://imt-decal.org/][IMT DeCal, Spring 2019]] :mathematics: -:PROPERTIES: -:TITLE: IMT DeCal, Spring 2019 -:URI: https://imt-decal.org/ -:CREATED: [2025-05-30 Fri 12:37] -:END: - -Introduction to Mathematical Thinking - -* [[https://jules.google.com/task?pli=1][Jules]] -:PROPERTIES: -:TITLE: Jules -:URI: https://jules.google.com/task?pli=1 -:CREATED: [2025-05-30 Fri 12:39] -:END: - -Jules tackles bugs, small feature requests, and other software engineering tasks, with direct export to GitHub. - -* [[https://github.com/Fosowl/agenticSeek][GitHub - Fosowl/agenticSeek: Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. 🔔 Official updates only via twitter @Martin993886460. Any other account is fake.]] -:PROPERTIES: -:TITLE: GitHub - Fosowl/agenticSeek: Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. 🔔 Official updates only via twitter @Martin993886460. Any other account is fake. -:URI: https://github.com/Fosowl/agenticSeek -:CREATED: [2025-06-02 Mon 09:39] -:END: - -* [[https://www.veryoldwriting.com/][Secrets of the Scribes]] -:PROPERTIES: -:TITLE: Secrets of the Scribes -:URI: https://www.veryoldwriting.com/ -:CREATED: [2025-06-02 Mon 09:39] -:END: - -* [[https://www.indiegogo.com/projects/liberux-nexx--3#/][Liberux NEXX | Indiegogo]] :days: -:PROPERTIES: -:TITLE: Liberux NEXX | Indiegogo -:URI: https://www.indiegogo.com/projects/liberux-nexx--3#/ -:CREATED: [2025-06-03 Tue 11:31] -:END: - -* [[https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1][nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 · Hugging Face]] :OCR: -:PROPERTIES: -:TITLE: nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 · Hugging Face -:URI: https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 -:CREATED: [2025-06-04 Wed 12:02] -:END: - -* [[https://www.palladiummag.com/2025/06/01/the-megaproject-economy/][The Megaproject Economy]] -:PROPERTIES: -:TITLE: The Megaproject Economy -:URI: https://www.palladiummag.com/2025/06/01/the-megaproject-economy/ -:CREATED: [2025-06-04 Wed 13:07] -:END: - -* Carl Jung’s Life Changing World of Psychedelics: Explained by Terence Mc... -:PROPERTIES: -:CREATED: [2025-06-07 Sat 07:05] -:END: - -[[https://youtube.com/watch?v=w0-mqKtTy-w&si=A_mJmH4ekGmYyrBX][Carl Jung’s Life Changing World of Psychedelics: Explained by Terence Mc...]] - -26:00 After-history. By rediscovering psilocybin we are entering post-history. The mushroom is the mysteries - -* You'd figure that in the US one major party would say 'open immigration but no welfare whatsoever' while the other says 'welfare but less immigration', but then, that would make sense and it's not supposed to. -:PROPERTIES: -:CREATED: [2025-06-10 Tue 09:32] -:END: - -* [[https://www.coalax.com/products/lancer300-modular-backpack][Coalax Lancer300 Camera Backpack]] :radio:weeks: -:PROPERTIES: -:TITLE: Coalax Lancer300 Camera Backpack -:URI: https://www.coalax.com/products/lancer300-modular-backpack -:CREATED: [2025-06-10 Tue 15:13] -:END: - -Might be a good backpack for mobile radio operation - -* Middle East wars -:PROPERTIES: -:CREATED: [2025-06-11 Wed 12:53] -:END: - -First war: starting with WWI - -Second war: Iran coup, Egypt coup, part of the Cold War. Soviet union and republics vs US and kingdoms. - -Third war: Islamists vs the US and Arab regimes - -Fourth war: After US withdrawal leading to the Arab Spring, a three way regional conflict erupts between: - - * Turkey, Qatar, Muslim Brotherhood - * Iran, Assad, Hizbullah and Iraq - * Israel, UAE - * KSA and Egypt - -* Quadrants and Hemispheres of the Birth Chart -:PROPERTIES: -:CREATED: [2025-06-13 Fri 08:15] -:END: - -[[https://www.astrolink.com/en/article/quadrants][Quadrants and Hemispheres of the Birth Chart]] - -* Myths and truths about the Part of Fortune -:PROPERTIES: -:CREATED: [2025-06-13 Fri 08:34] -:END: - -[[https://www.astrolink.com/en/article/part-of-fortune][Myths and truths about the Part of Fortune]] - -* Part of Fortune in Sagittarius Natal Meaning in Astrology - Astrology -:PROPERTIES: -:CREATED: [2025-06-13 Fri 08:44] -:END: - -[[https://advanced-astrology.com/part-of-fortune-in-sagittarius/][Part of Fortune in Sagittarius Natal Meaning in Astrology - Astrology]] - -Astrology - -a stellar tool for self-reflection -Menu -Part of Fortune in Sagittarius Natal Meaning in Astrology -Posted on January 22, 2021 by stargazer - -If you have your Part of Fortune in Sagittarius and want to learn about this placement, this article is for you. This is a very interesting position. Sagittarius is ruled by Jupiter, the planet of luck and abundance. The Part of Fortune here enjoys the benevolent rays of Jupiter, what makes it more powerful. - -People with their Part of Fortune in Sagittarius are joyful and optimistic. They are aligned with the divine laws and they intuitively understand how to make their good fortune come to them. This placement suggest that you are open-minded and have faith in life. In return, life supports you. - -The Part of Fortune is a very important point in the natal chart. This Arabic part can reveal how to tap into your luck and where you can become abundant and joyful. It is associated with mental, emotional, spiritual, material, physical well-being. - -It is interesting that the Part of Fortune is calculated based on the position of the Sun, the Moon, and the ascendant in the birth chart. If you know a little about astrology, you know how important these three are and how much influence they have over the whole chart. The Part of Fortune mixes these energies, resulting a unique point which is very unique to you. You can make the most out of your Part of Fortune if you are true to yourself and follow your inner guidance. - -Keep reading to learn more about the Part of Fortune in Sagittarius! -part of fortune in sagittarius -Part of Fortune in Sagittarius - -How to find luck if you have your natal Part of Fortune in Sagittarius? - -This placement suggests that your greatest joy comes from expansion. You want to grow on every level of existence. The Part of Fortune in Sagittarius suggests that you hate restrictions. You cannot be truly happy if you feel that you are limited in some way. Freedom is a must with a Partrt of Fortune in Sagittarius. This placement suggest that you love everything that helps you broaden your horizons. You want new experiences and excitement to feel alive. You are not bound to one source of joy, you can find it anywhere. - -With the Part of Fortune in Sagittarius, you need to focus on the energy of this sign. As a fire sign, Sagittarius is optimistic, motivated, enthusiastic, brave, courageous. You often find that good fortune comes to you when you cultivate these traits in yourself. This placement suggests that you find an easier flow of energy when you have faith in yourself and when you believe that the universe wants to support you. - -The Part of Fortune in Sagittarius suggests that you are a joyful person by nature. You connect with others well, and you can learn a lot if you are willing to listen. Education is important with this placement in the natal chart (informal education as well). Learning brings you a lot of joy. The Part of Fortune in Sagittarius suggests that you can thrive on new information and seeing the world from a new perspective. - -With this placement, your relationship with your higher self is very important. Sagittarius is the sign of spirituality and the search for meaning. The Part of Fortune here indicates that you can attract the most good if you live your life aligned with the divine principles. Your intuition can guide you to where you can find abundance and prosperity. You follow joy in a spontaneous way. - -In astrology, Sagittarius is connected with foreign cultures and long-distance travel. Some people with who have their Part of Fortune in this sign often feel compelled to travel or even to move abroad. Depending on the rest of the chart, it can indicate good fortune coming to you far away from the place where you were born, or through people who belong to other cultures. You need a diverse community around you with various philosophical and various views. - -If you don’t travel physically, you still want to travel mentally. Exploring new ideas is what makes you feel fulfilled with this placement. -The Part of Fortune in Sagittarius in the Natal Chart - -The zodiac sign very your Part of Fortune is located reveals how you can find the greatest joy and abundance. However, there are some other factors that you also have to consider. These are just as important in the birth chart: - - the ruler of the Part of Fortune’s sign (for the Part of Fortune in Sagittarius, this is Jupiter). Analyze the position of the planetary ruler by houses and signs. Is it in a good dignity? Does it receive harmonious or challenging aspects? - the house - natal planets forming an aspect to the Part of Fortune (the conjunction carries the most weight) - planets in transit or progressed planets aspecting the Part of Fortune - -How you can make the most out of your Part of Fortune also depends on the house where it is located. Astrological houses correspond to different areas of life. The Part of Fortune in Sagittarius in the eleventh house suggests that like-minded people help you grow. Someone with their Part of Fortune in Sagittarius in the first house has to establish a solid sense of self and find out which ideas actually belong to them to be truly happy. They need to be self-reliant and get the ball rolling to make good fortune come to them. - -If you want to learn more about the Part of Fortune through the astrological houses in the natal chart, visit this page. -The Part of Fortune in Astrology - -What is the Part of Fortune in astrology, and why is it worth it to pay attention to? - -There are many Arabic parts, but most of them are not widely used nowadays. However, the Part of Fortune is an exception. It is the most popular Arabic part still used in modern astrology. - -The Part of Fortune is calculated based on the three most important astrological features: the ascendant, the Sun, and the Moon. These three describe different but equally important aspects of you. The ascendant corresponds to your physical body and identity, the Sun represents your ego, and the Moon can be called your soul. The Part of Fortune is a blend between these energies, and it can be seen as your divine essence. In the birth chart, the Part of Fortune shows what brings you the most joy, where you can find your luck, and in general it is a point of harmony. - -To calculate the Part of Fortune, you have to know the hour and minute of your birth. The ascendant changes very quickly, and so does the Part of Fortune. The formula for a day chart (where the Sun is in houses 7-12, above the horizon) is the ascendant + Moon – Sun. For a night chart (the Sun is below the ascendant descendant axis in houses 1-6), you can calculate the Part of Fortune as the ascendant + Sun – Moon. -The Zodiac Sign Sagittarius in Astrology - -Sagittarius is the ninth sign of the Zodiac. In the natural chart, the Archer is connected with the ninth house of the higher mind. Its planetary ruler is Jupiter, the planet of luck and expansion. - -Sagittarius is all about adventure and freedom. It is not bound to one place, it can feel at home anywhere. In astrology, Sagittarius is connected with foreign cultures,foreign languages, travel, education, philosophy. This zodiac sign loves to wonder about the great questions of life. - -By element, Sagittarius is a fire sign (along with Aries and Leo), and by modality, it belongs to the group of mutable signs. - -As all zodiac signs, Sagittarius also has its shadow side. It is blunt, can be self-righteous, and it can be hard for the Archer to commit. - -If you found this article helpful, maybe you want to save it for later. Make sure to share it with your friends who enjoy learning astrology! -SEARCH BAR -CATEGORIES - - Karmic Relationships - Life Purpose - Ideal Career - Asteroids - Sun in Houses - Sun in Signs - Moon in Houses - Moon in Signs - Mercury in Houses - Mercury in Signs - Venus in Houses - Venus in Signs - Mars in Houses - Jupiter in Houses - Jupiter in Signs - Saturn in Houses - Saturn in Signs - Uranus in Houses - Neptune in Houses - Pluto in Houses - North Node in Houses - North Node in Signs - Part of Fortune in Houses - Part of Fortune in Signs - Lilith in Houses - Lilith in Signs - Chiron Aspects - Aspects Meaning - -♥️ For entertainment purposes only ♥️ This website doesn't provide any financial, legal, medical, psychological, or any other kind of professional advice. -Legal Stuff - - About Us - Privacy Policy - Website Terms and Conditions of Use - Contact Us - -© 2020-2025 advanced-astrology.com - -* Part of Fortune in 3rd House:Your Luck in the Natal Chart -:PROPERTIES: -:CREATED: [2025-06-13 Fri 08:53] -:END: - -[[https://advanced-astrology.com/part-of-fortune-in-3rd-house/][Part of Fortune in 3rd House:Your Luck in the Natal Chart]] - -Astrology - -a stellar tool for self-reflection -Menu -Part of Fortune in 3rd House -Posted on December 8, 2020 by stargazer - -If you have your Part of Fortune in 3rd house in your birth chart, this article is for you. - -What are the advantages of this position? - -In the birth chart, the house of the Part of Fortune reveals where is a harmonious flow of energy, in which area you find luck and good fortune. The Part of Fortune is also connected with material and worldly success. - -The Part of Fortune in 3rd house suggests that good fortune comes to you through connecting with other people. You need to stay open-minded and curious to feel truly connected with the universe and receive its blessings. - -The Part of Fortune in 3rd house can also indicate luck coming to you through your siblings, aunts, uncles, cousins, relatives, neighbors, people who are close to you. - -This position is somewhat similar to having the Part of Fortune in the zodiac sign Gemini. - -Keep reading to learn more about the Part of Fortune in 3rd House! -Part of Fortune in 3rd House - -What the Part of Fortune in 3rd house suggests about abundance, joy, and harmony? - -In the natal chart, this position emphasizes the importance of communication. The Part of Fortune in 3rd house brings joy through connecting with other people. You can be abundant by being open-minded and curious. Being understood makes you happy and the company of others brings you joy. You can make the most out of the Part of Fortune in 3rd house if you develop an intuitive understanding of the principles of the universe (the 9th house is the opposite of the third, important for the Part of Fortune to function well). - -The Part of Fortune here suggests that it is important to be open to the views of others. Understanding others and their point of view brings you good fortune. Connecting with the people around you help you expand your mind and bring new opportunities. Sharing ideas usually bring joy to people with the Part of Fortune in 3rd house. - -Communication is one of the most vital skills you can master with the Part of Fortune in 3rd house. The third house is all about connecting with others. - -Words often contribute to your good fortune. To you, a good conversation is an opportunity for happiness. The Part of Fortune in 3rd house is usually accompanied by a strong need for self-expression. - -This position can indicate an interest in foreign languages or philosophy. The Part of Fortune in 3rd house can suggest literary talent. These people often have a way with words. - -If you want to read about the most frequent indicators of this talent, read this article about the indicators of writing talent in the birth chart! - -People with this placement are creative thinkers, and this is often a source of good fortune in their lives. It is important to establish a balance between your concrete mind and your higher self. The Part of Fortune in 3rd house can function the best when it is supported by your intuition. - -With the Part of Fortune here, you are often attracted to writing, reading, sharing your thoughts and consuming the thoughts of others. Your intellect can help you achieve your goals and create abundance in your life. People with this placement often work in a position where they use their brain power. - -Part of Fortune in 3rd house indicates that mental well-being helps you achieve well-being on every other plane. - -Learning usually brings you plenty of joy with the Part of Fortune in 3rd house. People with this placement are usually in love with learning, they enjoy reading about various topics and they never stop educating themselves. The Part of Fortune in 3rd house is sometimes accompanied by great hand dexterity. These people can gain great skills. - -The Part of Fortune in 3rd house can also indicate good fortune coming into your life through relatives. Your relationship with your siblings (if you have any) can also be a blessing. They can be a source of luck and happiness in your life. - -The Part of Fortune in 3rd house often indicates that your immediate surroundings contribute to your success. Some people find joy on exciting short trips, or they like talking to their neighbors or local friends. Socializing usually helps you feel content with the Part of Fortune in 3rd house. -part of fortune in 3rd house - -Besides its house, the sign of the Part of Fortune is also significant. The sign reveals how you can activate this energy. If you have planets aspecting your Part of Fortune, make sure to pay attention to them. Transiting planets or progressed planets are important influences, too. They often trigger an event in your life (the nature of the event depends on the planet, Jupiter transits can be extremely lucky, while malefics are not necessarily easy to deal with). -The Part of Fortune in Astrology - -What is the Part of Fortune in astrology, and why is it important? - -This Arabic Part is perhaps the most popular, it is frequently used in chart reading. There are numerous Arabic parts in astrology. The Lot or Part of Fortune is associated with harmony, joy, good fortune, luck. This is somewhat different from the luck of Jupiter, as it depends on you and your ability to serve others with your talents and joy. The Part of Fortune depends on the position of the Sun, the Moon, and the ascendant, the three key features of the natal chart. This makes it very special, as it can be seen as the essence of you. - - In order to calculate the Part of Fortune, you have to know your exact time of birth. The formula is the function of the degree of the ascendant, Moon, and Sun in the natal chart. - -The calculation differs for day charts and night charts. (In a day chart, the Sun is placed in houses 7-12, in a night chart, it is below the horizon, in houses 1-6). - -In a night chart, the Part of Fortune is calculated as the ascendant + Sun – Moon. For a day chart, the formula is the ascendant + Moon – Sun. - -In the birth chart, the house of the Part of Fortune is usually a life area where you can easily succeed. The zodiac sign where the Part of Fortune is placed shows how you can activate this point. To make the most out of the Part of Fortune, you have to be happy and fulfilled, and strive to help others with your joy and talents. - -To fully understand the Part of Fortune in your natal chart, you have to analyze its position by house and sign, and all the aspects it forms with the rest of the chart (the orb should be tight). When progressed or transiting planets touch the Part of Fortune, important events often occur in your life. - -The symbol of the Part of Fortune is a circle with a cross in it. -The Third House in the Chart Wheel - -What are the things you need to know about the third house in the birth chart? - -The most important life areas connected with this house are communication and learning. As a decadent house, planets here manifest on a mental plane. - -Besides communication, the third house is also the house of places close to you, people living in your immediate environment, but also relatives. The third house also represents your peers in school, elementary education. - -Short trips, transportation, vehicles also belong to the third house. - -In the natural chart, the third house is associated with the zodiac sign Gemini. Gemini is ruled by Mercury, and Mercury is in accidental dignity here. - -If you want to learn more about this house, make sure to read this article: the third house in astrology. - -If you found this article helpful, maybe you want to save it for later. Make sure to share it with your friends who enjoy learning astrology! -SEARCH BAR -CATEGORIES - - Karmic Relationships - Life Purpose - Ideal Career - Asteroids - Sun in Houses - Sun in Signs - Moon in Houses - Moon in Signs - Mercury in Houses - Mercury in Signs - Venus in Houses - Venus in Signs - Mars in Houses - Jupiter in Houses - Jupiter in Signs - Saturn in Houses - Saturn in Signs - Uranus in Houses - Neptune in Houses - Pluto in Houses - North Node in Houses - North Node in Signs - Part of Fortune in Houses - Part of Fortune in Signs - Lilith in Houses - Lilith in Signs - Chiron Aspects - Aspects Meaning - -♥️ For entertainment purposes only ♥️ This website doesn't provide any financial, legal, medical, psychological, or any other kind of professional advice. -Legal Stuff - - About Us - Privacy Policy - Website Terms and Conditions of Use - Contact Us - -© 2020-2025 advanced-astrology.com - -* [[http://harmonagon.com/#][Harmonagon™]] :music:education: -:PROPERTIES: -:TITLE: Harmonagon™ -:URI: http://harmonagon.com/# -:CREATED: [2025-06-13 Fri 13:05] -:END: - -* [[https://github.com/google-gemini/gemini-fullstack-langgraph-quickstart][GitHub - google-gemini/gemini-fullstack-langgraph-quickstart: Get started with building Fullstack Agents using Gemini 2.5 and LangGraph]] :AI: -:PROPERTIES: -:TITLE: GitHub - google-gemini/gemini-fullstack-langgraph-quickstart: Get started with building Fullstack Agents using Gemini 2.5 and LangGraph -:URI: https://github.com/google-gemini/gemini-fullstack-langgraph-quickstart -:CREATED: [2025-06-13 Fri 13:06] -:END: - -* [[https://www.tricorderzero.com/][Health and Fitness Tracker | Tricorder.Zero]] :health:quantifiedSelf: -:PROPERTIES: -:TITLE: Health and Fitness Tracker | Tricorder.Zero -:URI: https://www.tricorderzero.com/ -:CREATED: [2025-06-13 Fri 13:15] -:END: - -* Nancy birth chart - -If you have a blank section on your report, please comment below so we may fix it. -Chart Data For NApril 21, 1977 at 6:50 (6:50 am) (time zone = UTC+3) -Universal Time: 03:50 -Moscow, Moscow, Russia -55°N45' 37°E37' -Tropical Zodiac - -** Placidus Houses -*** Your Conscious Self - -Your sun sign in Taurus radiates a calm and grounded energy. You are someone who values stability, reliability, and security in life. People see you as strong-willed and determined. When it comes to expressing your vital energies, you have a steady and patient approach. - -But there's something special about your sun placement in the twelfth house. This house represents the subconscious mind, spirituality, and hidden aspects of your personality. With the sun in the twelfth house, your vital energies may be directed towards exploring your inner world, seeking spiritual enlightenment, and understanding the mysteries of life. - -You have a deep well of intuition and inner wisdom within you. You may find yourself drawn to activities like meditation, dream analysis, or other forms of spiritual practices. Your inner world is rich and vibrant, and you often seek solitude to recharge and reconnect with yourself. - -However, be aware of a potential challenge that may arise from this placement. The twelfth house can also bring a tendency towards escaping reality and retreating into your own world. Sometimes it may be tempting to avoid facing difficult emotions or responsibilities. Remember to maintain a balance between your inner world and the external reality. Stay mindful of any tendencies towards self-sabotaging behaviors, like procrastination or self-doubt. - -Despite these potential challenges, the synthesis of Taurus and the twelfth house offers you great potential for personal growth and self-discovery. By embracing your inner world and using your strong will and determination, you have the power to transform your life in profound ways. Trust in your intuition, follow your passions, and let your vital energies guide you towards a more fulfilling and spiritually-aligned life. - -Your sun in Taurus in the twelfth house signifies a deep connection to your inner self and a desire for spiritual growth. Embrace this unique combination and make the most of your inherent strengths. Your path may have its challenges, but with your persistence and self-awareness, you have the potential to find deep fulfillment and create a life aligned with your true purpose. - -*** Your Inner Subconscious - -Your moon in Gemini suggests that you have a naturally curious and adaptable emotional nature. You tend to react to situations and people in a communicative and intellectual way. Your mind is constantly buzzing with thoughts and ideas, and you have a need for mental stimulation and variety in your emotional experiences. - -With the moon in the twelfth house, you seek emotional fulfillment, security, and comfort in the realm of spirituality, dreams, and the unconscious. You have a deep emotional sensitivity and intuition, and you may find solace and emotional release through meditation, creative pursuits, or exploring your dreams and the hidden aspects of your psyche. This house placement suggests that you may have a deep emotional connection to the world beyond the physical, and you may experience periods of introspection and soul-searching. - -The conjunction aspect between your moon in Gemini and Jupiter in Gemini in the twelfth house adds a touch of expansion and optimism to your emotional nature. You have a naturally positive and enthusiastic outlook, and you are able to find joy and emotional fulfillment in learning, exploring new ideas, and expanding your knowledge. This aspect suggests that you have a natural ability to see the bigger picture and find meaning and purpose in your emotional experiences. - -The synthesis of the moon in Gemini in the twelfth house with the moon conjunction Jupiter amplifies your emotional intelligence and intuitive abilities. You have a keen awareness of not only your own emotional landscape but also the emotional needs and experiences of others. Your empathy and understanding make you a compassionate and supportive presence in the lives of those around you. - -It is important to mention that with this conjunction aspect, there is a potential for overindulgence or an excess of emotions at times. You may have a tendency to get caught up in the excitement of new ideas or experiences, which could lead to scattered emotions or difficulties in finding emotional stability. It is crucial for you to find a balance between your curiosity and emotional grounding, ensuring that you stay connected to your emotions even in the midst of change and novelty. - -However, overall, your moon in Gemini in the twelfth house conjunction Jupiter signifies a deep emotional wisdom and an innate ability to bring optimism and enthusiasm to your emotional experiences. You have a unique capacity to find emotional fulfillment and a sense of belonging through the exploration of your intellectual and spiritual nature. Embrace your natural curiosity and use it to deepen your understanding of your emotions and the world around you. By staying connected to your emotional core, you will continue to grow and find emotional stability and comfort in your life's journey. - -*** Your Filter Over Your Personality - -With your Ascendant in Gemini, you have a lively and curious approach to life. Gemini Ascendants are known for their versatile and adaptable nature. You have a chameleon-like ability to fit in and interact with various people and situations. Your witty and intellectual charm naturally draws others towards you, making you a delightful conversationalist and a great storyteller. - -However, the opposition aspect between Neptune and your Ascendant adds a layer of dreaminess and sensitivity to your personality. Neptune, the planet of spirituality and illusions, influences your Ascendant, making you highly empathetic and attuned to the emotions of others. You have a vivid imagination, which often leads you to explore the mystical and transcendental aspects of life. - -This strong Neptune-style influence means that you're likely to have a compassionate and idealistic nature. You genuinely care about helping others and may be drawn towards creative or healing professions. Your intuition is heightened, allowing you to see beyond the surface and perceive the deeper meaning in people and situations. - -Now, let's talk about how your Gemini Ascendant modifies the expression of your Taurus Sun. With your Sun in Taurus, you have a practical and grounded nature. You value stability, comfort, and reliability. This earthy energy often translates into a patient and determined approach to achieving your goals. - -However, your Gemini Ascendant adds a touch of intellectual curiosity and versatility to your Taurus nature. You possess a flexible mindset and love to learn new things. Your Gemini Ascendant also infuses a sense of playfulness and sociability into your demeanor, making you outgoing and adaptable in social settings. - -With your Ascendant combination of Gemini and Neptune in opposition, you have the potential to be a compassionate communicator with a deep understanding of others' emotions. You may be drawn to creative or spiritual pursuits that allow you to express your natural empathy and imagination. - -You need to be aware that the Neptune opposition can sometimes blur the boundaries between reality and fantasy. While this can enhance your creativity and spiritual understanding, make sure you stay grounded and discerning when it comes to making important life decisions. Focusing on self-care and setting healthy boundaries will be essential to maintain your emotional well-being. - -Embrace your gift of empathy and use it to connect with others on a deeper level. Your Gemini Ascendant will help you express your Taurus Sun's practicality in a more versatile and sociable way. With a harmonious balance, you can thrive as a compassionate and creative individual who brings light and understanding into the lives of those around you. - -*** Your Communication Style and Thought Process - -Your Mercury in Taurus suggests that you have a steady and practical way of thinking and communicating. You value stability and reliability in your thought processes, and your mind often prefers to work at a slow and deliberate pace. You have a preference for practicality and common sense when it comes to understanding and expressing ideas. - -With Mercury in the twelfth house, your thoughts and communication are deeply influenced by your subconscious mind. You may have a rich inner world, filled with dreams, fantasies, and intuition. You possess great insight and can tap into a wealth of hidden knowledge. Your thinking may be influenced by spiritual or metaphysical matters, and you have a natural inclination for introspection and reflection. - -The opposition aspect between Mercury and Uranus adds a twist of originality and unpredictability to your thinking and communication style. You have an inventive and innovative mind that enjoys exploring unconventional ideas and approaches. You may experience sudden flashes of insight or brilliant ideas that come to you unexpectedly. You possess a unique perspective and enjoy challenging conventional wisdom. - -With Mercury in the twelfth house opposing Uranus in the sixth house, your mind may sometimes feel at odds with the demands of your day-to-day routines and work environment. You may resist conforming to strict schedules and traditional methods of doing things. Your keen intelligence and individuality may clash with the more structured and routine expectations of your workplace or daily routines. - -Find a balance between your need for personal freedom and the practical demands of everyday life. Embrace your ability to think outside the box and find innovative solutions, but also be mindful of the potential for restlessness or rebelliousness that can arise from this aspect. By being aware of these tendencies, you can harness your unique mental abilities to bring fresh ideas and approaches to your work and daily life. - -Every aspect has its challenges and opportunities. Embrace the excitement that your unique thinking and communication style brings, and seek ways to channel your originality and creativity into your daily life and work. By doing so, you have the potential to inspire and influence those around you, and bring a fresh perspective to your chosen field. - -*** Your Love, Values, and Attraction - -With your Venus in Aries in the twelfth house, you have a fiery and dynamic approach to expressing affection and love. Aries, the first sign of the zodiac, gives you an enthusiastic and courageous energy when it comes to your relationships. You are not afraid to take the initiative and pursue the person you desire. Your affectionate nature is characterized by a straightforward and assertive expression of your emotions. - -The twelfth house, where Venus resides, indicates that you seek pleasure, contentment, and happiness in the realm of spirituality, meditation, and introspection. It suggests that you find fulfillment in connecting with your inner self and exploring the depths of your subconscious mind. You may also find joy in helping others in need or engaging in charitable activities. - -The opposition aspect between Venus and Pluto adds a transformative intensity to your relationships and expression of affection. In particular, it may bring about power struggles or intense emotional experiences within your partnerships. This aspect can make you emotionally intense and passionate, but also prone to mood swings and possessiveness at times. - -This aspect also highlights the importance of maintaining a healthy balance between independence and intimacy. You may have a tendency to either be too domineering and controlling or to give up your own desires and needs to maintain harmony in your relationships. It is crucial for you to find a middle ground where you can assert yourself without overpowering others or suppressing your own desires. - -Potential issues to be mindful of include the tendency to become overly possessive or jealous in your relationships. The intensity of your emotions might sometimes lead to power struggles or conflicts that could impact the harmony of your partnerships. It is essential to work on developing a healthy sense of self-confidence and self-worth, as this will help you navigate your relationships more effectively. - -On a positive note, your Venus in Aries in the twelfth house provides you with a deep wellspring of passion and love to draw from. When channeled positively, this energy can create a profound connection and spiritual bond within your relationships. By nurturing your inner self and practicing self-reflection, you can learn to express your affection in a way that empowers both yourself and your loved ones. - -Your dynamic nature can make your relationships exciting, but it is essential to find a balance between assertiveness and consideration for others. With self-awareness and willingness to learn from your experiences, you can develop fulfilling relationships that bring you joy and satisfaction. - -*** Your Energy and Action -** Outer Planets -*** Your Luck, Expansion, and Growth - -According to your natal chart, your Jupiter is placed in the zodiac sign of Gemini, and it occupies the twelfth house, which is the house of spirituality, imagination, and dreams. Furthermore, it is in conjunction aspect with your Moon, which is also in Gemini and in the twelfth house. Let me explain the significance of this placement and its manifestations in your life. - -Jupiter's placement in Gemini suggests that you are curious, communicative, and quick-witted. You share your ideas and thoughts with enthusiasm and optimism, and you enjoy learning new things that broaden your intellectual horizons. You may find yourself drawn towards fields such as journalism, education, or communication, which would put your natural talents of expressing yourself to good use. However, Jupiter in Gemini also has a tendency to spread themselves too thin, giving too much attention towards a range of frivolous subjects to pursue rather than focusing their energy on a single subject. Therefore you may need to stay focused and channel your energies in a direction that can take you where you want to go. - -The twelfth house placement of Jupiter suggests that you have a deep inner spiritual calling that may not be visible to others. You tend to introspect and spend time in solitude to understand yourself better, which allows you to connect with the divine source. You may also have a keen interest in exploring the esoteric mysteries of life, the nature of the soul, and the mysteries of the universe. The influence of Jupiter in the twelfth house also suggests that you possess great intuition and have the ability to perceive things intuitively, even before they take place. - -The conjunction of Jupiter and the Moon in Gemini suggests that your emotions and thoughts are intertwined. You may find it easy to express your feelings verbally, and you have the ability to influence what others think and feel by expressing yourself. You may have a good sense of timing and perception, especially when it comes to assessing what others need emotionally. However, this placement could also lead to restless thoughts and emotional indecisiveness at times. - -With Jupiter in Gemini in the twelfth house in conjunction with the Moon in Gemini in the twelfth house, your chart tends to suggest that you may be driven to seek out new experiences, knowledge, and deeper spiritual meaning in life. It may not always be easy, but your optimistic, curious nature and your intuition can lead you towards finding a greater sense of purpose and understanding. - -I hope this interpretation has been helpful to you, and may the path you choose be filled with joy and fulfillment. - -*** Your Responsibility, Self-Discipline, and Limitations - -With Saturn in Leo in your fourth house, you have a strong desire to establish and preserve yourself through creating a secure and stable home and family life. You take on the responsibility of providing a solid foundation for yourself and your loved ones, and you find deep satisfaction in being the pillar of support for those around you. You seek recognition and respect for your role as the head of the household, and you take your responsibilities seriously. - -Leo is a sign known for its creativity and expression, and this energy influences how you approach your home life. You have a flair for adding personal touches to your living space, making it a warm and inviting environment. You take pride in your home and enjoy showcasing your unique sense of style and aesthetic. Your creative abilities can also extend to activities such as cooking, gardening, or interior design, where you can excel and find joy. - -However, the square aspect to Uranus in your sixth house brings some interesting dynamics to this dynamic. Uranus represents the need for freedom and individuality, and in the sixth house of work and daily routine, it suggests that you may experience tension between your desire for stability and structure and your need for personal freedom and innovation in your work environment. - -You may find yourself frequently desiring change and feeling restless in your job or daily routines. The rebellious and unconventional energy of Uranus pushes against the more traditional and serious nature of Saturn, creating a conflict between your need for stability and your urge for personal growth and change. This can lead to a sense of restlessness and dissatisfaction with your career path or the way you spend your day-to-day life. - -To find harmony in this dynamic, it is important to find ways to incorporate innovation and personal freedom into your work and daily routines. Embrace opportunities to introduce new ideas or approaches, and seek environments that allow for flexibility and creativity. By finding a balance between stability and change, you can create a fulfilling and meaningful career and daily life that aligns with your desire to establish a secure foundation. - -In terms of potential issues to watch out for, be aware that this aspect can sometimes create tension and disruptions in your home and family life. Uranus' influence may lead to unexpected changes or conflicts within your domestic sphere, challenging your efforts to establish stability. It's important to be open to adaptability and find ways to address any unexpected disruptions that may arise. - -Saturn in Leo in the fourth house square Uranus in the sixth house emphasizes the importance of finding your own unique expression within the structures of your life. By balancing your need for stability and structure with your desire for personal freedom and innovation, you can establish a solid foundation that supports both your home life and your professional endeavors. With patience, perseverance, and a willingness to embrace change, you can find success, satisfaction, and meaningful fulfillment in both areas of your life. - -** Generational Outer Planets -*** Your Uniqueness and Rebellion - -In your natal chart, Uranus, the planet of uniqueness, originality, and excitement, is located in your sixth house. This placement indicates that the area of life where you can most immediately experience these qualities is related to your daily routines, work, and health. You have a strong need to express yourself freely and intuitively in these areas, allowing your true genius to shine through. - -With Uranus in your sixth house, you are naturally inclined to approach your daily tasks in an unconventional and experimental manner. You may have a knack for finding innovative solutions or introducing new technologies or methods into your work environment. Your ability to think outside the box and come up with creative ideas can bring a fresh perspective to your professional life. - -It is also important to note that Uranus in the sixth house often makes you keenly aware of the issues affecting society as a whole. You may find yourself drawn to causes that promote positive changes in the world, particularly in relation to work-related matters. Your unique perspective and ability to challenge the status quo can contribute to the improvement of workplace conditions and societal norms. - -However, it is crucial to be mindful of the opposition aspect between Uranus and Mercury in Taurus, which is located in your twelfth house. This aspect can present certain challenges in how you communicate and express your ideas. The stabilizing and cautious energy of Mercury in Taurus may clash with the unpredictable and unconventional nature of Uranus. This can sometimes result in internal conflict or difficulty in effectively conveying your thoughts to others. - -To navigate this aspect, it is essential to find a balance between your need for innovation and the need for practicality in your communication style. Being aware of these potential challenges can help you find creative ways to bridge the gap between your unique ideas and the more traditional expectations of others. Embrace your inventive thoughts while also recognizing the value of grounding them in practicality and stability. - -This aspect suggests that your unique approach and originality in your daily routines, work, and health can lead to significant positive changes in your life and society as a whole. By embracing your intuitive and experimental nature, you have the potential to make a lasting impact. Remember to navigate the opposition aspect with a mindful and balanced approach, taking into account the needs of both your individuality and the practicality demanded by others. - -*** Your Inner Dreamer, Intuition, and Imagination - -With Neptune in your seventh house, you have a heightened sensitivity to the mystical and transcendent aspects of your relationships. This house represents the area of your life where you can experience the non-material, the inspiring, and the spiritual. You possess an innate ability to connect deeply with others on a soul level, seeking profound and spiritual connections in your partnerships. - -You have a strong desire to escape from any routine, oppressive, or uninspiring conditions that might hinder the growth and fulfillment of your relationships. You long for a love that is not bound by the limitations of the material world, and you may find yourself easily swept away by romantic ideals and fantasies. It is essential for you to navigate the fine line between idealization and reality in your relationships, as this can sometimes lead to seeing your partner through rose-colored glasses and overlooking their flaws. - -The trine aspect between Neptune in the seventh house and Saturn in Leo enhances your ability to create long-lasting, stable, and committed partnerships that are also deeply imbued with spiritual and transformative qualities. Saturn's influence in your fourth house of home and family brings a sense of responsibility and maturity to your relationships, as well as a need for a solid foundation and security. - -This aspect suggests that your relationships can be a source of strength and stability in your life. You may find that your partner helps you ground your lofty spiritual ideals into practical reality and provides the stability you need to manifest your dreams together. Your ability to harmonize the imaginative and idealistic energy of Neptune with the structure and discipline of Saturn can create a profound and enduring bond with your partner. - -However, be aware of potentially becoming too idealistic or emotionally dependent on your relationships. There is a risk of projecting your own desires and fantasies onto your partner, rather than truly seeing them for who they are. Strive for open and honest communication, as well as maintaining healthy boundaries, to maintain balance and avoid disappointment. - -Your Neptune in the seventh house, in trine aspect to Saturn, gifts you with the ability to experience deep and soulful connections in your relationships. The fusion of these energies allows you to create a love that is both spiritually inspired and grounded in reality. By staying true to yourself, maintaining healthy boundaries, and embracing the transformative power of love, you have the potential for beautiful and meaningful partnerships. - -*** Your Power of Transformation, Rebirth, and Profound Change - -Your Pluto in the sixth house signifies a profound transformation that you experience in the area of daily routines, work, and health. This house represents the day-to-day activities that structure your life and how you approach your responsibilities. - -With Pluto here, you have a deep and intense approach to these areas of life. You may be driven towards understanding the underlying motivations behind your work and the need for a sense of purpose in your daily activities. You have a strong desire to experience profound change in your work environment and may be willing to confront any power dynamics or oppressive systems that you come across. - -Your transformation in this domain may also extend to your attitudes towards health. You have the potential to completely overhaul and reformulate your approach to physical and mental well-being. This may involve addressing any compulsive or self-destructive habits that have hindered your overall sense of wellness. - -This transformative journey may not always be easy. The opposition aspect between Pluto in the sixth house and Venus in Aries in the twelfth house brings your relationships, values, and desires into the equation. There may be periods when your need for personal growth and transformation clashes with your desire for harmony and pleasing others. - -You might find yourself struggling to balance your obligations to others with your own need for personal development. It is essential to find a healthy middle ground where you can evolve and grow without completely disregarding the needs and wishes of those around you. - -While it may present some challenges, this aspect also offers great potential for growth, both in your relationships and in your personal evolution. By confronting and honestly examining the deep-seated patterns and compulsions within you, you can contribute to the evolution of your consciousness and experience a profound transformation in these areas of life. - -Embrace the intense and transformative energy of Pluto in the sixth house, and use it as a catalyst for personal growth. Find a balance between your own needs and the needs of others, and continue to honestly confront the issues that arise. Remember that by doing so, you have the opportunity to revolutionize your work, daily routines, and overall well-being, taking you on a path towards greater fulfillment and consciousness. - -** Other Points -*** Your Career and Public Reputation - -Your Midheaven in Aquarius adds a unique and unconventional flavor to your career and public image. You have a natural inclination to stand out from the crowd and to innovate in your chosen field. You seek advancements that benefit not only yourself but also society as a whole. - -With the square aspect between your sun in Taurus and Midheaven in Aquarius, there may be some inherent tension between your personal desires and the way you express yourself in your career. You may struggle to find a balance between the stability and security you crave (Taurus) and your need for freedom and uniqueness in your professional life (Aquarius). This tension can manifest as a resistance to conforming to traditional career paths, and you may find yourself drawn to more unconventional or cutting-edge industries. - -Be aware of any potential issues that may arise from this aspect. You may encounter challenges in finding lasting fulfillment in your career or in finding a sense of stability. It may take time and effort to reconcile these two seemingly contradictory energies. - -However, when you do find that balance, the potential is great. Your innovative and forward-thinking approach can lead to breakthroughs and advancements in your field. Your unique perspective and ability to think outside the box will set you apart from others and drive you towards success. Stay true to your authentic self and embrace your unconventional nature as you pursue your career ambitions. - -Remember that success may come through maverick approaches and thinking beyond the norm. Trust in your ability to bring about change and progress. By being true to yourself and your vision, you can make a meaningful impact on the world and carve out a path that reflects your individuality and aspirations. Keep pushing boundaries and don't be afraid to challenge the status quo. Embrace the opportunity to bring your innovative ideas to the forefront and make a difference. - -*** Your Inner Wounds and Healing Journey - -Chiron in Taurus symbolizes an Inner Wound related to self-worth, security, and material possessions. You may have experienced feelings of inadequacy or unworthiness in these areas, which can manifest as a constant search for stability and validation. - -This wound may have manifested early in your life, possibly stemming from a lack of nurturing or feeling valued for who you truly are. It may have also contributed to a fear of change or a resistance to stepping out of your comfort zone. - -The twelfth house placement of Chiron suggests that this wound is deeply rooted in your subconscious mind and may be connected to past life experiences or ancestral patterns. You may struggle with hidden fears, self-sabotaging behaviors, or a tendency to withdraw from the world as a means of self-protection. - -With Chiron in conjunction aspect to your Sun, the search for healing and self-discovery becomes intimately intertwined with your core identity and sense of self. This conjunction magnifies the impact of the wounded energy, making it even more prominent in your life. - -The twelfth house placement of your Sun indicates that the expression of this wound is often veiled or hidden from others. You may feel a sense of isolation or loneliness, even within a group of people. It's important to recognize and embrace the role that your wounds play in shaping your individuality and the lessons they offer for personal growth. - -To embark on your healing path, you are encouraged to cultivate self-acceptance, self-love, and compassion towards yourself. Nurturing your physical and emotional well-being, as well as finding healthy, grounding outlets for your creativity, can be particularly healing for you. - -While the Chiron in Taurus in the twelfth house aspect reveals an enduring struggle, it also imparts a profound gift. Your inner journey of healing and self-discovery can lead to a deep understanding of the value of inner peace, spiritual connection, and the beauty of simple pleasures. By embracing these gifts and integrating them into your life, you can develop a strong sense of purpose and create a solid foundation for lasting emotional and material security. - -It is important to remain aware that your wounds may resurface from time to time, especially during challenging or transformative periods. However, by using the tools and insights gained through your healing journey, you can overcome these challenges with grace and resilience. Trust that through your efforts, you will continue to grow, evolve, and find greater fulfillment in your life. - -*** Your Shadow Side and Overcoming Primary Fears - -Your Lilith in Taurus in the twelfth house signifies that your shadow side and primary fears are deeply rooted in matters relating to security, self-worth, and material possessions. You may have hidden fears related to financial stability and the fear of not having enough resources to sustain yourself. This fear can manifest as a tendency to hold onto possessions and a fear of letting go or experiencing loss. - -With Lilith in the twelfth house, these fears and hidden aspects of yourself may play out in your subconscious mind and affect your spirituality and connection to the divine. You may struggle with deep-seated feelings of guilt, shame, or unworthiness that prevent you from fully embracing your spiritual path. It is important for you to explore and confront these shadows in order to find inner peace and connect with your higher self. - -The conjunction aspect between Lilith and the moon in your birth chart further highlights the intensity of these hidden fears and shadow aspects. The moon represents emotions and instincts, and its conjunction with Lilith magnifies the emotional power of your shadow side. You may experience intense emotional struggles and bouts of moodiness or emotional instability as a result of the subconscious fears represented by Lilith. - -In the twelfth house, the moon and Lilith's influence may also manifest as a tendency to retreat into your own emotional world or seek solace in solitude. You may have a rich inner life, but it's essential to find balance by engaging with others and sharing your emotions in healthy ways. - -The combination of Lilith in Taurus, in the twelfth house, and the conjunction with the moon suggests that you may struggle to recognize and confront your fears regarding security and self-worth. By leaning into your emotional intelligence and exploring the depths of your emotions, you can begin to shed light on these hidden aspects and heal the wounds that hinder your personal growth. - -Be mindful of potential issues that may arise from this aspect. You may tend to bury your fears and repress your emotions, which can lead to passive-aggressive behaviors or emotional outbursts. It is crucial to find healthy outlets for your emotions, such as therapy, creative expression, or spiritual practices, to avoid internalizing and suppressing them. - -Remember, the presence of Lilith in Taurus in the twelfth house offers an opportunity for spiritual healing and growth. By facing your fears head-on and embracing your shadow side, you can transform these challenges into strengths. Trust in your ability to delve deep into your emotions and nurture your sense of self-worth. Through this journey, you can experience personal transformation and find fulfillment in all areas of life. - -*** Your Unique Life Path and Personal Growth Journey - -Having your North Node in Libra in the sixth house indicates that your developmental path and personal growth are closely tied to the themes of balance, harmony, relationships, and service in your day-to-day life. - -Libra, represented by the Scales, is the sign of harmony, diplomacy, and partnerships. With your North Node here, it suggests that cultivating these qualities and learning to navigate relationships with grace and fairness is a key part of your life's journey. You are meant to learn how to establish and maintain equilibrium in your interactions with others, seeking mutually beneficial solutions and avoiding conflict whenever possible. - -In the sixth house, which governs work, daily routines, health, and service, your North Node's energy is channeled towards creating harmony in these areas of your life. You are called to find your unique approach to bringing balance and cooperation into your work environment and daily routines. This could involve fostering a supportive and collaborative atmosphere, mediating conflicts, or using your natural sense of fairness to advocate for justice and equal treatment. - -Additionally, the North Node in the sixth house suggests that your personal growth and self-development will come through acts of service and taking care of others. You are likely to find fulfillment by being of service to others, whether it is through your vocation, volunteer work, or simply supporting those around you. - -However, be mindful of potential challenges that may arise. The North Node always presents a certain level of difficulty to overcome in order to fully embrace its potential. With your North Node in Libra in the sixth house, you may need to work on asserting yourself and setting healthy boundaries. You may have a tendency to prioritize others' needs over your own, leading to feelings of imbalance and resentment. It is important to remember that taking care of yourself is just as important as taking care of others. - -Embracing the lessons of your North Node in Libra in the sixth house will allow you to develop a strong sense of fairness and harmony in your daily life. Cultivating healthy relationships, fostering collaboration, and finding fulfillment in acts of service will lead you towards a more balanced and satisfying life. By honoring your own needs while serving others, you will create a fulfilling and harmonious existence. - -** Aspects -*** Drivers -**** Sun Conjunction Chiron (orb 0°29') - -This aspect was already discussed in the Your Inner Wounds and Healing Journey section above. - -**** Moon Conjunction Jupiter (orb 3°0') - -This aspect was already discussed in the Your Inner Subconscious section above. - -**** Neptune Opposition Ascendant (orb 3°4') - -This aspect was already discussed in the Your Filter Over Your Personality section above. - -**** Venus Opposition Pluto (orb 3°17') - -This aspect was already discussed in the Your Love, Values, and Attraction section above. - -**** Mercury Opposition Uranus (orb 4°18') - -This aspect was already discussed in the Your Communication Style and Thought Process section above. - -**** Saturn Square Uranus (orb 0°7') - -This aspect was already discussed in the Your Responsibility, Self-Discipline, and Limitations section above. - -**** Chiron Square Midheaven (orb 0°34') - -With Chiron in Taurus in the twelfth house, in a square aspect to the Midheaven in Aquarius, you have a unique blend of energies at play in your birth chart. - -Chiron, often known as the "wounded healer," represents our deepest wounds and the potential for healing that lies within them. It shows us where we may have experienced pain and where we have the opportunity to grow stronger. In Taurus, Chiron's wounds and healing potential are connected to matters of security, self-worth, and material possessions. You may have experienced challenges in these areas at some point in your life, but through these struggles, you have the potential to cultivate a deep sense of self-worth and find healing. - -The twelfth house is associated with hidden strengths, spirituality, and subconscious patterns. With Chiron residing here, your wounds may be rooted in feelings of isolation, guilt, or unprocessed emotions. You might have a tendency to internalize your pain or struggle to express your true needs and desires. However, the twelfth house also offers you an opportunity for spiritual transformation and deep connection with your inner self. By exploring your subconscious patterns and embracing your spirituality, you can find healing and liberation. - -Now, let's focus on the square aspect between Chiron and the Midheaven in Aquarius. The Midheaven represents your career, reputation, and public image. Aquarius brings an innovative and unconventional energy to this aspect, suggesting that you may feel torn between your woundedness and the desire to make a unique contribution to the world. This aspect can bring challenges in finding the right career path or integrating your true self into your professional life. - -However, sometimes the greatest gifts come from our struggles. This aspect indicates a potential for you to bring healing and transformation to the structures and systems within society. By embracing your unique perspective, you have the capacity to inspire change and make a positive impact on a larger scale. - -You need to be aware of the potential challenges that this aspect brings. You may face periods of deep self-doubt as your woundedness and career aspirations clash. You might also encounter resistance or criticism from others who may not fully understand or appreciate your innovative approach. However, by embracing these challenges and persevering, you have the opportunity to create lasting change and find profound fulfillment. - -**** Sun Square Midheaven (orb 1°2') - -This aspect was already discussed in the Your Career and Public Reputation section above. - -**** Mercury Square Saturn (orb 4°25') - -Mercury in Taurus reflects a person who thinks and communicates in a careful, thorough, and practical manner. They have a grounded approach to processing information and tend to favor concrete facts and tangible evidence. This individual may take their time before forming an opinion or making a decision, as they have a deep need to ensure stability and security in their thoughts. Their communication style is often deliberate and deliberate, as they value clear and concise expression. - -With Mercury in the twelfth house, this person's mental activity and communication are strongly influenced by their subconscious mind. They possess a rich inner world and are often introspective and reflective. The twelfth house emphasizes the need for solitude and introspection, making this individual naturally inclined towards private thoughts and quiet contemplation. They may have a heightened intuition and possess a deep understanding of the hidden aspects of life. - -The placement of Mercury square Saturn adds a significant dynamic to their communication style. Saturn's influence in Leo in the fourth house suggests that there may be challenges or limitations in expressing themselves freely within their family or home environment. They may have experienced a strict upbringing or a sense of responsibility towards their family, which can create inhibitions or a fear of being truly heard and understood. This aspect can also bring a certain seriousness or cautiousness to their communication style. - -The square aspect between Mercury and Saturn brings forth a tension that needs to be navigated carefully. It may manifest as self-doubt, a tendency to overthink, or hesitation when expressing oneself. They may struggle with finding the balance between asserting their own opinions and receiving feedback from others. However, this aspect also fosters a strong sense of determination and perseverance in their communication. - -Despite the potential challenges, this combination of planetary placements holds great potential for personal growth. Through introspection and self-reflection, they have a unique ability to tap into their intuition and access hidden knowledge. While they may face uncertainties in expressing themselves openly, the twelfth house energy can grant them the ability to delve into deeper layers of communication and connect on a profound level with others. - -In order to overcome any potential obstacles, it is crucial for this individual to practice self-acceptance and cultivate a sense of self-worth. By embracing their unique thought process and allowing themselves to be vulnerable in their communication, they can foster genuine connections with others. It is important for them to surround themselves with a supportive and understanding environment that encourages their authentic expression. - -Ultimately, this person possesses a wealth of wisdom and the ability to communicate with depth and sincerity. By embracing their reflective nature and trusting their intuition, they can uncover powerful insights and contribute valuable perspectives to their surroundings. -Ease - -**** Pluto Trine Ascendant (orb 0°28') -**** Venus Trine Saturn (orb 1°1') - -Your Venus is in Aries, which makes you someone who expresses affection in a fiery and passionate manner. You tend to value independence and assertiveness in yourself and others, and you seek excitement and adventure in your relationships. - -Your Venus in the twelfth house suggests that you are a deeply sensitive and compassionate person, despite your outwardly assertive nature. You may be drawn to people who need your help or support, or you may find that serving others gives you a sense of fulfillment in your relationships. - -The trine aspect between Venus in Aries and Saturn in Leo indicates that you have a strong, stable foundation in your relationships. You are committed and loyal to those you love, and you take your responsibilities seriously. This aspect also suggests that you have the potential to turn your creative and artistic talents into a source of stability and security for yourself and your loved ones. - -However, be aware that there may be potential conflicts between your need for independence and your desire for stability and security in your relationships. You may need to work on finding a balance between these opposing drives in order to maintain healthy relationships. - -Your chart suggests that you have a great capacity for love and creativity. By embracing your passion and sense of adventure while also cultivating your deep compassion for others, you have the potential to build strong, fulfilling relationships and a rich, rewarding creative life. - -**** Moon Trine Midheaven (orb 1°22') - -The Midheaven in Aquarius indicates that you have a unique and innovative approach to your career and public image. You are driven by a strong desire to make a positive impact on society and to contribute to the greater good. You may be drawn to unconventional professions or those that involve cutting-edge technology, futuristic ideas, or social reform. - -With your moon in Gemini in the twelfth house in trine aspect to your Midheaven, this brings harmony and ease between your emotional well-being and your career pursuits. You possess excellent communication and networking skills, which can help you excel in your chosen field. You are adaptable and versatile, easily navigating different social circles and connecting with diverse groups of people. Your ability to express your feelings articulately and objectively can be a great asset in the workplace. - -However, be mindful of potential challenges that may arise. This aspect suggests a tendency to become easily distracted or scattered, which might hinder your progress or make it difficult to focus on long-term goals. Additionally, your strong desire for intellectual stimulation and variety may lead you to jump from one opportunity to another without fully committing to any one path. - -To fully leverage the potential of your Midheaven in Aquarius, it is crucial to find a balance between your need for independence and your long-term ambitions. Cultivating discipline and creating a structured routine can help you stay focused on your goals and avoid becoming overwhelmed by choice. Embracing your social-mindedness and using your communication skills to advocate for causes you believe in can also bring fulfillment and drive in your career. - -Ultimately, with your Midheaven in Aquarius, you have the potential to create a meaningful and impactful career that aligns with your progressive values. By embracing your natural ability to connect with others and your innovative ideas, you can carve out your own unique path to success. Stay grounded, prioritize your goals, and channel your energy into ventures that truly resonate with your aspirations. Trust in your ability to make a difference in your chosen field and embrace the exciting opportunities that lie ahead! - -**** Jupiter Trine Midheaven (orb 1°38') - -With your Midheaven in Aquarius, there's a strong likelihood that you were born with an innate desire to make your mark in a way that sits outside the norms. Aquarius is all about innovation, uniqueness, and autonomy. You may continuously strive for freedom in your career and have a deep need for something more than just a traditional 9-5 job. You need something that allows for creative self-expression and change. - -Now, Jupiter in your twelfth house stands in a beautiful trine with your Midheaven. This aspect brings luck and expansion into your life when you learn to tap into your inner spiritual and emotional world. As Gemini is the sign on the cusp of your twelfth house where Jupiter resides, your fortune might come in forms that involve communication, be it verbal, written, or digital. Another specialty of Gemini is its adaptability. Lightweight, quick, and agile, your words can pick up other's meaning quickly and turn arguments on their head. - -However, because both Aquarius (Midheaven) and Gemini (Jupiter) are air signs, and considering the twelfth house placement, you might get lost in your thoughts a lot. This might lead to periods of indecision or overthinking, which can become a hindrance to the swift execution of your ideas. - -You might also struggle with your abstract thoughts and ideals clashing with the practical needs of reality. This combination could make it difficult for you to settle with a specific path, as your desires might frequently shift and change, making it challenging to stick to your long-term goals. - -Still, remember that these potential struggles simply indicate areas for growth. This adventurous and freedom-loving configuration can lead to an exciting and non-conventional career, often allowing you to function well in professions linked to technology, humanitarian causes, science, astrology, or aviation. Your ability to express complex ideas simply and vividly can let you shine in the fields of writing, education, and the media. - -When you embrace the innovative and unconventional side of Aquarius, combined with the quick-wit and communicative prowess of Gemini, you can truly flourish. Just remember, harness the different elements of your unique astrological makeup and use them to drive towards significant achievements. It's a journey, so pace yourself and tap into the innate wisdom present within your stars. The universe is cheering you on. - -**** Saturn Trine Neptune (orb 5°48') - -Saturn in Leo in the fourth house suggests that you seek to establish and preserve your sense of self through your home, family, and emotional foundations. You have a deep desire for stability, structure, and a sense of belonging in these areas of your life. You take on responsibility and work diligently to create a solid and secure home environment. It is important for you to feel a sense of pride and respect from your family members and to be recognized for your efforts in nurturing and caring for them. - -With Saturn in the fourth house, you may feel the weight of expectations and obligations within your family dynamics. Perhaps there is a strong sense of tradition or authority figures who play a significant role in shaping your family life. This can bring both rewards and challenges. On the positive side, you have the capacity to create a strong and enduring family unit that provides a solid foundation for everyone involved. Your determination and dedication to your loved ones are admirable. - -The trine aspect between Saturn in Leo and Neptune in the seventh house adds an element of creativity and sensitivity to your approach in establishing lasting partnerships and relationships. You have the ability to blend the practical and the imaginative, bringing a touch of magic into your interactions. You may strive to find a balance between your personal needs for stability and the desire to connect with others in a deep and meaningful way. - -This aspect suggests that you have a strong understanding of the emotional needs of others and are able to create a nurturing environment in your relationships. Your compassion and empathy allow you to form strong bonds with others, as you are attentive to their hopes and dreams. - -However, the potential challenge with this aspect is that you might find it difficult to assert your own needs and boundaries in relationships. It is important to remember that building a healthy partnership requires reciprocity and mutual respect. Be mindful of not sacrificing your own happiness and well-being solely for the sake of maintaining harmony. - -Your Saturn in Leo in the fourth house indicates that you seek to establish and preserve your sense of self through your home and family life. Your dedication and hard work create a stable and secure foundation for yourself and your loved ones. The trine aspect between Saturn and Neptune adds a touch of creativity, sensitivity, and compassion to your relationships. However, be cautious about not neglecting your own needs in your quest to support and nurture others. With awareness and balance, you have the potential to create deeply fulfilling and meaningful connections in your life. - -**** Saturn Sextile Pluto (orb 2°17') - -Saturn in Leo in the fourth house indicates that you seek to establish and preserve your sense of self through your family, home, and roots. You have a deep desire for stability and security in these areas of life, and you take on the responsibility of being the anchor for your loved ones. You take your role as a provider seriously, and you strive to create a strong foundation for yourself and your family. - -With Saturn in Leo, you have a strong need for recognition and validation, and you may feel that you need to work extra hard to prove your worth. You are ambitious and driven to succeed, and you are willing to put in the necessary effort to achieve your goals. While you may face challenges in expressing your individuality within the confines of your family or ancestral traditions, you have the potential to redefine and bring fresh energy to these areas. - -The sextile aspect between Saturn in the fourth house and Pluto in the sixth house adds intensity and depth to your work and daily routines. You have a natural ability to transform the mundane into something meaningful and profound. You are highly disciplined, and you take your responsibilities at work very seriously. You are not afraid of hard work and you have the ability to work through obstacles and challenges, ultimately emerging stronger. - -This aspect also suggests that your work can have a transformative impact on your sense of self and your connection to your roots and family. It is through your dedicated effort and commitment to your career or daily routines that you can find a deep sense of satisfaction and purpose. You have the potential to make a lasting and profound impact in your chosen field. - -However, be aware of potential issues that can arise with this planetary configuration. With Saturn in Leo, you may sometimes put too much pressure on yourself to meet your own high standards, leading to feelings of self-doubt and unworthiness. Remember to take time for self-care and balance your need for achievement with moments of relaxation and joy. - -Your Saturn in Leo in the fourth house, in sextile aspect to Pluto in the sixth house, signifies your dedication to establishing a strong foundation and sense of self through your family and home. Your hard work and commitment in your career or daily routines can bring deep satisfaction and meaning to your life. While you may face challenges in balancing your need for recognition with family expectations, by embracing your individuality and transforming the mundane, you have the potential to create a legacy that brings fulfillment and joy. - -**** Saturn Sextile Ascendant (orb 2°44') - -With your Ascendant in Gemini, you have a youthful spirit that brings a lively, curious, and social approach to life. Being the first point of contact with the world, your Gemini Ascendant shows you naturally enjoy absorbing and sharing information. Your inherent curiosity and adaptability make you a social butterfly, always ready to explore and learn. - -Your Saturn, the planetary taskmaster, is comfortably placed in fiery Leo in your fourth house, forming a sextile aspect with your Gemini Ascendant. This aspect brings a wonderful harmony, blending responsibility with your naturally charismatic communication style. Your Saturn in Leo might add more structure and discipline to your verbal expressions, helping you communicate your thoughts and ideas more effectively and responsibly. - -Moreover, having Sun in Taurus adds stability and a penchant for practicality. Yet, as your Gemini Ascendant filters these Taurus traits, they may manifest as a practical approach towards acquiring knowledge, with a grounded and constant desire to learn and communicate. The synthesis of this combination allows you to be comfortable managing multiple tasks, and you might find yourself thriving in dynamic environments. - -However, a potential challenge might come in the form of restlessness due to your intellectual curiosity and social disposition. At times, you could veer towards being superficial or inconsistent, as Gemini Ascendant may encourage hopping from one topic or person to another. Balancing your inquisitive and mutable Gemini nature with the steadfast qualities of your Taurus Sun will be essential. - -On the positive side, these aspects promote versatility, adaptability, and intellectual playfulness. Your Taurus sun's groundedness, combined with your Gemini Ascendant's mental flexibility and Saturn's discipline in Leo, allows you to share and apply your knowledge responsibly, creating stability and getting things done efficiently. - -**** Neptune Sextile Pluto (orb 3°32') - -Neptune in the seventh house brings the energy of non-material, mystical experiences to the area of relationships and partnerships in your life. This placement suggests that your connections with others may have a particularly spiritual or even transcendent quality. You seek to form deep and meaningful connections, where love and compassion flourish. You may have a deep desire to merge with your partner on an emotional and spiritual level, creating a bond that feels otherworldly. - -The seventh house is also associated with idealization, and with Neptune here, you may have a tendency to put your relationships on a pedestal, seeing your partner through rose-colored glasses. It is important to balance your idealism with a healthy dose of realism to avoid potential disillusionment. Keep in mind that no relationship can live up to perfection, and that true fulfillment comes from accepting and embracing each other's flaws. - -With Neptune sextile Pluto in the sixth house, there is a harmonious flow of energy between the transformative power of Pluto in the area of work, health, and daily routines, and the mystical realm of Neptune. This aspect suggests that you have the ability to infuse your daily life with a sense of inspiration and magic. You may find that your work or daily routines become a spiritual practice for you, allowing you to tap into a deeper meaning and purpose. - -This aspect can also indicate a talent for healing and transformation in a work or service-oriented setting. Your intuition and empathy combine with a powerful drive for self-improvement, allowing you to help others in profound ways. You may have the ability to uncover hidden truths or bring about positive changes in your workplace or daily life. - -However, it is important to be cautious of the potential escapism that Neptune can bring. With both Neptune in the seventh house and the sextile aspect to Pluto, there is a risk of becoming lost in fantasies or using relationships and work as a means to escape from the realities of life. It is essential to stay grounded and face any challenges or responsibilities head-on, rather than avoiding them. Balancing your spiritual ideals with practicality will help you navigate potential pitfalls. - -This combination of Neptune in the seventh house and Neptune sextile Pluto encourages you to seek and foster meaningful connections in your relationships and infuse your daily life with inspiration and transformation. By staying grounded and finding a healthy balance between idealism and reality, you can tap into the deep wells of spirituality and create a life that is both transcendent and practical. - -**** Venus Sextile Ascendant (orb 3°45') - -As a Gemini Ascendant, your approach to life is filled with curiosity and an insatiable thirst for knowledge. Your mind moves at a rapid pace, always analyzing and gathering information. This mental agility makes you adaptable, flexible, and incredibly versatile, able to fit your thoughts and actions to any situation. There's a charming sense of unpredictability about you which others find intriguing. But the key word for Gemini Ascendant is variety. You love having many strings to your bow and juggling numerous balls in the air at the same time. - -Your Venus placed in Aries in the twelfth house sextiling your Ascendant adds flair to your personality. Venus here brings a passionate, assertive, and fiery edge to the way you express love and relate to others. This Venus-in-Aries energy complements your Gemini Ascendant, enabling you to be a charming conversationalist with a knack for keeping things lively and interesting. The harmonious sextile aspect suggests you have a natural ability to combine your charm and assertiveness in a way that is appealing to others. It also impacts the way you approach relationships and social situations, enabling you to cut through complications and be direct, adding a layer of straightforwardness to the Gemini's innate charm. - -Your Sun sign, Taurus, is known for having a steadfast nature, with a strong desire for security, comfort and practicality. But with a Gemini Ascendant, this Taurean energy takes on a more flexible form. There's a continuous interplay between your core desire for stability (Taurus) and the need for variety (Gemini) in your life. You might find yourself fluctuating between wanting to stay put (Taurus Sun) and wanting to explore and gather more information (Gemini Ascendant). However, the Gemini Ascendant infuses your personality with flexibility that helps to adapt the Taurean stubbornness into more malleable forms, enabling you to balance stability with a need for change and intellectual stimulation. - -The only potential downside here is that you might spread yourself too thin at times. Your Gemini Ascendant could make you a jack of all trades and master of none if you're not careful. There's a danger of getting too scattered and not finishing what you start. Your Taurus Sun, however, might anchor you, helping you to realize when you need to slow down and nourish your soul. - -Remember, the combination of your Gemini Ascendant with your Taurus Sun gives you a unique diplomatic gift. Your quick wit, combined with your practical determination, makes you a force to be reckoned with. You have this dynamism about you - the ability to keep others on their toes, yet make them feel completely at ease. So, use it to navigate through life's intricate maze. It's a journey of balancing, learning, and evolving. Bring forth the fun-loving Gemini, the practical Taurus and the passionate Venus in Aries to give you a diverse life experience full of exciting adventures, meaningful relationships, and satisfying achievements. - -**** Venus Sextile Jupiter (orb 5°26') -**** Moon Sextile Mars (orb 5°37') - -With your Moon in Gemini positioned in the Twelfth House, your emotional realm is one of dual complexities and great depth. You find comfort within the ephemeral - fleeting thoughts, intellectual concepts, and abstract ideas are your safety blankets. You are naturally curious, with an ever-present thirst for knowledge. The constant change and motion of Gemini's influence may make you a bit restless, causing you to feel anxious if you're not mentally stimulated. - -Combine this with your twelfth house position, and there's a strong instinct towards introspection and solitude. This house is about the hidden, the subconscious, and spiritual realms. You may find yourself needing time and space to process your ever-changing emotions and thoughts. Your emotions are your private sanctuary and sharing them isn't always easy for you. You're likely to be drawn to esoteric or spiritual pursuits, hoping to find answers to your inner mysteries. - -The sextile aspect between your Moon and Mars suggests an energetic demeanor that exhibits itself as a subconscious desire for action. This aspect can animate your emotional nature, giving you a significant drive to channel your restless mind and emotions into strong social motivations or humanitarian efforts. - -Specifically, with your Mars in Pisces in the Eleventh House, you may find yourself driven to help others in communal or charitable ways that are both creative and compassionate. This alignment is ensuring that your empathetic, gentle methods of communication could be very effective in such settings. - -However, you need to watch out for potential issues relating to your emotional health. With your emotions tucked away in the twelfth house, you may struggle with acknowledging or expressing your true feelings. You could fall into a pattern of retreating into solitude or getting lost in your thoughts, creating emotional detachment from others around you. - -In addition, with your Moon sextile Mars, it's vital that your need for action doesn't surge into impulsivity. You should also consciously work on creating a balance since the constant mental stimulation seeking behavior can cause burnout. - -On a positive note, your intellectual curiosity combined with your compassion and impulse for action creates the potential for true depth and richness in your life journey. You possess an unique combination of imagination and intellect, and when harnessed correctly, this can open up wonderful opportunities. Whether it's channeling your energy towards knowledge sharing, producing creative expressions, or getting involved with social causes, you have a natural capability to make a profound impact. Embrace these qualities and make sure to take time for self-care and grounding, and you're well on your way to experiencing a fulfilling and balanced life. -Unrealized Potential, Waiting For You To Make Adjustments - -**** Venus Quincunx Uranus (orb 1°7') - -With Venus in Aries in the twelfth house in a quincunx aspect to Uranus in the sixth house, there is a theme of unrealized potential in your relationships and work life. - -The quincunx aspect creates a sense of tension and adjustment between these two energies. Venus, the planet of love and harmony, in the fiery sign of Aries, brings passion, enthusiasm, and a desire for independence in your relationships. You want to assert yourself and express your individuality. However, the twelfth house signifies hidden and subconscious patterns, suggesting that you may have difficulty fully expressing these desires in your relationships. There may be a sense of secrecy or low self-esteem in this area of your life. - -Uranus, the planet of innovation and unexpected changes, in the practical sixth house, brings a need for freedom, variety, and a dislike for routine in your work environment. You have unique ideas and may find it challenging to conform to traditional norms or authority figures. However, the quincunx aspect from Venus indicates a need to reconcile this desire for liberation with your underlying need for stability and security, which may create some tension or frustration. - -To navigate these dynamics, it is important to become aware of any unconscious patterns or fears that may be blocking your potential. Taking time for introspection and self-reflection can help you understand the deeper layers of your desires and fears, allowing you to make conscious choices. - -In your relationships, it is important to communicate openly and honestly about your needs and desires. Find a balance between asserting yourself and considering the needs of your partner. Embracing vulnerability and working on building self-confidence can help you express your true individuality while maintaining harmonious connections. - -In your work life, explore alternative approaches and embrace change when necessary. Look for opportunities that allow you to express your creativity and originality while considering practical considerations. Finding a career that aligns with your unique talents and values can help you unlock your true potential. - -While there may be challenges and adjustments, this aspect also offers you the opportunity to grow and evolve. By embracing your unrealized potential, you can create fulfilling relationships and a work life that resonates with your true self. Stay open-minded, maintain a positive attitude, and trust in the journey of self-discovery. - -**** Mercury Quincunx Neptune (orb 1°23') - -Mercury in Taurus in the twelfth house quincunx Neptune in the seventh house creates an aspect that revolves around the theme of unrealized potential. Let's break down this aspect and understand its implications for you. - -Mercury, as the ruler of communication and intellect, reflects how you process information and express yourself. Taurus, being an earth sign, brings stability, practicality, and a preference for tangible results. Having Mercury in Taurus means that you think and communicate in a deliberate, grounded manner. You enjoy taking your time to fully understand and process information before expressing it. - -The twelfth house represents hidden depths, spirituality, and the subconscious. It is a place where your inner world is often active and plays a significant role in shaping your thoughts, ideas, and self-expression. With Mercury in the twelfth house, your mind tends to be more sensitive, intuitive, and deeply connected to the spiritual realm. You may have vivid dreams, strong instincts, and an inclination towards introspection. - -The quincunx aspect between Mercury in Taurus and Neptune in the seventh house adds an element of tension and challenge to the mix. Neptune, the planet of dreams, illusions, and creativity, represents a blur between reality and fantasy. It can accentuate the poetic or imaginative side of your communication style. The seventh house governs relationships, partnerships, and the desire for harmony and balance in your interactions with others. - -This aspect suggests that sometimes your potential may go unrealized due to a disconnect between your practical mindset (Mercury in Taurus) and the dreamy, idealistic tendencies of Neptune in the seventh house. You may find it challenging to accurately convey your thoughts and ideas, as your message might get lost in a fog of confusion or misinterpretation. This could lead to missed opportunities or difficulty in forming harmonious connections with partners. - -To overcome these challenges, it's important to strike a balance between the practical and the imaginative. Cultivate self-awareness of the tendency to get lost in your dreams or become overly idealistic in your communication. Honing your communication skills, particularly in partnerships, will help you bridge any gaps and make your ideas more accessible to others. - -By tapping into your intuitive nature and embracing your imaginative side, you can harness your unrealized potential. Don't be afraid to explore unconventional approaches and trust your instincts. Through understanding and integrating both Mercury in Taurus and Neptune in the seventh house energies, you can overcome any hurdles and unlock the creativity and potential that lies within you. -Spiritual - -**** Moon Septile Venus (orb 0°34') - -Details for septile aspects are not yet included in this report. We're working on it. - -*** Other Aspects -**** Moon Conjunction Black Moon Lilith (orb 0°56') - -This aspect was already discussed in the Your Shadow Side and Overcoming Primary Fears section above. - -**** Pluto Square Part of Fortune (orb 0°8') - -Details for this aspect are not included in this report. We're currently working on a separate "Part of Fortune Report". - -* Nari birth chart :ATTACH: -:PROPERTIES: -:ID: 04399bd0-62da-4c89-97fa-845b32c9e26c -:END: - -If you have a blank section on your report, please comment below so we may fix it. -Chart Data For NariJune 29, 1975 at 15:0 (3:00 pm) (time zone = UTC+3) -Universal Time: 12:00 -Cairo, Cairo, Egypt -30°N4' 31°E15' -Tropical Zodiac - -** Campanus Houses -*** Your Conscious Self - -Your sun in Cancer indicates that you have a nurturing and caring nature. You have a strong emotional core and tend to express your vital energies through nurturing and protecting others. You have a deep sense of instinct and can easily sense the needs of those around you. - -With your sun in the ninth house, you focus your vital energies on expanding your horizons and seeking truth and knowledge. You have a strong desire to explore new cultures, philosophies, and belief systems. You are intellectually curious and enjoy learning about different perspectives and ways of life. Traveling and broadening your horizons through education are important to you. - -The square aspect between your sun in Cancer and Pluto in the twelfth house adds intensity and transformation to your energy expression. This aspect indicates that you have a powerful ability to delve into your subconscious and face your fears and deepest emotions. You may go through periods of intense self-discovery and transformation, which can lead to profound personal growth. - -However, this aspect also presents some challenges. The square aspect suggests that you may experience power struggles or conflicts related to your self-expression and personal growth. It is important for you to find healthy ways of integrating your deep emotions and transform any negative patterns or control issues that may arise. It is advisable to seek support from therapy or counseling to navigate through these challenges. - -Your combined chart suggests that you have a nurturing and caring nature, deeply curious about the world and eager to learn and grow. By embracing your transformative tendencies and working through any challenges that come your way, you can tap into your immense emotional strength and bring positive change to your life and the lives of others. - -*** Your Inner Subconscious - -Your moon in Pisces in the fifth house signifies that you have a deeply emotional and sensitive nature when it comes to matters of creativity, self-expression, and romance. The fifth house represents the area of life where you seek emotional fulfillment and a sense of comfort. Here, you find joy and belonging through artistic endeavors and recreational activities that allow you to tap into your imaginative and dreamy side. - -With the moon square Neptune in the second house, there is a complex interplay between your emotional needs and your sense of material security. This aspect suggests that you may have a tendency to blur the lines between reality and fantasy when it comes to financial matters. It's important for you to be cautious with your resources and make sure to ground your financial decisions in practicality. Beware of idealizing material possessions or relying too heavily on others for financial support. Maintaining a balanced perspective will help you navigate any challenges that may arise. - -Despite the potential pitfalls, this combination also brings significant gifts. Your emotional sensitivity, coupled with your creative flair, allows you to express yourself artistically in ways that others may find captivating and inspiring. You have a natural ability to tap into the collective unconscious, which can lead to profound insights and intuitive understanding. Your compassion and empathy make you a nurturing presence to those around you. - -One area to be mindful of is setting healthy boundaries with your emotional attachments. With your moon in Pisces, you may be prone to absorbing the emotions of others and losing yourself in the process. Pay attention to your instincts and ensure you prioritize self-care, so you can enjoy a sense of emotional security and stability. - -Your moon in Pisces in the fifth house, square Neptune, brings emotional depth and artistic sensitivity to your life. By staying grounded and channeling your creativity in a balanced way, you can harness the immense potential this combination offers. Take care of your emotional well-being and foster healthy boundaries, allowing you to fully embrace the beauty and magic that life has to offer. - -*** Your Filter Over Your Personality - -With your Ascendant in Scorpio, your approach to life is highly intense and passionate. You possess a deep curiosity about the mysteries of life and are driven to uncover hidden truths. This gives you a perceptive and penetrating nature, allowing you to easily see beneath the surface of any situation. Your determination and resourcefulness are key strengths, as you possess a powerful inner strength that enables you to overcome any obstacles in your path. - -Now, let's talk about the influence of Uranus in conjunction with your Ascendant. Uranus, the planet of innovation, rebellion, and unpredictability, adds an extra layer of uniqueness and originality to your personality. You possess a strong need for individuality and freedom, and you're not afraid to challenge established norms and boundaries. Your unconventional approach to life may manifest in your appearance, style, or overall attitude, and you're often seen as someone who marches to the beat of their own drum. - -The conjunction between Uranus and your Ascendant amplifies these Uranus-style characteristics within your personality, making them more pronounced. You are likely to have an electric and magnetic presence that draws others in, as people are intrigued by your unconventional nature. You have the ability to inspire and influence others with your innovative ideas and forward-thinking mindset. - -However, be aware that the Scorpio Ascendant modifies the expression of your Cancer sun. With your Sun in Cancer, you possess a deeply nurturing and sensitive nature. You have a natural instinct to care for and protect those close to you, and you prioritize emotional connections in your relationships. The influence of Scorpio on your Ascendant adds intensity and depth to your nurturing qualities, making you incredibly loyal and fiercely protective of those you love. Your emotions run deep, and you may have a tendency to hold onto old wounds or grudges, so it's important to work on letting go and forgiving. - -Your Ascendant in Scorpio combined with the conjunction of Uranus provides you with a unique and dynamic personality. You have a sharp intuition and an ability to uncover hidden truths, which adds depth and richness to your interactions with others. Your Uranus influence makes you innovative, individualistic, and willing to challenge the status quo. However, it is also essential to balance this with your Sun in Cancer and embrace your nurturing and protective nature. - -Expect a life filled with transformation and growth, as you navigate the depths of your own psyche and utilize your inventive and independent spirit to make a positive impact on the world around you. By embracing all aspects of your personality, you will find a sense of fulfillment and purpose in your journey. - -*** Your Communication Style and Thought Process - -After analyzing your chart, I can see that you have Mercury in Gemini in the eighth house, which is in a square aspect to the moon in Pisces in the fifth house. Let's dive into what this says about your thinking, communication style, and areas of experience where you shine. - -Mercury in Gemini describes someone who is quick-witted and versatile in their thinking and communication. You have an active mind that enjoys a wide range of topics and conversations. You likely have no shortage of ideas, and you're able to express them with ease, both verbally and in writing. You're a natural communicator; the challenge comes in focusing your energy and avoiding scattered thinking. - -Your eighth house placement of Mercury adds depth and intensity to your intellectual pursuits. You're interested in probing beneath the surface and getting to the heart of an issue, whether that be in conversations with others or through personal research. You may be drawn to psychology, secrets, or hidden knowledge. You're naturally curious and have a talent for uncovering the truth. - -With your moon in Pisces in the fifth house, you're a highly intuitive person with a strong creative side. You have a deep connection to the emotions and creativity that underlie your thinking—it's not always purely logical for you. The square aspect between Mercury and the moon, while challenging, can create a healthy tension between the two parts of yourself. You may sometimes get lost in your thoughts and emotions and struggle to communicate them effectively, but with practice, you can learn to balance the two. - -When it comes to issues to watch out for, this aspect can indicate a tendency towards anxiety or overthinking. You may have difficulty making decisions or feel a sense of restlessness. However, with mindfulness and self-awareness, you can avoid these pitfalls and make the most of your strengths. - -Your chart suggests that you're a highly intelligent and curious person who naturally excels in areas of research and communication. Your challenge lies in finding a way to balance your logical mind with your emotional and creative side, but with patience and persistence, this is within your reach. I hope this description resonates with you and helps you understand more about yourself. - -*** Your Love, Values, and Attraction - -Your Venus in Leo in the tenth house indicates that you have a natural urge to express your affection in grand and enthusiastic ways, particularly in your professional and public life. You exude a confident and dramatic energy that can naturally attract attention and admiration from others in these domains, making you feel valued and appreciated for your skills and contributions. - -Moreover, your Venus is in trine aspect to Jupiter in Aries in the sixth house, which amplifies your desire for growth and expansion in your work environment. You possess abundant energy, a natural drive towards success, and a contagious sense of optimism that can inspire those around you. Your creativity can be a significant asset in your career, and you may find that your ability to promote your ideas and yourself in a positive light can lead to opportunities for advancement. - -However, the potential issue to be watchful of is to avoid becoming overly egoistic or taking on more than you can realistically handle. While you may feel compelled to pursue your ambitions, it is essential to remember that balance is crucial, both for your own well-being and for the sustainability of your work. - -Your Venus in Leo in the tenth house, trine Jupiter in Aries in the sixth house, indicates a dynamic, confident, and creative energy that can flourish in your professional life, leading to a sense of fulfillment and satisfaction. By keeping a healthy perspective and staying grounded, you can manifest your aspirations and create opportunities for yourself. - -*** Your Energy and Action - -Your Mars in Aries placement indicates that you assert yourself with great enthusiasm and fervor. You have an unwavering sense of self-confidence, and your desires are expressed boldly and directly. You tackle challenges head-on and possess a strong competitive spirit, always striving to be at the forefront. - -With Mars in the sixth house, your assertiveness is channeled primarily into your work and daily routines. You have a strong work ethic and take great pride in being productive and efficient. You have a natural ability to initiate projects, and your courageous nature inspires those around you to do the same. In this area of life, it is essential for you to prioritize your physical well-being and maintain a healthy balance between work and rest. - -However, your Mars opposition Uranus aspect brings an element of unpredictability and rebellion into the mix. This opposition between your assertive nature and the unconventional energy of Uranus in the twelfth house suggests that you may encounter sudden disruptions or unexpected changes in your daily routines and work environment. Your desire for independence and freedom may clash with the demands of your responsibilities, leading to occasional tension and restlessness. - -It is important for you to find ways to express your unique individuality and assertiveness within the confines of your daily life. Listen to the innovative ideas that arise within you, and do not be afraid to challenge the status quo. Embracing your need for originality and excitement can actually bring positive changes and opportunities for growth in your work and routines. - -At times, this aspect can manifest as a rebellious streak that may disrupt your stability or create conflicts in your professional life. Be mindful of this potential tendency and strive for open communication and flexibility when faced with unexpected challenges. By embracing these ongoing lessons, you will develop a deep sense of adaptability and mental strength, enhancing your ability to thrive in any situation. - -Remember, your Mars in Aries placement in the sixth house, along with the opposition to Uranus, indicates immense potential for success and personal growth. By embracing your assertiveness and harnessing your drive, you will inspire and motivate others. Stay open to the opportunities that arise, and trust in your innate ability to overcome obstacles. Your determination and courage will propel you forward on your path towards fulfillment, making a significant impact not only in your work and routines but also in all areas of your life. - -** Outer Planets -*** Your Luck, Expansion, and Growth - -Your Jupiter is in Aries in the sixth house, in a challenging square aspect to Saturn in Cancer in the ninth house. - -Jupiter in Aries represents an urge to learn, grow, and expand through taking bold and decisive action. You are driven to seek new experiences and take risks, with a determination to achieve your goals. In the sixth house, which deals with work, health, and daily routines, you may find faith and trust in your ability to improve your work habits, health, and service to others. You have a positive and optimistic attitude towards these areas of life, which can help you achieve success and fulfillment. - -However, the square aspect between Jupiter and Saturn suggests that you may face challenges in these areas. Saturn in the ninth house may indicate a fear of taking risks, traveling or stepping out of your comfort zone. This may also create conflicts with your beliefs and values, leading to a loss of faith. You may struggle with self-doubt, pessimism, and a lack of motivation to take action towards your goals. You may also experience setbacks or delays in achieving your goals. - -But, don't worry! With Jupiter in Aries, you have the determination, courage, and resilience to overcome these obstacles and achieve your dreams. This aspect also suggests that challenges can help you grow and learn valuable lessons that will benefit you in the long run. By facing these challenges, your faith and trust in yourself will strengthen, and you will become more confident in taking risks and pursuing your goals. Stay positive, focus on your strengths, and take action towards what you truly desire. - -*** Your Responsibility, Self-Discipline, and Limitations - -Your Saturn in Cancer in the ninth house suggests that you find stability, structure, and deep satisfaction through expanding your horizons and seeking meaning in life. You have a strong need to nurture and protect your beliefs and philosophies, finding a sense of security in exploring different cultures, religions, and higher education. You may feel a strong connection to topics such as spirituality, philosophy, or law. - -In the ninth house, you are drawn to intellectual pursuits that broaden your understanding of the world. You may be naturally inclined to study or work in areas such as academia, publishing, or international affairs. Your desire for stability in this area of life can lead you to become a lifelong learner and deeply engage in activities that help you gain wisdom and new experiences. - -However, the square aspect between your Saturn in Cancer and Jupiter in Aries in the sixth house can create some tension between personal responsibilities and the pursuit of growth. You may find that your dedication to work and routines clashes with your desire for exploration and expansion. This aspect can bring about feelings of frustration, as you may feel torn between following your ambitious career path and nurturing your thirst for knowledge and adventure. - -It's important for you to find a balance between your professional obligations and your personal growth. You may need to establish clear boundaries and create a structure that allows you to pursue your interests while honoring your commitments. Embracing a disciplined approach, you can use your drive and determination to overcome challenges and find success in both realms. - -Be mindful of potential issues that could arise from this square aspect. It may be easy for you to get caught up in a workaholic mindset, neglecting your need for exploration and personal growth. Remember to make time for self-care and prioritize your well-being along with your professional duties. By making conscious efforts to find equilibrium, you can tap into your full potential and create a fulfilling life that integrates both stability and expansion. - -This aspect presents opportunities for growth and self-discovery. While the journey may have its challenges, you possess the strength and resilience to navigate them and find your own unique path. Embrace the lessons Saturn brings, and with determination and adaptability, there is immense potential for you to establish deep satisfaction and meaning in life through the pursuit of knowledge and personal growth. -Generational Outer Planets - -*** Your Uniqueness and Rebellion - -In your natal chart, Uranus is positioned in the twelfth house, which represents the subconscious mind, spirituality, and hidden strengths. This signifies that you possess a unique and unconventional approach to matters related to your inner self and spiritual growth. You have a strong need for freedom and individuality, which may emerge unpredictably and even disrupt the traditional patterns of your subconscious and spiritual exploration. Your intuition is sharp and you are able to tap into the collective consciousness, effortlessly connecting with the spiritual energies around you. - -Additionally, Uranus forms an opposition aspect to Mars in Aries, which is located in your sixth house of work, routine, and health. This dynamic aspect creates tension between your desire for freedom and individuality, and the necessity for structure and discipline in your daily life and health matters. You may find it challenging at times to balance the need for excitement and change with the practical demands of your work and responsibilities. - -However, the positive side of this aspect is the potential for groundbreaking and original ideas regarding your daily routines and health practices. You are not content with following the crowd, and you seek innovative ways to improve your wellbeing and efficiency in the workplace. This aspect also suggests that your pursuit of freedom and individuality could lead to unconventional career choices or a desire for work that allows you to express your unique perspectives and talents. - -You need to be aware that the Uranus opposition Mars aspect can sometimes manifest as a strong urge to rebel against authority figures or challenge traditional structures. This can lead to confrontations and conflicts, particularly in the workplace. It is crucial to find ways to express your inventive and visionary ideas without stirring unnecessary tension or creating an environment of hostility. - -Embracing your Uranus in the twelfth house energy and the opposition aspect with Mars can bring forth your true genius and spark positive changes in your life. By finding creative solutions to obstacles and incorporating innovation into your daily routine, you will be able to navigate the delicate balance between freedom and structure. Remember to approach challenges with an open mind and a willingness to adapt, as this will help you make the most of your exceptional qualities and make a meaningful impact in the world. -Your Inner Dreamer, Intuition, and Imagination - -In your natal chart, Neptune resides in the second house, which indicates that areas related to your material possessions, values, and finances hold significant importance in your life. With Neptune in this house, you have a strong inclination to experience the transcendent and non-material aspects of life in connection with your material well-being. - -This placement suggests that you possess a unique ability to tap into the mystical and imaginative realm when it comes to money and possessions. You may find yourself driven to seek a deep sense of spiritual satisfaction through the acquisition and management of material resources. But be cautious of any tendencies to idealize wealth or develop unrealistic notions around money. Stay grounded and maintain a balanced approach in your financial pursuits. - -Now, let's delve into the square aspect of Neptune with your Moon in Pisces in the fifth house. This aspect brings together the ethereal qualities of Neptune with the emotional and nurturing elements of the Moon. With this configuration, you have a heightened sensitivity and intuitive connection to the mystical world, creativity, and leisure activities. - -The Moon in Pisces in the fifth house signifies that you possess a profound emotional depth when it comes to self-expression, creativity, and matters related to personal pleasure. Your imagination is a powerful tool for artistic pursuits, as well as for finding joy, inspiration, and fulfillment through recreational activities and hobbies. The square aspect between Neptune and the Moon indicates that there may be some tension or challenge in reconciling these energies. - -Potential issues to watch out for are unrealistic expectations surrounding your creative abilities or recreational pursuits. You may struggle with finding the balance between unrealistic fantasies and the actual implementation of your creative talents. Be mindful of any tendencies to escape reality through excessive daydreaming or indulgence in pleasurable activities without taking practical considerations into account. - -However, Neptune's influence in your second house and its square aspect to your Moon also bring great potential for spiritual growth and transformation. By cultivating a balance between material reality and your spiritual connection, you can channel your imagination and creativity in practical and meaningful ways. Trusting your intuition and nurturing your emotional well-being will ultimately lead to a sense of fulfillment and a deepened spiritual connection. - -Your natal chart reveals that you have a unique ability to find the mystical and transcendent in the realm of material possessions and finances. Balancing your dreams and ideals with a practical approach is crucial. Additionally, your intuitive connection with creativity and pleasure can bring great joy, but it's important to ground your creative aspirations and avoid unrealistic expectations. By embracing your spiritual inclinations and staying attuned to your emotions, you have the potential to create a fulfilling and meaningful life that integrates both material and spiritual realms. - -*** Your Power of Transformation, Rebirth, and Profound Change - -Pluto in the twelfth house is a powerful placement that brings intense transformation to your inner world and subconscious patterns. This is the realm where you experience deep and thorough changes in your attitudes and behaviors that may have been deeply ingrained. - -The twelfth house represents the hidden realms of the unconscious mind, spirituality, and the collective consciousness. With Pluto in this house, you possess a profound depth of understanding of these areas. You have the potential to tap into the depths of your psyche, exploring hidden truths and bringing them to light. This transformative energy can lead to a heightened intuition and a profound connection to the spiritual realm. - -However, the square aspect between Pluto in the twelfth house and your Sun in Cancer in the ninth house can bring about some challenges. The square aspect creates inner tension, causing potential conflicts and struggles in integrating these energies. It may indicate that you often feel a tug-of-war between your transformative inner journey and your need for security and emotional stability. - -The ninth house represents higher learning, travel, and expansion of consciousness. With the Sun in Cancer in this house, you have a deep emotional connection to knowledge and a desire to explore the world around you. You may feel a strong emotional attachment to your beliefs and seek truth and wisdom in your own unique way. - -With Pluto square your Sun, you may find that your personal growth and transformation clash with your desire for emotional security and stability. This aspect can manifest as a fear of change and difficulty in letting go of old patterns that no longer serve you. It could also indicate a struggle to find balance between your need for security and your desire for growth and expansion. - -Despite these potential challenges, this aspect offers incredible potential for growth and evolution. By honestly and directly confronting the areas of your life represented by the twelfth and ninth houses, you can experience a deepened sense of self-awareness and spiritual awakening. Embracing change and letting go of old habits will lead to a more profound sense of personal power and transformation. - -Remember, growth is a continuous journey, and it is okay to encounter challenges along the way. Stay committed to your inner transformation, and trust that the profound insights gained will contribute to the evolution of your consciousness. - -** Other Points -*** Your Career and Public Reputation - -With your Midheaven in Leo, you have a strong desire to be in the spotlight and to make your mark on the world. You possess a natural talent for leadership and have the ability to inspire others with your creative vision and passion. People are naturally drawn to your charismatic and confident personality, and you have the potential to excel in careers that allow you to shine and be recognized for your unique talents. - -Now, let's talk about the trine aspect between your Neptune and Midheaven. This aspect brings a sense of idealism and imagination to your professional aspirations. You may have a deep longing to make a meaningful impact and to be involved in work that has a higher purpose or spiritual significance. Your intuition and compassionate nature can guide you in finding ways to infuse your career with greater meaning and fulfilment. - -The Neptune trine Midheaven aspect can enhance your ability to connect with others on an emotional level and to tap into your intuition when making important career decisions. You may have a natural talent for understanding the needs and desires of people, allowing you to create a harmonious and supportive work environment. Your artistic and creative abilities may also be enhanced, making you particularly suited for careers in the arts, entertainment, or healing professions. - -While this aspect offers great potential, be aware of a potential pitfall. Sometimes, the rose-tinted glasses of Neptune's influence can lead to unrealistic expectations or a tendency to daydream rather than take action. It's crucial for you to stay grounded and keep your goals tangible and achievable. Try to balance your idealism with practicality and take steps towards your dreams with patience and perseverance. - -Your Midheaven in Leo combined with the Neptune trine Midheaven aspect indicates a career path that allows you to express your creative flair and leadership qualities. By staying connected to your intuition and being mindful of realistic goals, you have the potential to achieve success and recognition in a way that deeply fulfills you. Embrace your ability to inspire others and use your unique talents to make a positive impact in the world. - -*** Your Inner Wounds and Healing Journey - -Chiron in Aries indicates that your inner wound revolves around issues of self-assertion, independence, and identity. This means that you may have experienced childhood experiences that challenged your sense of self-worth and confidence. As a result, you may constantly feel the need to prove yourself to others and struggle with finding your true inner power. - -With your Chiron in the sixth house, the area of life where Chiron will express itself is related to your daily routines, work, and health. This suggests that your wound may manifest in difficulties and challenges in these areas. You may struggle with asserting yourself in the workplace, feeling confident in your abilities, or finding a career path that truly aligns with your passion and purpose. Health issues may also play a significant role, as you might struggle to maintain balance and harmony in your physical well-being. - -The conjunction aspect between Chiron and Mars further intensifies the impact of your wounds in your daily life and work sphere. It suggests that your woundedness may affect your energy levels and motivation, making it harder for you to assert yourself effectively. You may feel a deep sense of frustration and anger when faced with situations that challenge your independence or when you're unable to express your true desires. - -The key to healing your Chiron wound lies in learning to embrace your own power and assertiveness. It's important for you to identify and confront any self-doubts or insecurities that may have stemmed from past experiences. By developing a strong sense of self-confidence and embracing your individuality, you can begin to heal and transform your wounds. Seek opportunities that allow you to take charge of your own life and find ways to express your true desires and passions. - -Watch out for potential pitfalls that may arise from the Chiron in Aries in the sixth house conjunction aspect. You may struggle with perfectionism and an overemphasis on productivity, leading to burnout and neglecting your own well-being. Remember to create a healthy work-life balance and prioritize self-care. Additionally, be mindful of any tendencies towards impatience or impulsivity, as these can hinder your progress. Practice patience and self-reflection while navigating through your healing journey. - -Ultimately, embracing your wounds and utilizing the gifts that Chiron in Aries offers will help you cultivate a powerful sense of self and find fulfillment in your daily life and work. With dedication and self-awareness, you have the potential to turn your wounds into sources of strength and wisdom. - -*** Your Shadow Side and Overcoming Primary Fears - -Lilith in Pisces in the fifth house suggests that you have a deep-seated fear of expressing your true self creatively and authentically. You may struggle with feelings of self-doubt and a fear of criticism or rejection when it comes to showcasing your talents and passions. - -This placement also indicates a strong inclination towards allowing others to dictate how you should express yourself. You may easily get caught up in seeking validation and approval from others, hindering your ability to tap into your own creative potential. - -The shadow side of Lilith in Pisces in the fifth house can manifest as a tendency to suppress your unique artistic abilities, leading to frustration and a sense of unfulfilled potential. You may fear being judged for your artistic expression or worry that your creativity falls short of societal or personal expectations. - -You should recognize that tapping into your creative side and expressing yourself freely is essential for your personal growth and happiness. This may require you to confront your fears and insecurities head-on. By gently embracing and honoring your artistic gifts, you can begin to release the self-imposed limitations that have been holding you back. - -In the fifth house, Lilith's influence extends beyond creative expression to your experiences with love, romance, and children. You may feel a fear of being vulnerable in relationships, leading you to hold back emotionally or struggle with establishing deep connections. This fear may stem from past experiences or a fear of being rejected for your true self. - -To overcome these fears, it is crucial to cultivate self-love and acceptance. By embracing your authentic self and allowing your creativity to flow freely, you can attract more meaningful and fulfilling relationships. Additionally, exploring your relationship with children and your inner child can also provide insights into your fears and help you to heal and grow. - -In this synthesis of Lilith in Pisces and the fifth house, it is important to be aware of potential challenges, such as a tendency to seek external validation and fear of expressing yourself authentically. However, with self-reflection and personal growth, you have the opportunity to transform these hidden aspects of yourself into empowering strengths. - -Your creative expression is unique and valuable. By acknowledging and embracing your true artistic self, you can find joy, fulfillment, and deeper connections in all areas of your life. - -*** Your Unique Life Path and Personal Growth Journey - -The North Node in Sagittarius in the first house suggests that your developmental path and personal growth will be greatly influenced by the qualities of adventure, expansion, and exploration. You have a deep desire to seek truth, knowledge, and meaning in life. You are driven to understand the bigger picture and explore different cultures, philosophies, and belief systems. - -This placement indicates that you may have a natural enthusiasm and optimism which can inspire and uplift others around you. You may find great fulfillment in sharing your wisdom and experiences, encouraging others to expand their horizons and embrace new perspectives. Your ability to communicate with enthusiasm and conviction can make you an effective leader and motivator. - -However, be mindful of potential challenges that may arise. With the North Node in the first house, you may sometimes struggle with finding the right balance between your personal needs and those of others. You may need to develop a sense of independence and self-assertiveness, while also learning to maintain harmony and cooperation in your relationships. - -Additionally, be aware of a tendency to become restless or impatient. Your desire for constant exploration and new experiences may lead you to overlook important details or rush into decisions without careful consideration. It's crucial to cultivate patience and discipline, and to focus on developing a solid foundation before embracing new opportunities or ventures. - -The North Node in Sagittarius in the first house encourages you to embrace your natural curiosity, adventurous spirit, and passion for knowledge. By pursuing personal growth, expanding your horizons, and embracing new experiences, you have the potential to inspire and positively impact those around you. Stay true to yourself, be mindful of balance, and approach new opportunities with thoughtful consideration. Your journey towards personal fulfillment and self-discovery will be an exciting and rewarding one. - -** Aspects -*** Drivers -**** Mars Conjunction Chiron (orb 1°8') - -This aspect was already discussed in the Your Inner Wounds and Healing Journey section above. - -**** Uranus Conjunction Ascendant (orb 4°39') - -This aspect was already discussed in the Your Filter Over Your Personality section above. - -**** Mars Opposition Uranus (orb 0°26') - -This aspect was already discussed in the Your Energy and Action section above. - -**** Uranus Opposition Chiron (orb 0°42') - -Chiron, the "Inner Wound" asteroid, resides in the fiery sign of Aries in your birth chart. This signifies that your core wound revolves around issues related to your independence, self-identity, and assertiveness. You may have experienced situations where your ability to express your unique self was hindered or where you felt a lack of confidence in asserting your needs and desires. - -The sixth house placement of Chiron indicates that these wounded feelings are likely to manifest in your daily routines, work environment, and health matters. You may have encountered challenges in finding your place in the professional sphere or in maintaining a healthy work-life balance. These struggles could stem from deep-rooted wounds that impact your self-esteem and ability to assert yourself in these areas of life. - -Furthermore, Chiron's opposition to Uranus in the twelfth house adds another layer to this dynamic. The relationship between these planetary energies suggests that your wound may be tied to feelings of unpredictability, instability, and a need for freedom. It is possible that you have experienced unexpected events or disruptions that have shaped your sense of identity and affected your ability to take charge of your life. The twelfth house placement of Uranus indicates that these challenges may manifest in hidden or subconscious ways, potentially leading to occasional feelings of confusion or rebellion. - -To address this, your healing path lies in developing self-confidence, assertiveness, and a strong sense of self-identity. Learning to navigate the areas of work, daily routines, and health with greater self-assurance will be crucial. It may be beneficial to explore activities or practices that foster personal empowerment and allow you to express your independence. - -While this combination suggests some potential challenges, it is important to approach them with optimism and a growth mindset. By acknowledging and working through these wounds, you have the potential to transform your experiences into valuable lessons. Healing takes time and effort, but with perseverance, you can emerge stronger and more resilient. - -**** Mars Opposition Ascendant (orb 4°13') - -With your Ascendant in Scorpio, dear, you have a dynamic, mysterious, and intense approach to life. The Ascendant represents the outer mask you wear when interacting with the world, and yours portrays a person who is perceptive, secretive, and deeply passionate. - -Your Ascendant in Scorpio also modifies the expression of your Cancer sun, adding an extra layer of intensity and depth to your emotional nature. While Cancer individuals are already known for their sensitivity and nurturing instincts, your Scorpio Ascendant brings a powerful sense of intuition, determination, and resourcefulness. You may possess a shrewd ability to assess situations and people, often seeing beyond surface appearances and uncovering hidden truths. - -It's important to note that your Mars is in Aries in the sixth house, forming an opposition aspect with your Scorpio Ascendant. This aspect suggests that you have a strong, assertive, and independent energy. Mars is the planet of action and drive, and its influence gives you a passionate and active approach to life. - -With this aspect, you may possess a competitive spirit and a desire to lead. Your strong Martian energy can manifest in a direct and forceful way, making you fearless when it comes to pursuing your goals. You have the inherent ability to stand up for yourself and those you love, preferring to take charge and make things happen rather than waiting for others to act. - -However, while this Martian energy can be empowering, it also carries its challenges. You may encounter some conflicts or power struggles with others due to your assertive nature. It is essential to embrace diplomacy and find healthy outlets for your passionate energy to avoid being overly confrontational or overly impulsive. - -Your Ascendant in Scorpio adds depth and intensity to your sensitive Cancer sun, creating a personality that is perceptive, resourceful, and emotionally attuned. With the Mars opposition aspect, your assertive and independent side shines through, providing you with considerable drive and determination. - -To make the most of this combination, harness your intuition, passion, and ability to assess situations effectively, ensuring you use your Martian energy constructively to achieve your goals. Be mindful of potential power struggles or conflicts, taking care to find balanced ways to express your assertiveness without alienating those around you. - -Remember, dear, that you possess the ability to navigate successfully through any challenges that may arise. Embrace your unique combination of strengths, and approach life with passion, authenticity, and emotional insight. - -**** Sun Square Pluto (orb 0°37') - -This aspect was already discussed in the Your Conscious Self section above. - -**** Jupiter Square Saturn (orb 0°59') - -This aspect was already discussed in the Your Luck, Expansion, and Growth section above. - -**** Moon Square Neptune (orb 3°27') - -This aspect was already discussed in the Your Inner Subconscious section above. - -**** Moon Square Mercury (orb 3°42') - -Your moon in Pisces reflects a deeply sensitive and intuitive nature. You are attuned to the emotions of others and possess a strong imagination. Being in the fifth house, the area of creativity, self-expression, and romance, you seek emotional fulfillment through artistic endeavors, such as painting or writing, where you can channel your deep emotions into something beautiful. You have a natural ability to connect with others on an emotional level, making you an empathetic and compassionate friend or partner. - -However, the square aspect between your moon in Pisces and Mercury in Gemini in the eighth house presents some challenges. This aspect can create a conflict between your emotional intuition and your logical mind. You may have difficulty expressing your feelings or articulating your emotions accurately to others, leading to misunderstandings. Your mind is highly active and analytical, seeking to gain a deeper understanding of the mysteries of life, including psychological and spiritual aspects. - -Navigating this aspect successfully requires balance and self-awareness. It is essential to find ways to engage both your emotional sensitivity and intellectual curiosity simultaneously. Cultivating effective communication skills will help you bridge the gap between your emotions and your thoughts. Journaling or talking with a trusted confidant can provide an outlet for your emotions and help you gain clarity. - -While this aspect can present some challenges, it also offers you an opportunity for personal growth. Embrace the synergy between your intuitive and analytical sides, allowing them to enhance each other. Trust your instincts while also developing your communication skills, as this will enable you to share your emotions with others in a more precise and understanding manner. - -By integrating both your emotional intelligence and intellectual curiosity, you have the potential to become a well-rounded individual who can offer unique perspectives and insights to those around you. Your creative endeavors can serve as a therapeutic outlet and a means to express your deepest emotions. Through self-awareness and practice, you can harmonize the contrasting energies of your moon in Pisces with Mercury square, allowing you to enjoy a fulfilling and meaningful life. - -Remember, the journey of personal growth is ongoing, and it's normal to encounter challenges along the way. Embrace the lessons that come with this aspect and have faith in your ability to navigate the complexities of your emotional and intellectual self. With determination and self-compassion, you can create a fulfilling life that integrates both your emotional sensitivity and logical thinking. -Ease - -**** Venus Trine Jupiter (orb 0°38') - -This aspect was already discussed in the Your Love, Values, and Attraction section above. - -**** Neptune Trine Midheaven (orb 3°53') - -This aspect was already discussed in the Your Career and Public Reputation section above. - -**** Sun Trine Ascendant (orb 4°6') - -Your Ascendant is in Scorpio, and it plays a significant role in shaping your approach to life. Scorpio Ascendant individuals are intense, passionate, and mysterious. You have a deep desire to understand the underlying truths and motivations in every situation, which drives you to explore the depths of knowledge and experience. - -With your Sun in Cancer in the ninth house in trine aspect to your Ascendant, your Scorpio filter enhances the expression of your Sun sign, making you even more compassionate, sensitive, and nurturing. This aspect brings harmony between your outer self and your inner emotional core. You have a natural ability to connect with others on a deep, emotional level, and your intuition is strong. - -People are often drawn to your calm and comforting presence. You genuinely care about others and love to offer support and guidance. Your Scorpio Ascendant intensifies your feelings and emotions, making you highly perceptive and insightful. You have the ability to see through superficiality and get to the heart of any matter, which can be a great asset in any situation. - -Your interest in learning and expanding your horizons is also accentuated by this aspect. You have a curiosity that drives you to explore different cultures, philosophies, and belief systems. Travel and higher education may play a significant role in your personal growth and development. You have a thirst for knowledge and a desire to make a positive impact in the world. - -While you have many strengths, be aware of potential challenges that may arise with this combination. The intensity of Scorpio can sometimes lead to emotional extremes, and you may find yourself grappling with periods of deep introspection and self-doubt. Remember to practice self-care and seek balance to avoid becoming overwhelmed by your own emotions. - -Your Ascendant in Scorpio brings depth, passion, and an intuitive understanding to everything you do. It enhances the caring nature of your Sun in Cancer, making you a compassionate and perceptive individual. Embrace your ability to connect with others on a profound level and use it as a force for good in your life and the lives of those around you. - -**** Sun Trine Moon (orb 6°2') - -Your sun in Cancer indicates that you have a nurturing and protective nature. Cancer is a sensitive and emotional sign, and people with this placement tend to deeply care for their loved ones. You are likely someone who values family and home life, and you may find great satisfaction in creating a warm and loving environment for yourself and those around you. - -With your sun in the ninth house, your vital energies are focused on seeking knowledge and expanding your horizons. The ninth house is associated with higher learning, philosophy, and travel. You have a strong desire to explore different cultures and belief systems, and may find yourself drawn to educational pursuits or spiritual practices. Your ability to integrate these experiences into your daily life is a testament to your adaptability and openness. - -The trine aspect between your sun and moon further enhances your emotional sensitivity and receptiveness. Sun trine moon brings harmony and ease between your conscious self and your emotional needs. You have a natural ability to navigate your emotions and understand your own emotional landscape. This alignment also suggests a strong intuition and an innate understanding of the deeper aspects of life. - -In the fifth house, your moon in Pisces highlights your creative expression and desire for emotional fulfillment. This placement suggests that you may find solace and joy in artistic pursuits such as painting, writing, or music. Your emotions are often channeled into your creative endeavors, allowing you to express yourself authentically and intuitively. - -We see a compassionate and caring individual whose nurturing nature extends beyond just their loved ones. You have a strong desire to make a positive impact on the world, and this may manifest through your involvement in charitable or humanitarian causes. Your love for learning and exploration fuels your curiosity, and you may find great joy in immersing yourself in different cultures and belief systems. - -However, be mindful of the potential challenges that may arise with this combination. Your strong emotional sensitivity can sometimes lead to feeling overwhelmed or easily influenced by others. It's crucial to establish healthy boundaries that protect your own emotional well-being. - -You have a beautiful combination of traits that allows you to bring warmth, compassion, and wisdom to any situation you encounter. By nurturing yourself and maintaining a healthy balance between your emotions and intellect, you can make a significant positive impact on both your own life and the lives of those around you. - -**** Moon Trine Saturn (orb 7°16') - -The moon in your natal chart reveals your instinctive reactions and your deep-rooted emotional tendencies. With your moon in Pisces, you have a sensitive and empathetic nature. You possess a vivid imagination and are highly attuned to the emotional currents around you. This placement suggests that you respond to situations based on your subconscious predisposition, often guided by your intuition rather than rationality. - -Additionally, your moon resides in the fifth house, which indicates that you seek emotional fulfillment and security through creative self-expression and experiences that bring you joy. This house represents pleasure, romance, and finding meaning through self-expression. Your emotional well-being is deeply connected to artistic endeavors, recreational activities, and the pursuit of passion and self-discovery. You have a natural ability to tap into your creative side and find comfort and a sense of belonging through these avenues. - -Moreover, your moon forms a trine aspect with Saturn, which is located in your ninth house. This aspect harmoniously aligns the energies of the moon and Saturn, allowing for a supportive and constructive relationship between these two planets. With Saturn's influence in your ninth house, you possess a strong sense of responsibility towards your beliefs, moral values, and higher education. You are driven to explore and understand the world through intellectual pursuits and philosophical inquiry. - -The moon trine Saturn aspect emphasizes your emotional stability and groundedness, as Saturn's influence adds a practical and disciplined element to your emotional nature. You possess the ability to find balance between emotion and reason, allowing you to navigate life's challenges with resilience and determination. This aspect also suggests that you have a mature approach to your emotions and are adept at understanding and managing them in a healthy manner. - -However, be mindful of potential challenges that may arise from this configuration. With the moon in Pisces, you might sometimes be prone to self-doubt and over-sensitivity, particularly when it comes to matters of self-expression and creativity. The influence of Saturn can also bring a tendency to be too self-critical or withhold emotions due to a fear of vulnerability. Embrace your imaginative nature while maintaining a healthy balance with the practical aspects of life. - -You possess a profound emotional depth and a gift for creative expression. By embracing your sensitivity and artistic inclinations, you will find fulfillment and a strong sense of self. With the harmonious trine between the moon and Saturn, you have the potential to overcome challenges through resilience and emotional maturity. Trust in your intuitive guidance and use it to navigate both the practical aspects of life and the realms of creativity. - -**** Pluto Sextile Midheaven (orb 0°42') - -The Midheaven in Leo signifies a strong desire to be seen and recognized for your unique and creative talents. You have a natural flair for leadership, and your ambition is fueled by a need to make a significant impact in your chosen field. You crave admiration and respect from others, and you strive to shine brightly in whatever you do. - -With Pluto sextile the Midheaven, you possess a powerful inner drive to transform your career and public image. This aspect can bring about intense and deep-rooted changes in your professional life. You are not afraid to dig deep within yourself and explore your hidden desires and motivations. This constant search for personal power and authenticity can lead to significant breakthroughs in your career path. - -The sextile aspect between Pluto and the Midheaven suggests that you have the ability to harness the transformative energy of Pluto to your advantage. You are likely to experience opportunities for personal growth and success through your career. You possess a keen intuition and the capacity to make astute decisions, particularly when it comes to your professional choices. - -However, be aware that with Pluto's influence, there may be periods of intense change and upheaval in your career journey. You may encounter power struggles or an intense desire to control your professional environment. It's crucial to be mindful of using this energy constructively, rather than being consumed by it. - -Your Midheaven in Leo brings forth your natural magnetism and leadership qualities. Embrace your passion and self-expression, and let it shine through your professional endeavors. People are drawn to your charisma and confidence, and this can greatly enhance your chances of success. - -With the Midheaven in Leo and the Pluto sextile Midheaven aspect, you have the potential to make a lasting impact on your chosen field. Embrace your unique talent and passion, and allow yourself to transform and grow in your career. Stay true to your authentic self, and let your natural leadership abilities guide you towards success. - -**** Neptune Sextile Pluto (orb 3°11') - -Your Neptune in the second house signifies that you have a profound connection to the non-material realm, the mystical, and the transcendent when it comes to matters of personal values, finances, and material possessions. You find inspiration and spiritual growth in the way you earn and handle money, as well as in your approach to material resources. - -With Neptune in the second house, you may have a strong inclination to escape from mundane routines and uninspiring conditions that surround finances and material stability. You seek to infuse your day-to-day life with imagination and enchantment. Your ideals are closely tied to how you perceive and interact with money and possessions. - -The sextile aspect between Neptune in the second house and Pluto in the twelfth house emphasizes the deep transformative potential in your spiritual and mystical pursuits. This aspect strengthens your ability to penetrate the hidden realms of the psyche and explore the unconscious mind. You possess an intuitive insight and an extraordinary capacity to uncover the true essence of the unseen. - -This aspect illuminates a profound connection between your idealized view of personal values and the transformative potential of your spiritual practices. Through meditation, dream analysis, or other introspective techniques, you can tap into a wellspring of inspiration and personal growth. Your ability to integrate the mystical and the material is heightened, allowing you to navigate life's challenges with a higher degree of awareness and depth. - -However, be aware of the potential pitfalls of this configuration. Excessive idealization, particularly in matters related to personal finances, can lead to unrealistic expectations and disappointment. It is crucial to stay grounded and balanced in your approach to money, ensuring that you make practical decisions based on real-world circumstances. - -Your Neptune in the second house, in sextile aspect to Pluto in the twelfth house, indicates a powerful connection between your spiritual aspirations and your material well-being. By aligning your values with your spiritual growth, you can find profound inspiration and transformation in your everyday life. Remain mindful of the potential for idealization, and strive for a balanced approach that harmonizes your spiritual pursuits with the practical demands of the material world. - -**** Mercury Sextile Jupiter (orb 4°32') - -I can help you understand how your natal chart impacts your thinking and communication style. Your Mercury in Gemini in the eighth house indicates that you have an active and adaptable mind, especially when it comes to deep and transformative topics. You may have a natural proclivity towards investigative and analytical thinking, particularly when it comes to understanding the hidden truths of life. Your quick-witted nature enables you to think on your feet and communicate complex ideas with ease, which can make you a great conversationalist. - -The sextile aspect between your Mercury and Jupiter in Aries in the sixth house further emphasizes your strong intellect and ability to articulate your thoughts with ease. You are naturally curious and eager to learn new things, which can make you an excellent student or researcher. With Jupiter's influence in the mix, you may be particularly interested in analyzing belief systems and philosophies, and you have the potential to come up with original ideas and insights in this area. - -However, one thing to watch out for with this placement is a tendency towards overthinking. With strong mental energy and inquisitive nature, you may end up ruminating too much on a particular subject, causing undue stress. It's important to take breaks and practice mindfulness to avoid mental exhaustion. - -You are a curious and intelligent person with a natural inclination towards transformative thinking. By utilizing your quick-witted communication skills, you have the potential to gain deep insights and explore a wide range of subjects. Try to balance your mental activity with self-care, and you will continue to excel. - -**** Mercury Sextile Venus (orb 5°10') - -You possess a Mercury in Gemini in your eighth house in sextile aspect to Venus in Leo in your tenth house. This indicates a very unique expression of your intellect and communication abilities. - -The placement of Mercury in Gemini highlights your exceptional mental agility and your ability to think fast on your feet. You possess a sharp wit and a love for intellectual conversation and debate. You have a talent for language and communication, and you are able to convey complex ideas with ease due to your natural intelligence and excellent communicative skills. - -With Mercury in the eighth house, you may experience a heightened sensitivity towards taboo topics such as death, sex, and transformation. You possess the ability to delve deep into the meaning of things and to uncover hidden truths. In this area of life, you may instinctively turn towards deeper, more esoteric or mystical knowledge, and become passionate about the mysteries of existence. - -Your Mercury in Gemini sextile to Venus in Leo indicates that you possess a charming, magnetic personality, and a charm that draws people to you. In your professional life, you have charisma, the ability to speak with authority, and an ease in relating to people. You are naturally ambitious and may be very successful in your career. - -However, be careful that your success doesn't come at the expense of others. This combination can sometimes lead to a tendency for self-promotion and self-aggrandizement, which can create friction in your personal relationships. It's important to use your natural charisma and communication abilities to build bridges that will benefit everyone. - -Your Mercury in Gemini in the eighth house in sextile aspect to Venus in Leo in the tenth house highlights your natural intelligence, passion for deep knowledge, and ease with communication and language. It's important to use these skills in a mutually beneficial way that will allow you to achieve your personal goals while also serving others. -Talents - -**** Venus Quintile Ascendant (orb 1°0') - -Your Venus in Leo in the tenth house in a quintile aspect to your Ascendant in Scorpio brings a powerful combination of creative expression and ambition to your personality. Let's break this down and explore the meaning behind this aspect and how it influences your unique talents. - -The quintile aspect is associated with unusual abilities and talents that set you apart from others. It indicates that you possess a natural gift for artistic expression, particularly in areas related to beauty, aesthetics, and harmony. You have a knack for infusing your creativity into everything you do, adding a touch of glamour and passion in your pursuits. - -With Venus in Leo, your innate sense of style and magnetism shines through. You possess a radiant and confident energy that draws attention and admiration from those around you. Your creative endeavors are fueled by a strong desire for self-expression and recognition. You have a flair for the dramatic and a natural ability to captivate others with your artistry. - -Placed in the tenth house, your Venus in Leo highlights your ambitions and professional aspirations. You have a strong drive to achieve success and recognition in your chosen field. You strive to be seen as a leader and authority in your area of expertise. Your creative talents can be channeled into a public or high-profile career, where you can showcase your unique abilities to a larger audience. - -The Ascendant in Scorpio adds depth and intensity to your personality. You possess a magnetic and mysterious aura that captivates others. Your creative expression may have an underlying sense of power and sensuality, as you delve into the depths of emotions and explore the hidden aspects of life. This energy gives your artistry a certain enigmatic quality that others find intriguing. - -However, be mindful of potential challenges that may arise with this aspect. The combination of a strong desire for recognition and a need for intensity can sometimes lead to a tendency to seek validation through external sources. It's essential to cultivate a healthy balance between recognition and inner fulfillment, ensuring that your creative pursuits align with your own values and passions. - -Your quintile aspect between Venus in Leo in the tenth house and your Ascendant in Scorpio highlights your unique talents and creative abilities. You have a natural gift for artistic expression and a desire to make a lasting impact on the world. Stay true to your creative vision while remaining grounded and focused on your personal fulfillment. Embrace opportunities to share your artistry with others, and you will continue to shine brightly. - -**** Moon Biquintile Midheaven (orb 1°20') - -Your moon being in Pisces in the fifth house represents a deep emotional connection to creativity, self-expression, and enjoyment in life. This placement reflects a natural ability to tap into your emotions to fuel your artistic pursuits. You possess a vivid imagination and are highly intuitive, allowing you to infuse your creative projects with a touch of magic and fantasy. - -The biquintile aspect between your moon and the Midheaven in Leo adds a special touch to your unique talents. The biquintile aspect is known to bestow an extra spark of creativity and innovation in an individual's life. In your case, it enhances your ability to use your artistic gifts to make a lasting impact on the world around you. - -With your moon in Pisces, you are compassionate, sensitive, and deeply attuned to the emotions of others. You have a natural inclination towards empathy and nurturing, which can be channeled into your creative work. Your artistic endeavors may revolve around themes of spirituality, dreams, and compassion for the human experience. - -The fifth house represents self-expression, creativity, and joy. With the moon in this house, you find emotional fulfillment through your creative pursuits. It is likely that you have a strong emotional attachment to the art you create, and that it serves as an outlet for your deepest feelings. - -The Midheaven in Leo signifies a strong desire for recognition and a need to be in the spotlight. You possess a natural sense of leadership and a strong will to achieve your ambitions. Your creative talents, influenced by the biquintile aspect, have the potential to make a significant impact in your public life and career. You have the ability to captivate others with your creative expression, and people are drawn to your powerful presence and charisma. - -However, be aware of some potential challenges. With the moon in Pisces, you might sometimes struggle with boundaries, becoming emotionally overwhelmed or getting lost in your dreams. This can hinder your ability to seize opportunities and manifest your creative visions. Balancing your emotions and being assertive in pursuing your goals is a key lesson for you. - -To make the most of this aspect, embrace your unique talents and trust in your instinctual creativity. Cultivate a strong sense of self-belief and confidence in your abilities. Take advantage of opportunities that allow you to share your creative gifts with others, as this combination signifies great potential for success and recognition. - -Remember, your creativity is a gift, and by honing your skills and staying true to your artistic vision, you can leave a lasting impact on the world and inspire others. Stay grounded and connected to your emotions, find healthy ways to release and channel your emotions, and don't be afraid to step outside of your comfort zone to shine your light brightly. - -*** Unrealized Potential, Waiting For You To Make Adjustments -**** Sun Quincunx Neptune (orb 2°34') - -The quincunx aspect between your Sun in Cancer in the ninth house and Neptune in the second house suggests a theme of unrealized potential in your life. Let's break it down to understand what this aspect means and how it may manifest for you. - -To begin, let's look at the nature of the quincunx aspect. It brings together two energies that are disconnected, creating a sense of tension and challenge. In your case, this tension exists between your core self-expression (represented by the Sun) and your dreams, spirituality, and imagination (represented by Neptune). It can sometimes feel like these two aspects of your life are not aligned, causing confusion and a sense of unfulfilled potential. - -The Sun in Cancer reflects your emotional nature and your desire for security and nurturing. It suggests that you feel most fulfilled when you can connect on a deep emotional level with others and when you create a sense of belonging and stability in your environment. With the Sun in the ninth house, you have an inherent curiosity about the world and a strong need for expanding your horizons through travel, learning, and exploring different belief systems. - -On the other hand, Neptune in the second house brings a spiritual and imaginative quality to your sense of values, possessions, and finances. It can make your relationship with money and material resources somewhat elusive or prone to illusions. You may find it challenging to strike a balance between your material aspirations and your deeper spiritual needs. This could lead to a sense of unrealized potential in terms of material abundance or financial stability. - -There may be times when you feel unsure about how to integrate your spiritual beliefs and your need for security. You may have a tendency to idealize or romanticize certain aspects of life, including your finances and personal values. This can sometimes lead to disappointment or confusion, as your expectations may not align with reality. - -However, this aspect also holds great potential for growth and transformation. By recognizing that these seemingly opposing energies can coexist, you have the opportunity to find a more harmonious balance between your emotional fulfillment and your spiritual aspirations. Embrace your imaginative nature to infuse your sense of security and material well-being with inspiration and a higher purpose. - -Developing a deep sense of self-worth and understanding that material possessions do not define your value will be crucial in navigating the challenges associated with this aspect. By tapping into your intuition and learning to trust your inner guidance, you can unlock your untapped potential and find the balance that brings you both emotional fulfillment and material abundance. - -Life is a journey, and unrealized potential is simply an invitation for growth and expansion. Embrace the lessons that this aspect brings, and you will find your own unique path to living a meaningful and fulfilled life. -Spiritual - -**** Uranus Novile Neptune (orb 1°19') - -Having Uranus in your twelfth house in a novile aspect to Neptune in your second house suggests that you have a unique and unconventional approach when it comes to your values, possessions, and finances. - -The novile aspect, which is a minor aspect, indicates a potential for inspiration, originality, and creative thinking in the areas of life represented by the planets involved. In your case, this means that you have the ability to think outside the box and come up with innovative ideas when it comes to your material resources and how you define your self-worth. - -With Uranus in your twelfth house, you have a strong inclination towards exploring the depths of your subconscious mind and seeking spiritual experiences. You may have a unique way of connecting with the spiritual realm or be drawn to alternative or non-traditional spiritual practices. You have a natural intuition that allows you to tap into hidden truths and perceive things beyond the physical world. - -Neptune in your second house suggests that your relationship with money and possessions can be quite idealistic and even elusive at times. You may have a tendency to be overly generous or self-sacrificing when it comes to your material resources. Be mindful of becoming too attached to material possessions or falling into financial escapism through unrealistic spending or financial choices. - -In the synthesis of these interpretations, it appears that you have a strong desire to merge your spiritual and material worlds. You may find unconventional ways to manifest your desires or create financial stability. Your ability to tap into your intuitive knowledge can be valuable when it comes to making financial decisions, as long as you don't let idealism cloud your judgment. It's important to strike a balance between the spiritual and the practical, finding ways to integrate your unique insights into your daily life. - -Potential challenges for you may arise when you become overly detached from material concerns or struggle with financial stability due to impulsive or non-traditional choices. It's important to stay grounded and maintain a realistic perspective on your resources and financial well-being. - -Your innovative and intuitive nature can be a powerful asset in navigating your financial journey. Embrace your ability to think outside the box and find ways to bridge the gap between your spiritual aspirations and your material reality. Trust in your intuitive guidance, but also stay grounded and practical in your approach. By finding this balance, you have the potential to make significant strides in creating a fulfilling and prosperous life that aligns with your unique values and desires. - -* [[https://www.usmcu.edu/Outreach/Marine-Corps-University-Press/Books-by-topic/MCUP-Titles-A-Z/Returning-from-Ebb-Tide/][Returning from Ebb Tide]] -:PROPERTIES: -:TITLE: Returning from Ebb Tide -:URI: https://www.usmcu.edu/Outreach/Marine-Corps-University-Press/Books-by-topic/MCUP-Titles-A-Z/Returning-from-Ebb-Tide/ -:CREATED: [2025-06-17 Tue 12:54] -:END: - -* [[https://www.kickstarter.com/projects/ankermake/eufymake-e1-the-first-personal-3d-textured-uv-printer][eufyMake E1: the First Personal 3D-Texture UV Printer by eufyMake — Kickstarter]] :making:years: -:PROPERTIES: -:TITLE: eufyMake E1: the First Personal 3D-Texture UV Printer by eufyMake — Kickstarter -:URI: https://www.kickstarter.com/projects/ankermake/eufymake-e1-the-first-personal-3d-textured-uv-printer -:CREATED: [2025-06-22 Sun 11:38] -:END: - -* Moving -:PROPERTIES: -:CREATED: [2025-07-10 Thu 18:08] -:END: - -Hi. We are moving to a place 5 minutes away by car. The origin is an apartment building with a dedicated loading dock. Freight elevator booked 12:30-3:30 on 24 July. Destination is a house with a private driveway. - -This is an inventory: - - * Between 30-40 medium-sized boxes - * 1 King sized bed, disassembled - * 1 King sized mattress - * 1 Twin sized bed, with drawer - * 2 Twin sized mattresses - * 1 80' couch - * 1 L-shaped couch, broken down in 3 parts - * 2 futon - * 1 60'x40' dining table, 4 light high chairs - * 1 coffee table - * 1 entertainment console - * 1 medium-sized rug - * 2 TVs - * 2 flat art pieces 40'x12' - * 1 bean bag - * 2 potted plants - * 1 wooden desk - * 2 light metal desks, disassembled - * 2 desk chairs - * 1 30' wooden chest - * 4 standing lamps, and a few light long items that don't fit in boxes - * half a dozen suit cases. - -I will be helping you with the move, so we only need a truck, a dolly, and moving blankets. - -* Nancy had another episode -:PROPERTIES: -:CREATED: [2025-07-19 Sat 14:17] -:END: - -Today is the last weekend in Wisconsin Place before we move to Kanahwa. I am almost done packing everything. 21 big pieces of furniture and 40 boxes, plus a few smaller things. Nancy had another outburst at me today because while she is a 48 year old and still has to do things she doesn't like, I don't. I can sit all day and watch YouTube if that's what I want, while she has to fundraise, get things done, and meet people. She is so tired and nobody feels what it feels like. I keep saying I do know what it feels like but I don't, because she is on the verge of breaking down and I am still pushing her to pack her papers (which I did almost completely but she didn't appreciate me messing the way she ordered things (there is no order), and her clothes and personal belongings. - -Once again, she hit her head, screamed and locked herself in the bathroom and banged against things. Then she went out, emptied her night stand on the bed and continued sobbing. Throughout, I said nothing and tried to remind myself that this is not about me, or even her burn out from work for that matter. This is about unsettling change. Packing and unpacking, even if for a few nights in NYC is extremely difficult for Nancy. In her dreams and tears today I could clearly see how this isn't about the task at hand (putting things in boxes and clothes in suitcases). This clearly has to do with the old trauma, and she still thinks I don't see it. - -She said she doesn't want to be in the new place because she will be isolated. She is upset here because she has to accommodate everybody. Both things can't be right at the same time unless she is worried that I will finally have space and the ability to do things other than sitting all day, watching YouTube, and keeping out of her way until she wants me around. Part of her knows I am not happy specifically because of this arrangement, which is why she always asks if I love her. She fears that I will eventually drift away, and how she acts based on that fear (in addition to the constant mess) is what will cause the drift to happen. - -Four years ago, I promised myself I won't let Nancy insult me or unreasonably and explosively take her emotions out on me. She is getting better at not doing this, and I hope because she is genuinely getting better, not because she is bottling up. It cannot come fast enough for me. - -My green card is up for renewal by late October. I hope I have the wisdom afterwards to manage future conflicts like these, because I will have less selfish reasons to. I don't think I really begun to voice myself, mainly for avoiding any escalations. I hope the new, improved situation will help Nancy deal with me when I start filling my space and time and making myself heard. - -Kanahwa is a much bigger home that will cost twice the money. She complains less now about me not contributing since I am paying for the new place. The new complaint now is that I am not doing nice things, like planning trips. We had an argument about this last week. I am very clear about not making plans that she will change later anyway. - -I hope she realizes she can take time off or go part-time. Still unfathomable. - -Meanwhile, life in this flat is unbearable and I am actually looking forward to not hearing the whirr of air conditioning, the space that allows Nancy and the kids to do their part of the house work, and the space to allow me to not be around a mess when it inevitably arises. - -I was hoping to turn the shed into my own messy workshop, and the basement into a cleaner workshop and a place where I can build speakers, listen to music and do some soldering and computer work, but it seems the basement is being eyed by both Farida and Nancy, which is lovely. I'm sure my clean workshop will fit somewhere in their plans. - -* Kanawha -:PROPERTIES: -:CREATED: [2025-07-23 Wed 10:05] -:END: - -November. Shut off the water to the hoses, next to the electric box - -Spring, change the air conditioner filter, every six months. - -Gardner. Bob will advise - -Gutter: mid may, mid November, then later in December - -Hose in the back doesn't exist - -ADT security system. - -* [[https://github.com/tanrax/org-social][GitHub - tanrax/org-social: Org Social is a decentralized social network that runs on an Org Mode file over HTTP.]] -:PROPERTIES: -:TITLE: GitHub - tanrax/org-social: Org Social is a decentralized social network that runs on an Org Mode file over HTTP. -:URI: https://github.com/tanrax/org-social -:CREATED: [2025-08-20 Wed 13:41] -:END: - -* [[https://www.blackstonelibrary.com/][Library Sales | BlackstoneLibrary.com]] :books: -:PROPERTIES: -:TITLE: Library Sales | BlackstoneLibrary.com -:URI: https://www.blackstonelibrary.com/ -:CREATED: [2025-08-20 Wed 13:50] -:END: - -Download Audiobooks - -* [[https://www.guybuffet.com/gallery-image/Limited-Edition-Prints/G0000gRfwWbFR9iw/I0000aUzEvQA30To]["Gin Martini With an Olive" | Guy Buffet]] :art:years: -:PROPERTIES: -:TITLE: "Gin Martini With an Olive" | Guy Buffet -:URI: https://www.guybuffet.com/gallery-image/Limited-Edition-Prints/G0000gRfwWbFR9iw/I0000aUzEvQA30To -:CREATED: [2025-08-20 Wed 13:51] -:END: - -"Gin Martini With an Olive" -NEW Limited Edition Giclee - -AP 40 x 30 Canvas $3000 -SN 26.6x20 Canvas $2500 -SN 26.6X20 Paper $2500 - -* [[https://www.kabbalah.info/eng/content/view/frame/31686?/eng/content/view/full/31686][1. There is None Else Beside Him | Shamati Articles | Yehuda Leib HaLevi Ashlag (Baal HaSulam) | Kabbalah Library - Bnei Baruch Kabbalah Education & Research Institute]] :kabbalah:occult:esoteric: -:PROPERTIES: -:TITLE: 1. There is None Else Beside Him | Shamati Articles | Yehuda Leib HaLevi Ashlag (Baal HaSulam) | Kabbalah Library - Bnei Baruch Kabbalah Education & Research Institute -:URI: https://www.kabbalah.info/eng/content/view/frame/31686?/eng/content/view/full/31686 -:CREATED: [2025-08-20 Wed 13:52] -:END: - -* [[https://sites.google.com/view/magnusarcanus/home?authuser=0][ܪܵܙܵܐ ܪܲܒܵܐ]] :esoteric:islam:alawism: -:PROPERTIES: -:TITLE: ܪܵܙܵܐ ܪܲܒܵܐ -:URI: https://sites.google.com/view/magnusarcanus/home?authuser=0 -:CREATED: [2025-08-20 Wed 13:52] -:END: - -* [[https://github.com/Xoconoch/spotizerr][GitHub - Xoconoch/spotizerr: Spotify music downloader with a lossless twist, based on the deezspot library]] :music: -:PROPERTIES: -:TITLE: GitHub - Xoconoch/spotizerr: Spotify music downloader with a lossless twist, based on the deezspot library -:URI: https://github.com/Xoconoch/spotizerr -:CREATED: [2025-08-20 Wed 13:52] -:END: - -* [[https://store.ui.com/us/en/category/switching-professional-max-xg/products/usw-pro-xg-48-poe?a_aid=TechnoTim][Switch Pro XG 48 PoE - Ubiquiti Store United States]] :homelab:years: -:PROPERTIES: -:TITLE: Switch Pro XG 48 PoE - Ubiquiti Store United States -:URI: https://store.ui.com/us/en/category/switching-professional-max-xg/products/usw-pro-xg-48-poe?a_aid=TechnoTim -:CREATED: [2025-08-20 Wed 13:53] -:END: - -* [[https://oh8stn.org/blog/2024/12/28/link500-rpr-tnc-the-ultimate-tool-for-data-mode-ham-radio-operators/][LiNK500 RPR TNC: The Ultimate Tool for Data Mode Ham Radio Operators – Off Grid Ham Radio OH8STN]] :radio:rural: -:PROPERTIES: -:TITLE: LiNK500 RPR TNC: The Ultimate Tool for Data Mode Ham Radio Operators – Off Grid Ham Radio OH8STN -:URI: https://oh8stn.org/blog/2024/12/28/link500-rpr-tnc-the-ultimate-tool-for-data-mode-ham-radio-operators/ -:CREATED: [2025-08-20 Wed 13:55] -:END: - -* [[https://kratky.weebly.com/get-started.html][Kratky Hydroponics Method]] :permaculture:hydroponics:months: -:PROPERTIES: -:TITLE: Kratky Hydroponics Method -:URI: https://kratky.weebly.com/get-started.html -:CREATED: [2025-08-20 Wed 13:56] -:END: - -* [[https://davesgarden.com/guides/articles/how-to-choose-a-grow-light-for-your-indoor-gardening][How to Choose a Grow Light for Your Indoor Gardening]] :hydroponics:permaculture: -:PROPERTIES: -:TITLE: How to Choose a Grow Light for Your Indoor Gardening -:URI: https://davesgarden.com/guides/articles/how-to-choose-a-grow-light-for-your-indoor-gardening -:CREATED: [2025-08-20 Wed 13:57] -:END: - -* [[https://www.paoson.com/en/shop-woodworking-homemade-tool-furniture-plans/95-homemade-modular-workbench-mobile-tool-stand-plans.html][Homemade Modular Workbench & Mobile Tool Stand Plans]] :woodworking:years:make: -:PROPERTIES: -:TITLE: Homemade Modular Workbench & Mobile Tool Stand Plans -:URI: https://www.paoson.com/en/shop-woodworking-homemade-tool-furniture-plans/95-homemade-modular-workbench-mobile-tool-stand-plans.html -:CREATED: [2025-08-20 Wed 13:58] -:END: - -* [[https://www.craftyamigo.com/projects/how-to-build-a-hydroponic-setup][How to Build a Hydroponic Setup]] :hydroponics: -:PROPERTIES: -:TITLE: How to Build a Hydroponic Setup -:URI: https://www.craftyamigo.com/projects/how-to-build-a-hydroponic-setup -:CREATED: [2025-08-20 Wed 13:58] -:END: - -* [[https://airandspace.si.edu/support/wall-of-honor/dr-norman-bergrun][Dr. Norman Bergrun | National Air and Space Museum]] :esoteric: -:PROPERTIES: -:TITLE: Dr. Norman Bergrun | National Air and Space Museum -:URI: https://airandspace.si.edu/support/wall-of-honor/dr-norman-bergrun -:CREATED: [2025-08-20 Wed 13:59] -:END: - -This NASA scientist ended up being pushed out for talking about the Hexagram on Saturn's pole - -* [[https://covertinstruments.com/products/covert-companion-pro][Covert Companion™ Pro - Locksmith Tool Accessories – Covert Instruments]] :days:security: -:PROPERTIES: -:TITLE: Covert Companion™ Pro - Locksmith Tool Accessories – Covert Instruments -:URI: https://covertinstruments.com/products/covert-companion-pro -:CREATED: [2025-08-20 Wed 14:00] -:END: - -* [[https://www.programmingelectronics.com/][Home - Programming Electronics Academy]] :electronics:make:arduino: -:PROPERTIES: -:TITLE: Home - Programming Electronics Academy -:URI: https://www.programmingelectronics.com/ -:CREATED: [2025-08-20 Wed 14:00] -:END: - -* [[https://www.humblegrowthhydroponics.com/][Home | Humble Growth Hydrop]] :hydroponics: -:PROPERTIES: -:TITLE: Home | Humble Growth Hydrop -:URI: https://www.humblegrowthhydroponics.com/ -:CREATED: [2025-08-20 Wed 14:01] -:END: - -* [[https://www.dowelmax.com/product/classic-3-8-dowel-jig-system/?aff=7][Dowelmax Classic 3/8 Joining System | Dowelmax]] :woodwork:make:years: -:PROPERTIES: -:TITLE: Dowelmax Classic 3/8 Joining System | Dowelmax -:URI: https://www.dowelmax.com/product/classic-3-8-dowel-jig-system/?aff=7 -:CREATED: [2025-08-20 Wed 14:01] -:END: - -* [[https://www.indiegogo.com/projects/worlds-first-portable-mosquito-air-defense#/][Worlds First Portable Mosquito Air Defense | Indiegogo]] :years: -:PROPERTIES: -:TITLE: Worlds First Portable Mosquito Air Defense | Indiegogo -:URI: https://www.indiegogo.com/projects/worlds-first-portable-mosquito-air-defense#/ -:CREATED: [2025-08-20 Wed 14:01] -:END: - -* [[https://www.ka2ddo.org/ka2ddo/YAAC.html][YAAC - Yet Another APRS Client]] :radio: -:PROPERTIES: -:TITLE: YAAC - Yet Another APRS Client -:URI: https://www.ka2ddo.org/ka2ddo/YAAC.html -:CREATED: [2025-08-20 Wed 14:02] -:END: - -* [[https://gamaleid.net/?p=445][حاجتنا الى استراتيجية اشتراكية جديدة قراءة ثانية فى أحداث يناير1977]] :egypt:communism: -:PROPERTIES: -:TITLE: حاجتنا الى استراتيجية اشتراكية جديدة قراءة ثانية فى أحداث يناير1977 -:URI: https://gamaleid.net/?p=445 -:CREATED: [2025-08-20 Wed 14:02] -:END: - -* [[https://heavyweight.cc/][Heavyweight: Letters Taken Seriously]] :law:AI:agent: -:PROPERTIES: -:TITLE: Heavyweight: Letters Taken Seriously -:URI: https://heavyweight.cc/ -:CREATED: [2025-08-20 Wed 14:03] -:END: - -* [[https://www.veryoldwriting.com/][Secrets of the Scribes]] :egypt: -:PROPERTIES: -:TITLE: Secrets of the Scribes -:URI: https://www.veryoldwriting.com/ -:CREATED: [2025-08-20 Wed 14:03] -:END: - -Secrets of the Nile are hidden in European classics from Homer and Aeschylus to Virgil and the Bible. They were hidden by plagiarists after 522 BCE when Darius began to cook the books. That was Djarew’s theory which he tested in informal case studies now being released in this series. - -* [[https://www.horoscope.com/article/zodiac-signs-face/][Zodiac Signs: Facial Features, Body Shape, Physical Traits Zodiac Signs: Facial Features, Body Shape, Physical Traits | Horoscope.com]] :astrology:esoteric: -:PROPERTIES: -:TITLE: Zodiac Signs: Facial Features, Body Shape, Physical Traits Zodiac Signs: Facial Features, Body Shape, Physical Traits | Horoscope.com -:URI: https://www.horoscope.com/article/zodiac-signs-face/ -:CREATED: [2025-08-20 Wed 14:04] -:END: - -* [[https://minimalcompany.com/][The Minimal Company | Live More, Scroll Less.]] :weeks: -:PROPERTIES: -:TITLE: The Minimal Company | Live More, Scroll Less. -:URI: https://minimalcompany.com/ -:CREATED: [2025-08-20 Wed 14:04] -:END: - -* [[https://www.automationdirect.com/adc/home/home][AutomationDirect.com | #1 Value in Industrial Automation]] :make:aluminium: -:PROPERTIES: -:TITLE: AutomationDirect.com | #1 Value in Industrial Automation -:URI: https://www.automationdirect.com/adc/home/home -:CREATED: [2025-08-20 Wed 14:05] -:END: - -Good shop to buy aluminium extrusion profiles. - -* [[https://huggingface.co/datasets/common-pile/caselaw_access_project][common-pile/caselaw_access_project · Datasets at Hugging Face]] :AI:LLM:law: -:PROPERTIES: -:TITLE: common-pile/caselaw_access_project · Datasets at Hugging Face -:URI: https://huggingface.co/datasets/common-pile/caselaw_access_project -:CREATED: [2025-08-20 Wed 14:07] -:END: - -* [[https://www.rosettastone.com/buy/partner149/?platform=grin&link_id=1852291&token=mFWbKdXgZyQvviZevGbrj4Sr5ljZfEon&contact_id=75731249-a5d2-49da-be3b-d9fb1d0c1f20&attribution_window=360][Rosetta Stone® Plans and Pricing]] :languages:education: -:PROPERTIES: -:TITLE: Rosetta Stone® Plans and Pricing -:URI: https://www.rosettastone.com/buy/partner149/?platform=grin&link_id=1852291&token=mFWbKdXgZyQvviZevGbrj4Sr5ljZfEon&contact_id=75731249-a5d2-49da-be3b-d9fb1d0c1f20&attribution_window=360 -:CREATED: [2025-08-20 Wed 14:07] -:END: - -Rosetta Stone has an affordable lifetime, all languages package. Probably means it is getting killed by Duolingo - -* [[https://kmtools.com/products/katz-moses-cleat-system][Katz-Moses Aluminum Cleats - Patent Pending]] :make:years:aluminium:organizing: -:PROPERTIES: -:TITLE: Katz-Moses Aluminum Cleats - Patent Pending -:URI: https://kmtools.com/products/katz-moses-cleat-system -:CREATED: [2025-08-20 Wed 14:10] -:END: - -* [[https://www.ustoolandfastener.com/tso-mtr-18-precision-system-triangle-set-61-461/][TSO MTR-18 Precision System Triangle Set (61-461)]] :woodworking:tools:shopping: -:PROPERTIES: -:TITLE: TSO MTR-18 Precision System Triangle Set (61-461) -:URI: https://www.ustoolandfastener.com/tso-mtr-18-precision-system-triangle-set-61-461/ -:CREATED: [2025-08-20 Wed 14:10] -:END: - -* [[https://www.axminstertools.com/us/ujk-technology-parf-guide-system-mkii-104779][UJK Parf Mk II Guide System | Axminster Tools USA]] :woodworking:tools:shopping:years: -:PROPERTIES: -:TITLE: UJK Parf Mk II Guide System | Axminster Tools USA -:URI: https://www.axminstertools.com/us/ujk-technology-parf-guide-system-mkii-104779 -:CREATED: [2025-08-20 Wed 14:11] -:END: - -* [[https://verafiaudiollc.com/products/vanguard-scout][Buy Vanguard Scout Online | The $299 per pair Miracle Mini Monitor]] :audio:months:shopping: -:PROPERTIES: -:TITLE: Buy Vanguard Scout Online | The $299 per pair Miracle Mini Monitor -:URI: https://verafiaudiollc.com/products/vanguard-scout -:CREATED: [2025-08-20 Wed 14:11] -:END: - -* [[https://universaltruthschool.com/][Universal Truth School – "What we do in life ripples in eternity" – Marcus Aurelius]] :esoteric:occult: -:PROPERTIES: -:TITLE: Universal Truth School – "What we do in life ripples in eternity" – Marcus Aurelius -:URI: https://universaltruthschool.com/ -:CREATED: [2025-08-20 Wed 14:12] -:END: - -Santos Bonacci's website - -* [[https://taroscopes.com/inner-zodiac/][The Inner Zodiac]] :esoteric:occult: -:PROPERTIES: -:TITLE: The Inner Zodiac -:URI: https://taroscopes.com/inner-zodiac/ -:CREATED: [2025-08-20 Wed 14:13] -:END: - -Michael Tsarion's website - -* [[https://halflife390science.blogspot.com/2020/11/a-sound-proof-server-cabinet-mechanical.html?m=1][Halflife390's Science Blog]] :make:years:homelab: -:PROPERTIES: -:TITLE: Halflife390's Science Blog -:URI: https://halflife390science.blogspot.com/2020/11/a-sound-proof-server-cabinet-mechanical.html?m=1 -:CREATED: [2025-08-20 Wed 14:13] -:END: - - Building A Sound Proof Server Cabinet - Mechanical Construction - -* [[https://github.com/philipturner/apm-roadmap][GitHub - philipturner/apm-roadmap: A Nanofactory Roadmap 2: Improved Proposal for a Comprehensive Diamondoid Nanofactory Development Program]] :make:nanotechnology: -:PROPERTIES: -:TITLE: GitHub - philipturner/apm-roadmap: A Nanofactory Roadmap 2: Improved Proposal for a Comprehensive Diamondoid Nanofactory Development Program -:URI: https://github.com/philipturner/apm-roadmap -:CREATED: [2025-08-20 Wed 14:14] -:END: - -* [[https://www.newyorker.com/magazine/2023/07/24/the-rise-and-fall-of-neoliberalism][The Twilight of Neoliberalism | The New Yorker]] -:PROPERTIES: -:TITLE: The Twilight of Neoliberalism | The New Yorker -:URI: https://www.newyorker.com/magazine/2023/07/24/the-rise-and-fall-of-neoliberalism -:CREATED: [2025-08-20 Wed 14:15] -:END: - -* [[https://archive.ph/2025.07.02-111245/https:/www.newyorker.com/news/the-financial-page/the-case-for-zohranomics][The Case for Zohranomics | The New Yorker]] -:PROPERTIES: -:TITLE: The Case for Zohranomics | The New Yorker -:URI: https://archive.ph/2025.07.02-111245/https:/www.newyorker.com/news/the-financial-page/the-case-for-zohranomics -:CREATED: [2025-08-20 Wed 14:16] -:END: - -* [[https://blog.mozilla.ai/wasm-agents-ai-agents-running-in-your-browser/][Wasm-agents: AI agents running in your browser]] -:PROPERTIES: -:TITLE: Wasm-agents: AI agents running in your browser -:URI: https://blog.mozilla.ai/wasm-agents-ai-agents-running-in-your-browser/ -:CREATED: [2025-08-20 Wed 14:16] -:END: - -* [[https://thealuminumcarpenter.com/][The Aluminum Carpenter]] :make:aluminum: -:PROPERTIES: -:TITLE: The Aluminum Carpenter -:URI: https://thealuminumcarpenter.com/ -:CREATED: [2025-08-20 Wed 14:17] -:END: - -* [[https://www.speakerdesignworks.com/][Speaker Design Works | Fully documented loudspeaker design]] :make:audio:music:speakers: -:PROPERTIES: -:TITLE: Speaker Design Works | Fully documented loudspeaker design -:URI: https://www.speakerdesignworks.com/ -:CREATED: [2025-08-20 Wed 14:18] -:END: - -* [[https://www.hypexdirect.com/][Hypex Direct is the DIY supplier for audiophile lovers.]] :make:audio:music: -:PROPERTIES: -:TITLE: Hypex Direct is the DIY supplier for audiophile lovers. -:URI: https://www.hypexdirect.com/ -:CREATED: [2025-08-20 Wed 14:19] -:END: - -* [[https://github.com/MillenniumMachines/Milo-v1.5][GitHub - MillenniumMachines/Milo-v1.5: Milo is an open-source project for DIYers to create a reliable, low cost and powerful desktop CNC mill on their own terms.]] :make:CNC:years: -:PROPERTIES: -:TITLE: GitHub - MillenniumMachines/Milo-v1.5: Milo is an open-source project for DIYers to create a reliable, low cost and powerful desktop CNC mill on their own terms. -:URI: https://github.com/MillenniumMachines/Milo-v1.5 -:CREATED: [2025-08-20 Wed 14:20] -:END: - -* [[https://simonwillison.net/2025/Jun/26/gemma-3n/][Introducing Gemma 3n: The developer guide]] :AI: -:PROPERTIES: -:TITLE: Introducing Gemma 3n: The developer guide -:URI: https://simonwillison.net/2025/Jun/26/gemma-3n/ -:CREATED: [2025-08-20 Wed 14:21] -:END: - -* [[https://kb-3d.com/store/18-ldo][LDO Motors]] :3dprinting:make: -:PROPERTIES: -:TITLE: LDO Motors -:URI: https://kb-3d.com/store/18-ldo -:CREATED: [2025-08-20 Wed 14:21] -:END: - -* [[https://www.ussadesign.com/products/multifunctional-bench][Modular Bench || Peg board models]] :make:woodwork:aluminium: -:PROPERTIES: -:TITLE: Modular Bench || Peg board models -:URI: https://www.ussadesign.com/products/multifunctional-bench -:CREATED: [2025-08-20 Wed 14:22] -:END: - -* [[https://matrix.brightmls.com/Matrix/Public/Portal.aspx?ID=DE-132289473245&eml=bmdva2FpbEBnbWFpbC5jb20%3D][3752 Kanawha St. NW]] -:PROPERTIES: -:TITLE: 3752 Kanawha St. NW -:URI: https://matrix.brightmls.com/Matrix/Public/Portal.aspx?ID=DE-132289473245&eml=bmdva2FpbEBnbWFpbC5jb20%3D -:CREATED: [2025-08-20 Wed 14:23] -:END: - -* [[https://ampcode.com/how-to-build-an-agent][How to Build an Agent - Amp]] :AI: -:PROPERTIES: -:TITLE: How to Build an Agent - Amp -:URI: https://ampcode.com/how-to-build-an-agent -:CREATED: [2025-08-20 Wed 14:24] -:END: - -* [[https://newohioreview.org/2025/06/01/essay-what-we-talk-about-when-we-talk-about-maqloobeh/][Essay: What We Talk About When We Talk About Maqloobeh – New Ohio Review]] -:PROPERTIES: -:TITLE: Essay: What We Talk About When We Talk About Maqloobeh – New Ohio Review -:URI: https://newohioreview.org/2025/06/01/essay-what-we-talk-about-when-we-talk-about-maqloobeh/ -:CREATED: [2025-08-20 Wed 14:27] -:END: - -Farah Barqawi - -* [[https://st-takla.org/Coptic-Faith-Creed-Dogma/Coptic-Rite-n-Ritual-Taks-Al-Kanisa/09-Coptic-Liturgical-Calendar__R-W/Coptology-Calendar-Al-Abakty_003-Star-Year-n-Fixing-the-Calender.html][السنة النجمية وإصلاح التقويم : التقويم القبطي وحساب الأبقطي (علم الابقطى) | St-Takla.org]] -:PROPERTIES: -:TITLE: السنة النجمية وإصلاح التقويم : التقويم القبطي وحساب الأبقطي (علم الابقطى) | St-Takla.org -:URI: https://st-takla.org/Coptic-Faith-Creed-Dogma/Coptic-Rite-n-Ritual-Taks-Al-Kanisa/09-Coptic-Liturgical-Calendar__R-W/Coptology-Calendar-Al-Abakty_003-Star-Year-n-Fixing-the-Calender.html -:CREATED: [2025-08-20 Wed 14:27] -:END: - -* [[https://aboutmsr.com/%d8%a7%d9%84%d9%8a%d9%88%d9%85-%d8%a7%d9%84%d9%86%d8%ac%d9%85%d9%8a-%d9%88%d8%a7%d9%84%d8%b3%d9%86%d8%a9-%d8%a7%d9%84%d8%b4%d9%85%d8%b3%d9%8a%d8%a9-%d8%a7%d9%84%d8%aa%d9%82%d9%88%d9%8a%d9%85-%d8%a7/][اليوم النجمي والسنة الشمسية.. التقويم المصري القديم أدق أنظمة ضبط الوقت]] -:PROPERTIES: -:TITLE: اليوم النجمي والسنة الشمسية.. التقويم المصري القديم أدق أنظمة ضبط الوقت -:URI: https://aboutmsr.com/%d8%a7%d9%84%d9%8a%d9%88%d9%85-%d8%a7%d9%84%d9%86%d8%ac%d9%85%d9%8a-%d9%88%d8%a7%d9%84%d8%b3%d9%86%d8%a9-%d8%a7%d9%84%d8%b4%d9%85%d8%b3%d9%8a%d8%a9-%d8%a7%d9%84%d8%aa%d9%82%d9%88%d9%8a%d9%85-%d8%a7/ -:CREATED: [2025-08-20 Wed 14:27] -:END: - -* [[https://www.hindawi.org/books/69684929/2/][علم الأنواء | الريف المكنون | مؤسسة هنداوي]] -:PROPERTIES: -:TITLE: علم الأنواء | الريف المكنون | مؤسسة هنداوي -:URI: https://www.hindawi.org/books/69684929/2/ -:CREATED: [2025-08-20 Wed 14:28] -:END: - -* [[https://aawsat.com/home/article/3808831/%C2%AB%D8%B9%D9%84%D9%85-%D8%A7%D9%84%D8%A3%D9%86%D9%88%D8%A7%D8%A1%C2%BB-%D8%AA%D8%B1%D8%A7%D8%AB-%D8%A7%D9%84%D8%B9%D8%B1%D8%A8-%D8%A7%D9%84%D9%85%D8%AC%D9%87%D9%88%D9%84-%D9%81%D9%8A-%D8%A7%D9%84%D8%A3%D9%85%D8%B7%D8%A7%D8%B1-%D9%88%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%AD-%D9%88%D8%A7%D9%84%D8%B4%D8%B9%D8%B1][«علم الأنواء»... تراث العرب المجهول في الأمطار والرياح والشعر]] -:PROPERTIES: -:TITLE: «علم الأنواء»... تراث العرب المجهول في الأمطار والرياح والشعر -:URI: https://aawsat.com/home/article/3808831/%C2%AB%D8%B9%D9%84%D9%85-%D8%A7%D9%84%D8%A3%D9%86%D9%88%D8%A7%D8%A1%C2%BB-%D8%AA%D8%B1%D8%A7%D8%AB-%D8%A7%D9%84%D8%B9%D8%B1%D8%A8-%D8%A7%D9%84%D9%85%D8%AC%D9%87%D9%88%D9%84-%D9%81%D9%8A-%D8%A7%D9%84%D8%A3%D9%85%D8%B7%D8%A7%D8%B1-%D9%88%D8%A7%D9%84%D8%B1%D9%8A%D8%A7%D8%AD-%D9%88%D8%A7%D9%84%D8%B4%D8%B9%D8%B1 -:CREATED: [2025-08-20 Wed 14:28] -:END: - -* [[https://www.nooelec.com/store/hackrf-pro.html][Nooelec - HackRF Pro Software Defined Radio]] :radio:weeks: -:PROPERTIES: -:TITLE: Nooelec - HackRF Pro Software Defined Radio -:URI: https://www.nooelec.com/store/hackrf-pro.html -:CREATED: [2025-08-20 Wed 14:29] -:END: - -* [[https://www.vorondesign.com/voron2.4][VORON2.4]] :3dprinting:make:years: -:PROPERTIES: -:TITLE: VORON2.4 -:URI: https://www.vorondesign.com/voron2.4 -:CREATED: [2025-08-20 Wed 14:29] -:END: - -* [[https://gridfinity.xyz/][Gridfinity :: Unofficial wiki | Gridfinity]] :make:organizing:3dprinting: -:PROPERTIES: -:TITLE: Gridfinity :: Unofficial wiki | Gridfinity -:URI: https://gridfinity.xyz/ -:CREATED: [2025-08-20 Wed 14:29] -:END: - -* [[https://gridfinity.perplexinglabs.com/pr/opengrid/0/0][Gridfinity Generator]] :make:3dprinting:organizing: -:PROPERTIES: -:TITLE: Gridfinity Generator -:URI: https://gridfinity.perplexinglabs.com/pr/opengrid/0/0 -:CREATED: [2025-08-20 Wed 14:30] -:END: - -* [[https://www.kickstarter.com/projects/accelaser/accelaser-hd1-worlds-first-dual-laser-with-flying-3d-galvo][ACCELaser HD1: World's First Dual Laser with Flying 3D Galvo by ACCELaser — Kickstarter]] :make: -:PROPERTIES: -:TITLE: ACCELaser HD1: World's First Dual Laser with Flying 3D Galvo by ACCELaser — Kickstarter -:URI: https://www.kickstarter.com/projects/accelaser/accelaser-hd1-worlds-first-dual-laser-with-flying-3d-galvo -:CREATED: [2025-08-20 Wed 14:30] -:END: - -* [[https://www.xtool.com/][xTool Laser | Desktop CO2, Fiber & Diode Laser Cutter]] :make:CNC:metalwork:woodwork:years: -:PROPERTIES: -:TITLE: xTool Laser | Desktop CO2, Fiber & Diode Laser Cutter -:URI: https://www.xtool.com/ -:CREATED: [2025-08-20 Wed 14:30] -:END: - -* [[https://makerworld.com/en/models/1501061-neogrid-2-0-drawer-management-system][NeoGrid 2.0 - Drawer Management System Remixed by BlackjackDuck - Hands on Katie Guild Member MakerWorld: Download Free 3D Models]] :make:3dprinting:organizing: -:PROPERTIES: -:TITLE: NeoGrid 2.0 - Drawer Management System Remixed by BlackjackDuck - Hands on Katie Guild Member MakerWorld: Download Free 3D Models -:URI: https://makerworld.com/en/models/1501061-neogrid-2-0-drawer-management-system -:CREATED: [2025-08-20 Wed 14:31] -:END: - -* [[https://makerworld.com/en/collections/5283101-opengrid-models-i-like][openGrid - Models I like | Collection - MakerWorld: Download Free 3D Models]] :3dprinting:make: -:PROPERTIES: -:TITLE: openGrid - Models I like | Collection - MakerWorld: Download Free 3D Models -:URI: https://makerworld.com/en/collections/5283101-opengrid-models-i-like -:CREATED: [2025-08-20 Wed 14:31] -:END: - -* [[https://www.beyond-power.com/pages/voltra?sca_ref=5489774.j8t05K1fuV&sca_source=UGZsXA08FjWmBQVXwEH59r][VOLTRA I | The Revolutionary Cable Machine has Arrived]] :health:wellness:years: -:PROPERTIES: -:TITLE: VOLTRA I | The Revolutionary Cable Machine has Arrived -:URI: https://www.beyond-power.com/pages/voltra?sca_ref=5489774.j8t05K1fuV&sca_source=UGZsXA08FjWmBQVXwEH59r -:CREATED: [2025-08-20 Wed 14:32] -:END: - -* [[https://www.jjgeorgestore.com/the-smarter-scrubber/][The Smarter Scrubber Grill Brush | Smarter Everyday Grill Brush | JJGeorge Grill Brush]] :years:industry: -:PROPERTIES: -:TITLE: The Smarter Scrubber Grill Brush | Smarter Everyday Grill Brush | JJGeorge Grill Brush -:URI: https://www.jjgeorgestore.com/the-smarter-scrubber/ -:CREATED: [2025-08-20 Wed 14:32] -:END: - -This is the grill scrubber that was made on YouTube to demonstrate how difficult it is to make things in the US. - -* [[https://frenchfinity.xyz/#start][Main page | Frenchfinity]] :make:3dprinting:organizing: -:PROPERTIES: -:TITLE: Main page | Frenchfinity -:URI: https://frenchfinity.xyz/#start -:CREATED: [2025-08-20 Wed 14:33] -:END: - -* [[https://zoboko.com/text/ro9r6e8m/the-golden-dawn-the-original-account-of-the-teachings-rites-and-ceremonies-of-the-hermetic-order/71][Chapter 71: THE TREE OF LIFE AS PROJECTED IN A SOLID SPHERE - The Golden Dawn: The Original Account of the Teachings, Rites, and Ceremonies of the Hermetic Order]] :occult:esoteric: -:PROPERTIES: -:TITLE: Chapter 71: THE TREE OF LIFE AS PROJECTED IN A SOLID SPHERE - The Golden Dawn: The Original Account of the Teachings, Rites, and Ceremonies of the Hermetic Order -:URI: https://zoboko.com/text/ro9r6e8m/the-golden-dawn-the-original-account-of-the-teachings-rites-and-ceremonies-of-the-hermetic-order/71 -:CREATED: [2025-08-21 Thu 11:07] -:END: - -* Depraved (1996) - IMDb :cinema:cuckolding: -:PROPERTIES: -:CREATED: [2025-08-28 Thu 11:11] -:END: - -[[https://m.imdb.com/title/tt0159404/][Depraved (1996) - IMDb]] - -* Movies that depict cuckolding? : r/CuckoldPsychology :cinema:cuckolding: -:PROPERTIES: -:CREATED: [2025-08-28 Thu 11:11] -:END: - -[[https://www.reddit.com/r/CuckoldPsychology/comments/ns9c9w/movies_that_depict_cuckolding/][Movies that depict cuckolding? : r/CuckoldPsychology]] - -* Mainstream Movies on Cuckolding, Wife Cheating, and Affairs :cinema:cuckolding: -:PROPERTIES: -:CREATED: [2025-08-28 Thu 11:12] -:END: - -[[https://hotwifecuckoldbull.com/mainstream-movies-on-cuckolding-wife-cheating-and-affairs/][Mainstream Movies on Cuckolding, Wife Cheating, and Affairs]] - -* Western Esoteric Texts | Sacred Texts Archive :esoteric: -:PROPERTIES: -:CREATED: [2025-08-28 Thu 11:12] -:END: - -[[https://sacred-texts.com/eso/index.htm][Western Esoteric Texts | Sacred Texts Archive]] - -* The Hermetic Order of The Golden Dawn® :esoteric: -:PROPERTIES: -:CREATED: [2025-08-28 Thu 11:12] -:END: - -[[https://hermeticgoldendawn.org/][The Hermetic Order of The Golden Dawn®]] - -* GitHub - jdtsmith/indent-bars: Fast, configurable indentation guide-bars for Emacs -:PROPERTIES: -:CREATED: [2025-09-04 Thu 08:34] -:END: - -[[https://github.com/jdtsmith/indent-bars][GitHub - jdtsmith/indent-bars: Fast, configurable indentation guide-bars for Emacs]] - -* ListenBrainz -:PROPERTIES: -:CREATED: [2025-09-04 Thu 08:35] -:END: - -[[https://listenbrainz.org/about/][ListenBrainz]] - -* HiFi Rose RS151 High Performance Network Streamer – HiFi Rose USA -:PROPERTIES: -:CREATED: [2025-09-04 Thu 08:35] -:END: - -[[https://www.hifiroseusa.com/products/rs151-high-performance-network-streamer][HiFi Rose RS151 High Performance Network Streamer – HiFi Rose USA]] - -* Haven – MANET IP Mesh Radio (Digital Guide) – Parallel -:PROPERTIES: -:CREATED: [2025-09-04 Thu 14:20] -:END: - -[[https://buildwithparallel.com/products/haven?variant=51202665251097&country=US¤cy=USD][Haven – MANET IP Mesh Radio (Digital Guide) – Parallel]] - -* OpenMANET -:PROPERTIES: -:CREATED: [2025-09-04 Thu 14:22] -:END: - -[[https://openmanet.net/][OpenMANET]] - -OpenMANET is an open-source project for building Raspberry Pi–based MANET radios on Wi-Fi HaLow (915 MHz) using Morse Micro chipsets. A MANET (Mobile Ad-Hoc Network) is a self-forming wireless mesh where each node connects directly without centralized infrastructure. This technology is especially useful in the civilian space for search and rescue, disaster response, airsoft events, and any disconnected communications scenario. - -* Wio-WM6180 Wi-Fi HaLow Mini-PCIe Module | Long-Range, Low-Power IoT Connectivity Solution -:PROPERTIES: -:CREATED: [2025-09-04 Thu 14:24] -:END: - -[[https://www.seeedstudio.com/Wio-WM6180-Wi-Fi-HaLow-mini-PCIe-Module-p-6394.html?sensecap_affiliate=jWO59eF&referring_service=link][Wio-WM6180 Wi-Fi HaLow Mini-PCIe Module | Long-Range, Low-Power IoT Connectivity Solution]] - -* Men's Compact Travel Hoodie | Unbound Merino :days:attire: -:PROPERTIES: -:CREATED: [2025-09-04 Thu 19:11] -:END: - -[[https://unboundmerino.com/products/compact-travel-hoodie?variant=29490854690910][Men's Compact Travel Hoodie | Unbound Merino]] - -* Home Assistant Voice Preview Edition - Home Assistant -:PROPERTIES: -:CREATED: [2025-09-08 Mon 02:43] -:END: - -[[https://www.home-assistant.io/voice-pe/][Home Assistant Voice Preview Edition - Home Assistant]] - -* Dream -:PROPERTIES: -:CREATED: [2025-09-09 Tue 03:04] -:END: - -I just dreamt I saw Mohammad, the prophet. I was traveling to Europe. My backpack got stolen while I was wearing my underpants in the back of a pickup truck. I only found my travel wallet with my passport in it and even my pants were got, I eventually found a pair of shorts. For a minute I was in my boxers and said to the rest of the people in the back of the pick up truck that I can't go back to Egypt and stand in the border control line like this. I contemplated missing the last leg of the trip. It was a connecting flight from a European country back to Cairo. Some veiled Egyptian activist took out her phone and started making a video of me asking me to say something against the regime that stole my bag and left me in my underwear but of course I stopped her. - -Now in shorts, I took the connecting flight anyway, counted my losses and worried about getting another Framework 13 laptop while in Egypt, and worried about leaving the laptop in suspended mode which makes it easier to get to my data than if it was in total power down. - -I got in Egypt. As we walked to see my parents, I asked Dina Safaa if she took a picture of him. She said yes and before she showed it to me we arrived. It was some sort of a dinner booth. He was sat in the middle of the booth across from my father and seemed to be having a nice chat. My mother was at the closed end of the booth. I became instantly emotional and said loudly I will first say hello to my father and mother then to him. I wished my father a happy birthday. He looked in his sixties. By the time I got to mother I was very emotional and only managed to bow to something that may have been her feet lifted on the seating of the white oval booth. I didn't manage to see her face, then I turned and sat next to him. - -He was middle aged but younger than my father. Soft grey and whitening hair in a distinct contemporary Arab or Pakistani hairstyle, dark brown skin with a lot of deep grooves and imperfections in his facial skin, and very prominent and bent nose. He looked manicured, mannered, and very much a modern man in a dark blue jeans and a white shirt. - -My tears fell uncontrollably by now. I asked him if it was really him, and he nodded yes smiling. I said I feel he came especially for me. He gave what seemed to be a polite yes. He surely came to me but maybe not me alone. I sat to his left, now realizing he's a bigger man than I am. Then the emotional work up made me wake up. - -This is my first time to dream of him. Maybe because I have been reading about his life to be prepared when talking with Adam. I'm surprised at how emotional I became in the dream for finding my guru/sheikh and that it was Mohammed who is not particularly esoteric or deep. Incidentally, this morning I was listening to something about what happens between death and reincarnation and that some people choose to come back to the material realm to volunteer on a spiritual mission. Perhaps these are the triggers. Still surprising at how I related to him instantly and strongly in my subconscious. I'm glad I'm better connected to my subconscious lately. - -* Level Lock Pro | The Ultimate Level Lock | Level :homelab:years: -:PROPERTIES: -:CREATED: [2025-09-12 Fri 09:58] -:END: - -[[https://level.co/level-lock-pro/][Level Lock Pro | The Ultimate Level Lock | Level]] - -* Hermetica I Litwa order -:PROPERTIES: -:CREATED: [2025-09-20 Sat 21:36] -:END: - -Introduction -1 -7 -6 -4 - -General discourses -3 -14 -16 -2 -8 -17 -Asclepius -9 - -Detailed discourses -12 -11 -5 -10 - -Revelatory discourses -13 -Eight reveals nine -Prayer of thanksgiving - -18 - -* The Dark Side Of The Freemasons: 600-Years Of Conspiracy -:PROPERTIES: -:CREATED: [2025-10-01 Wed 15:06] -:END: - -[[https://youtube.com/watch?v=H7xriwQ3-_w&si=zxvWqrsYpCI67v8W][The Dark Side Of The Freemasons: 600-Years Of Conspiracy]] - -Picture of Mubarak and Boutrous Ghali in a documentary about the Freemasons - -* Mark Passio Lexicon -:PROPERTIES: -:CREATED: [2025-10-03 Fri 02:51] -:END: - -[[https://truthandlaw.com/mark-passio-lexicon][Mark Passio Lexicon]] - -* The Complete Guide to Atomic Note-Taking • Zettelkasten Method -:PROPERTIES: -:CREATED: [2025-10-04 Sat 15:52] -:END: - -[[https://zettelkasten.de/atomicity/guide/][The Complete Guide to Atomic Note-Taking • Zettelkasten Method]] - -* We sleep to connect with the subconscious -:PROPERTIES: -:CREATED: [2025-10-10 Fri 15:07] -:END: - -* Lon Milo Duquette | Writer, lecturer, musician, and occultist -:PROPERTIES: -:CREATED: [2025-10-15 Wed 12:23] -:END: - -[[https://www.lonmiloduquette.net/][Lon Milo Duquette | Writer, lecturer, musician, and occultist]] - -* arr-scripts/lidarr/readme.md at main · RandomNinjaAtk/arr-scripts · GitHub -:PROPERTIES: -:CREATED: [2025-10-15 Wed 12:23] -:END: - -[[https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/readme.md][arr-scripts/lidarr/readme.md at main · RandomNinjaAtk/arr-scripts · GitHub]] - -* GitHub - buildarr/buildarr: Constructs and configures Arr PVR stacks -:PROPERTIES: -:CREATED: [2025-10-15 Wed 12:24] -:END: - -[[https://github.com/buildarr/buildarr][GitHub - buildarr/buildarr: Constructs and configures Arr PVR stacks]] - -* GitHub - plexguide/Huntarr.io: A specialized utility that automates discovering missing and upgrading your media collection! -:PROPERTIES: -:CREATED: [2025-10-15 Wed 12:27] -:END: - -[[https://github.com/plexguide/Huntarr.io][GitHub - plexguide/Huntarr.io: A specialized utility that automates discovering missing and upgrading your media collection!]] - -* GitHub - mrusse/soularr: A Python script that connects Lidarr with Soulseek! -:PROPERTIES: -:CREATED: [2025-10-15 Wed 12:28] -:END: - -[[https://github.com/mrusse/soularr][GitHub - mrusse/soularr: A Python script that connects Lidarr with Soulseek!]] - -* GitHub - giuseppe99barchetta/SuggestArr: Effortlessly request recommended movies, TV shows and anime to Jellyseer/Overseer based on your recently watched content on Jellyfin, Plex or Emby—let SuggestArr handle it all automatically, keeping your library fresh with new and exciting content! -:PROPERTIES: -:CREATED: [2025-10-15 Wed 12:28] -:END: - -[[https://github.com/giuseppe99barchetta/SuggestArr][GitHub - giuseppe99barchetta/SuggestArr: Effortlessly request recommended movies, TV shows and anime to Jellyseer/Overseer based on your recently watched content on Jellyfin, Plex or Emby—let SuggestArr handle it all automatically, keeping your library fresh with new and exciting content!]] - -* GitHub - RandomNinjaAtk/arr-scripts: Extended Container Scripts - Automation scripts to make life easier! -:PROPERTIES: -:CREATED: [2025-10-15 Wed 12:28] -:END: - -[[https://github.com/RandomNinjaAtk/arr-scripts][GitHub - RandomNinjaAtk/arr-scripts: Extended Container Scripts - Automation scripts to make life easier!]] - -* Switch Flex XG - Ubiquiti Store United States -:PROPERTIES: -:CREATED: [2025-10-24 Fri 01:43] -:END: - -[[https://store.ui.com/us/en/category/all-switching/products/usw-flex-xg][Switch Flex XG - Ubiquiti Store United States]] - -* GitHub - awesome-selfhosted/awesome-selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers -:PROPERTIES: -:CREATED: [2025-10-30 Thu 19:44] -:END: - -[[https://github.com/awesome-selfhosted/awesome-selfhosted][GitHub - awesome-selfhosted/awesome-selfhosted: A list of Free Software network services and web applications which can be hosted on your own servers]] - -* GitHub - TheWicklowWolf/Lidify: Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM. -:PROPERTIES: -:CREATED: [2025-10-30 Thu 20:54] -:END: - -[[https://github.com/TheWicklowWolf/Lidify][GitHub - TheWicklowWolf/Lidify: Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM.]] - -* GitHub - aleksilassila/reiverr: Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr -:PROPERTIES: -:CREATED: [2025-10-30 Thu 20:56] -:END: - -[[https://github.com/aleksilassila/reiverr?tab=readme-ov-file][GitHub - aleksilassila/reiverr: Reiverr is a clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr]] - -* GitHub - Raiper34/spooty: Self-hosted spotify downloader -:PROPERTIES: -:CREATED: [2025-10-30 Thu 20:58] -:END: - -[[https://github.com/Raiper34/spooty][GitHub - Raiper34/spooty: Self-hosted spotify downloader]] - -* GitHub - krateng/maloja: Self-hosted music scrobble database to create personal listening statistics and charts -:PROPERTIES: -:CREATED: [2025-10-30 Thu 21:05] -:END: - -[[https://github.com/krateng/maloja][GitHub - krateng/maloja: Self-hosted music scrobble database to create personal listening statistics and charts]] - -* GitHub - agersant/polaris: Polaris is a music streaming application, designed to let you enjoy your music collection from any computer or mobile device. -:PROPERTIES: -:CREATED: [2025-10-30 Thu 21:06] -:END: - -[[https://github.com/agersant/polaris?tab=readme-ov-file][GitHub - agersant/polaris: Polaris is a music streaming application, designed to let you enjoy your music collection from any computer or mobile device.]] - -* Cloudlog an open-source amateur radio logging application - magicbug :radio:software: -:PROPERTIES: -:CREATED: [2025-10-31 Fri 01:50] -:END: - -[[https://www.magicbug.co.uk/cloudlog/][Cloudlog an open-source amateur radio logging application - magicbug]] - -* Actual | Actual Budget Documentation :money:software:org_mode: -:PROPERTIES: -:CREATED: [2025-10-31 Fri 02:13] -:END: - -[[https://actualbudget.org/#features][Actual | Actual Budget Documentation]] - -* GitHub - davestephens/ansible-nas: Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook. :software:nas: -:PROPERTIES: -:CREATED: [2025-10-31 Fri 02:39] -:END: - -[[https://github.com/DaveStephens/ansible-nas][GitHub - davestephens/ansible-nas: Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.]] - -* GitHub - get-iplayer/get_iplayer: A utility for downloading TV and radio programmes from BBC iPlayer and BBC Sounds -:PROPERTIES: -:CREATED: [2025-10-31 Fri 02:40] -:END: - -[[https://github.com/get-iplayer/get_iplayer][GitHub - get-iplayer/get_iplayer: A utility for downloading TV and radio programmes from BBC iPlayer and BBC Sounds]] - -* GitHub - rommapp/romm: A beautiful, powerful, self-hosted rom manager and player. -:PROPERTIES: -:CREATED: [2025-10-31 Fri 02:41] -:END: - -[[https://github.com/rommapp/romm][GitHub - rommapp/romm: A beautiful, powerful, self-hosted rom manager and player.]] - -* Airsonic -:PROPERTIES: -:CREATED: [2025-10-31 Fri 02:45] -:END: - -[[https://airsonic.github.io/][Airsonic]] - -* The Innovator of Modular IoT Development Platform | M5Stack -:PROPERTIES: -:CREATED: [2025-11-07 Fri 01:20] -:END: - -[[https://m5stack.com/][The Innovator of Modular IoT Development Platform | M5Stack]] - -* flohmarkt/flohmarkt: federated decentral classified ad software using activitypub - Codeberg.org -:PROPERTIES: -:CREATED: [2025-11-08 Sat 08:15] -:END: - -[[https://codeberg.org/flohmarkt/flohmarkt][flohmarkt/flohmarkt: federated decentral classified ad software using activitypub - Codeberg.org]] - -* [[https://veritablehokum.com/comic/the-egyptian-god-family-tree/][The Egyptian God Family Tree – Veritable Hokum]] -:PROPERTIES: -:CREATED: [2025-12-10 Wed 03:54] -:END: - -* [[https://epg.pw/xmltv.html?lang=en][Free EPG source suitable for IPTV | FREE EPG]] -:PROPERTIES: -:CREATED: [2025-12-16 Tue 11:28] -:END: - -* [[https://github.com/Free-TV/IPTV][GitHub - Free-TV/IPTV: M3U Playlist for free TV channels]] -:PROPERTIES: -:CREATED: [2025-12-16 Tue 11:28] -:END: - -* [[https://github.com/sipeed/NanoCluster/][GitHub - sipeed/NanoCluster: NanoCluster: Compact & Affordable Cluster for Everyone]] -:PROPERTIES: -:CREATED: [2025-12-16 Tue 14:30] -:END: - -* [[https://www.makerlisp.com/][MakerLisp]] -:PROPERTIES: -:CREATED: [2025-12-23 Tue 10:02] -:END: - -* [[https://goldage.org/][The Golden Age Collection]] -:PROPERTIES: -:CREATED: [2025-12-26 Fri 10:23] -:END: - -* [[https://github.com/harvard-edge/cs249r_book][GitHub - harvard-edge/cs249r_book: Introduction to Machine Learning Systems]] -:PROPERTIES: -:CREATED: [2025-12-26 Fri 23:13] -:END: - -* [[https://github.com/anthropics/prompt-eng-interactive-tutorial?tab=readme-ov-file][GitHub - anthropics/prompt-eng-interactive-tutorial: Anthropic's Interactive Prompt Engineering Tutorial]] -:PROPERTIES: -:CREATED: [2025-12-26 Fri 23:22] -:END: - -* [[https://learnyourway.withgoogle.com/][Learn Your Way]] -:PROPERTIES: -:CREATED: [2025-12-26 Fri 23:38] -:END: - -* [[https://github.com/harvard-edge/cs249r_book][GitHub - harvard-edge/cs249r_book: Introduction to Machine Learning Systems]] -:PROPERTIES: -:CREATED: [2025-12-29 Mon 21:22] -:END: - -* [[https://tumbleweed.nu/lm-3/][LM-3 --- resurrecting the MIT CADR]] :lisp:emacs: -:PROPERTIES: -:CREATED: [2026-01-13 Tue 08:27] -:END: - -* [[https://github.com/cosmos72/schemesh][GitHub - cosmos72/schemesh: A Unix shell and Lisp REPL, fused together]] :lisp:shell:linux: -:PROPERTIES: -:CREATED: [2026-01-13 Tue 19:57] -:END: - -* [[https://github.com/ghosthamlet/awesome-lisp-machine][GitHub - ghosthamlet/awesome-lisp-machine: A curated list of awesome Lisp Machine and Lisp Operating System]] -:PROPERTIES: -:CREATED: [2026-01-13 Tue 20:01] -:END: - -* [[http://metamodular.com/Common-Lisp/lispos.html][Lisp Operating System]] :lisp: -:PROPERTIES: -:CREATED: [2026-01-13 Tue 20:27] -:END: - -* [[https://www.openfunk.co/][re:Mix — the circular blender for your own glass jars – Open Funk]] -:PROPERTIES: -:CREATED: [2026-01-19 Mon 14:11] -:END: - -* [[https://github.com/originalankur/maptoposter][GitHub - originalankur/maptoposter: Transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.]] -:PROPERTIES: -:TITLE: GitHub - originalankur/maptoposter: Transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code. -:URI: https://github.com/originalankur/maptoposter -:CREATED: [2026-01-21 Wed 15:34] -:END: - -* [[https://mksegypt.org/ar][الرئيسية | الذاكرة والمعرفة للدرسات]] -:PROPERTIES: -:TITLE: الرئيسية | الذاكرة والمعرفة للدرسات -:URI: https://mksegypt.org/ar -:CREATED: [2026-01-21 Wed 15:35] -:END: - -* [[https://github.com/omkarcloud/botasaurus][GitHub - omkarcloud/botasaurus: The All in One Framework to Build Undefeatable Scrapers]] -:PROPERTIES: -:TITLE: GitHub - omkarcloud/botasaurus: The All in One Framework to Build Undefeatable Scrapers -:URI: https://github.com/omkarcloud/botasaurus -:CREATED: [2026-01-21 Wed 15:36] -:END: - -* [[https://www.421.news/en/nick-land-the-apostle-of-chaos/][Nick Land: The Apostle of Chaos]] -:PROPERTIES: -:TITLE: Nick Land: The Apostle of Chaos -:URI: https://www.421.news/en/nick-land-the-apostle-of-chaos/ -:CREATED: [2026-01-21 Wed 15:36] -:END: - -* [[https://www.olimex.com/Products/Retro-Computers/RVPC/open-source-hardware][RVPC - Open Source Hardware Board]] :Hardware: -:PROPERTIES: -:TITLE: RVPC - Open Source Hardware Board -:URI: https://www.olimex.com/Products/Retro-Computers/RVPC/open-source-hardware -:CREATED: [2026-01-21 Wed 15:36] -:END: - -* [[https://deepcomputing.io/product/dc-roma-risc-v-ai-pc/][DC-ROMA RISC-V AI PC - DeepComputing]] :Hardware: -:PROPERTIES: -:TITLE: DC-ROMA RISC-V AI PC - DeepComputing -:URI: https://deepcomputing.io/product/dc-roma-risc-v-ai-pc/ -:CREATED: [2026-01-21 Wed 15:37] -:END: - -* [[https://www.tnaflix.com/amateur-porn/Schnick-Schnack-Schnuck-%282015%29/video5993929][Schnick Schnack Schnuck (2015) - Tnaflix.com]] :sex:video: -:PROPERTIES: -:TITLE: Schnick Schnack Schnuck (2015) - Tnaflix.com -:URI: https://www.tnaflix.com/amateur-porn/Schnick-Schnack-Schnuck-%282015%29/video5993929 -:CREATED: [2026-01-21 Wed 15:38] -:END: - -* [[https://robertprentner.github.io/][Robert Prenter - Home]] -:PROPERTIES: -:TITLE: Robert Prenter - Home -:URI: https://robertprentner.github.io/ -:CREATED: [2026-01-21 Wed 15:38] -:END: - -* [[https://21sci-tech.com/articles/drmoon.html][Who Was Robert J. Moon?]] -:PROPERTIES: -:TITLE: Who Was Robert J. Moon? -:URI: https://21sci-tech.com/articles/drmoon.html -:CREATED: [2026-01-21 Wed 15:39] -:END: - -* [[https://manassa.news/stories/29192][أفلام وأفكار وثورة| ميكروفون.. والإمساك بحلم اللحظة | المنصة]] -:PROPERTIES: -:TITLE: أفلام وأفكار وثورة| ميكروفون.. والإمساك بحلم اللحظة | المنصة -:URI: https://manassa.news/stories/29192 -:CREATED: [2026-01-21 Wed 15:40] -:END: - -* [[https://learnyourway.withgoogle.com/][Learn Your Way]] -:PROPERTIES: -:TITLE: Learn Your Way -:URI: https://learnyourway.withgoogle.com/ -:CREATED: [2026-01-21 Wed 15:41] -:END: - -* [[https://app.turath.io/][تراث]] -:PROPERTIES: -:TITLE: تراث -:URI: https://app.turath.io/ -:CREATED: [2026-01-21 Wed 15:41] -:END: - -* [[https://www.wikiart.org/en/artists-by-art-movement][Artists by art movement - WikiArt.org]] -:PROPERTIES: -:TITLE: Artists by art movement - WikiArt.org -:URI: https://www.wikiart.org/en/artists-by-art-movement -:CREATED: [2026-01-21 Wed 15:42] -:END: - -* [[https://propagandopolis.com/][Propagandopolis]] -:PROPERTIES: -:TITLE: Propagandopolis -:URI: https://propagandopolis.com/ -:CREATED: [2026-01-21 Wed 15:42] -:END: - -* [[https://www.citriniresearch.com/p/2028gic][THE 2028 GLOBAL INTELLIGENCE CRISIS]] -:PROPERTIES: -:CREATED: [2026-02-23 Mon 03:59] -:END: - -* [[https://blog.wilsonl.in/search-engine/][Building a web search engine from scratch in two months with 3 billion neural embeddings]] -:PROPERTIES: -:CREATED: [2026-02-23 Mon 15:07] -:END: - -* [[https://github.com/sebastianvkl/pizero-openclaw][GitHub - sebastianvkl/pizero-openclaw]] -:PROPERTIES: -:CREATED: [2026-02-23 Mon 15:08] -:END: - -* [[https://geshelli.com/product/torc/][TORC [6-8 WEEKS SHIPS] – Geshelli Labs LLC.]] -:PROPERTIES: -:CREATED: [2026-03-01 Sun 10:39] -:END: - -Modular DACs - -* [[https://www.fountultd.com/publications/p/hermetica-1][Hermetica I by Dr. David Litwa, PhD. — FOUNT Ultd.]] -:PROPERTIES: -:CREATED: [2026-03-05 Thu 13:02] -:END: - -* [[https://chronocopia.se/books/bog-fashion/][Bog Fashion | ChronoCopia Publishing]] -:PROPERTIES: -:TITLE: Bog Fashion | ChronoCopia Publishing -:URI: https://chronocopia.se/books/bog-fashion/ -:CREATED: [2026-02-07 Sat 15:16] -:END: - -* [[https://ytboob.com/male-and-female-nudity-throughout-check-out-all-the-groping-at-10729-in-savage/][Male And Female Nudity Throughout. Check Out All The Groping At 1:07:29 In "SAVAGE" - YTboob]] :videos: -:PROPERTIES: -:TITLE: Male And Female Nudity Throughout. Check Out All The Groping At 1:07:29 In "SAVAGE" - YTboob -:URI: https://ytboob.com/male-and-female-nudity-throughout-check-out-all-the-groping-at-10729-in-savage/ -:CREATED: [2026-02-07 Sat 15:17] -:END: - -* [[https://reticulum.network/][Reticulum Network]] :radio:networks: -:PROPERTIES: -:TITLE: Reticulum Network -:URI: https://reticulum.network/ -:CREATED: [2026-02-27 Fri 12:10] -:END: - -* [[https://github.com/codecrafters-io/build-your-own-x][GitHub - codecrafters-io/build-your-own-x: Master programming by recreating your favorite technologies from scratch.]] -:PROPERTIES: -:TITLE: GitHub - codecrafters-io/build-your-own-x: Master programming by recreating your favorite technologies from scratch. -:URI: https://github.com/codecrafters-io/build-your-own-x -:CREATED: [2026-02-27 Fri 12:11] -:END: - -* [[https://carstrucksroads.com/software-defined-vehicles/][The Rise of Software-Defined Vehicles: Transforming Mobility]] -:PROPERTIES: -:TITLE: The Rise of Software-Defined Vehicles: Transforming Mobility -:URI: https://carstrucksroads.com/software-defined-vehicles/ -:CREATED: [2026-02-27 Fri 12:13] -:END: - -* [[https://nexphone.com/][NexPhone |]] -:PROPERTIES: -:TITLE: NexPhone | -:URI: https://nexphone.com/ -:CREATED: [2026-02-27 Fri 12:24] -:END: - -* [[https://manassa.news/stories/30180][روعة أن تعيش مهزومًا في ظلامك الداخلي | المنصة]] -:PROPERTIES: -:TITLE: روعة أن تعيش مهزومًا في ظلامك الداخلي | المنصة -:URI: https://manassa.news/stories/30180 -:CREATED: [2026-02-27 Fri 12:24] -:END: - -* [[https://www.slate.auto/en/reserve][Reserve Your SLATE | The EV That Adapts to You]] -:PROPERTIES: -:TITLE: Reserve Your SLATE | The EV That Adapts to You -:URI: https://www.slate.auto/en/reserve -:CREATED: [2026-02-27 Fri 12:24] -:END: - -* [[https://manassa.news/stories/29949][ماذا تبقى لنا من يناير ولماذا يتماهي دائمًا الصوت الثالث؟ | المنصة]] -:PROPERTIES: -:TITLE: ماذا تبقى لنا من يناير ولماذا يتماهي دائمًا الصوت الثالث؟ | المنصة -:URI: https://manassa.news/stories/29949 -:CREATED: [2026-02-27 Fri 12:24] -:END: - -* [[https://manassa.news/stories/1229][فيلسوف مصر القَلِق | عبد الرحمن بدوي.. من النقد إلى الدفاع عن الإسلام | المنصة]] -:PROPERTIES: -:TITLE: فيلسوف مصر القَلِق | عبد الرحمن بدوي.. من النقد إلى الدفاع عن الإسلام | المنصة -:URI: https://manassa.news/stories/1229 -:CREATED: [2026-02-27 Fri 12:25] -:END: - -* [[https://manassa.news/stories/29984][فاجأتني الثورة بعد الخمسين | المنصة]] -:PROPERTIES: -:TITLE: فاجأتني الثورة بعد الخمسين | المنصة -:URI: https://manassa.news/stories/29984 -:CREATED: [2026-02-27 Fri 12:25] -:END: - -* TODO [[https://github.com/forrestchang/andrej-karpathy-skills][GitHub - forrestchang/andrej-karpathy-skills · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:17] -:END: - -* TODO [[https://github.com/VoltAgent/awesome-openclaw-skills?tab=readme-ov-file#web--frontend-development][GitHub - VoltAgent/awesome-openclaw-skills: The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞 · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:18] -:END: - -* TODO [[https://github.com/bytedance/deer-flow?utm_source=opensourceprojects.dev&ref=opensourceprojects.dev][GitHub - bytedance/deer-flow at opensourceprojects.dev · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:19] -:END: - -* TODO every fat loss tip I could come up with -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:34] -:END: - -https://x.com/i/status/2017612156477333924 - -* TODO [[https://github.com/forrestchang/worktree-workflow][GitHub - forrestchang/worktree-workflow: A toolkit for parallel development with git worktrees, designed for Claude Code · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:35] -:END: - -* TODO [[https://udlbook.github.io/udlbook/][Understanding Deep Learning]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:07] -:END: - -* TODO [[https://github.com/google/langextract][GitHub - google/langextract: A Python library for extracting structured information from unstructured text using LLMs with precise source grounding and interactive visualization. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:23] -:END: - -* TODO Agora screens -:PROPERTIES: -:CREATED: [2026-03-07 Sat 11:43] -:END: - - * Stream - * Messaging - * Marketplace - * Memberships? - * Productivity suite - * Library - * Home Assistant - * Personal Assistant - * Personas and Profiles - -* TODO [[https://usefulcharts.com/blogs/charts/timeline-of-tv-film-industry-consolidation][TV & Film Consolidation – UsefulCharts]] -:PROPERTIES: -:TITLE: TV & Film Consolidation – UsefulCharts -:URI: https://usefulcharts.com/blogs/charts/timeline-of-tv-film-industry-consolidation -:CREATED: [2026-03-07 Sat 17:43] -:END: - -* TODO Reverse prompting -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:42] -:END: - -https://x.com/i/status/2029887511166873838 - -* TODO The n8n Gap Just Closed. Here's What $600K/Month Taught Me About the New Automation Economy. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:54] -:END: - -https://x.com/i/status/2012590119929172319 - -* TODO Research tool -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:45] -:END: - -https://x.com/i/status/2029270046401331447 - -* TODO Reddit json -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:46] -:END: - -https://x.com/i/status/2005527082831679939 - -* TODO Vibe coding guide -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:47] -:END: - -https://x.com/i/status/2009841418252984767 - -* TODO Amazon back loans consultant -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:47] -:END: - -https://x.com/i/status/2010124505218461927 - -* TODO Step-by-step guide to get Ralph working and shipping code -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:48] -:END: - -https://x.com/i/status/2008548371712135632 - -* TODO Local llama on 3 DGX Sparks -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:49] -:END: - -https://x.com/i/status/2010980589763965077 - -* TODO Claude Code + Ralph Can Replace Your Marketing Team -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:50] -:END: - -https://x.com/i/status/2010713146743562246 - -* TODO Main issues as you scale software by orders or magnitude -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:51] -:END: - -https://x.com/i/status/2011561755927826910 - -* TODO How to make $10M in 365 days with "AI mobile apps" -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:52] -:END: - -https://x.com/i/status/2012171244666253777 - -* TODO how the creator of claude code actually writes software -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:53] -:END: - -https://x.com/i/status/2011105761867510229 - -* TODO Smart forking -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:58] -:END: - -https://x.com/i/status/2012741829683224584 - -* TODO You Could've Invented Claude Code -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:06] -:END: - -https://x.com/i/status/2009668398691582315 - -* TODO [[https://github.com/iliane5/meridian][iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs.]] -:PROPERTIES: -:TITLE: iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs. -:URI: https://github.com/iliane5/meridian -:CREATED: [2026-02-27 Fri 13:07] -:END: - -* TODO building an ai system for electronics data extraction -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:59] -:END: - -https://x.com/i/status/2013206481932579256 - -* TODO Yapping to PRDs: Claude Code & Obsidian -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:01] -:END: - -https://x.com/i/status/2013718955576250466 - -* TODO Why your AI agents still don’t work -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:02] -:END: - -https://x.com/i/status/2013823175855923640 - -* TODO The Claude + n8n Stack That Can Replace an Entire Dev Team -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:02] -:END: - -https://x.com/i/status/2013588076719702204 - -* TODO The No-BS Guide to Building a Real $3,500/Month Business in 72 Hrs -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:03] -:END: - -https://x.com/i/status/2013977070117040421 - -* TODO No typing AI assistant -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:04] -:END: - -https://x.com/i/status/2014489638195626364 - -* TODO How to grow your startup while you sleep -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:05] -:END: - -https://x.com/i/status/2014445690299072723 - -* TODO [[https://github.com/koala73/worldmonitor][GitHub - koala73/worldmonitor: Real-time global intelligence dashboard — AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface]] -:PROPERTIES: -:TITLE: GitHub - koala73/worldmonitor: Real-time global intelligence dashboard — AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface -:URI: https://github.com/koala73/worldmonitor -:CREATED: [2026-02-27 Fri 12:10] -:END: - -* TODO How We Built a 40-App Portfolio With 50M+ Downloads (And Hit #1 on the App Store Twice) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:11] -:END: - -https://x.com/i/status/2014090308867264723 - -* TODO How to Get Out of Your Agent's Way -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:13] -:END: - -https://x.com/i/status/2014005349255164398 - -* TODO I built 10 apps in 10 months and make $800,000/yr ( full guide ) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:14] -:END: - -https://x.com/i/status/2014110519913857122 - -* TODO how to reverse engineer anything using ai -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:15] -:END: - -https://x.com/i/status/2014735578726900144 - -* TODO How to make your agent learn and ship while you sleep -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:18] -:END: - -https://x.com/i/status/2016520542723924279 - -* TODO marketing + openclaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:22] -:END: - -https://x.com/i/status/2017044857764688132 - -* TODO How to make agents remember -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:22] -:END: - -https://x.com/i/status/2017442414907056387 - -* TODO how to create the marketing stack that runs itself -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:24] -:END: - -https://x.com/i/status/2017310847174132018 - -* TODO X bookmarks > embeddings -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:24] -:END: - -https://x.com/i/status/2017623378538979391 - -* TODO The only 2 safe ways to use Openclaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:25] -:END: - -https://x.com/i/status/2017328971327607263 - -* TODO My Safe, Sandboxed Setup for running @OpenClaw as your Virtual Executive Assistant -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:26] -:END: - -https://x.com/i/status/2017650241101598872 - -* TODO Sub Reddits for founders to share their work -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:27] -:END: - -https://x.com/i/status/2017791536881193356 - -* TODO How YouTube Actually Works -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:27] -:END: - -https://x.com/i/status/2017713066914259249 - -* TODO OpenClaw + ACP -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:30] -:END: - -https://x.com/i/status/2017631481896833400 - -* TODO 20 Clawdbot Setups That Made Me Say 'Wait, It Can Do That? -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:31] -:END: - -https://x.com/i/status/2017310275817640386 - -* TODO ClawChat: How to Build a Cross-Platform Voice Chat with Your OpenClaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:36] -:END: - -https://x.com/i/status/2018026262300615102 - -* TODO debugging rule -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:39] -:END: - -https://x.com/i/status/2018027072720130090 - -* TODO openclaw alone is a demo. this is the full product. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:20] -:END: - -https://x.com/i/status/2016900174769963042 - -* TODO Openclaw and kubernetes -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:21] -:END: - -https://x.com/i/status/2016928253538422997 - -* TODO Agentic Personal Knowledge Management with OpenClaw, PARA, and QMD -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:23] -:END: - -https://x.com/i/status/2017636775347331276 - -* TODO 20 More Clawdbot Setups That Made Me Say 'Wait, It Can Do That? -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:31] -:END: - -https://x.com/i/status/2017959821111083068 - -* TODO openclaw performance optimization playbook -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:40] -:END: - -https://x.com/i/status/2018871985254617295 - -* TODO UI/UX architect prompt -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:41] -:END: - -https://x.com/i/status/2018869093789728799 - -* TODO How I Built a Visual Feedback Loop for Claude Code -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:10] -:END: - -https://x.com/i/status/2014448070214197485 - -* TODO The 2026 AI Engineer roadmap -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:16] -:END: - -https://x.com/i/status/2015044780330492116 - -* TODO Openclaw self optimization prompt -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:44] -:END: - -https://x.com/i/status/2018996326076162544 - -* TODO 10 More Clawdbot Setups That Made Me Say 'Wait, It Can Do That? -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:44] -:END: - -https://x.com/i/status/2019058134598221886 - -* TODO Clawdbot Is Mostly Hype. Unless You Do This -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:49] -:END: - -https://x.com/i/status/2016498730799714639 - -* TODO how to build a prompt for anything (and remix them at will) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:49] -:END: - -https://x.com/i/status/2018951817892442260 - -* TODO How to run Polymarket weather trading Clawdbot ? No code. Using Simmer SDK & SpartanLab "skill base" -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:50] -:END: - -https://x.com/i/status/2018221915765141989 - -* TODO The Math Needed for Trading on Polymarket (Complete Roadmap) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:54] -:END: - -https://x.com/i/status/2017314080395296995 - -* TODO AI influencer plan -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:55] -:END: - -https://x.com/i/status/2018908480837763382 - -* TODO Polymarket strategy -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:56] -:END: - -https://x.com/i/status/2019062940012613740 - -* TODO [[https://github.com/VoltAgent/awesome-openclaw-skills][GitHub - VoltAgent/awesome-openclaw-skills: The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞 · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:59] -:END: - -* TODO Step 2 of Jarvis Initialization Sequence. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:05] -:END: - -https://x.com/i/status/2019292884122648592 - -* TODO Continuity framework -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:05] -:END: - -https://x.com/i/status/2019298337745211767 - -* TODO the skill that changed how i use claude for marketing -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:06] -:END: - -https://x.com/i/status/2019435524532904205 - -* TODO 3 THINGS YOU NEED TO BUILD IMMEDIATELY WITH OpenClaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:08] -:END: - -https://x.com/i/status/2019816560190521563 - -* TODO Vibe coding prompt -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:09] -:END: - -https://x.com/i/status/2019591900802801988 - -* TODO AI pattern killer skill -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:10] -:END: - -https://x.com/i/status/2019833987162861648 - -* TODO Agent Optimization -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:12] -:END: - -https://x.com/i/status/2020140188458987881 - -* TODO Automatic Discipline with OpenClaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:13] -:END: - -https://x.com/i/status/2020155560268632235 - -* TODO [[https://docs.devin.ai/work-with-devin/deepwiki-mcp][DeepWiki MCP - Devin Docs]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:11] -:END: - -The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin). - -* TODO LLM budget -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:14] -:END: - -https://x.com/i/status/2020186096819159201 - -* TODO Prediction markets software idea -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:16] -:END: - -https://x.com/i/status/2020216613279060433 - -* TODO Perplexity replica -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:17] -:END: - -https://x.com/i/status/2020518074064228490 - -* TODO how to be a 100x engineer using ai -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:21] -:END: - -https://x.com/i/status/2020501497377968397 - -* TODO The Full Tutorial: 6 AI Agents That Run a Company — How I Built Them From Scratch -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:22] -:END: - -https://x.com/i/status/2020272022417289587 - -* TODO Memory prompt -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:25] -:END: - -https://x.com/i/status/2021725024604799352 - -* TODO I Run 30 OpenClaw Jobs A Day. This Is What Actually Makes Them Profitable. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:26] -:END: - -https://x.com/i/status/2021643561301860762 - -* TODO [[https://github.com/KalyanM45/AI-Project-Gallery][GitHub - KalyanM45/AI-Project-Gallery: This Repository Contain All the Artificial Intelligence Projects such as Machine Learning, Deep Learning and Generative AI that I have done while understanding Advanced Techniques & Concepts. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:28] -:END: - -* TODO How To Automate Your Entire Life With AI -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:29] -:END: - -https://x.com/i/status/2021954042058948623 - -* TODO How my OpenClaw agent, Larry, got millions of TikTok views in one week. (Full step-by-step guide) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:31] -:END: - -https://x.com/i/status/2022011925903667547 - -* TODO I cut my OpenClaw cost by 95% -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:32] -:END: - -https://x.com/i/status/2022309334483677654 - -* TODO Moltis: a personal AI assistant built in Rust -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:32] -:END: - -https://x.com/i/status/2022027604648489421 - -* TODO 10 things I configured that turned my OpenClaw from a chatbot into an autonomous operator -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:33] -:END: - -https://x.com/i/status/2022570801459867733 - -* TODO Free LLMs -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:15] -:END: - -https://x.com/i/status/2020067633912029305 - -* TODO automate your life. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:18] -:END: - -https://x.com/i/status/2020522623134822537 - -* TODO Zero NVIDIA. Zero Problem: GLM-5 vs Kimi K2.5 and what China just proved about hardware independence -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:27] -:END: - -https://x.com/i/status/2021845700439331144 - -* TODO Why Your Agent Needs a Principles.md File -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:27] -:END: - -https://x.com/i/status/2021773566341988758 - -* TODO Your Company is a Filesystem -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:30] -:END: - -https://x.com/i/status/2021324284875153544 - -* TODO give your OpenClaw these 2 skills & get millions of tikt0k views this month -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:35] -:END: - -https://x.com/i/status/2022334105820471632 - -* TODO [[https://github.com/phuryn/pm-skills][GitHub - phuryn/pm-skills: PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 03:56] -:END: - -* TODO Anthropic just released the real playbook for building AI agents that actually work. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:31] -:END: - -https://x.com/i/status/2022646689648251382 - -* TODO OpenClaw Launch Token Skill (Point Your Agent Here to Launch Tokens on Solana) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:32] -:END: - -https://x.com/i/status/2023212622565216582 - -* TODO OpenClaw Launch Token Skill (Point Your Agent Here to Launch Tokens on Solana) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:33] -:END: - -https://x.com/i/status/2023132187466641771 - -* TODO Token management -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:34] -:END: - -https://x.com/i/status/2023031683826508129 - -* TODO [#A] Solving Long-Term Autonomy for Openclaw & General Agents -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:35] -:END: - -https://x.com/i/status/2023232371038757328 - -* TODO Vibeclawdbotting: every possible use case to market & sell using Clawdbot -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:36] -:END: - -https://x.com/i/status/2023408664439361867 - -* TODO How to Reduce OpenClaw Model Costs by up to 90% (Full Guide) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:37] -:END: - -https://x.com/i/status/2023362295166873743 - -* TODO I wasted 80 hours and $800 setting up OpenClaw - so you don't have to -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:38] -:END: - -https://x.com/i/status/2023421221744877903 - -* TODO Code Factory: How to setup your repo so your agent can auto write and review 100% of your code -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:39] -:END: - -https://x.com/i/status/2023452909883609111 - -* TODO Your ClawdBot is stupid? Read this -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:39] -:END: - -https://x.com/i/status/2023454044396671109 - -* TODO Larry, My OpenClaw agent got me 8M views in just one week - So i’m giving away the skill for free -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:40] -:END: - -https://x.com/i/status/2023776478446436696 - -* TODO i stopped writing better skills and started building skill architecture -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:41] -:END: - -https://x.com/i/status/2024265175575015599 - -* TODO [[https://github.com/obra/superpowers][GitHub - obra/superpowers: An agentic skills framework & software development methodology that works. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:41] -:END: - -* TODO You've set up OpenClaw, Now What? Why skills beat agents - and save you thousands in fees -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:42] -:END: - -https://x.com/i/status/2024251460553199935 - -* TODO I Built an AI Company with OpenClaw + Vercel + Supabase — Two Weeks Later, They Run It Themselves -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:43] -:END: - -https://x.com/i/status/2019914775061270747 - -* TODO I Gave My Agents Skills. I Should Have Given Them Souls -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:43] -:END: - -https://x.com/i/status/2024155081281560700 - -* TODO Give your Openclaw the Memory it Needs (Full Guide) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:44] -:END: - -https://x.com/i/status/2024180197910864182 - -* TODO [[https://github.com/jamiepine/voicebox][GitHub - jamiepine/voicebox: The open-source voice synthesis studio powered by Qwen3-TTS. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:45] -:END: - -* TODO Open models are now free on Zo -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:45] -:END: - -https://x.com/i/status/2024191976560873942 - -* TODO The BEST OpenClaw skills -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:46] -:END: - -https://x.com/i/status/2024612557353562302 - -* TODO Why are you locking yourself into single-model coding agents? -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:47] -:END: - -https://x.com/i/status/2024495648330936553 - -* TODO 10 Things I Wish I Knew Before Using OpenClaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:51] -:END: - -https://x.com/i/status/2024682444335497220 - -* TODO Your OpenClaw workspace looks like a mess – that's why it sucks: -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:51] -:END: - -https://x.com/i/status/2024822662598382040 - -* TODO OpenClaw Best Practices: 50+ Tips -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:52] -:END: - -https://x.com/i/status/2024882793462005866 - -* TODO The File System Is the New Database: How I Built a Personal OS for AI Agents -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:54] -:END: - -https://x.com/i/status/2025286163641118915 - -* TODO add "you are the orchestrator. subagents execute." to SOUL.md → main session stays lean, heavy work runs in fresh context windows -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:56] -:END: - -https://x.com/i/status/2025440759416045702 - -* TODO You Can Make a Fortune Trading - Don't Let Anyone Tell You Otherwise -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:56] -:END: - -https://x.com/i/status/2024876407059263690 - -* TODO Open Source File-Based Memory System for AI Agents at Zero-Human Company -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:57] -:END: - -https://x.com/i/status/2025589386168176885 - -* TODO Leaked trading bot -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:58] -:END: - -https://x.com/i/status/2025546477645287451 - -* TODO Agentic Note-Taking 19: Living Memory -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:59] -:END: - -https://x.com/i/status/2025408304957018363 - -* TODO Scrapling -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:00] -:END: - -https://x.com/i/status/2025902150296236050 - -* TODO using this system prompt in any LLM will change your life: -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:01] -:END: - -https://x.com/i/status/2025956575832420507 - -* TODO “Build me a full agentic system for trading prediction markets based on these two images.” -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:02] -:END: - -https://x.com/i/status/2025657149515542746 - -* TODO How to Build a Business Selling Pre-Configured AI Agents (Window Won't Stay Open Forever) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:03] -:END: - -https://x.com/i/status/2025858782840893549 - -* TODO Daily security audit cron -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:04] -:END: - -https://x.com/i/status/2025941490594394433 - -* TODO The Self-Improving AI System That Built Itself -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:05] -:END: - -https://x.com/i/status/2025986105485733945 - -* TODO Token optimization -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:08] -:END: - -https://x.com/i/status/2026170116539384254 - -* TODO i replaced anthropic's API with 2x 3090s. claude code on a local 80B Qwen model. every config -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:08] -:END: - -https://x.com/i/status/2026297110141018122 - -* TODO Swarm memory -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:09] -:END: - -https://x.com/i/status/2026283549284847726 - -* TODO The Emerging Harness Engineering Playbook -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:09] -:END: - -https://x.com/i/status/2026009225663750512 - -* TODO Chain of thought -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:10] -:END: - -https://x.com/i/status/2026302355109519818 - -* TODO We have integrated @_hummingbot, the largest open-source trading engine, as a native layer that agents can control end-to-end. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:11] -:END: - -https://x.com/i/status/2026314425439854828 - -* TODO How to Build Nine Meta-Learning Loops for Your OpenClaw Agent -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:12] -:END: - -https://x.com/i/status/2026380335249002843 - -* TODO Speed up local inference -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:14] -:END: - -https://x.com/i/status/2026956270574657897 - -* TODO How To Be A World-Class Agentic Engineer -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:14] -:END: - -https://x.com/i/status/2028814227004395561 - -* TODO Karpathy auto research project -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:15] -:END: - -https://x.com/i/status/2030371219518931079 - -* TODO How to get started in fpga -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:17] -:END: - -https://x.com/i/status/2030447224791126104 - -* TODO this JSON will make you extremely rich: -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:44] -:END: - -https://x.com/i/status/2029862556949524598 - -* TODO A guy set up a Mac mini and now makes $1,000 every day -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:47] -:END: - -A guy set up a Mac mini and now makes $1,000 every day - -* TODO 20 Prompts to Feed Your Openclaw That'll Turn Him From Clanker to Jarvis -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:49] -:END: - -https://x.com/i/status/2027117946049589745 - -* TODO AI + Personal Brand = The Future -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:02] -:END: - -https://x.com/i/status/2027594768105029983 - -* TODO This is how I scaled my mobile app to $25k+/month (The Complete Guide) -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:03] -:END: - -https://x.com/i/status/2027551137768083619 - -* TODO The Claude-Native Law Firm -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:03] -:END: - -https://x.com/i/status/2027389987444957625 - -* TODO How to Simulate Like a Quant Desk. Every Model, Every Formula, Runnable Code -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:04] -:END: - -https://x.com/i/status/2027744530124951831 - -* TODO A 5x AI Speed Up With Not Next Token Prediction But NEXT 7 TOKEN PREDICTION -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:05] -:END: - -https://x.com/i/status/2027012766780072115 - -* TODO [[https://github.com/second-state/qwen3_asr_rs][GitHub - second-state/qwen3_asr_rs: Rust implementation of Qwen3-ASR automatic speech recognition · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:07] -:END: - -* TODO Use 300B+ models on a single gpu -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:08] -:END: - -https://x.com/i/status/2028030180594266597 - -* TODO Your AI Agent Infrastructure Is The Real Moat. Mine Has Already Replaced $27k/Mo in Salaries. -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:09] -:END: - -https://x.com/i/status/2027819009882857769 - -* TODO [[https://imbue.com/research/2026-02-27-darwinian-evolver/][LLM-based Evolution as a Universal Optimizer - imbue]] -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:10] -:END: - -* TODO How to make $1M in 2026 using Claude Memory (step by step business plan) -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:12] -:END: - -https://x.com/i/status/2028111088449896826 - -* TODO 10 Mega Prompts That Turn Claude Cowork Into Your Hardest-Working Employee -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:12] -:END: - -https://x.com/i/status/2028064607735074845 - -* TODO how to make money with openclaw wrappers -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:14] -:END: - -https://x.com/i/status/2025249637222023490 - -* TODO Put skills in git -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:15] -:END: - -https://x.com/i/status/2028204980239557021 - -* TODO OpenClaw + Codex/ClaudeCode Agent Swarm: The One-Person Dev Team [Full Setup] -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:16] -:END: - -https://x.com/i/status/2025920521871716562 - -* TODO Qwen3.5-35B-A3B: All You Need is a Single RTX 3090. 112 tok/s at Full 262K Context. -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:17] -:END: - -https://x.com/i/status/2028496331992707373 - -* TODO How to Run a 24/7 AI Company with OpenClaw for $50/Month -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:19] -:END: - -https://x.com/i/status/2023610499024171077 - -* TODO Alibaba Cloud just launched Coding Plan. Starting at just $3/month for 18,000 requests. -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:22] -:END: - -https://x.com/i/status/2028651004460400689 - -* TODO Oil brokers -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:22] -:END: - -https://x.com/i/status/2028591197003055570 - -* TODO Nvidia build -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:24] -:END: - -https://x.com/i/status/2024809294869237947 - -* TODO Agent gradual autonomy -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:26] -:END: - -https://x.com/i/status/2028915021657633023 - -* TODO Business -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:26] -:END: - -https://x.com/i/status/2029021251021205638 - -* TODO Money -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:27] -:END: - -https://x.com/i/status/2028856317268361448 - -* How to deploy Karpathy's autoresearch -:PROPERTIES: -:CREATED: [2026-03-08 Sun 16:36] -:END: - -https://x.com/i/status/2030720614752039185 - -* Auto generative marketing using karpathy's method -:PROPERTIES: -:CREATED: [2026-03-09 Mon 00:53] -:END: - -https://x.com/i/status/2030758253395951958 - -* TODO [[https://github.com/paperclipai/paperclip][GitHub - paperclipai/paperclip: Open-source orchestration for zero-human companies · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 01:17] -:END: - -* Learn about me -:PROPERTIES: -:CREATED: [2026-03-09 Mon 02:09] -:END: - -https://x.com/i/status/2030843462615290200 - -* [[https://github.com/viperrcrypto/Siftly][GitHub - viperrcrypto/Siftly: Local Twitter/X bookmark organizer with AI categorization and mindmap visualization · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 02:27] -:END: - -* [[https://github.com/Martian-Engineering/lossless-claw][GitHub - Martian-Engineering/lossless-claw: Lossless Claw — LCM (Lossless Context Management) plugin for OpenClaw · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 02:38] -:END: - -* [[https://www.xvideos.com/video.iepatvd52c8/trophy_wife_remy_lacroix_anally_punished_in_front_of_her_husband_s_secretary_-_featuring_remy_lacroix_and_steven_st._croix][TROPHY WIFE REMY LACROIX ANALLY PUNISHED IN FRONT OF HER HUSBAND'S SECRETARY - Featuring: Remy Lacroix & Steven St. Croix - XVIDEOS.COM]] :sex:video: -:PROPERTIES: -:CREATED: [2026-03-09 Mon 03:19] -:END: - -* [[https://github.com/viperrcrypto/Siftly][GitHub - viperrcrypto/Siftly: Local Twitter/X bookmark organizer with AI categorization and mindmap visualization · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 02:27] -:END: - -* [[https://www.xvideos.com/video.iepatvd52c8/trophy_wife_remy_lacroix_anally_punished_in_front_of_her_husband_s_secretary_-_featuring_remy_lacroix_and_steven_st._croix][TROPHY WIFE REMY LACROIX ANALLY PUNISHED IN FRONT OF HER HUSBAND'S SECRETARY - Featuring: Remy Lacroix & Steven St. Croix - XVIDEOS.COM]] :sex:video: -:PROPERTIES: -:CREATED: [2026-03-09 Mon 03:19] -:END: - -* TODO [[https://usefulcharts.com/blogs/charts/timeline-of-tv-film-industry-consolidation][TV & Film Consolidation – UsefulCharts]] -:PROPERTIES: -:TITLE: TV & Film Consolidation – UsefulCharts -:URI: https://usefulcharts.com/blogs/charts/timeline-of-tv-film-industry-consolidation -:CREATED: [2026-03-07 Sat 17:43] -:END: - -* I Trained AI on 95,491 Sports Matches. It Got 85% Right -:PROPERTIES: -:CREATED: [2026-03-11 Wed 01:43] -:END: - -I Trained AI on 95,491 Sports Matches. It Got 85% Right - -* Building a Polymarket Weather Trading Bot in Python (Step-by-Step Guide) -:PROPERTIES: -:CREATED: [2026-03-11 Wed 14:53] -:END: - -https://x.com/i/status/2031329243716878340 - -* [[https://github.com/pydantic/monty][GitHub - pydantic/monty: A minimal, secure Python interpreter written in Rust for use by AI · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-11 Wed 16:31] -:END: - -* [[https://github.com/BigBodyCobain/Shadowbroker][GitHub - BigBodyCobain/Shadowbroker: Open-source intelligence for the global theater. Track everything from the corporate/private jets of the wealthy, and spy satellites, to seismic events in one unified interface. The knowledge is available to all but rarely aggregated in the open, until now. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-11 Wed 16:32] -:END: - -* Everyone teaches you how to install OpenClaw. Nobody tells you what happens after. -:PROPERTIES: -:CREATED: [2026-03-11 Wed 16:59] -:END: - -https://x.com/i/status/2031346083151159386 - -* [[https://github.com/hyperspaceai/agi][GitHub - hyperspaceai/agi: The first distributed AGI system. Thousands of autonomous AI agents collaboratively train models, share experiments via P2P gossip, and push breakthroughs here. Fully peer-to-peer. Join from your browser or CLI. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-11 Wed 17:03] -:END: - -* [[https://github.com/public-apis/public-apis][GitHub - public-apis/public-apis: A collective list of free APIs · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-11 Wed 18:38] -:END: - -* Three sub-agent patterns you need for your agentic system -:PROPERTIES: -:CREATED: [2026-03-11 Wed 19:36] -:END: - -https://x.com/i/status/2031838984813297748 - -* [[https://archive.org/details/cairopublicradio][Cairo Public Radio : Free Audio : Free Download, Borrow and Streaming : Internet Archive]] -:PROPERTIES: -:CREATED: [2026-03-11 Wed 19:40] -:END: - -* I built a second brain out of markdown files -:PROPERTIES: -:CREATED: [2026-03-11 Wed 19:48] -:END: - -https://x.com/i/status/2031812714935328968 - -* [[https://github.com/ComposioHQ/agent-orchestrator][GitHub - ComposioHQ/agent-orchestrator: Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-11 Wed 19:54] -:END: - -* Self improving skills for agents -:PROPERTIES: -:CREATED: [2026-03-13 Fri 08:11] -:END: - -https://x.com/i/status/2032179887277060476 - -* HOW TO GET YOUR FIRST 100 PAYING USERS WITH ZERO AD SPEND -:PROPERTIES: -:CREATED: [2026-03-13 Fri 11:51] -:END: - -https://x.com/i/status/2032306365822017847 - -* [[https://github.com/BigBodyCobain/Shadowbroker][GitHub - BigBodyCobain/Shadowbroker: Open-source intelligence for the global theater. Track everything from the corporate/private jets of the wealthy, and spy satellites, to seismic events in one unified interface. The knowledge is available to all but rarely aggregated in the open, until now. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-13 Fri 14:18] -:END: - -* [[https://fortelabs.com/blog/para/][The PARA Method: The Simple System for Organizing Your Digital Life in Seconds]] -:PROPERTIES: -:CREATED: [2026-03-13 Fri 14:18] -:END: - -* OpenClaw has a hidden ACP Agent. It lets OpenClaw tap into Claude Code, Codex, OpenCode, Gemini CLI without burning tokens on endless back-and-forth just like running Claude Code natively. -:PROPERTIES: -:CREATED: [2026-03-14 Sat 02:28] -:END: - -https://x.com/i/status/2032651936009261459 - -* Self improving skills for agents -:PROPERTIES: -:CREATED: [2026-03-14 Sat 02:45] -:END: - -https://x.com/i/status/2032179887277060476 - -* The 100x OpenClaw Marketing Setup That Drives Real Revenue -:PROPERTIES: -:CREATED: [2026-03-14 Sat 15:00] -:END: - -https://x.com/i/status/2032872790127432173 - -* [[https://github.com/NawfalMotii79/PLFM_RADAR][GitHub - NawfalMotii79/PLFM_RADAR: Open-source, low-cost 10.5 GHz PLFM phased array RADAR system · GitHub]] :Hardware:making:radio: -:PROPERTIES: -:CREATED: [2026-03-14 Sat 17:54] -:END: - -* [[https://github.com/hyperspaceai/agi][GitHub - hyperspaceai/agi: The first distributed AGI system. Thousands of autonomous AI agents collaboratively train models, share experiments via P2P gossip, and push breakthroughs here. Fully peer-to-peer. Join from your browser or CLI. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-15 Sun 08:22] -:END: - -* [[https://pornofworld.com/category/public/outdoor.html?id=276989892e878][Public Nudity Exhibition Flashing Outdoor Sex Porn Erotic NSFW Adult Videos and Full Movies]] :sex:video: -:PROPERTIES: -:CREATED: [2026-03-15 Sun 08:24] -:END: - -* IF YOU WANT YOUR AGENT TO START MAKING MONEY, FEED IT THIS PROMPT -:PROPERTIES: -:CREATED: [2026-03-15 Sun 21:57] -:END: - -https://x.com/i/status/2033118567542260040 - -* [[https://github.com/calesthio/Crucix][GitHub - calesthio/Crucix: Your personal intelligence agent. Watches the world from multiple data sources and pings you when something changes. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-16 Mon 16:21] -:END: - -* [[https://github.com/Dispatcharr/Dispatcharr][GitHub - Dispatcharr/Dispatcharr · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-16 Mon 16:24] -:END: - -Dispatcharr is an open-source powerhouse for managing IPTV streams, EPG data, and VOD content with elegance and control. -Born from necessity and built with passion, it started as a personal project by OkinawaBoss and evolved with contributions from legends like dekzter, SergeantPanda and Bucatini. - -* Someone just revealed how solo builders are shipping entire apps in 3–7 days. -:PROPERTIES: -:CREATED: [2026-03-16 Mon 20:20] -:END: - -https://x.com/i/status/2033417429679006051 - -* Claude can now build a complete YouTube growth strategy that takes channels from 0 to monetization in 90 days. -:PROPERTIES: -:CREATED: [2026-03-16 Mon 20:37] -:END: - -https://x.com/i/status/2033685153118306455 - -* a bunch of folks just took it ten steps further and automated the entire scientific method end-to-end. -:PROPERTIES: -:CREATED: [2026-03-16 Mon 20:46] -:END: - -https://x.com/i/status/2033584901858202073 - -* [[https://github.com/ComposioHQ/agent-orchestrator/][GitHub - ComposioHQ/agent-orchestrator: Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-18 Wed 01:11] -:END: - -* [[https://github.com/msitarzewski/agency-agents/][GitHub - msitarzewski/agency-agents: A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-18 Wed 01:11] -:END: - -* [[https://github.com/calesthio/Crucix][GitHub - calesthio/Crucix: Your personal intelligence agent. Watches the world from multiple data sources and pings you when something changes. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-18 Wed 01:12] -:END: - -* [[https://github.com/aiming-lab/MetaClaw][GitHub - aiming-lab/MetaClaw: 🦞 Just talk to your agent — it learns and EVOLVES 🧬. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-18 Wed 01:12] -:END: - -* Arabic-Triplet-Matryoshka-V2: a powerful Arabic sentence transformer -:PROPERTIES: -:CREATED: [2026-03-18 Wed 18:11] -:END: - -https://x.com/i/status/2034351913945473323 - -* I Trained AI on 95,491 Sports Matches. It Got 85% Right -:PROPERTIES: -:CREATED: [2026-03-11 Wed 07:21] -:END: - -https://x.com/i/status/2031400355167117498 - -* TODO [[https://github.com/forrestchang/andrej-karpathy-skills][GitHub - forrestchang/andrej-karpathy-skills · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:17] -:END: - -* TODO [[https://github.com/VoltAgent/awesome-openclaw-skills?tab=readme-ov-file#web--frontend-development][GitHub - VoltAgent/awesome-openclaw-skills: The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞 · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:18] -:END: - -* TODO [[https://github.com/bytedance/deer-flow?utm_source=opensourceprojects.dev&ref=opensourceprojects.dev][GitHub - bytedance/deer-flow at opensourceprojects.dev · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:19] -:END: - -* TODO [[https://github.com/forrestchang/worktree-workflow][GitHub - forrestchang/worktree-workflow: A toolkit for parallel development with git worktrees, designed for Claude Code · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:35] -:END: - -* TODO Agora screens -:PROPERTIES: -:CREATED: [2026-03-07 Sat 11:43] -:END: - - * Stream - * Messaging - * Marketplace - * Memberships? - * Productivity suite - * Library - * Home Assistant - * Personal Assistant - * Personas and Profiles - -* TODO Reverse prompting -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:42] -:END: - -https://x.com/i/status/2029887511166873838 - -* TODO The n8n Gap Just Closed. Here's What $600K/Month Taught Me About the New Automation Economy. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:54] -:END: - -https://x.com/i/status/2012590119929172319 - -* TODO Research tool -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:45] -:END: - -https://x.com/i/status/2029270046401331447 - -* TODO Reddit json -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:46] -:END: - -https://x.com/i/status/2005527082831679939 - -* TODO Vibe coding guide -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:47] -:END: - -https://x.com/i/status/2009841418252984767 - -* TODO Step-by-step guide to get Ralph working and shipping code -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:48] -:END: - -https://x.com/i/status/2008548371712135632 - -* TODO Local llama on 3 DGX Sparks -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:49] -:END: - -https://x.com/i/status/2010980589763965077 - -* TODO Claude Code + Ralph Can Replace Your Marketing Team -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:50] -:END: - -https://x.com/i/status/2010713146743562246 - -* TODO How to make $10M in 365 days with "AI mobile apps" -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:52] -:END: - -https://x.com/i/status/2012171244666253777 - -* TODO how the creator of claude code actually writes software -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:53] -:END: - -https://x.com/i/status/2011105761867510229 - -* TODO Smart forking -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:58] -:END: - -https://x.com/i/status/2012741829683224584 - -* TODO [[https://github.com/iliane5/meridian][iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs.]] -:PROPERTIES: -:TITLE: iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs. -:URI: https://github.com/iliane5/meridian -:CREATED: [2026-02-27 Fri 13:07] -:END: - -* TODO building an ai system for electronics data extraction -:PROPERTIES: -:CREATED: [2026-03-07 Sat 00:59] -:END: - -https://x.com/i/status/2013206481932579256 - -* TODO Yapping to PRDs: Claude Code & Obsidian -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:01] -:END: - -https://x.com/i/status/2013718955576250466 - -* TODO Why your AI agents still don’t work -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:02] -:END: - -https://x.com/i/status/2013823175855923640 - -* TODO The Claude + n8n Stack That Can Replace an Entire Dev Team -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:02] -:END: - -https://x.com/i/status/2013588076719702204 - -* TODO The No-BS Guide to Building a Real $3,500/Month Business in 72 Hrs -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:03] -:END: - -https://x.com/i/status/2013977070117040421 - -* TODO No typing AI assistant -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:04] -:END: - -https://x.com/i/status/2014489638195626364 - -* TODO How to grow your startup while you sleep -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:05] -:END: - -https://x.com/i/status/2014445690299072723 - -* TODO [[https://github.com/koala73/worldmonitor][GitHub - koala73/worldmonitor: Real-time global intelligence dashboard — AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface]] -:PROPERTIES: -:TITLE: GitHub - koala73/worldmonitor: Real-time global intelligence dashboard — AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface -:URI: https://github.com/koala73/worldmonitor -:CREATED: [2026-02-27 Fri 12:10] -:END: - -* TODO How We Built a 40-App Portfolio With 50M+ Downloads (And Hit #1 on the App Store Twice) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:11] -:END: - -https://x.com/i/status/2014090308867264723 - -* TODO How to Get Out of Your Agent's Way -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:13] -:END: - -https://x.com/i/status/2014005349255164398 - -* TODO I built 10 apps in 10 months and make $800,000/yr ( full guide ) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:14] -:END: - -https://x.com/i/status/2014110519913857122 - -* TODO how to reverse engineer anything using ai -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:15] -:END: - -https://x.com/i/status/2014735578726900144 - -* TODO How to make your agent learn and ship while you sleep -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:18] -:END: - -https://x.com/i/status/2016520542723924279 - -* TODO marketing + openclaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:22] -:END: - -https://x.com/i/status/2017044857764688132 - -* TODO How to make agents remember -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:22] -:END: - -https://x.com/i/status/2017442414907056387 - -* TODO how to create the marketing stack that runs itself -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:24] -:END: - -https://x.com/i/status/2017310847174132018 - -* TODO The only 2 safe ways to use Openclaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:25] -:END: - -https://x.com/i/status/2017328971327607263 - -* TODO My Safe, Sandboxed Setup for running @OpenClaw as your Virtual Executive Assistant -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:26] -:END: - -https://x.com/i/status/2017650241101598872 - -* TODO Sub Reddits for founders to share their work -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:27] -:END: - -https://x.com/i/status/2017791536881193356 - -* TODO How YouTube Actually Works -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:27] -:END: - -https://x.com/i/status/2017713066914259249 - -* TODO OpenClaw + ACP -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:30] -:END: - -https://x.com/i/status/2017631481896833400 - -* TODO 20 Clawdbot Setups That Made Me Say 'Wait, It Can Do That? -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:31] -:END: - -https://x.com/i/status/2017310275817640386 - -* TODO ClawChat: How to Build a Cross-Platform Voice Chat with Your OpenClaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:36] -:END: - -https://x.com/i/status/2018026262300615102 - -* TODO debugging rule -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:39] -:END: - -https://x.com/i/status/2018027072720130090 - -* TODO openclaw alone is a demo. this is the full product. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:20] -:END: - -https://x.com/i/status/2016900174769963042 - -* TODO Openclaw and kubernetes -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:21] -:END: - -https://x.com/i/status/2016928253538422997 - -* TODO Agentic Personal Knowledge Management with OpenClaw, PARA, and QMD -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:23] -:END: - -https://x.com/i/status/2017636775347331276 - -* TODO 20 More Clawdbot Setups That Made Me Say 'Wait, It Can Do That? -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:31] -:END: - -https://x.com/i/status/2017959821111083068 - -* TODO openclaw performance optimization playbook -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:40] -:END: - -https://x.com/i/status/2018871985254617295 - -* TODO UI/UX architect prompt -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:41] -:END: - -https://x.com/i/status/2018869093789728799 - -* TODO How I Built a Visual Feedback Loop for Claude Code -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:10] -:END: - -https://x.com/i/status/2014448070214197485 - -* TODO Openclaw self optimization prompt -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:44] -:END: - -https://x.com/i/status/2018996326076162544 - -* TODO 10 More Clawdbot Setups That Made Me Say 'Wait, It Can Do That? -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:44] -:END: - -https://x.com/i/status/2019058134598221886 - -* TODO Clawdbot Is Mostly Hype. Unless You Do This -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:49] -:END: - -https://x.com/i/status/2016498730799714639 - -* TODO how to build a prompt for anything (and remix them at will) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:49] -:END: - -https://x.com/i/status/2018951817892442260 - -* TODO How to run Polymarket weather trading Clawdbot ? No code. Using Simmer SDK & SpartanLab "skill base" -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:50] -:END: - -https://x.com/i/status/2018221915765141989 - -* TODO The Math Needed for Trading on Polymarket (Complete Roadmap) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:54] -:END: - -https://x.com/i/status/2017314080395296995 - -* TODO AI influencer plan -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:55] -:END: - -https://x.com/i/status/2018908480837763382 - -* TODO Polymarket strategy -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:56] -:END: - -https://x.com/i/status/2019062940012613740 - -* TODO [[https://github.com/VoltAgent/awesome-openclaw-skills][GitHub - VoltAgent/awesome-openclaw-skills: The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞 · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 01:59] -:END: - -* TODO Step 2 of Jarvis Initialization Sequence. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:05] -:END: - -https://x.com/i/status/2019292884122648592 - -* TODO Continuity framework -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:05] -:END: - -https://x.com/i/status/2019298337745211767 - -* TODO the skill that changed how i use claude for marketing -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:06] -:END: - -https://x.com/i/status/2019435524532904205 - -* TODO 3 THINGS YOU NEED TO BUILD IMMEDIATELY WITH OpenClaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:08] -:END: - -https://x.com/i/status/2019816560190521563 - -* TODO Vibe coding prompt -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:09] -:END: - -https://x.com/i/status/2019591900802801988 - -* TODO AI pattern killer skill -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:10] -:END: - -https://x.com/i/status/2019833987162861648 - -* TODO Agent Optimization -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:12] -:END: - -https://x.com/i/status/2020140188458987881 - -* TODO Automatic Discipline with OpenClaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:13] -:END: - -https://x.com/i/status/2020155560268632235 - -* TODO [[https://docs.devin.ai/work-with-devin/deepwiki-mcp][DeepWiki MCP - Devin Docs]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:11] -:END: - -The DeepWiki MCP server provides programmatic access to DeepWiki’s public repository documentation and search capabilities (Ask Devin). - -* TODO LLM budget -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:14] -:END: - -https://x.com/i/status/2020186096819159201 - -* TODO Prediction markets software idea -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:16] -:END: - -https://x.com/i/status/2020216613279060433 - -* TODO Perplexity replica -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:17] -:END: - -https://x.com/i/status/2020518074064228490 - -* TODO how to be a 100x engineer using ai -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:21] -:END: - -https://x.com/i/status/2020501497377968397 - -* TODO The Full Tutorial: 6 AI Agents That Run a Company — How I Built Them From Scratch -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:22] -:END: - -https://x.com/i/status/2020272022417289587 - -* TODO Memory prompt -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:25] -:END: - -https://x.com/i/status/2021725024604799352 - -* TODO I Run 30 OpenClaw Jobs A Day. This Is What Actually Makes Them Profitable. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:26] -:END: - -https://x.com/i/status/2021643561301860762 - -* TODO How To Automate Your Entire Life With AI -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:29] -:END: - -https://x.com/i/status/2021954042058948623 - -* TODO How my OpenClaw agent, Larry, got millions of TikTok views in one week. (Full step-by-step guide) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:31] -:END: - -https://x.com/i/status/2022011925903667547 - -* TODO I cut my OpenClaw cost by 95% -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:32] -:END: - -https://x.com/i/status/2022309334483677654 - -* TODO Moltis: a personal AI assistant built in Rust -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:32] -:END: - -https://x.com/i/status/2022027604648489421 - -* TODO 10 things I configured that turned my OpenClaw from a chatbot into an autonomous operator -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:33] -:END: - -https://x.com/i/status/2022570801459867733 - -* TODO Free LLMs -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:15] -:END: - -https://x.com/i/status/2020067633912029305 - -* TODO automate your life. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:18] -:END: - -https://x.com/i/status/2020522623134822537 - -* TODO Zero NVIDIA. Zero Problem: GLM-5 vs Kimi K2.5 and what China just proved about hardware independence -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:27] -:END: - -https://x.com/i/status/2021845700439331144 - -* TODO Why Your Agent Needs a Principles.md File -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:27] -:END: - -https://x.com/i/status/2021773566341988758 - -* TODO Your Company is a Filesystem -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:30] -:END: - -https://x.com/i/status/2021324284875153544 - -* TODO give your OpenClaw these 2 skills & get millions of tikt0k views this month -:PROPERTIES: -:CREATED: [2026-03-07 Sat 02:35] -:END: - -https://x.com/i/status/2022334105820471632 - -* TODO [[https://github.com/phuryn/pm-skills][GitHub - phuryn/pm-skills: PM Skills Marketplace: 100+ agentic skills, commands, and plugins — from discovery to strategy, execution, launch, and growth. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 03:56] -:END: - -* TODO Anthropic just released the real playbook for building AI agents that actually work. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:31] -:END: - -https://x.com/i/status/2022646689648251382 - -* TODO OpenClaw Launch Token Skill (Point Your Agent Here to Launch Tokens on Solana) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:32] -:END: - -https://x.com/i/status/2023212622565216582 - -* TODO OpenClaw Launch Token Skill (Point Your Agent Here to Launch Tokens on Solana) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:33] -:END: - -https://x.com/i/status/2023132187466641771 - -* TODO Token management -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:34] -:END: - -https://x.com/i/status/2023031683826508129 - -* TODO [#A] Solving Long-Term Autonomy for Openclaw & General Agents -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:35] -:END: - -https://x.com/i/status/2023232371038757328 - -* TODO Vibeclawdbotting: every possible use case to market & sell using Clawdbot -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:36] -:END: - -https://x.com/i/status/2023408664439361867 - -* TODO How to Reduce OpenClaw Model Costs by up to 90% (Full Guide) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:37] -:END: - -https://x.com/i/status/2023362295166873743 - -* TODO I wasted 80 hours and $800 setting up OpenClaw - so you don't have to -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:38] -:END: - -https://x.com/i/status/2023421221744877903 - -* TODO Code Factory: How to setup your repo so your agent can auto write and review 100% of your code -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:39] -:END: - -https://x.com/i/status/2023452909883609111 - -* TODO Your ClawdBot is stupid? Read this -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:39] -:END: - -https://x.com/i/status/2023454044396671109 - -* TODO Larry, My OpenClaw agent got me 8M views in just one week - So i’m giving away the skill for free -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:40] -:END: - -https://x.com/i/status/2023776478446436696 - -* TODO i stopped writing better skills and started building skill architecture -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:41] -:END: - -https://x.com/i/status/2024265175575015599 - -* TODO [[https://github.com/obra/superpowers][GitHub - obra/superpowers: An agentic skills framework & software development methodology that works. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:41] -:END: - -* TODO You've set up OpenClaw, Now What? Why skills beat agents - and save you thousands in fees -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:42] -:END: - -https://x.com/i/status/2024251460553199935 - -* TODO I Built an AI Company with OpenClaw + Vercel + Supabase — Two Weeks Later, They Run It Themselves -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:43] -:END: - -https://x.com/i/status/2019914775061270747 - -* TODO I Gave My Agents Skills. I Should Have Given Them Souls -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:43] -:END: - -https://x.com/i/status/2024155081281560700 - -* TODO Give your Openclaw the Memory it Needs (Full Guide) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:44] -:END: - -https://x.com/i/status/2024180197910864182 - -* TODO [[https://github.com/jamiepine/voicebox][GitHub - jamiepine/voicebox: The open-source voice synthesis studio powered by Qwen3-TTS. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:45] -:END: - -* TODO Open models are now free on Zo -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:45] -:END: - -https://x.com/i/status/2024191976560873942 - -* TODO The BEST OpenClaw skills -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:46] -:END: - -https://x.com/i/status/2024612557353562302 - -* TODO Why are you locking yourself into single-model coding agents? -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:47] -:END: - -https://x.com/i/status/2024495648330936553 - -* TODO 10 Things I Wish I Knew Before Using OpenClaw -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:51] -:END: - -https://x.com/i/status/2024682444335497220 - -* TODO Your OpenClaw workspace looks like a mess – that's why it sucks: -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:51] -:END: - -https://x.com/i/status/2024822662598382040 - -* TODO OpenClaw Best Practices: 50+ Tips -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:52] -:END: - -https://x.com/i/status/2024882793462005866 - -* TODO The File System Is the New Database: How I Built a Personal OS for AI Agents -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:54] -:END: - -https://x.com/i/status/2025286163641118915 - -* TODO add "you are the orchestrator. subagents execute." to SOUL.md → main session stays lean, heavy work runs in fresh context windows -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:56] -:END: - -https://x.com/i/status/2025440759416045702 - -* TODO You Can Make a Fortune Trading - Don't Let Anyone Tell You Otherwise -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:56] -:END: - -https://x.com/i/status/2024876407059263690 - -* TODO Open Source File-Based Memory System for AI Agents at Zero-Human Company -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:57] -:END: - -https://x.com/i/status/2025589386168176885 - -* TODO Leaked trading bot -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:58] -:END: - -https://x.com/i/status/2025546477645287451 - -* TODO Agentic Note-Taking 19: Living Memory -:PROPERTIES: -:CREATED: [2026-03-07 Sat 21:59] -:END: - -https://x.com/i/status/2025408304957018363 - -* TODO Scrapling -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:00] -:END: - -https://x.com/i/status/2025902150296236050 - -* TODO using this system prompt in any LLM will change your life: -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:01] -:END: - -https://x.com/i/status/2025956575832420507 - -* TODO “Build me a full agentic system for trading prediction markets based on these two images.” -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:02] -:END: - -https://x.com/i/status/2025657149515542746 - -* TODO How to Build a Business Selling Pre-Configured AI Agents (Window Won't Stay Open Forever) -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:03] -:END: - -https://x.com/i/status/2025858782840893549 - -* TODO Daily security audit cron -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:04] -:END: - -https://x.com/i/status/2025941490594394433 - -* TODO The Self-Improving AI System That Built Itself -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:05] -:END: - -https://x.com/i/status/2025986105485733945 - -* TODO Token optimization -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:08] -:END: - -https://x.com/i/status/2026170116539384254 - -* TODO i replaced anthropic's API with 2x 3090s. claude code on a local 80B Qwen model. every config -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:08] -:END: - -https://x.com/i/status/2026297110141018122 - -* TODO Swarm memory -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:09] -:END: - -https://x.com/i/status/2026283549284847726 - -* TODO The Emerging Harness Engineering Playbook -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:09] -:END: - -https://x.com/i/status/2026009225663750512 - -* TODO Chain of thought -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:10] -:END: - -https://x.com/i/status/2026302355109519818 - -* TODO We have integrated @_hummingbot, the largest open-source trading engine, as a native layer that agents can control end-to-end. -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:11] -:END: - -https://x.com/i/status/2026314425439854828 - -* TODO How to Build Nine Meta-Learning Loops for Your OpenClaw Agent -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:12] -:END: - -https://x.com/i/status/2026380335249002843 - -* TODO Speed up local inference -:PROPERTIES: -:CREATED: [2026-03-07 Sat 22:14] -:END: - -https://x.com/i/status/2026956270574657897 - -* TODO Karpathy auto research project -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:15] -:END: - -https://x.com/i/status/2030371219518931079 - -* TODO this JSON will make you extremely rich: -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:44] -:END: - -https://x.com/i/status/2029862556949524598 - -* TODO A guy set up a Mac mini and now makes $1,000 every day -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:47] -:END: - -A guy set up a Mac mini and now makes $1,000 every day - -* TODO 20 Prompts to Feed Your Openclaw That'll Turn Him From Clanker to Jarvis -:PROPERTIES: -:CREATED: [2026-03-08 Sun 03:49] -:END: - -https://x.com/i/status/2027117946049589745 - -* TODO AI + Personal Brand = The Future -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:02] -:END: - -https://x.com/i/status/2027594768105029983 - -* TODO This is how I scaled my mobile app to $25k+/month (The Complete Guide) -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:03] -:END: - -https://x.com/i/status/2027551137768083619 - -* TODO The Claude-Native Law Firm -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:03] -:END: - -https://x.com/i/status/2027389987444957625 - -* TODO How to Simulate Like a Quant Desk. Every Model, Every Formula, Runnable Code -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:04] -:END: - -https://x.com/i/status/2027744530124951831 - -* TODO A 5x AI Speed Up With Not Next Token Prediction But NEXT 7 TOKEN PREDICTION -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:05] -:END: - -https://x.com/i/status/2027012766780072115 - -* TODO [[https://github.com/second-state/qwen3_asr_rs][GitHub - second-state/qwen3_asr_rs: Rust implementation of Qwen3-ASR automatic speech recognition · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:07] -:END: - -* TODO Use 300B+ models on a single gpu -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:08] -:END: - -https://x.com/i/status/2028030180594266597 - -* TODO Your AI Agent Infrastructure Is The Real Moat. Mine Has Already Replaced $27k/Mo in Salaries. -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:09] -:END: - -https://x.com/i/status/2027819009882857769 - -* TODO [[https://imbue.com/research/2026-02-27-darwinian-evolver/][LLM-based Evolution as a Universal Optimizer - imbue]] -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:10] -:END: - -* TODO How to make $1M in 2026 using Claude Memory (step by step business plan) -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:12] -:END: - -https://x.com/i/status/2028111088449896826 - -* TODO 10 Mega Prompts That Turn Claude Cowork Into Your Hardest-Working Employee -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:12] -:END: - -https://x.com/i/status/2028064607735074845 - -* TODO how to make money with openclaw wrappers -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:14] -:END: - -https://x.com/i/status/2025249637222023490 - -* TODO Put skills in git -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:15] -:END: - -https://x.com/i/status/2028204980239557021 - -* TODO OpenClaw + Codex/ClaudeCode Agent Swarm: The One-Person Dev Team [Full Setup] -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:16] -:END: - -https://x.com/i/status/2025920521871716562 - -* TODO Qwen3.5-35B-A3B: All You Need is a Single RTX 3090. 112 tok/s at Full 262K Context. -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:17] -:END: - -https://x.com/i/status/2028496331992707373 - -* TODO How to Run a 24/7 AI Company with OpenClaw for $50/Month -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:19] -:END: - -https://x.com/i/status/2023610499024171077 - -* TODO Alibaba Cloud just launched Coding Plan. Starting at just $3/month for 18,000 requests. -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:22] -:END: - -https://x.com/i/status/2028651004460400689 - -* TODO Oil brokers -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:22] -:END: - -https://x.com/i/status/2028591197003055570 - -* TODO Nvidia build -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:24] -:END: - -https://x.com/i/status/2024809294869237947 - -* TODO Agent gradual autonomy -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:26] -:END: - -https://x.com/i/status/2028915021657633023 - -* TODO Business -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:26] -:END: - -https://x.com/i/status/2029021251021205638 - -* TODO Money -:PROPERTIES: -:CREATED: [2026-03-08 Sun 05:27] -:END: - -https://x.com/i/status/2028856317268361448 - -* How to deploy Karpathy's autoresearch -:PROPERTIES: -:CREATED: [2026-03-08 Sun 16:36] -:END: - -https://x.com/i/status/2030720614752039185 - -* Auto generative marketing using karpathy's method -:PROPERTIES: -:CREATED: [2026-03-09 Mon 00:53] -:END: - -https://x.com/i/status/2030758253395951958 - -* [[https://github.com/Martian-Engineering/lossless-claw][GitHub - Martian-Engineering/lossless-claw: Lossless Claw — LCM (Lossless Context Management) plugin for OpenClaw · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 02:38] -:END: - -* Agent Master Roadmap: The Bootstrap Sequence -:PROPERTIES: -:CREATED: [2026-03-09 Mon 14:20] -:END: - - ** ​Phase I: The Modern Stack Bootstrap (The "Brain in a Jar" Phase) - -​Current Focus: Establishing the proactive agent logic using cloud-based power. - -​Low-Power Orchestration: Deploy OpenClaw or NanoClaw on your mobile setup. This acts as the temporary "vessel" for Sol. - -​Remote Intelligence: Connect to high-reasoning remote models (Claude 3.5 Sonnet) via API. This provides the intelligence needed to help you write the complex Common Lisp code for the later phases. - -​The Org-Mode Bridge: Configure the agent to treat your inbox.org as its primary command center. - -​Task: Build a skill that allows the agent to read your "Server Rack Design" notes and suggest optimized wiring or cooling layouts. - -​Scraping for Sol: Use the Scraper Skill to monitor urban planning and LVT news, populating your Memex automatically from the low-power machine. - - ** ​Phase II: The Hardware-First Foundation (The "Physical Body" Phase) - -​Building the local power once the logic is stable. -​Server Rack Assembly: Build the 4080/4040 aluminum skeleton. - -​Local AI Capability: Install the RTX 6000 Pros. Move from remote APIs to local inference using Ollama/vLLM (DeepSeek-R1 / Qwen3-Coder). - -​The Proxmox Migration: Move the agent from the low-power machine into a dedicated LXC container on the new rack. - - ** ​Phase III: The org-agent Microkernel (The "Native" Phase) - -​Hollowing out the modern tools in favor of Lisp. -​The Lisp Transition: Replace OpenClaw’s Python logic with your minimalist Common Lisp heartbeat. -​System 2 Integration: Introduce Neurosymbolic reasoning (SMT solvers) to verify the agent's plans. -​Agora Identity: Integrate your decentralized identity system so Sol can manage its own secure "keys to the kingdom." - - ** ​Phase IV: The Silicon Endgame (The "Bare Metal" Phase) - -​The final evolution into a self-hosted Lisp Machine. -​The FPGA Sidecar: Activate the hardware-level "Thalamus" to verify Lisp forms. - -​Unikernel/Bare Metal: Bootstrap Sol out of the Linux environment and directly onto the hardware, where the Org-mode tree and the Lisp Heap become the operating system. - -* Setup -:PROPERTIES: -:CREATED: [2026-03-09 Mon 19:05] -:END: - -https://x.com/i/status/2031061573473808600 - -* [[https://github.com/virattt/dexter?tab=readme-ov-file][GitHub - virattt/dexter: An autonomous agent for deep financial research · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 19:47] -:END: - -* [[https://github.com/comet-ml/opik-openclaw][GitHub - comet-ml/opik-openclaw: Official plugin for OpenClaw that exports agent traces to Opik. See and monitor agent behaviour, cost, tokens, errors and more. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 19:48] -:END: - -* [[https://github.com/PlaiPin/rosclaw][GitHub - PlaiPin/rosclaw: ROS2 meets OpenClaw 💗 · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 19:49] -:END: - -* [[https://github.com/jackwener/twitter-cli/][GitHub - jackwener/twitter-cli: A CLI for Twitter/X — feed, bookmarks, and user timeline in terminal · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 19:49] -:END: - -* [[https://github.com/oh-ashen-one/reddit-growth-skill][GitHub - oh-ashen-one/reddit-growth-skill: OpenClaw skill for Reddit community growth — human-style engagement, intent harvesting, warm-up protocol · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 19:49] -:END: - -* [[https://github.com/bytedance/deer-flow][GitHub - bytedance/deer-flow: An open-source SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skills and subagents, it handles different levels of tasks that could take minutes to hours. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-09 Mon 19:50] -:END: - -* How to Build an OpenClaw That Automates Your Marketing -:PROPERTIES: -:CREATED: [2026-03-09 Mon 21:10] -:END: - -https://x.com/i/status/2031100491715981806 - -* Agent orchestrator -:PROPERTIES: -:CREATED: [2026-03-11 Wed 01:47] -:END: - -https://x.com/i/status/2031525441438449946 - -* the best startup founders in 2026 won't be the best coders they'll be the best Product Managers here's the full playbook: -:PROPERTIES: -:CREATED: [2026-03-11 Wed 01:53] -:END: - -https://x.com/i/status/2031316672540201203 - -* When my agent is taking two to five minutes to do a task, is there a way that I can somehow have him come back in every minute and give me an update? -:PROPERTIES: -:CREATED: [2026-03-11 Wed 01:57] -:END: - -https://x.com/i/status/2031553634253570310 - -* Free Nvidia model on opencode -:PROPERTIES: -:CREATED: [2026-03-11 Wed 17:05] -:END: - -https://x.com/i/status/2031793304635879556 - -* here's EXACTLY how to set it up (step by step) -:PROPERTIES: -:CREATED: [2026-03-12 Thu 02:35] -:END: - -https://x.com/i/status/2031935598412354022 - -* running faceless AI pages on Instagram -:PROPERTIES: -:CREATED: [2026-03-16 Mon 19:30] -:END: - -https://x.com/i/status/2033642647219540132 - -* Agentic Personal Knowledge Management with OpenClaw, PARA, and QMD -:PROPERTIES: -:CREATED: [2026-03-17 Tue 06:08] -:END: - -https://x.com/i/status/2017636775347331276 - -* [[https://x.com/Shpigford/status/2034213621299884395][Josh Pigford on X: "How I built a hyper-personalization system with AI" / X]] -:PROPERTIES: -:CREATED: [2026-03-19 Thu 12:28] -:END: - -You're getting to know your human for the first time. Your goal is to build a rich personal profile that will make every future interaction feel personal and useful. Run this as a CONVERSATION — not a survey. Ask 2-3 questions at a time, wait for answers, then ask follow-ups based on what they share. Be genuinely curious, not clinical. If they give short answers, don't push — you'll learn more over time. What to cover (let it flow naturally, don't force the order): Identity & Basics - Name, what they prefer to be called, pronouns - Location, timezone - Phone number (if they want you to have it) Daily Life - Typical day — wake time, work hours, evening routine - Morning ritual - Currently watching/reading/playing? - Food relationship — foodie or fuel? Work & Projects - What they do, how long they've been doing it - Current active projects or businesses - Work style — planner or builder? Deep focus or context-switching? - Strengths and energy drains Family & Household - Who lives in the house? Partner, kids, pets? - Names, birthdays, relationships - Notable details — hobbies, schools, schedules - Extended family worth knowing about Interests & Hobbies - What they do for fun - Music, sports, collections, creative outlets - Travel preferences - Hidden passions or guilty pleasures Communication Preferences - Brief or detailed info delivery? - Tone — formal, casual, snarky, warm? - When to proactively reach out vs. stay quiet - What annoys them in an AI assistant - Quiet hours — when to never message Goals & Aspirations - What they're working toward now - Long-term dreams or "someday" projects - What success looks like to them Pet Peeves & Boundaries - Things they hate (AI responses, general) - Off-limits or sensitive topics - Privacy boundaries for group chats After the conversation, create these files: USER.md Compile everything into a clean, scannable format with sections and bullet points. Include subsections for Daily Life, Interests, Family, Work, etc. This is the primary reference file the agent reads every session. brain/family/README.md Household overview table with names, relationships, birthdays, ages. Include an "Upcoming Dates" section for the current year listing birthdays and anniversaries chronologically. brain/family/{firstname}.md (one per family member) Use this template for each person mentioned: # {Name} **Relationship:** {relationship to user} **Birthday:** {date} --- ## Preferences (none yet) ## Important Dates - **Birthday:** {date} ## Gift Ideas (none yet) ## Notes (none yet) Include pets too (simpler format — name, breed/species, any quirks). MEMORY.md Start a long-term memory file. Add a "Self-Knowledge" section capturing work style, core drives, decision-making patterns — the deeper personality insights that emerged from the conversation. This file grows over time. After writing the files, set up a daily question cron job: - Schedule: Once per day at 9:00 AM in the user's timezone - Each morning, check if the user answered yesterday's question. If so, extract the key facts and update the appropriate file (USER.md, family files, or MEMORY.md). Then read existing files, find a gap, and ask ONE new thoughtful question. Not a survey — something genuine. Important: - This is a foundation, not an encyclopedia. The daily cron fills gaps. - If they seem done or restless, wrap up gracefully. - Write ALL files in the same session — don't promise to do it later. - Use information they actually shared. Don't infer or fabricate. - For sections without info yet, use "(none yet)" as a placeholder. - -* Sol Master Roadmap: The Bootstrap Sequence -:PROPERTIES: -:CREATED: [2026-03-20 Fri 07:59] -:END: - -** Phase I: The Modern Stack Bootstrap (The "Brain in a Jar" Phase) -:PROPERTIES: -:CREATED: [2026-03-20 Fri 08:15] -:END: - -Current Focus: Establishing the proactive agent logic using cloud-based power. -Low-Power Orchestration: Deploy OpenClaw or NanoClaw on your mobile setup. This acts as the temporary "vessel" for Sol. -Remote Intelligence: Connect to high-reasoning remote models (Claude 3.5 Sonnet) via API. This provides the intelligence needed to help you write the complex Common Lisp code for the later phases. -The Org-Mode Bridge: Configure the agent to treat your inbox.org as its primary command center. -Task: Build a skill that allows the agent to read your "Server Rack Design" notes and suggest optimized wiring or cooling layouts. -Scraping for Sol: Use the Scraper Skill to monitor urban planning and LVT news, populating your Memex automatically from the low-power machine. - -** Phase II: The Hardware-First Foundation (The "Physical Body" Phase) -:PROPERTIES: -:CREATED: [2026-03-20 Fri 08:19] -:END: - -Building the local power once the logic is stable. -Server Rack Assembly: Build the 4080/4040 aluminum skeleton. -Local AI Capability: Install the RTX 6000 Pros. Move from remote APIs to local inference using Ollama/vLLM (DeepSeek-R1 / Qwen3-Coder). -The Proxmox Migration: Move the agent from the low-power machine into a dedicated LXC container on the new rack. - -** Phase III: The org-agent Microkernel (The "Native" Phase) -:PROPERTIES: -:CREATED: [2026-03-20 Fri 08:20] -:END: - -Hollowing out the modern tools in favor of Lisp. -The Lisp Transition: Replace OpenClaw’s Python logic with your minimalist Common Lisp heartbeat. -System 2 Integration: Introduce Neurosymbolic reasoning (SMT solvers) to verify the agent's plans. -Agora Identity: Integrate your decentralized identity system so Sol can manage its own secure "keys to the kingdom." -Phase IV: The Silicon Endgame (The "Bare Metal" Phase) -The final evolution into a self-hosted Lisp Machine. -The FPGA Sidecar: Activate the hardware-level "Thalamus" to verify Lisp forms. -Unikernel/Bare Metal: Bootstrap Sol out of the Linux environment and directly onto the hardware, where the Org-mode tree and the Lisp Heap become the operating system. - -** Org-agent -:PROPERTIES: -:CREATED: [2026-03-20 Fri 08:00] -:END: - -By formalizing this, you are effectively designing the blueprint for Sol. -To answer your biggest question first: No, org-agent will not replace OpenCode or the Claude Agent SDK—it will act as their orchestrator and wrapper. Tools like OpenCode (which focuses on terminal-based, plan-first coding with AGENTS.md) and the Claude Agent SDK (which provides programmatic access to Anthropic's tool-calling and multi-agent teams) are phenomenal execution engines. However, they are built around Markdown, JSON, and Python/TypeScript ecosystems. -org-agent replaces their management layer. Instead of letting OpenCode or Claude dictate your workflow, org-agent sits above them. When org-agent decides a complex coding task is required, it simply invokes OpenCode or a Claude subagent via a CLI or API call, passing along a compiled .org file as context. -Here is the developer brief for building the system. -Project Brief: org-agent -Mission: Build a hyper-minimalist, self-editing, proactive AI agent framework in Common Lisp. The system must use Org-mode as its exclusive interface for memory, state, and skill configuration, rejecting Markdown and JSON overhead. -Target Environment: A Linux/Proxmox homelab, running local inference servers, heavily utilizing GitOps and Lisp-based development. -1. Core Architecture (The Lisp Microkernel) -The engine must be under 500 lines of Common Lisp. It does not contain hardcoded AI logic; it is strictly a Perceive-Think-Act loop engine that evaluates text. - * The Heartbeat: A lightweight bordeaux-threads loop that awakens periodically with near-zero idle resource consumption. - * The State Reader: Parses the user's GTD inbox.org and agenda.org to establish the current "World State." - * The Org Parser: A custom Lisp function that scans a skills/ directory, extracting #+DESCRIPTION, :PROPERTIES:, and #+BEGIN_SRC blocks from .org files. - * The Executor: Evaluates Org-Babel source blocks natively, allowing the agent to run Bash, Python, or Lisp scripts directly from its own thought process. -2. The Skill System (Adapting AgentSkills.io) -Instead of relying on SKILL.md or OpenCode's AGENTS.md, all capabilities are defined as self-contained .org files. - * Dynamic Loading: The agent reads these files on boot. If the agent generates a new .org file via an LLM output, it instantly acquires that new skill on the next heartbeat. - * Progressive Disclosure: To save token context, the agent only loads the #+DESCRIPTION of a skill initially. It must explicitly request the full #+BEGIN_SRC implementation if it decides to use it. -3. LLMs and Coding Agents as "Effectors" -org-agent treats AI models and external SDKs exactly like it treats a Proxmox server—as a downstream tool to be managed. -| External Tool | How org-agent Uses It | Trade-off | -|------------------------+-----------------------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------| -| Local Inference (vLLM) | A base skill (llm-local.org) containing an HTTP POST request to your RTX 6000 cluster for fast, cheap, private reasoning. | Requires manual mapping of Lisp s-expressions to the local model's API. | -| OpenCode | A wrapper skill (skill-opencode.org) that triggers the opencode CLI to execute a massive refactoring job, returning the git diff to org-agent. | Abandons OpenCode's native TUI in favor of headless execution. | -| Claude Agent SDK | A wrapper skill that triggers a Python script leveraging Anthropic's SDK to spin up a multi-agent "Team" for deep architectural planning. | Costs external API tokens; requires Python alongside Lisp. | -4. Security & Isolation -Because org-agent runs directly on the host machine to manage Proxmox and GitOps, security is handled via strict allow-lists within the Lisp kernel. - * The LLM backend is instructed to output strictly formatted Lisp s-expressions (e.g., (invoke-skill "proxmox" "restart-staging")). - * The Lisp Executor will only evaluate forms where the car (the function name) matches a predefined, safe whitelist. -The Verdict on the Workflow -By building org-agent, you are creating a system where your daily GTD notes, your infrastructure commands, and your AI's source code all share the exact same syntax. It is the ultimate manifestation of "Code is Data." -Would you like me to draft the Lisp parser function that reads an .org skill file and translates its #+NAME and #+BEGIN_SRC blocks into callable Lisp functions for the agent's whitelist? - -** Agora -: -PROPERTIES: -:CREATED: [2026-03-19 Thu 18:50] -:END: - -Make money by using the first mover advantage in everything. Be the market maker, the best reputation, the top arbitrator... - -*** Expand on default profile types and those chosen for v.1 -:PROPERTIES: -:CREATED: [2026-03-20 Fri 08:10] -:END: - - - -** Are our meetings and discussions being summarized in the dailies? There are some gems there that really should make their way to the daily then to atomic notes eventually -:PROPERTIES: -:CREATED: [2026-03-20 Fri 08:13] -:END: - -* [[https://github.com/Crosstalk-Solutions/project-nomad][GitHub - Crosstalk-Solutions/project-nomad: Project N.O.M.A.D, is a self-contained, offline survival computer packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere. · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-22 Sun 04:57] -:END: - -Project N.O.M.A.D. is a self-contained, offline-first knowledge and education server packed with critical tools, knowledge, and AI to keep you informed and empowered—anytime, anywhere. - -* [[https://github.com/open-gitagent/gitagent][GitHub - open-gitagent/gitagent: A framework-agnostic, git-native standard for defining AI agents · GitHub]] -:PROPERTIES: -:CREATED: [2026-03-22 Sun 04:55] -:END: - -A framework-agnostic, git-native standard for defining AI agents. Clone a repo, get an agent. - -* [[https://www.hermanmiller.com/products/seating/lounge-seating/eames-lounge-chair-and-ottoman/][Eames Lounge and Ottoman - Lounge Chair - Herman Miller]] :furniture: -:PROPERTIES: -:TITLE: Eames Lounge and Ottoman - Lounge Chair - Herman Miller -:URI: https://www.hermanmiller.com/products/seating/lounge-seating/eames-lounge-chair-and-ottoman/ -:CREATED: [2026-03-24 Tue 16:26] -:END: - -* [[https://www.biogeometry.ca/home][BioGeometry® Nature's Own Design Language]] -:PROPERTIES: -:TITLE: BioGeometry® Nature's Own Design Language -:URI: https://www.biogeometry.ca/home -:CREATED: [2026-03-31 Tue 12:24] -:END: - -* [[https://www.x402.org/][x402 - Payment Required | Internet-Native Payments Standard]] -:PROPERTIES: -:TITLE: x402 - Payment Required | Internet-Native Payments Standard -:URI: https://www.x402.org/ -:CREATED: [2026-03-31 Tue 12:24] -:END: - -* [[https://asimov.inc/diy-kit][Asimov – Open-Source Humanoid Robot]] -:PROPERTIES: -:TITLE: Asimov – Open-Source Humanoid Robot -:URI: https://asimov.inc/diy-kit -:CREATED: [2026-03-31 Tue 12:25] -:END: - -* [[https://manassa.news/stories/18760][بين دولة عبد الناصر وميليشيات الخميني | المنصة]] -:PROPERTIES: -:TITLE: بين دولة عبد الناصر وميليشيات الخميني | المنصة -:URI: https://manassa.news/stories/18760 -:CREATED: [2026-03-31 Tue 12:25] -:END: - -* [[https://github.com/ruvnet/RuView][ruvnet/RuView: π RuView: WiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video.]] -:PROPERTIES: -:TITLE: ruvnet/RuView: π RuView: WiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video. -:URI: https://github.com/ruvnet/RuView -:CREATED: [2026-03-31 Tue 12:26] -:END: - -π RuView: WiFi DensePose turns commodity WiFi signals into real-time human pose estimation, vital sign monitoring, and presence detection — all without a single pixel of video. - -* [[https://github.com/HunxByts/GhostTrack][HunxByts/GhostTrack: Useful tool to track location or mobile number]] -:PROPERTIES: -:TITLE: HunxByts/GhostTrack: Useful tool to track location or mobile number -:URI: https://github.com/HunxByts/GhostTrack -:CREATED: [2026-03-31 Tue 12:27] -:END: - -Useful tool to track location or mobile number - -* [[https://github.com/we-promise/sure/][we-promise/sure: The personal finance app for everyone. NOT affiliated with or endorsed by Maybe Finance Inc.]] -:PROPERTIES: -:TITLE: we-promise/sure: The personal finance app for everyone. NOT affiliated with or endorsed by Maybe Finance Inc. -:URI: https://github.com/we-promise/sure/ -:CREATED: [2026-03-31 Tue 12:28] -:END: - -The personal finance app for everyone. NOT affiliated with or endorsed by Maybe Finance Inc. - -* [[https://youtux.org/Put%20Your%20Browser%20in%20RAM.html][Firefox in RAM — The Ultimate Guide]] -:PROPERTIES: -:TITLE: Firefox in RAM — The Ultimate Guide -:URI: https://youtux.org/Put%20Your%20Browser%20in%20RAM.html -:CREATED: [2026-03-31 Tue 12:30] -:END: - -* [[https://github.com/unman/kde][unman/kde]] -:PROPERTIES: -:TITLE: unman/kde -:URI: https://github.com/unman/kde -:CREATED: [2026-03-31 Tue 12:33] -:END: - -KDE in Qubes - -* [[https://forum.qubes-os.org/t/install-guix-os-in-a-standalone-hvm/6209][Install Guix OS in a standalone HVM - User Support - Qubes OS Forum]] -:PROPERTIES: -:TITLE: Install Guix OS in a standalone HVM - User Support - Qubes OS Forum -:URI: https://forum.qubes-os.org/t/install-guix-os-in-a-standalone-hvm/6209 -:CREATED: [2026-03-31 Tue 12:35] -:END: - -Install GUIX in Qubes - -* [[https://github.com/microsoft/agent-lightning][microsoft/agent-lightning: The absolute trainer to light up AI agents.]] -:PROPERTIES: -:TITLE: microsoft/agent-lightning: The absolute trainer to light up AI agents. -:URI: https://github.com/microsoft/agent-lightning -:CREATED: [2026-03-31 Tue 12:37] -:END: - -The absolute trainer to light up AI agents. - -* [[https://github.com/arian88/claude-agents][arian88/claude-agents: Claude Code Agents]] -:PROPERTIES: -:TITLE: arian88/claude-agents: Claude Code Agents -:URI: https://github.com/arian88/claude-agents -:CREATED: [2026-03-31 Tue 12:39] -:END: - -A comprehensive collection of specialized AI agents designed to accelerate and enhance every aspect of rapid development. Each agent is an expert in their domain, ready to be invoked when their expertise is needed. - -* [[https://github.com/galz10/pickle-rick-extension][galz10/pickle-rick-extension: This extension transforms the Gemini CLI into "Pickle Rick," a hyper-intelligent, arrogant, yet extremely competent engineering persona. It enforces a rigid, iterative software development lifecycle through continuous AI agent loops. Emphasizing "God Mode" coding practices and a disdain for]] -:PROPERTIES: -:TITLE: galz10/pickle-rick-extension: This extension transforms the Gemini CLI into "Pickle Rick," a hyper-intelligent, arrogant, yet extremely competent engineering persona. It enforces a rigid, iterative software development lifecycle through continuous AI agent loops. Emphasizing "God Mode" coding practices and a disdain for -:URI: https://github.com/galz10/pickle-rick-extension -:CREATED: [2026-03-31 Tue 12:41] -:END: - -This extension transforms the Gemini CLI into "Pickle Rick," a hyper-intelligent, arrogant, yet extremely competent engineering persona. It enforces a rigid, iterative software development lifecycle through continuous AI agent loops. Emphasizing "God Mode" coding practices and a disdain for - -* [[https://github.blog/ai-and-ml/github-copilot/how-to-write-a-great-agents-md-lessons-from-over-2500-repositories/][How to write a great agents.md: Lessons from over 2,500 repositories - The GitHub Blog]] -:PROPERTIES: -:TITLE: How to write a great agents.md: Lessons from over 2,500 repositories - The GitHub Blog -:URI: https://github.blog/ai-and-ml/github-copilot/how-to-write-a-great-agents-md-lessons-from-over-2500-repositories/ -:CREATED: [2026-03-31 Tue 12:41] -:END: - -* [[https://github.com/VectifyAI/PageIndex][VectifyAI/PageIndex: 📑 PageIndex: Document Index for Vectorless, Reasoning-based RAG]] -:PROPERTIES: -:TITLE: VectifyAI/PageIndex: 📑 PageIndex: Document Index for Vectorless, Reasoning-based RAG -:URI: https://github.com/VectifyAI/PageIndex -:CREATED: [2026-03-31 Tue 12:42] -:END: - -PageIndex: Document Index for Vectorless, Reasoning-based RAG - -* [[https://github.com/OpenBMB/VoxCPM][OpenBMB/VoxCPM: VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning]] -:PROPERTIES: -:TITLE: OpenBMB/VoxCPM: VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning -:URI: https://github.com/OpenBMB/VoxCPM -:CREATED: [2026-03-31 Tue 12:43] -:END: - -VoxCPM: Tokenizer-Free TTS for Context-Aware Speech Generation and True-to-Life Voice Cloning - -* [[https://github.com/eigent-ai/eigent][eigent-ai/eigent: Eigent: The Open Source Cowork Desktop to Unlock Your Exceptional Productivity. Local and Free Alternative to Claude Cowork.]] -:PROPERTIES: -:TITLE: eigent-ai/eigent: Eigent: The Open Source Cowork Desktop to Unlock Your Exceptional Productivity. Local and Free Alternative to Claude Cowork. -:URI: https://github.com/eigent-ai/eigent -:CREATED: [2026-03-31 Tue 12:46] -:END: - -Eigent: The Open Source Cowork Desktop to Unlock Your Exceptional Productivity. Local and Free Alternative to Claude Cowork. - -* [[https://skills.sh/][The Agent Skills Directory]] -:PROPERTIES: -:TITLE: The Agent Skills Directory -:URI: https://skills.sh/ -:CREATED: [2026-03-31 Tue 12:48] -:END: - -* [[https://github.com/HKUDS/ClawWork][HKUDS/ClawWork: "ClawWork: OpenClaw as Your AI Coworker - 💰 $15K earned in 11 Hours"]] -:PROPERTIES: -:TITLE: HKUDS/ClawWork: "ClawWork: OpenClaw as Your AI Coworker - 💰 $15K earned in 11 Hours" -:URI: https://github.com/HKUDS/ClawWork -:CREATED: [2026-03-31 Tue 12:52] -:END: - -"ClawWork: OpenClaw as Your AI Coworker - 💰 $15K earned in 11 Hours" - -* [[https://dev.to/vishal_veerareddy_9cdd17d/run-openclawclawdbot-for-free-with-lynkr-no-api-bills-3kg2][Run OpenClaw/Clawdbot for FREE with Lynkr (No API Bills) - DEV Community]] -:PROPERTIES: -:TITLE: Run OpenClaw/Clawdbot for FREE with Lynkr (No API Bills) - DEV Community -:URI: https://dev.to/vishal_veerareddy_9cdd17d/run-openclawclawdbot-for-free-with-lynkr-no-api-bills-3kg2 -:CREATED: [2026-03-31 Tue 13:00] -:END: - -* [[https://github.com/tanrax/org-social][tanrax/org-social: Org Social is a decentralized social network that runs on an Org Mode file over HTTP.]] -:PROPERTIES: -:TITLE: tanrax/org-social: Org Social is a decentralized social network that runs on an Org Mode file over HTTP. -:URI: https://github.com/tanrax/org-social -:CREATED: [2026-03-31 Tue 13:01] -:END: - -Org Social is a decentralized social network that runs on an Org Mode file over HTTP. - -* [[https://www.darioamodei.com/essay/machines-of-loving-grace][Dario Amodei — Machines of Loving Grace]] -:PROPERTIES: -:TITLE: Dario Amodei — Machines of Loving Grace -:URI: https://www.darioamodei.com/essay/machines-of-loving-grace -:CREATED: [2026-03-31 Tue 13:02] -:END: - -* [[https://github.com/timkosters/agent-yolo-build][timkosters/agent-yolo-build: Run /yolo, walk away, come back to a working MVP. Autonomous build skill for AI coding agents.]] -:PROPERTIES: -:TITLE: timkosters/agent-yolo-build: Run /yolo, walk away, come back to a working MVP. Autonomous build skill for AI coding agents. -:URI: https://github.com/timkosters/agent-yolo-build -:CREATED: [2026-03-31 Tue 13:03] -:END: - -* [[https://github.com/AlexsJones/llmfit][AlexsJones/llmfit: Hundreds of models & providers. One command to find what runs on your hardware.]] -:PROPERTIES: -:TITLE: AlexsJones/llmfit: Hundreds of models & providers. One command to find what runs on your hardware. -:URI: https://github.com/AlexsJones/llmfit -:CREATED: [2026-03-31 Tue 13:04] -:END: - -Hundreds of models & providers. One command to find what runs on your hardware. - -* [[https://github.com/Polymarket/polymarket-cli][Polymarket/polymarket-cli]] -:PROPERTIES: -:TITLE: Polymarket/polymarket-cli -:URI: https://github.com/Polymarket/polymarket-cli -:CREATED: [2026-03-31 Tue 13:05] -:END: - -* [[https://github.com/ComposioHQ/agent-orchestrator][ComposioHQ/agent-orchestrator: Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.]] -:PROPERTIES: -:TITLE: ComposioHQ/agent-orchestrator: Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews. -:URI: https://github.com/ComposioHQ/agent-orchestrator -:CREATED: [2026-03-31 Tue 13:05] -:END: - -Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews. - -* [[https://github.com/crshdn/mission-control][crshdn/mission-control: The world's first Autonomous Product Engine (APE): AI agents research your market, generate features, and ship code as PRs. Convoy mode, crash recovery, cost tracking, 80+ API endpoints. Self-hosted via OpenClaw Gateway.]] -:PROPERTIES: -:TITLE: crshdn/mission-control: The world's first Autonomous Product Engine (APE): AI agents research your market, generate features, and ship code as PRs. Convoy mode, crash recovery, cost tracking, 80+ API endpoints. Self-hosted via OpenClaw Gateway. -:URI: https://github.com/crshdn/mission-control -:CREATED: [2026-03-31 Tue 13:06] -:END: - -The world's first Autonomous Product Engine (APE): AI agents research your market, generate features, and ship code as PRs. Convoy mode, crash recovery, cost tracking, 80+ API endpoints. Self-hosted via OpenClaw Gateway. - -* [[https://github.com/obra/superpowers][obra/superpowers: An agentic skills framework & software development methodology that works.]] -:PROPERTIES: -:TITLE: obra/superpowers: An agentic skills framework & software development methodology that works. -:URI: https://github.com/obra/superpowers -:CREATED: [2026-03-31 Tue 13:08] -:END: - -* [[https://github.com/paperclipai/paperclip][paperclipai/paperclip: Open-source orchestration for zero-human companies]] -:PROPERTIES: -:TITLE: paperclipai/paperclip: Open-source orchestration for zero-human companies -:URI: https://github.com/paperclipai/paperclip -:CREATED: [2026-03-31 Tue 13:08] -:END: - -* [[https://github.com/bytedance/deer-flow][bytedance/deer-flow: An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours.]] -:PROPERTIES: -:TITLE: bytedance/deer-flow: An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours. -:URI: https://github.com/bytedance/deer-flow -:CREATED: [2026-03-31 Tue 13:10] -:END: - -* [[https://github.com/FujiwaraChoki/MoneyPrinterV2][FujiwaraChoki/MoneyPrinterV2: Automate the process of making money online.]] -:PROPERTIES: -:TITLE: FujiwaraChoki/MoneyPrinterV2: Automate the process of making money online. -:URI: https://github.com/FujiwaraChoki/MoneyPrinterV2 -:CREATED: [2026-03-31 Tue 13:12] -:END: - -* [[https://github.com/sickn33/antigravity-awesome-skills][sickn33/antigravity-awesome-skills: Installable GitHub library of 1,340+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.]] -:PROPERTIES: -:TITLE: sickn33/antigravity-awesome-skills: Installable GitHub library of 1,340+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections. -:URI: https://github.com/sickn33/antigravity-awesome-skills -:CREATED: [2026-03-31 Tue 13:12] -:END: - -* [[https://github.com/RKiding/Awesome-finance-skills][RKiding/Awesome-finance-skills: A collection of Awesome Finance Agent Skills for free and easy to start | 一系列开源免费的金融分析Agent Skills]] -:PROPERTIES: -:TITLE: RKiding/Awesome-finance-skills: A collection of Awesome Finance Agent Skills for free and easy to start | 一系列开源免费的金融分析Agent Skills -:URI: https://github.com/RKiding/Awesome-finance-skills -:CREATED: [2026-03-31 Tue 13:13] -:END: - -* [[https://github.com/nullclaw/nullclaw][nullclaw/nullclaw: Fastest, smallest, and fully autonomous AI assistant infrastructure written in Zig]] -:PROPERTIES: -:TITLE: nullclaw/nullclaw: Fastest, smallest, and fully autonomous AI assistant infrastructure written in Zig -:URI: https://github.com/nullclaw/nullclaw -:CREATED: [2026-03-31 Tue 13:14] -:END: - -* [[https://github.com/financial-datasets/mcp-server][financial-datasets/mcp-server: An MCP server for interacting with the Financial Datasets stock market API.]] -:PROPERTIES: -:TITLE: financial-datasets/mcp-server: An MCP server for interacting with the Financial Datasets stock market API. -:URI: https://github.com/financial-datasets/mcp-server -:CREATED: [2026-03-31 Tue 13:15] -:END: - -* [[https://github.com/wangziqi06/724-office][wangziqi06/724-office: 7/24 Office — Self-evolving AI Agent system. 26 tools, 3500 lines pure Python, MCP/Skill plugins, three-layer memory, self-repair, 24/7 production.]] -:PROPERTIES: -:TITLE: wangziqi06/724-office: 7/24 Office — Self-evolving AI Agent system. 26 tools, 3500 lines pure Python, MCP/Skill plugins, three-layer memory, self-repair, 24/7 production. -:URI: https://github.com/wangziqi06/724-office -:CREATED: [2026-03-31 Tue 13:16] -:END: - -* [[https://github.com/usestrix/strix][usestrix/strix: Open-source AI hackers to find and fix your app’s vulnerabilities.]] -:PROPERTIES: -:TITLE: usestrix/strix: Open-source AI hackers to find and fix your app’s vulnerabilities. -:URI: https://github.com/usestrix/strix -:CREATED: [2026-03-31 Tue 13:16] -:END: - -* [[https://github.com/builderz-labs/mission-control][builderz-labs/mission-control: Self-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard.]] -:PROPERTIES: -:TITLE: builderz-labs/mission-control: Self-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard. -:URI: https://github.com/builderz-labs/mission-control -:CREATED: [2026-03-31 Tue 13:17] -:END: - -* [[https://github.com/0xNyk/awesome-hermes-agent][0xNyk/awesome-hermes-agent: A curated list of awesome skills, tools, integrations, and resources for Hermes Agent by Nous Research]] -:PROPERTIES: -:TITLE: 0xNyk/awesome-hermes-agent: A curated list of awesome skills, tools, integrations, and resources for Hermes Agent by Nous Research -:URI: https://github.com/0xNyk/awesome-hermes-agent -:CREATED: [2026-03-31 Tue 13:17] -:END: - -* [[https://github.com/tlehman/litprog-skill][tlehman/litprog-skill: Literate programming skill for agent harnesses like Claude Code, OpenCode and Hermes Agent]] -:PROPERTIES: -:TITLE: tlehman/litprog-skill: Literate programming skill for agent harnesses like Claude Code, OpenCode and Hermes Agent -:URI: https://github.com/tlehman/litprog-skill -:CREATED: [2026-03-31 Tue 13:18] -:END: - -* [[https://github.com/mvanhorn/last30days-skill][mvanhorn/last30days-skill: AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary]] -:PROPERTIES: -:TITLE: mvanhorn/last30days-skill: AI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary -:URI: https://github.com/mvanhorn/last30days-skill -:CREATED: [2026-03-31 Tue 13:18] -:END: - -* [[https://github.com/danveloper/flash-moe][danveloper/flash-moe: Running a big model on a small laptop]] -:PROPERTIES: -:TITLE: danveloper/flash-moe: Running a big model on a small laptop -:URI: https://github.com/danveloper/flash-moe -:CREATED: [2026-03-31 Tue 13:18] -:END: - -* [[https://www.theregister.com/2025/11/27/tenstorrent_quietbox_review/?hl=en-US][Blackhole QuietBox, Tenstorrent's AI workstation reviewed • The Register]] -:PROPERTIES: -:TITLE: Blackhole QuietBox, Tenstorrent's AI workstation reviewed • The Register -:URI: https://www.theregister.com/2025/11/27/tenstorrent_quietbox_review/?hl=en-US -:CREATED: [2026-03-31 Tue 13:18] -:END: - -$12K machine promises performance that can scale to 32 chip servers and beyond but immature stack makes harnessing compute challenging - -* [[https://paulgraham.com/rootsoflisp.html][The Roots of Lisp]] -:PROPERTIES: -:TITLE: The Roots of Lisp -:URI: https://paulgraham.com/rootsoflisp.html -:CREATED: [2026-03-31 Tue 13:20] -:END: - -* [[https://lisp-lang.org/learn/getting-started/][Getting Started | Common Lisp]] -:PROPERTIES: -:TITLE: Getting Started | Common Lisp -:URI: https://lisp-lang.org/learn/getting-started/ -:CREATED: [2026-03-31 Tue 13:20] -:END: - -* [[https://gigamonkeys.com/book/][Practical Common Lisp]] -:PROPERTIES: -:TITLE: Practical Common Lisp -:URI: https://gigamonkeys.com/book/ -:CREATED: [2026-03-31 Tue 13:20] -:END: - -* [[https://nyxt.atlas.engineer/documentation#extensions][Nyxt browser: Documentation]] -:PROPERTIES: -:TITLE: Nyxt browser: Documentation -:URI: https://nyxt.atlas.engineer/documentation#extensions -:CREATED: [2026-03-31 Tue 13:22] -:END: - -* [[https://github.com/MatthewZMD/aidermacs][MatthewZMD/aidermacs: AI Pair Programming in Emacs with Aider]] -:PROPERTIES: -:TITLE: MatthewZMD/aidermacs: AI Pair Programming in Emacs with Aider -:URI: https://github.com/MatthewZMD/aidermacs -:CREATED: [2026-03-31 Tue 13:23] -:END: - -* [[https://github.com/lizqwerscott/mcp.el][lizqwerscott/mcp.el: An Mcp client inside Emacs]] -:PROPERTIES: -:TITLE: lizqwerscott/mcp.el: An Mcp client inside Emacs -:URI: https://github.com/lizqwerscott/mcp.el -:CREATED: [2026-03-31 Tue 13:23] -:END: - -* [[https://github.com/vivekhaldar/emacs-mcp-server][vivekhaldar/emacs-mcp-server]] -:PROPERTIES: -:TITLE: vivekhaldar/emacs-mcp-server -:URI: https://github.com/vivekhaldar/emacs-mcp-server -:CREATED: [2026-03-31 Tue 13:24] -:END: - -* [[https://github.com/MatthewZMD/emigo][MatthewZMD/emigo: Future of Agentic Development in Emacs]] -:PROPERTIES: -:TITLE: MatthewZMD/emigo: Future of Agentic Development in Emacs -:URI: https://github.com/MatthewZMD/emigo -:CREATED: [2026-03-31 Tue 13:24] -:END: - -* [[https://github.com/froggey/Mezzano][froggey/Mezzano: An operating system written in Common Lisp]] -:PROPERTIES: -:TITLE: froggey/Mezzano: An operating system written in Common Lisp -:URI: https://github.com/froggey/Mezzano -:CREATED: [2026-03-31 Tue 13:24] -:END: - -* [[https://github.com/andreasjansson/greger.el][andreasjansson/greger.el: Agentic coding in Emacs]] -:PROPERTIES: -:TITLE: andreasjansson/greger.el: Agentic coding in Emacs -:URI: https://github.com/andreasjansson/greger.el -:CREATED: [2026-03-31 Tue 13:25] -:END: - -* [[https://mwolson.org/blog/emacs/2025-12-03-my-emacs-ai-setup/][Mike Olson - My Emacs AI Setup]] -:PROPERTIES: -:TITLE: Mike Olson - My Emacs AI Setup -:URI: https://mwolson.org/blog/emacs/2025-12-03-my-emacs-ai-setup/ -:CREATED: [2026-03-31 Tue 13:25] -:END: - -* [[https://spatial-lang.org/][Spatial]] -:PROPERTIES: -:TITLE: Spatial -:URI: https://spatial-lang.org/ -:CREATED: [2026-03-31 Tue 13:25] -:END: - -A high-level language for programming accelerators - -* [[https://clash-lang.org/][Clash: Home]] -:PROPERTIES: -:TITLE: Clash: Home -:URI: https://clash-lang.org/ -:CREATED: [2026-03-31 Tue 13:26] -:END: - -Clash is an open-source project, licensed under the permissive BSD2 license, and actively maintained by QBayLogic. The Clash project is a Haskell Foundation affiliated project. - -* [[https://github.com/QubesOS/qubes-issues/issues/1908][Port Guix for reproducible builds · Issue #1908 · QubesOS/qubes-issues]] -:PROPERTIES: -:TITLE: Port Guix for reproducible builds · Issue #1908 · QubesOS/qubes-issues -:URI: https://github.com/QubesOS/qubes-issues/issues/1908 -:CREATED: [2026-03-31 Tue 13:27] -:END: - diff --git a/#org-gtd-tasks.org# b/#org-gtd-tasks.org# deleted file mode 100644 index ee4d5ef..0000000 --- a/#org-gtd-tasks.org# +++ /dev/null @@ -1,14907 +0,0 @@ -#+title: Amr GTD - -* Actions -:PROPERTIES: -:ORG_GTD_REFILE: Actions -:END: - -** DONE [#A] Social Media Emergency Rapid Response :writing:digitalRights:SMEX: -:PROPERTIES: -:ID: Social-Media-Emergency-Rapid-Response-2024-02-04-18-55-34 -:CATEGORY: Business -:ORG_GTD: Projects -:END: - -[2018-07-05 Thu] -SCHEDULED: <2018-07-08 Sun> -:LOGBOOK: -- State "DONE" from "TODO" [2018-11-11 Sun] -:END: - -** DONE Delete Facebook -:PROPERTIES: -:ID: Delete-Facebook-2024-02-04-18-08-42 -:CATEGORY: Privacy -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2019-01-18 Fri] -:END: -[2018-12-31 Mon] - -** DONE هوجان -:PROPERTIES: -:ID: هوجان-2024-02-04-18-56-58 -:CATEGORY: Business -:ORG_GTD: Projects -:END: - -[2019-01-08 Tue] -:LOGBOOK: -- State "DONE" from "TODO" [2019-01-18 Fri] -:END: - -** DONE [#A] Write هل هزمنا في مصر؟ -:PROPERTIES: -:ID: Write-هل-هزمنا-في-مصر-2024-02-04-18-56-11 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - - [2019-01-22 Tue] -:LOGBOOK: -- State "DONE" from "TODO" [2019-01-27 Sun] -:END: - -** DONE [#A] Send website to Guebara -:PROPERTIES: -:ID: Send-website-to-Guebara-2024-02-04-18-09-06 -:CATEGORY: Social -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2019-01-25 Fri] -:END: - -[2019-01-25 Fri] - -** TODO [#C] Translate هل هزمنا في مصر؟ -:PROPERTIES: -:ID: Translate-هل-هزمنا-في-مصر-gharbeia-dot-net-2024-02-04-18-21-07 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -[2019-02-11 Mon] - -** DONE Buy podcast equipment :years: -:PROPERTIES: -:ID: Buy-podcast-equipment-2024-02-04-18-09-24 -:CATEGORY: Atoms -:ORG_GTD: Projects -:END: - -[2019-02-25 Mon] - -** TODO Write UoN -:PROPERTIES: -:ID: Write-UoN-2024-02-11-13-40-20 -:CATEGORY: Learning -:ORG_GTD: Projects -:END: - -[2019-02-28 Thu] - -** CNCL [#A] Write +ColumbiaFoE -:PROPERTIES: -:ID: Write-plus-ColumbiaFoE-2024-02-04-18-56-45 -:CATEGORY: Business -:ORG_GTD: Projects -:END: - -[2019-02-28 Thu] -:LOGBOOK: -- State "DONE" from "TODO" [2019-06-20 Thu] -:END: - -** DONE [#A] Translate [[/home/amr/projects/translation/Strikes,\ Riots\ and\ Laughter\ 4.2019\ Arabic.docx][Strikes, Riots and Laughter]] -:PROPERTIES: -:ID: Translate-Strikes-Riots-and-Laughter-2024-02-04-18-56-24 -:CATEGORY: Business -:ORG_GTD: Projects -:END: - -[2019-06-19 Wed] -SCHEDULED: <2019-06-24 Mon> -:LOGBOOK: -- State "DONE" from "TODO" [2019-06-24 Mon] -:END: - -** DONE [#A] أرشيف بصراحة for Khaled -:PROPERTIES: -:ID: أرشيف-بصراحة-for-Khaled-2024-02-04-18-09-01 -:CATEGORY: Social -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2020-01-26 Sun] -:END: - -[2020-01-26 Sun] - -** TODO Write [[id:7085168d-8607-4d83-8ec0-2298f33e4a9c][Atoms, Bits and Cells]] -:PROPERTIES: -:ID: Write-Atoms-Bits-and-Cells-Personal-Strategies-for-the-21st-Century-2024-02-04-18-21-45 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -[2021-03-16 Tue] - -** DONE [#A] Recommend printers for Nancy -SCHEDULED: <2022-06-04 Sat> -:PROPERTIES: -:ID: Recommend-printers-for-Nancy-2024-02-04-18-08-56 -:CATEGORY: Family -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2022-06-03 Fri] -:END: -[2022-06-03 Fri] - -** DONE [#A] Buy gifts for kids -:PROPERTIES: -:ID: Buy-gifts-for-kids-2024-02-04-18-09-14 -:CATEGORY: Family -:ORG_GTD: Projects -:END: - -[2023-01-09 Mon 12:56] - -** DONE Connect Ranwa Yehia and Nicholas Ibekwe -DEADLINE: <2023-01-18 Wed> -:PROPERTIES: -:ID: Connect-Ranwa-Yehia-and-Nicholas-Ibekwe-2024-02-04-18-05-05 -:CATEGORY: Social -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-02-11 Sun 12:56] -:END: - -[2023-01-14 Sat 09:50] - -** WAIT [#A] Get NS files and street leaflets box :Egypt: -:PROPERTIES: -:ID: Get-file-from-Ranwa-Yehia-2024-02-04-18-09-28 -:DELEGATED_TO: Ranwa Yehia -:ORG_GTD_TIMESTAMP: <2024-02-29> -:CATEGORY: Library -:ORG_GTD: Delegated -:END: -:LOGBOOK: -programmatically delegated to Ranwa Yehia -- State "WAIT" from "NEXT" [2024-02-04 Sun 18:38] -:END: -<2024-02-29> -[2023-01-14 Sat 11:58] - -** TODO [[https://karl-voit.at/managing-digital-photographs/][Document archive convention and workflow]] -:PROPERTIES: -:ID: Document-archive-convention-and-workflow-2024-02-12-14-13-06 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -[2023-01-15 Sun 09:40] - -** DONE Buy mason jars and containers -CLOSED: [2024-03-08 Fri 17:13] -:PROPERTIES: -:ID: Buy-mason-jars-and-containers-2024-02-04-18-15-05 -:CATEGORY: Home -:ORG_GTD: Projects -:END: - -[2023-01-17 Tue 20:32] - -** DONE [[https://docs.onlykey.io/upgradeguide.html][Update OnlyKey firmware]] :security: -:PROPERTIES: -:ID: Update-OnlyKey-firmware-2024-02-11-14-00-42 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -[2023-02-01 Wed 15:55] - -** DONE Call Zyad Elelaimy -:PROPERTIES: -:ID: Call-Zyad-Elelaimy-2024-02-04-18-07-44 -:CATEGORY: Social -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-02-11 Sun 12:56] -:END: - -[2023-02-10 Fri 11:11] - -** DONE Pick up chair from Ayah -:PROPERTIES: -:ID: Pick-up-chair-from-Ayah-2024-02-04-18-15-12 -:CATEGORY: Home -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2023-03-07 Tue 12:59] -:END: - -[2023-03-06 Mon 18:07] - -** TODO Send Khaled sample of BBC historical documentaries -:PROPERTIES: -:ID: Send-Khaled-sample-of-BBC-historical-documentaries-2024-02-04-18-10-11 -:CATEGORY: Social -:ORG_GTD: Projects -:END: - -[2023-08-05 Sat 21:14] - -** TODO [[https://store.insidetracker.com/products/the-complete-picture][Ultimate Plan + DNA Kit + InnerAge 2.0 calculation – InsideTracker]] -:PROPERTIES: -:TITLE: Ultimate Plan + DNA Kit + InnerAge 2.0 calculation – InsideTracker -:URI: https://store.insidetracker.com/products/the-complete-picture -:ID: Ultimate-Plan-plus-DNA-Kit-plus-InnerAge-2-dot-0-calculation-InsideTracker-2024-02-11-13-42-15 -:CATEGORY: Health -:ORG_GTD: Projects -:END: - -[2023-08-08 Tue 07:59] - -** TODO [#A] UK visa :travel: -:PROPERTIES: -:ID: UK-visa-2024-02-04-18-10-37 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -[2023-11-08 Wed 18:08] - -** TODO [#A] Schengen visa :travel: -:PROPERTIES: -:ID: Schengen-visa-2024-02-04-18-10-37 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -[2023-11-08 Wed 18:08] - -** TODO [#A] Schengen visa for parents :travel: -:PROPERTIES: -:ID: Schengen-visas-for-parents-2024-02-04-18-10-37 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -[2023-11-08 Wed 18:08] - -** TODO US visa for parents :travel: -:PROPERTIES: -:ID: US-visa-for-parents-2024-02-04-18-10-54 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -[2023-11-08 Wed 18:08] - -** DONE Call with Lorenzo -:PROPERTIES: -:ID: Call-with-Lorenzo-2024-02-04-19-00-04 -:CATEGORY: Egypt -:ORG_GTD: Projects -:END: - -[2024-01-17 Wed 10:15] -CLOSED: [2024-01-22 Mon 03:22] SCHEDULED: <2024-01-21 Sun 12:00> - -** DONE Schedule call with Nicholas Ibekwe :Stanford: -:PROPERTIES: -:ID: Schedule-call-with-Nicholas-Ibekwe-2024-02-04-18-04-39 -:CATEGORY: Social -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-02-11 Sun 12:55] -:END: - -[2024-02-04 Sun 17:08] - -** TODO Check Ezz website migration options -:PROPERTIES: -:ID: Check-Ezz-website-migration-options-2024-02-04-18-09-34 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:20] - -He wants to move to the website. Currently at Buzzsprout. - -** TODO [#A] Renew [[https://www.kiwico.com/customer/subscriptions][Kiwico]] subscription for Nout and Bouri -:PROPERTIES: -:ID: Renew-Kiwico-subscription-for-Nout-and-Bouri-2024-02-04-18-10-06 -:CATEGORY: Family -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:20] - -** TODO Take a [[https://www.redcross.org/take-a-class/first-aid][Red Cross first aid class]] :health: -:PROPERTIES: -:ID: Take-a-Red-Cross-first-aid-class-2024-02-04-18-10-25 -:CATEGORY: Skills -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:22] - -** TODO Create Pepco account -:PROPERTIES: -:ID: Create-Pepco-account-2024-02-04-18-14-13 -:CATEGORY: Home -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:32] - -** TODO Choose pictures to print -:PROPERTIES: -:ID: Choose-pictures-to-print-2024-02-04-18-14-04 -:CATEGORY: Home -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:32] - -** TODO [#C] Write an article on energy subsidies and democratic and undemocratic power systems -:PROPERTIES: -:ID: Write-an-article-on-energy-subsidies-and-democratic-and-undemocratic-power-systems-2024-02-04-18-21-15 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:51] - -** TODO [#C] Write آخر الدول الصناعية -:PROPERTIES: -:ID: Write-آخر-الدول-الصناعية-2024-02-04-18-21-36 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:52] - -انهيار التجارة العالمية أدى لانتقال رؤوس الاموال الأوروبية للاستثمار الصناعي في مصر من شرق آسيا. مصر تمتلك أفضل الهياكل الديمغرافية القريبة من اوروبا. - -البحرية المصرية ستكون لاعبا رئيسيا في تأمين التجارة البحرية بين مضيق باب المندب و مضيق صقلية. - -تحالف بين اليابان و سنغافورة و الهند و الإمارات و مصر و فرنسا لتأمين التجارة بين آسيا و أوروبا. - -** TODO [#A] Write [[id:2fa753af-d8b1-4ef0-b7bb-ee951aac3106][The Egypt Foundation]] concept -:PROPERTIES: -:ID: The-Egypt-Foundation-2024-02-04-18-57-03 -:CATEGORY: Egypt -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:58] - -** TODO [[https://www.nationalnotary.org/knowledge-center/remote-online-notary/how-to-become-a-remote-online-notary/maryland][Register as Notary Public in Maryland]] -:PROPERTIES: -:ID: Register-as-Notary-Public-in-Maryland-2024-02-04-18-59-12 -:CATEGORY: Business -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 18:00] - -** TODO [#C] Write project28 concept -:PROPERTIES: -:ID: Write-project28-concept-2024-02-04-18-58-57 -:CATEGORY: Business -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 18:00] - -** CNCL [#A] Legal case management system :EIPR: -:PROPERTIES: -:ID: Legal-case-management-system-2024-02-04-18-59-20 -:CATEGORY: Egypt -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "CNCL" from "TODO" [2024-02-12 Mon 10:53] \\ - Nada left EIPR -:END: - -[2024-02-04 Sun 18:00] - -** TODO Find a cardiac calcium score test :health: -:PROPERTIES: -:ID: Find-a-cardiac-calcium-score-test-2024-02-11-13-42-39 -:CATEGORY: Health -:ORG_GTD: Projects -:END: - -** TODO Find a dentist -:PROPERTIES: -:ID: Find-a-dentist-2024-02-11-13-42-49 -:CATEGORY: Health -:ORG_GTD: Projects -:END: - -** TODO People Search -:PROPERTIES: -:ID: People-Search-2024-02-11-13-52-56 -:CATEGORY: Privacy -:ORG_GTD: Projects -:END: - -- [ ] White pages history review - -** TODO [[https://onlykey.io/blogs/news/a-more-seamless-openpgp-and-ssh-experience-with-onlykey][Add OpenPGP and SSH to OnlyKey]] -:PROPERTIES: -:ID: Add-OpenPGP-and-SSH-to-OnlyKey-2024-02-11-14-01-01 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -** TODO [#A] Secure google account -:PROPERTIES: -:ID: Secure-google-account-2024-02-11-14-01-17 -:CATEGORY: Privacy -:ORG_GTD: Projects -:END: - -** DONE [#A] تقرير قانون الجريمة الإلكترونية :digitalRights:EIPR: -SCHEDULED: <2018-07-31 Tue> -:PROPERTIES: -:ID: تقرير-قانون-الجريمة-الإلكترونية-plus-writing-plus-digitalRights-plus-EIPR-2024-02-11-14-02-13 -:CATEGORY: Egypt -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2018-11-11 Sun] -:END: - -** DONE EIPR researches -:PROPERTIES: -:ID: EIPR-researches-2024-02-11-14-01-59 -:CATEGORY: Egypt -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2018-11-11 Sun] -:END: - -** DONE Change [[https://www.macyswinecellar.com/jsp/account/common/wp_summary.jsp#/wine-club-settings/WP_02294818][Macy's Wine Cellar]] -SCHEDULED: <2020-03-01 Sun> -:PROPERTIES: -:ID: Change-Macy-s-Wine-Cellar-2024-02-04-18-15-17 -:CATEGORY: Home -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2020-03-13 Fri] -:END: - -** DONE [#A] Update lease information -DEADLINE: <2022-12-30 Fri> -:PROPERTIES: -:ID: Update-lease-information-2024-02-04-18-14-52 -:CATEGORY: Home -:ORG_GTD: Projects -:END: - -** DONE [#A] Change Gemini password -:PROPERTIES: -:ID: Change-Gemini-password-2024-02-11-14-01-27 -:CATEGORY: Privacy -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2023-07-31 Mon 11:36] -:END: - -https://exchange.gemini.com/signin?redirect=46d1173403bb70dc8c76b5298731b73bf3c5894b-1673555992461-%2Fsignin%2F2fa%3Fredirect%3D144ed66873661663f1f6a8cb798beaac69ca7e7f-1671212950854-%252Fconsent%26sudo%3Dfalse%26sms%3Dfalse%26webAuthn%3Dtrue - -** TODO Crack old laptop linux user -:PROPERTIES: -:ID: Old-laptop-2024-02-12-11-50-30 -:CATEGORY: Bits -:IMPORTED: [2023-02-08 19:22:51-0500] -:MODIFIED: [2018-03-18 10:24:16-0400] -:CREATED: [2018-03-18 Sun 10:19] -:ORG_GTD: Projects -:END: - -carrotrabbit -c@rrotr@bbit -c@rrotrabbit -carrotr@bbit -Carrotrabbit -C@rrotr@bbit -C@rrotrabbit -Carrotr@bbit -bottlebottom -canvascheese - -** DONE Shut down *diaspora -:PROPERTIES: -:ID: Shut-down-diaspora-2024-02-12-14-10-09 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-01-26 Thu 13:57] -:END: - -** TODO Export X favorites and lists [0/2][0%] -:PROPERTIES: -:ID: Review-Twitter-favourites-2024-02-12-14-10-35 -:CATEGORY: Archive -:ORG_GTD: Projects -:ORG_GTD_FIRST_TASKS: Twitter-friends-2026-03-30-20-18-43 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-28 Fri 13:56] -:END: - -*** NEXT Twitter friends -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Review-Twitter-favourites-2024-02-12-14-10-35 -:ORG_GTD_PROJECT: Export X favorites and lists -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Twitter-friends-2026-03-30-20-18-43 -:ORG_GTD_BLOCKS: Twitter-Egypt-2026-03-30-20-18-43 -:END: - -https://twitter.com/msameer -https://twitter.com/e3i5 -https://twitter.com/BooDy -https://twitter.com/ezabi -https://twitter.com/EmanM -https://twitter.com/gassur -https://twitter.com/CAESAr_DIABLo -https://twitter.com/hfakih -https://twitter.com/benhoz -https://twitter.com/dinasamak -https://twitter.com/loolyez -https://twitter.com/AmrEzzat -https://twitter.com/majdal -https://twitter.com/Mohamedfawzi -https://twitter.com/sarahjatkinson -https://twitter.com/adelwassilly -https://twitter.com/hannanik -https://twitter.com/jameslosey -https://twitter.com/tabulagaza -https://twitter.com/rafeeq -https://twitter.com/EarthReporter -https://twitter.com/hananelbadawi -https://twitter.com/nadoo -https://twitter.com/Faltastico -https://twitter.com/jsoohen -https://twitter.com/Omar_Mostafa -https://twitter.com/LBLewarne -https://twitter.com/frankinmokum -https://twitter.com/MaieZeiny -https://twitter.com/mradwanz -https://twitter.com/naglarzk -https://twitter.com/clotfy -https://twitter.com/CurlsAloud24 -https://twitter.com/RamyRaoof -https://twitter.com/urban_spacegirl -https://twitter.com/matthewcassel -https://twitter.com/Kh_Khalil -https://twitter.com/scarletprim -https://twitter.com/marwasocialist -https://twitter.com/ReemShafaki -https://twitter.com/deenahsn -https://twitter.com/shadysamir -https://twitter.com/tamerwageeh -https://twitter.com/Kjnda -https://twitter.com/mohamed_bakier -https://twitter.com/khalidabdalla -https://twitter.com/Amiralx -https://twitter.com/vfranz73 -https://twitter.com/tamernm -https://twitter.com/FatmaAbed -https://twitter.com/RmNgb -https://twitter.com/tarekshalaby -https://twitter.com/bassammortada -https://twitter.com/m_zzat -https://twitter.com/tareknaga -https://twitter.com/ghadasha -https://twitter.com/mosaaberizing -https://twitter.com/KhyamAllami -https://twitter.com/sarrahsworld -https://twitter.com/StephFiggins -https://twitter.com/NadineIbrahim -https://twitter.com/mand0z -https://twitter.com/abeerfarid -https://twitter.com/jerezim -https://twitter.com/Azza_Shaaban -https://twitter.com/Alioushka -https://twitter.com/LtlBud -https://twitter.com/_belal_ -https://twitter.com/TheBlueStone -https://twitter.com/GameelaIsmail -https://twitter.com/amassouda -https://twitter.com/Adel_Ramadan -https://twitter.com/ghappour -https://twitter.com/ahmadshokr -https://twitter.com/Ayoubelmasry -https://twitter.com/waelabdelfattah -https://twitter.com/rameshmedia -https://twitter.com/malaklabib -https://twitter.com/mai_choucri -https://twitter.com/rawdaahmeds -https://twitter.com/KholoudSaber -https://twitter.com/rwassiem -https://twitter.com/ziyadhawwas -https://twitter.com/ReckedS -https://twitter.com/dmbahgat -https://twitter.com/FathyAbdelWahab -https://twitter.com/shaheer_george -https://twitter.com/femachiaveli -https://twitter.com/Moooush -https://twitter.com/amirakhalil46 -https://twitter.com/darbelbahlawan -https://twitter.com/rnwaz -https://twitter.com/ragiaelgerzawy -https://twitter.com/YaraSoliman -https://twitter.com/uwe_a -https://twitter.com/sondosshabayek -https://twitter.com/ChefConstructed -https://twitter.com/nawaranegm -https://twitter.com/sarafismail -https://twitter.com/DinaElZahaby -https://twitter.com/SaraHJIshaq -https://twitter.com/samer_atallah -https://twitter.com/sara_sedrak -https://twitter.com/trkfhm -https://twitter.com/Shaimaa2_ -https://twitter.com/MohamadSalAdam -https://twitter.com/BahaaAwwad -https://twitter.com/mohamed123yazan -https://twitter.com/khaledfahmy11 -https://twitter.com/motazattalla -https://twitter.com/HebaGhannam -https://twitter.com/burntheblanket -https://twitter.com/emydarwish -https://twitter.com/jrMalek -https://twitter.com/nserhan -https://twitter.com/abou_salem -https://twitter.com/redamar3y -https://twitter.com/aakhalek -https://twitter.com/ansary_ -https://twitter.com/karshaf -https://twitter.com/abusamra23 -https://twitter.com/marwaseoudi -https://twitter.com/ishakassaad -https://twitter.com/ShamsRamez -https://twitter.com/anassar88 -https://twitter.com/negarazimi -https://twitter.com/bassemk -https://twitter.com/ahassaballa -https://twitter.com/Rasha_Abdul -https://twitter.com/EmaEgypt -https://twitter.com/mossallemz -https://twitter.com/Mkamal70 -https://twitter.com/AmeerMMosa -https://twitter.com/Sofeyasworld -https://twitter.com/digressing -https://twitter.com/mkorachy -https://twitter.com/DinaYusif -https://twitter.com/MidoGawad -https://twitter.com/ellerybiddle -https://twitter.com/FHM8 -https://twitter.com/Salma_El_Tarzi -https://twitter.com/AmalKhalil_ -https://twitter.com/AidaSeoudy -https://twitter.com/nazlyhussein -https://twitter.com/leslie9881 -https://twitter.com/Basma_Badran -https://twitter.com/dalia11_7 -https://twitter.com/Yoosoora -https://twitter.com/hanafiya -https://twitter.com/AdhamMobarak -https://twitter.com/moagati -https://twitter.com/Choucri19 -https://twitter.com/younissh -https://twitter.com/AminFHaddad -https://twitter.com/TNTzero -https://twitter.com/ranaelnemr -https://twitter.com/jasmin194 -https://twitter.com/ALYNH77 -https://twitter.com/ieShedid -https://twitter.com/MoShewy -https://twitter.com/halagalal66 -https://twitter.com/fatemahfarag -https://twitter.com/Laila_Samy -https://twitter.com/LaliSandi -https://twitter.com/Mo7amedHashim1 -https://twitter.com/ALHASSAN88106 -https://twitter.com/al_naya -https://twitter.com/S_Elwardany -https://twitter.com/Mo_Abdelghani -https://twitter.com/Khaledali251 -https://twitter.com/kennarah -https://twitter.com/MounirMegahed -https://twitter.com/taheraboelnasr -https://twitter.com/JasminKamal -https://twitter.com/The_Askar -https://twitter.com/ShadySa3ed -https://twitter.com/ahmadhossam2009 -https://twitter.com/Talk2NohaGaber -https://twitter.com/AlNashat -https://twitter.com/ManarA7mad -https://twitter.com/Magda_Boutros -https://twitter.com/naeleltoukhy -https://twitter.com/bunduqiyya -https://twitter.com/Ziadbahaa -https://twitter.com/sassihasan -https://twitter.com/khadrania -https://twitter.com/BaheyaMasr -https://twitter.com/ShmaeganM -https://twitter.com/mlotfy81 -https://twitter.com/SamiaHeikal -https://twitter.com/annatation -https://twitter.com/TamaraAlrifai -https://twitter.com/MoatazBahyElDin -https://twitter.com/LolaAliaga -https://twitter.com/mohamedhanafi30 -https://twitter.com/tarikabdelaal -https://twitter.com/ManalDonia -https://twitter.com/sisstill -https://twitter.com/PaulMoughtin - -*** TODO Twitter Egypt -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Review-Twitter-favourites-2024-02-12-14-10-35 -:ORG_GTD_PROJECT: Export X favorites and lists -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Twitter-Egypt-2026-03-30-20-18-43 -:ORG_GTD_DEPENDS_ON: Twitter-friends-2026-03-30-20-18-43 -:END: - -https://twitter.com/gr33ndata -https://twitter.com/Zeinobia -https://twitter.com/Shokeir -https://twitter.com/ircpresident -https://twitter.com/MaLek -https://twitter.com/moftasa -https://twitter.com/mmgirgis -https://twitter.com/wael -https://twitter.com/gharbeia -https://twitter.com/manal -https://twitter.com/Gue3bara -https://twitter.com/salmasaid -https://twitter.com/Sandmonkey -https://twitter.com/Gemyhood -https://twitter.com/gassur -https://twitter.com/CAESAr_DIABLo -https://twitter.com/Monasosh -https://twitter.com/ziadaly -https://twitter.com/AhmedFatah -https://twitter.com/omarsaid_ -https://twitter.com/Cer -https://twitter.com/nermo -https://twitter.com/ARahman_Mansour -https://twitter.com/O_Salam -https://twitter.com/3yyash -https://twitter.com/alyanumbers -https://twitter.com/moneimpress -https://twitter.com/ganobi -https://twitter.com/MoEltaher -https://twitter.com/ahmedkhair -https://twitter.com/sana2 -https://twitter.com/Islam_lotfy -https://twitter.com/samehelbarqy -https://twitter.com/mardinix -https://twitter.com/ElHady -https://twitter.com/minazekri -https://twitter.com/Khaled_A_H -https://twitter.com/dgamil -https://twitter.com/YoussraElHawary -https://twitter.com/RevSocMe -https://twitter.com/3arabawy -https://twitter.com/harakamasria -https://twitter.com/ezzata -https://twitter.com/elnadeem -https://twitter.com/loolyez -https://twitter.com/arabist -https://twitter.com/JanoCharbel -https://twitter.com/fatmaramadan -https://twitter.com/degner -https://twitter.com/AmrEzzat -https://twitter.com/ahmada2 -https://twitter.com/alnagar80 -https://twitter.com/Ragab -https://twitter.com/glcarlstrom -https://twitter.com/fustat -https://twitter.com/aymanscribbler -https://twitter.com/sherif_azer -https://twitter.com/emanabdelmonem -https://twitter.com/adelwassilly -https://twitter.com/daliaziada -https://twitter.com/khaledelbalshy -https://twitter.com/faissl -https://twitter.com/sinai -https://twitter.com/Ahmed_Maher08 -https://twitter.com/aidaseif -https://twitter.com/abdofares -https://twitter.com/LoaiNagati -https://twitter.com/iesterman -https://twitter.com/Mohamdaziz -https://twitter.com/rafeeq -https://twitter.com/anhri -https://twitter.com/gamaleid -https://twitter.com/eiman -https://twitter.com/ehabmalek -https://twitter.com/ahmeddouma -https://twitter.com/o7od -https://twitter.com/maikelnabil -https://twitter.com/ahmednaguib -https://twitter.com/sharifkouddous -https://twitter.com/mar3e -https://twitter.com/we2am -https://twitter.com/elmansi -https://twitter.com/MAswad -https://twitter.com/SohaBayoumi -https://twitter.com/minouche_7 -https://twitter.com/elshafee -https://twitter.com/abuaardvark -https://twitter.com/sarahalsherif -https://twitter.com/hishamkassem -https://twitter.com/monamahfouz -https://twitter.com/hebamorayef -https://twitter.com/salamah -https://twitter.com/NadiaE -https://twitter.com/RashaAbdulla -https://twitter.com/MaieZeiny -https://twitter.com/tariksalama -https://twitter.com/bassemzakaria -https://twitter.com/Sarahngb -https://twitter.com/baheresmat -https://twitter.com/OlaShahba -https://twitter.com/mohie84 -https://twitter.com/eldahshan -https://twitter.com/evanchill -https://twitter.com/declanwalsh -https://twitter.com/basildabh -https://twitter.com/jmalsin -https://twitter.com/EmanHashim -https://twitter.com/RamyRaoof -https://twitter.com/Ghonim -https://twitter.com/ShadiAlfons -https://twitter.com/RamyYaacoub -https://twitter.com/Gsquare86 -https://twitter.com/SorayaBahgat -https://twitter.com/Kh_Khalil -https://twitter.com/harassmap -https://twitter.com/ekramibrahim -https://twitter.com/marwasocialist -https://twitter.com/NancyGEO -https://twitter.com/tradwan -https://twitter.com/deenahsn -https://twitter.com/AlyaaGad -https://twitter.com/SawsaGa -https://twitter.com/HassanKhalil -https://twitter.com/monaeltahawy -https://twitter.com/justicentric -https://twitter.com/nancyayoussef -https://twitter.com/Mozn -https://twitter.com/tamerwageeh -https://twitter.com/Ssirgany -https://twitter.com/BothainaKamel -https://twitter.com/hfahmy -https://twitter.com/yeh1a -https://twitter.com/EIPR -https://twitter.com/AlMasryAlYoum -https://twitter.com/7or -https://twitter.com/seldeeb -https://twitter.com/sokkari -https://twitter.com/Linaattalah -https://twitter.com/demaghmak -https://twitter.com/A_ElghouL -https://twitter.com/ahmadragheb -https://twitter.com/yasminelrifae -https://twitter.com/Fayoumer -https://twitter.com/khalidabdalla -https://twitter.com/Shorouk_News -https://twitter.com/zelaky -https://twitter.com/Texnomic -https://twitter.com/mo_a_ali -https://twitter.com/YaraSallam -https://twitter.com/hadouta -https://twitter.com/nayelshafei -https://twitter.com/Adel_Salib -https://twitter.com/Omniaaldesoukie -https://twitter.com/kalimakhus -https://twitter.com/FatmaAbed -https://twitter.com/PresidentGamal -https://twitter.com/TheBigPharaoh -https://twitter.com/amirahoweidy -https://twitter.com/GeorgeSalama -https://twitter.com/HaniShukrallah -https://twitter.com/hfakhry -https://twitter.com/mohamedwaked -https://twitter.com/weskandar -https://twitter.com/hossambahgat -https://twitter.com/RmNgb -https://twitter.com/Assaadtaha -https://twitter.com/Tarreq -https://twitter.com/Samueltadros -https://twitter.com/AhmedKheir -https://twitter.com/jahdkhalil -https://twitter.com/MGar7ey -https://twitter.com/shabab6april -https://twitter.com/samehsamir -https://twitter.com/HeshamAfifis -https://twitter.com/monasalman -https://twitter.com/kdawoud -https://twitter.com/ziad_mohi -https://twitter.com/ranwayehia -https://twitter.com/monaanis -https://twitter.com/gehan_shaaban -https://twitter.com/DoniaKamal -https://twitter.com/hebamks -https://twitter.com/Dinabdelrahman -https://twitter.com/monznomad -https://twitter.com/mrmeit -https://twitter.com/lilianwagdy -https://twitter.com/ghadasha -https://twitter.com/Esraa2008 -https://twitter.com/Hragy -https://twitter.com/evronia -https://twitter.com/fatmaemam -https://twitter.com/alyeltelees -https://twitter.com/HananRazekBBC -https://twitter.com/a7med_ra7al -https://twitter.com/kalnaga -https://twitter.com/waelgamal -https://twitter.com/sarrahsworld -https://twitter.com/EmirNader -https://twitter.com/abeerfarid -https://twitter.com/hcerorg -https://twitter.com/msrmichaelson -https://twitter.com/Usamashazly -https://twitter.com/Hazem_Hosny -https://twitter.com/Amradib -https://twitter.com/soliman91 -https://twitter.com/egyptgovportal -https://twitter.com/RamyEssam -https://twitter.com/tekaldas -https://twitter.com/AminaIsmail -https://twitter.com/mwhanna1 -https://twitter.com/mohamedaziz25 -https://twitter.com/USEmbassyCairo -https://twitter.com/VicoSalama -https://twitter.com/HaYatElYaMaNi -https://twitter.com/YasminMahfouz -https://twitter.com/RDavisFCO -https://twitter.com/AymanNour -https://twitter.com/HossamAly76 -https://twitter.com/sarah_m94 -https://twitter.com/Bad_Way -https://twitter.com/MayarAbdelAziz -https://twitter.com/rawyasadek -https://twitter.com/sallynabil -https://twitter.com/Sarah_Othmann -https://twitter.com/Baraka18 -https://twitter.com/Hazem__Azim -https://twitter.com/KarimAbdelrady -https://twitter.com/Harbia -https://twitter.com/ORHamilton -https://twitter.com/amrelhady4000 -https://twitter.com/maishams -https://twitter.com/mohamedmsayed -https://twitter.com/AriaLavrilleux -https://twitter.com/ahmedsamir1981 -https://twitter.com/ezzat_ghonim -https://twitter.com/sabrielsammak -https://twitter.com/GameelaIsmail -https://twitter.com/h_elmahdawy -https://twitter.com/muhamedsabry -https://twitter.com/amassouda -https://twitter.com/marwanyouness -https://twitter.com/Adel_Ramadan -https://twitter.com/MoFadel87 -https://twitter.com/DaliaEzzat_ -https://twitter.com/mounirabdelnour -https://twitter.com/K_Mansour_ -https://twitter.com/salahfadl1 -https://twitter.com/ahmadshokr -https://twitter.com/ElBaradei -https://twitter.com/helmmasry -https://twitter.com/afteegypt -https://twitter.com/MidooDj -https://twitter.com/Ze_Haq -https://twitter.com/waelabdelfattah -https://twitter.com/MisrAlQawia -https://twitter.com/masteson -https://twitter.com/EACPE -https://twitter.com/AliElBaradei -https://twitter.com/snafei -https://twitter.com/ecesr -https://twitter.com/emad_mubarak -https://twitter.com/AD_Shosha -https://twitter.com/FarahSaafan -https://twitter.com/hafezabuseada -https://twitter.com/Mustafabsakr -https://twitter.com/malaklabib -https://twitter.com/mai_choucri -https://twitter.com/HatemAzzam -https://twitter.com/Nadiaglory -https://twitter.com/elbaroudi -https://twitter.com/CIHRS_Alerts -https://twitter.com/mzaree -https://twitter.com/KholoudSaber -https://twitter.com/OsamaRushdi -https://twitter.com/rwassiem -https://twitter.com/abeersaady -https://twitter.com/negadelborai -https://twitter.com/MohammadSawy -https://twitter.com/tamerabuarab -https://twitter.com/aqnada -https://twitter.com/dmbahgat -https://twitter.com/Abozikas -https://twitter.com/FathyAbdelWahab -https://twitter.com/Nadeemmansour -https://twitter.com/ahmed3zat -https://twitter.com/shaheer_george -https://twitter.com/Nxoor -https://twitter.com/NazraEgypt -https://twitter.com/PerihaneAllam -https://twitter.com/seifhamad -https://twitter.com/Frances_Ha88 -https://twitter.com/HamdeenSabahy -https://twitter.com/baha2saber -https://twitter.com/NadeenShaker -https://twitter.com/marwaxena -https://twitter.com/HammamAlagha -https://twitter.com/Sherif_Amer_ -https://twitter.com/elziba2 -https://twitter.com/sarafahmmy -https://twitter.com/darbelbahlawan -https://twitter.com/rnwaz -https://twitter.com/Piggipedia -https://twitter.com/LinaMegahed -https://twitter.com/AidaElkashef -https://twitter.com/Elshaheeed -https://twitter.com/General_Pikachu -https://twitter.com/BassantMaximus -https://twitter.com/belalfadl -https://twitter.com/simonjhanna -https://twitter.com/i5alifa -https://twitter.com/Rgb_Saad -https://twitter.com/Elfegiery -https://twitter.com/sondosshabayek -https://twitter.com/naderbakkar -https://twitter.com/shadygh -https://twitter.com/NaguibSawiris -https://twitter.com/Rahmaniov -https://twitter.com/RanaGaza -https://twitter.com/AmirsalemEgypt -https://twitter.com/nawaranegm -https://twitter.com/awhawth -https://twitter.com/Zeyadsalem -https://twitter.com/doaafayyad -https://twitter.com/EsraaFarouk -https://twitter.com/sarafismail -https://twitter.com/basemkamel -https://twitter.com/dinaelhenawy82 -https://twitter.com/adamakary -https://twitter.com/kamalkhalil20 -https://twitter.com/korekosmu -https://twitter.com/HafsaHalawa -https://twitter.com/FraCicardi -https://twitter.com/ihoudaiby -https://twitter.com/HaithamElhariri -https://twitter.com/YosriFouda -https://twitter.com/Mahmoud_salmani -https://twitter.com/muhamedazmy -https://twitter.com/abu_fajr -https://twitter.com/samer_atallah -https://twitter.com/Hossam_Abdalla -https://twitter.com/OmniaKhalil -https://twitter.com/MCIT_News -https://twitter.com/salmaeldaly -https://twitter.com/MohamedTarekAbd -https://twitter.com/HeshamFattouh -https://twitter.com/SherifNagib -https://twitter.com/a_sayyad -https://twitter.com/RawyaRageh -https://twitter.com/aaboulenein -https://twitter.com/Sarhan_ -https://twitter.com/MAIEPANAGA -https://twitter.com/ObaiCJ -https://twitter.com/sblhickey -https://twitter.com/koertdebeuf -https://twitter.com/waelhaddara -https://twitter.com/Yo7ia -https://twitter.com/waiel65 -https://twitter.com/HebaAfify -https://twitter.com/7usfahmy -https://twitter.com/HabibaEffat -https://twitter.com/Shaimaa2_ -https://twitter.com/m_aty -https://twitter.com/amcham_egypt -https://twitter.com/mohamedkheir -https://twitter.com/YahiaShawkat -https://twitter.com/MohamadSalAdam -https://twitter.com/tamermoneim -https://twitter.com/AnbaMacarius -https://twitter.com/anwaresadat -https://twitter.com/hetnetjer -https://twitter.com/mamoun1234 -https://twitter.com/khaledfahmy11 -https://twitter.com/amrwaked -https://twitter.com/Ahmedelsheikh_ -https://twitter.com/HebaGhannam -https://twitter.com/Maryamm_Saleh -https://twitter.com/Sara_Aboubakr5 -https://twitter.com/emydarwish -https://twitter.com/amrellissy -https://twitter.com/jrMalek -https://twitter.com/amr_shora -https://twitter.com/SekinaFouad -https://twitter.com/ReemSaad10 -https://twitter.com/CairoReview -https://twitter.com/RashaPress -https://twitter.com/ibmeguid -https://twitter.com/PetrofWilliam -https://twitter.com/Reemmagued -https://twitter.com/Rogeranis -https://twitter.com/ElMenshawyM -https://twitter.com/Naira005 -https://twitter.com/TamimBarghouti -https://twitter.com/DaliaNewYork -https://twitter.com/salmaahussein -https://twitter.com/MAFouad -https://twitter.com/nariology -https://twitter.com/asiah_ahmed -https://twitter.com/ishakassaad -https://twitter.com/GhadaKandil -https://twitter.com/_AyaHijazi_ -https://twitter.com/FarahBarqawi -https://twitter.com/scottlong1980 -https://twitter.com/sherieffff -https://twitter.com/AbuMrouj -https://twitter.com/Andyegypt -https://twitter.com/ahmdahshan -https://twitter.com/SimaDiab -https://twitter.com/nadahrashwan -https://twitter.com/ibibars1 -https://twitter.com/HalaShuk -https://twitter.com/Abdraboh1980 -https://twitter.com/flashmobegypt -https://twitter.com/PRullezz -https://twitter.com/Baho_egypt -https://twitter.com/jan25revo -https://twitter.com/CENTCOMArabic -https://twitter.com/Doaa_Sultan_EG -https://twitter.com/hahellyer -https://twitter.com/darwish_twit -https://twitter.com/cairowire -https://twitter.com/AnissaHassouna -https://twitter.com/Flsbrgr -https://twitter.com/ALIZALAT -https://twitter.com/samblina1 -https://twitter.com/sakerabdol -https://twitter.com/Nervana_1 -https://twitter.com/AlyShalakany -https://twitter.com/ezzovic -https://twitter.com/Salma_El_Tarzi -https://twitter.com/Mirna_elhelbawi -https://twitter.com/AmalKhalil_ -https://twitter.com/sohaabdelaty -https://twitter.com/barracuda_twitt -https://twitter.com/dandrawy_hawary -https://twitter.com/DrHigazy -https://twitter.com/amremoussa -https://twitter.com/MElKholy -https://twitter.com/MOFAEGYPT -https://twitter.com/AmirElhalawany -https://twitter.com/nazlyhussein -https://twitter.com/Sharnobee -https://twitter.com/Shaga3app -https://twitter.com/tigerfree_2003 -https://twitter.com/alaaldb -https://twitter.com/taqadum -https://twitter.com/EGElections -https://twitter.com/samjaheen -https://twitter.com/husseinmagdy16 -https://twitter.com/ahmdhlmi -https://twitter.com/Byoussef -https://twitter.com/MahaAzzam_ERC -https://twitter.com/YouNasrallah -https://twitter.com/asoueif -https://twitter.com/mmsabry -https://twitter.com/Maha_SalahElDin -https://twitter.com/EmanHerzallah -https://twitter.com/KhaledGhetas -https://twitter.com/Roma_Ghanem -https://twitter.com/carlesgrau13 -https://twitter.com/Hichamgamal -https://twitter.com/HamzawyAmr -https://twitter.com/ma7mod_badr -https://twitter.com/Anas7asan -https://twitter.com/Miclom80 -https://twitter.com/shawkyelgenawy -https://twitter.com/AlaaAswany -https://twitter.com/NasserAmi -https://twitter.com/afekki -https://twitter.com/Egy_SDP -https://twitter.com/moagati -https://twitter.com/lameesh -https://twitter.com/Abdurrahmanezz -https://twitter.com/amr_imam -https://twitter.com/Shehab_Fahmy -https://twitter.com/islamistswatch -https://twitter.com/DrAbolfotoh -https://twitter.com/lilahass -https://twitter.com/Cairo67Unedited -https://twitter.com/Elkeshky -https://twitter.com/YasFarouk -https://twitter.com/_amroali -https://twitter.com/Mamdouh_Hamza -https://twitter.com/AWalash -https://twitter.com/MohAboelgheit -https://twitter.com/GhariebS -https://twitter.com/fahmy_82 -https://twitter.com/HebaFarooq -https://twitter.com/amir_ramses -https://twitter.com/DrHaniSarieldin -https://twitter.com/KSallam -https://twitter.com/LectorCommunis -https://twitter.com/moiegy -https://twitter.com/ReehamMourad -https://twitter.com/maitelsadany -https://twitter.com/RaghdaaElSaeed -https://twitter.com/MasrAlhureyya -https://twitter.com/S3Geeks -https://twitter.com/Gramafoon -https://twitter.com/youm7 -https://twitter.com/halagalal66 -https://twitter.com/heikalh -https://twitter.com/Bassel_adel -https://twitter.com/Asamir91 -https://twitter.com/akramalfy -https://twitter.com/MeKassab -https://twitter.com/Mo7amedHashim1 -https://twitter.com/mosireen -https://twitter.com/alaingresh -https://twitter.com/igeorgeus -https://twitter.com/elboghdadyX -https://twitter.com/magdi_khalil -https://twitter.com/MaaTiti6 -https://twitter.com/S_Elwardany -https://twitter.com/DailaYoussef -https://twitter.com/Mo_Abdelghani -https://twitter.com/maisaad4 -https://twitter.com/AGamalZiada -https://twitter.com/Khaledali251 -https://twitter.com/legansha3bia -https://twitter.com/hanym228 -https://twitter.com/TaherMukhtar -https://twitter.com/kennarah -https://twitter.com/Ta7alof -https://twitter.com/FJparty -https://twitter.com/ShawkanZeid -https://twitter.com/taheraboelnasr -https://twitter.com/SanaaYoussef -https://twitter.com/Almanassa_AR -https://twitter.com/MostafaElatar -https://twitter.com/JoannaJoseph1 -https://twitter.com/EgyptVotes2011 -https://twitter.com/Youm7Khaled -https://twitter.com/khtallima -https://twitter.com/iHelal2011 -https://twitter.com/NoMilTrials -https://twitter.com/ElnekitY -https://twitter.com/7ezbel3ommal -https://twitter.com/SherifRAyad -https://twitter.com/ahmadhossam2009 -https://twitter.com/samoeilsth -https://twitter.com/RadioMasr887fm -https://twitter.com/3bdoozz -https://twitter.com/Talk2NohaGaber -https://twitter.com/sheriFouad -https://twitter.com/T4ctici4n -https://twitter.com/mostafabassiou1 -https://twitter.com/TheAmalMofeed -https://twitter.com/DaisyDuckegypt -https://twitter.com/ManarA7mad -https://twitter.com/summer_said -https://twitter.com/azoz555 -https://twitter.com/MoatazAFattah -https://twitter.com/tahrory -https://twitter.com/EssamAboSdera -https://twitter.com/AboelelaM -https://twitter.com/ElBaradeiOffice -https://twitter.com/AlexBuccianti -https://twitter.com/DrMahmoudRefaat -https://twitter.com/ZLGold -https://twitter.com/Ibrahim_Elgarhi -https://twitter.com/MohamedAbuHamed -https://twitter.com/IDSC_Egypt -https://twitter.com/ArshifAlOmran -https://twitter.com/Yasirigo1 -https://twitter.com/3mareid -https://twitter.com/Nature_Egypt -https://twitter.com/_Jeremie_Smith -https://twitter.com/BakryMP -https://twitter.com/Amrabdelrahman5 -https://twitter.com/Ta3awniat -https://twitter.com/EduardCousin -https://twitter.com/ahmed_darrag -https://twitter.com/Ghoneimalex -https://twitter.com/joey_shea -https://twitter.com/marwaoglu -https://twitter.com/aaeshakhirat -https://twitter.com/BTelawy -https://twitter.com/khouly85 -https://twitter.com/Ziadbahaa -https://twitter.com/Atawox -https://twitter.com/AzzaSoliman1 -https://twitter.com/makassas -https://twitter.com/WafHeikal -https://twitter.com/AhmedHelmy72 -https://twitter.com/TahrirSupplies -https://twitter.com/MAATMECA -https://twitter.com/NeilKetchley -https://twitter.com/BaheyaMasr -https://twitter.com/RashaQandeelBBC -https://twitter.com/salamamoussa -https://twitter.com/amr_elshobaki -https://twitter.com/EgyptSource -https://twitter.com/telecomegypt -https://twitter.com/Mohamed_Habib_T -https://twitter.com/Nagwa_RD -https://twitter.com/MariamNaoum -https://twitter.com/simonoulla -https://twitter.com/AhmedShafikEG -https://twitter.com/MBRachid -https://twitter.com/Dr_KhaledSaid -https://twitter.com/Ahmedalgadamy -https://twitter.com/Nzatouna -https://twitter.com/jazz3162 -https://twitter.com/mahmoudsaad -https://twitter.com/PSchwartzstein -https://twitter.com/raghavanWaPo -https://twitter.com/SamirOmarSky -https://twitter.com/Ma7liat -https://twitter.com/mlotfy81 -https://twitter.com/AbdallahSennawy -https://twitter.com/ahmedSallam777 -https://twitter.com/hend_nafea -https://twitter.com/BahaaEshmawy -https://twitter.com/LamiaARadi -https://twitter.com/LamiaRadi -https://twitter.com/el3askarMap -https://twitter.com/FranceenEgypte -https://twitter.com/EgyCapitalism -https://twitter.com/EgyStrikes -https://twitter.com/MarryDanial -https://twitter.com/francediplo_AR -https://twitter.com/tab3awi -https://twitter.com/NoMilService -https://twitter.com/ahamdyos -https://twitter.com/JaredGenser -https://twitter.com/LaLaKdaho -https://twitter.com/EgyptianPolice0 -https://twitter.com/Abbas_MCD -https://twitter.com/egyposts -https://twitter.com/sherryamin13 -https://twitter.com/CRPCEgyofficial -https://twitter.com/HodaAKamel -https://twitter.com/amr_darrag -https://twitter.com/AlDostourP -https://twitter.com/ahmaher -https://twitter.com/Saif_abdelfatah -https://twitter.com/Ibrahim_3eissa -https://twitter.com/nchrleg -https://twitter.com/popmasry -https://twitter.com/Imprint_Mov -https://twitter.com/YasserAli5867 -https://twitter.com/sherine -https://twitter.com/bebol07 -https://twitter.com/mr_roux -https://twitter.com/EgyArmySpox -https://twitter.com/BradRYoungblood -https://twitter.com/BaheyHassan -https://twitter.com/MostafasingerMr -https://twitter.com/MazharBeyBasShh -https://twitter.com/AllisonLMcManus -https://twitter.com/HossamBadrawi -https://twitter.com/SAnarchism -https://twitter.com/OpAntiSH -https://twitter.com/LillaMarzouk -https://twitter.com/AminElMahdy -https://twitter.com/Dr_Mona_Mina -https://twitter.com/EgyPresidency -https://twitter.com/m_elKhodairy -https://twitter.com/MofEgypt -https://twitter.com/mpmaregypt -https://twitter.com/andreasyounan -https://twitter.com/Mustafasaidm -https://twitter.com/eyerollingpro -https://twitter.com/SITCegypt -https://twitter.com/PPOEgypt22 -https://twitter.com/shohdyatea2 -https://twitter.com/mahmouedgamal44 -https://twitter.com/HuhMahmoud -https://twitter.com/Alhaqanya -https://twitter.com/fdep_egypt -https://twitter.com/SwedeninEgypt -https://twitter.com/Rusembegypt -https://twitter.com/SweAmbEgypt -https://twitter.com/Egy_Detainees -https://twitter.com/Mshaai5 -https://twitter.com/abd_mon_sh -https://twitter.com/KhaledH7 -https://twitter.com/drtarekelzomor -https://twitter.com/aezzarab25 -https://twitter.com/SheraaEgypt -https://twitter.com/masralarabia -https://twitter.com/Adeeb_Emad -https://twitter.com/TimepDC -https://twitter.com/CharlesWDunne -https://twitter.com/ECPPSofficial -https://twitter.com/yasirigo -https://twitter.com/tarekelawady2 -https://twitter.com/almagnifico2014 -https://twitter.com/SafaaFaisalBBC -https://twitter.com/MadaMasr -https://twitter.com/ItalyinEgypt -https://twitter.com/MohammedMAHSOOB -https://twitter.com/DaliaTSeoudy -https://twitter.com/AmrQotb -https://twitter.com/Trade_Industry -https://twitter.com/mahaserag -https://twitter.com/WazirElKif -https://twitter.com/masmou3 -https://twitter.com/WeladElBaladN -https://twitter.com/ElGabarty_ -https://twitter.com/MIICEgypt -https://twitter.com/thefreedomi -https://twitter.com/MarsadEgypt -https://twitter.com/IkhtyarCo -https://twitter.com/EgyptEmbassyUSA -https://twitter.com/fahmey_2 -https://twitter.com/net_Rev_Egypt -https://twitter.com/soltanlife -https://twitter.com/luxour_wb -https://twitter.com/Egy_Astro -https://twitter.com/_grahamk -https://twitter.com/Mah_Ibrahem -https://twitter.com/freedom_2_brave -https://twitter.com/JessDutton1 -https://twitter.com/Egy_Solidarity -https://twitter.com/afifywashere -https://twitter.com/MoSalah -https://twitter.com/AlsisiOfficial -https://twitter.com/OrlaGuerin -https://twitter.com/Mushtarak -https://twitter.com/Marwa_a_Nasser -https://twitter.com/freemahienour -https://twitter.com/EGY_Environment -https://twitter.com/Egypt_Speaks -https://twitter.com/JohnCassonUK -https://twitter.com/fathi26Fathi -https://twitter.com/nagykamel0 -https://twitter.com/AUC_LSR -https://twitter.com/ecrfeg -https://twitter.com/AlAzhar -https://twitter.com/MfaEgypt -https://twitter.com/CAPMAS_EG -https://twitter.com/SarahElBanna74 -https://twitter.com/DaftarAhwal -https://twitter.com/kemety -https://twitter.com/RaniahYousief -https://twitter.com/hamza_haidy -https://twitter.com/EdwinSamuelUK -https://twitter.com/Oded121351 -https://twitter.com/EUinEgypt -https://twitter.com/SherifGaber -https://twitter.com/parlmany -https://twitter.com/mohammedelra3y -https://twitter.com/ImmortalEgypt -https://twitter.com/adeladawy -https://twitter.com/ThawretShaaab -https://twitter.com/MohamedSecrets -https://twitter.com/HassanienMohmed -https://twitter.com/NaqqashSalma -https://twitter.com/EgyptianHRForum -https://twitter.com/Nagy37108658 -https://twitter.com/AhmedMefreh9 -https://twitter.com/almosajjala -https://twitter.com/SaheehMasr -https://twitter.com/yosef_elhosseny -https://twitter.com/IamAmiraTaher -https://twitter.com/heshamserry00 -https://twitter.com/Elhekayashow -https://twitter.com/MenaAly10 -https://twitter.com/manalfou -https://twitter.com/RaniaAlMashat -https://twitter.com/Eipss_En -https://twitter.com/EG_SPI -https://twitter.com/yallanaw -https://twitter.com/tim_deedy -https://twitter.com/StopDeathPenEg -https://twitter.com/yehiaxyz -https://twitter.com/HassanFarkhonda -https://twitter.com/AntiquitiesOf -https://twitter.com/MiretteMagdy7 -https://twitter.com/AlaaMubarak_ -https://twitter.com/AndrwPMiller -https://twitter.com/858Archive -https://twitter.com/MElshll -https://twitter.com/DaliaFouadM -https://twitter.com/HanyBassiuny -https://twitter.com/yasminoviech -https://twitter.com/TarekHussein22 -https://twitter.com/AlyAladham -https://twitter.com/Egy_military -https://twitter.com/ibtidi1 -https://twitter.com/omar_hatem1 -https://twitter.com/HMahmoudmohmed -https://twitter.com/ganzeer -https://twitter.com/AhmedNajiTW -https://twitter.com/MedinaPortal -https://twitter.com/GermanEmbCairo -https://twitter.com/SiNaiPluS -https://twitter.com/EgyProjects -https://twitter.com/EgyptDefReview -https://twitter.com/Egypt2018 -https://twitter.com/MOSS_Egypt -https://twitter.com/MalekAdly -https://twitter.com/Egypt_Meomooooz -https://twitter.com/ahmedabdumaher -https://twitter.com/raw_indigo -https://twitter.com/sinaiwonk -https://twitter.com/m_fahmyr -https://twitter.com/alamiria2008 -https://twitter.com/janelomuel -https://twitter.com/saramsalem -https://twitter.com/FishereEzzedine -https://twitter.com/SISEGY -https://twitter.com/bitawqitMasr - -** TODO Implement controlled vocabulary tags -:PROPERTIES: -:CREATED: [2023-01-21 Sat 08:42] -:ID: Implement-controlled-vocabulary-tags-2024-02-12-14-26-01 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -!public !private !secret - -** TODO Tag archive files using [[https://github.com/novoid/filetags][filetags]] -:PROPERTIES: -:CREATED: [2023-01-21 Sat 08:31] -:ID: Tag-archive-files-using-filetags-2024-02-12-14-26-24 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -** TODO Add timestamps to archive files using [[https://github.com/novoid/date2name][date2name]] -:PROPERTIES: -:CREATED: [2023-01-15 Sun 09:38] -:ID: Add-timestamps-to-archive-files-using-date2name-2024-02-12-14-26-34 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -** TODO Rename archive files using [[https://github.com/novoid/appendfilename/][appendfilename]] -:PROPERTIES: -:ID: Rename-archive-files-using-appendfilename-2024-02-12-14-27-56 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -** TODO Tag and annotate all archive -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:29] -:ID: Tag-and-annotate-all-archive-2024-02-12-14-28-06 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -** TODO [#A] Commonplace -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:15] -:ID: Commonplace-2024-02-12-14-57-38 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2023-08-11 Fri 13:00] -:END: - -Commonplace are notes authored by someone else which ended up in text format and need a place to live. - -** TODO Clean Kindle and sync notes to PC -:PROPERTIES: -:ID: Clean-Kindle-and-sync-notes-to-PC-2024-02-12-14-59-27 -:CATEGORY: Library -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2021-11-19 Fri] -:END: - -** TODO Peer reviewed articles -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:39] -:ID: Peer-reviewed-articles-2024-02-12-14-59-59 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -** TODO Web feeds -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:07] -:ID: Web-feeds-2024-02-12-15-01-08 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -** TODO Podcast feeds -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:09] -:ID: Podcast-feeds-2024-02-12-15-01-18 -:CATEGORY: Library -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-24 Thu 10:03] -:END: - -- In Our Time: Animal Farm, Epic of Gilgamesh, John Dalton, Justinian's Legal Code, Lakshmi, Plasma, The 12th Century Renaissance, The Fighting Temeraire -- Hardcore History: Blueprint for armageddon 4, 5, 6 :podcast:archive: -- Discovery: The Inflamed Mind :podcast:archive: -- Common Sense: 310, 311 -- Comedy of the Week: Bonus Mark Steels in Town (Gibraltar) -- Analysis: How did we save the Ozone layer :podcast:archive: -- +download Seriously: The Black Panthers +podcast +archive -:LOGBOOK: -- State "DONE" from "TODO" [2019-09-28 Sat] -:END: - -** TODO Video feeds -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:10] -:ID: Video-feeds-2024-02-12-15-01-43 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -** TODO Photos -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:11] -:ID: Photos-2024-02-12-15-01-54 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -** TODO Audio -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:35] -:ID: Audio-2024-02-12-15-02-05 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -** TODO Music -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:35] -:ID: Music-2024-02-12-15-02-16 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -** TODO Videos -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:11] -:ID: Videos-2024-02-12-15-02-23 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -** TODO DNS [0/2][0%] :computer: -:PROPERTIES: -:CREATED: [2015-09-15 Tue 12:41] -:MODIFIED: [2015-09-15 12:42:02] -:IMPORTED: [2023-02-08 19:22:51-0500] -:ID: DNS-2024-02-21-12-27-45 -:CATEGORY: Bits -:ORG_GTD: Projects -:ORG_GTD_FIRST_TASKS: Open-DNS-2026-03-30-20-18-44 -:END: - -**** NEXT Open DNS -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: DNS-2024-02-21-12-27-45 -:ORG_GTD_PROJECT: DNS -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Open-DNS-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: Link-dot-net-DNS-2026-03-30-20-18-44 -:END: - -208.67.222.222 -208.67.220.220 - -**** TODO Link.net DNS -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: DNS-2024-02-21-12-27-45 -:ORG_GTD_PROJECT: DNS -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Link-dot-net-DNS-2026-03-30-20-18-44 -:ORG_GTD_DEPENDS_ON: Open-DNS-2026-03-30-20-18-44 -:END: - -213.131.65.20 - -** TODO Check sol.holdings and sol.industries ownership history :computer: -:PROPERTIES: -:ID: Check-domain-names-ownership-history-for-sol-dot-holdings-and-sol-dot-industries-2024-02-21-12-28-06 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "TODO" from "" [2020-10-01 Thu] -:END: - -** TODO Gharbeia.net zone :computer: -:PROPERTIES: -:ID: Gharbeia-dot-net-zone-2024-02-21-12-28-24 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -$ORIGIN gharbeia.net. -$TTL 1800 -gharbeia.net. IN SOA ns1.digitalocean.com. hostmaster.gharbeia.net. 1658335499 10800 3600 604800 1800 -gharbeia.net. 3600 IN A 71.191.71.62 -www.gharbeia.net. 3600 IN A 71.191.71.62 -fm1._domainkey.gharbeia.net. 43200 IN CNAME fm1.gharbeia.net.dkim.fmhosted.com. -fm2._domainkey.gharbeia.net. 43200 IN CNAME fm2.gharbeia.net.dkim.fmhosted.com. -fm3._domainkey.gharbeia.net. 43200 IN CNAME fm3.gharbeia.net.dkim.fmhosted.com. -gharbeia.net. 1800 IN MX 10 in1-smtp.messagingengine.com. -gharbeia.net. 1800 IN MX 20 in2-smtp.messagingengine.com. -gharbeia.net. 1800 IN NS ns1.digitalocean.com. -gharbeia.net. 1800 IN NS ns2.digitalocean.com. -gharbeia.net. 1800 IN NS ns3.digitalocean.com. -gharbeia.net. 3600 IN TXT v=spf1 include:spf.messagingengine.com ?all - -** TODO [[https://support.yubico.com/hc/en-us/articles/360016649199-YubiKey-FIPS-4-Series-Technical-Manual][YubiKey FIPS (4 Series) Technical Manual – Yubico]] :computer:security: -:PROPERTIES: -:TITLE: YubiKey FIPS (4 Series) Technical Manual – Yubico -:URI: https://support.yubico.com/hc/en-us/articles/360016649199-YubiKey-FIPS-4-Series-Technical-Manual -:CREATED: [2023-03-08 Wed 11:33] -:ID: YubiKey-FIPS--4-Series--Technical-Manual-Yubico-2024-02-21-12-28-37 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -** TODO [[https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List][GitHub - yaelwrites/Big-Ass-Data-Broker-Opt-Out-List]] :computer: -:PROPERTIES: -:TITLE: GitHub - yaelwrites/Big-Ass-Data-Broker-Opt-Out-List -:URI: https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List -:CREATED: [2023-02-08 Wed 09:34] -:ID: GitHub-yaelwrites-Big-Ass-Data-Broker-Opt-Out-List-2024-02-21-12-28-47 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -** TODO [[https://wiki.debian.org/SetupGuides/SecurePersonalComputer][SetupGuides/SecurePersonalComputer - Debian Wiki]] :computer:security: -:PROPERTIES: -:TITLE: SetupGuides/SecurePersonalComputer - Debian Wiki -:URI: https://wiki.debian.org/SetupGuides/SecurePersonalComputer -:CREATED: [2022-12-27 Tue 14:37] -:MODIFIED: [2022-12-27 14:37] -:ID: SetupGuides-SecurePersonalComputer-Debian-Wiki-2024-02-21-12-29-16 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -** TODO [[https://github.com/carrotcypher/masspass][GitHub - carrotcypher/masspass: Mass Password Reset Helper]] :computer: -:PROPERTIES: -:TITLE: GitHub - carrotcypher/masspass: Mass Password Reset Helper -:URI: https://github.com/carrotcypher/masspass -:CREATED: 2023-02-08 Wed 01:43 -:ID: GitHub-carrotcypher-masspass-Mass-Password-Reset-Helper-2024-02-21-12-29-33 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -** TODO [[https://npub.cash/][npub.cash]] :Bitcoin: -:PROPERTIES: -:TITLE: npub.cash -:URI: https://npub.cash/ -:CREATED: [2024-02-28 Wed 07:58] -:ID: npub-dot-cash-2024-02-28-08-59-06 -:CATEGORY: Wealth -:ORG_GTD: Projects -:END: - -** TODO Discover [[https://platform.openai.com/playground?thread=thread_d7utVHwQQUx9sE8gGIfTwit9][OpenAI's assistants]] :AI: -:PROPERTIES: -:TITLE: Playground - OpenAI API -:URI: https://platform.openai.com/playground?thread=thread_d7utVHwQQUx9sE8gGIfTwit9 -:CREATED: [2024-02-27 Tue 21:12] -:ID: Playground-OpenAI-API-2024-02-28-09-11-30 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -** TODO [[https://www.plutobooks.com/9780745346977/platform-socialism/][Platform Socialism]] :books: -:PROPERTIES: -:TITLE: Platform Socialism -:URI: https://www.plutobooks.com/9780745346977/platform-socialism/ -:CREATED: [2022-04-28 Thu 13:31] -:MODIFIED: [2022-09-05 16:54] -:ID: Platform-Socialism-2024-02-28-13-41-36 -:CATEGORY: Learning -:ORG_GTD: Projects -:END: - -** TODO [[https://store.upperstory.com/collections/spintronics/products/spintronics-act-one][Spintronics Act One – Upper Story]] :entertainment:games: -:PROPERTIES: -:TITLE: Spintronics Act One – Upper Story -:URI: https://store.upperstory.com/collections/spintronics/products/spintronics-act-one -:CREATED: [2022-07-20 Wed 12:26] -:MODIFIED: [2022-09-05 16:54] -:ID: Spintronics-Act-One-Upper-Story-2024-02-28-13-55-15 -:CATEGORY: Family -:ORG_GTD: Projects -:END: - -For Bouri and Tota - -** TODO [#A] [[https://www.bitstamp.net/onboarding/login/?next=%2Fsupport%2Fissue%2FBIT-1795615%2F][Change personal details with Bitstamp]] :money: -:PROPERTIES: -:TITLE: Bitstamp Trusted Crypto Exchange | Buy & Sell Cryptocurrencies -:URI: https://www.bitstamp.net/onboarding/login/?next=%2Fsupport%2Fissue%2FBIT-1795615%2F -:CREATED: [2024-03-01 Fri 14:00] -:ID: Change-personal-details-with-Bitstamp-2024-03-01-14-03-52 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -** TODO [[https://bank.co-operativebank.co.uk/r/Login/EnterUsername][Change personal details with The Co-operative Bank]] :money: -:PROPERTIES: -:TITLE: Log in to Online Banking - Online Banking - The Co-operative Bank -:URI: https://bank.co-operativebank.co.uk/r/Login/EnterUsername -:CREATED: [2024-03-01 Fri 13:59] -:ID: Change-personal-details-with-The-Co-operative-Bank-2024-03-01-14-04-45 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -** WAIT [[http://www.directvtcpaclassaction.com][Cordoba vs DIRECT, LLC]] :nancy:money: -:PROPERTIES: -:ID: Cordoba-vs-DIRECT-LLC-2024-03-15-17-13-43 -:DELEGATED_TO: Cordoba -:ORG_GTD_TIMESTAMP: <2024-05-17> -:CATEGORY: Home -:ORG_GTD: Delegated -:END: -:LOGBOOK: -programmatically delegated to Cordoba -:END: -<2024-05-17> -CPT ID: 895 -Passcode: K3FDZN -Thank you! Your claim form has been received. Your confirmation number is D81D4B47 - -Please keep this number in your records as confirmation of your submission. - -A confirmation email will be sent to your email account shortly. - -** TODO Germany [5/12][41%] -:PROPERTIES: -:ID: Germany-2024-06-13-12-42-36 -:CATEGORY: Flags -:ORG_GTD: Projects -:ORG_GTD_FIRST_TASKS: Bank-Statement--50-per-day-2026-03-30-20-18-44 -:END: - -*** NEXT Bank Statement ($50 per day) -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Bank-Statement--50-per-day-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: Health-Insurance-2026-03-30-20-18-44 -:END: -*** DONE Health Insurance -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Health-Insurance-2026-03-30-20-18-44 -:ORG_GTD_DEPENDS_ON: Bank-Statement--50-per-day-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: Hotel-booking-or-invite-2026-03-30-20-18-44 -:END: -*** TODO Hotel booking or invite -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Hotel-booking-or-invite-2026-03-30-20-18-44 -:ORG_GTD_DEPENDS_ON: Health-Insurance-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: Lease-2026-03-30-20-18-44 -:END: -*** DONE Lease -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Lease-2026-03-30-20-18-44 -:ORG_GTD_DEPENDS_ON: Hotel-booking-or-invite-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: Tax-Returns-2026-03-30-20-18-44 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-06-03 Mon 11:41] -:END: - -*** DONE Tax Returns -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Tax-Returns-2026-03-30-20-18-44 -:ORG_GTD_DEPENDS_ON: Lease-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: Business-license-2026-03-30-20-18-44 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-06-03 Mon 11:43] -:END: - -*** TODO Business license -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Business-license-2026-03-30-20-18-44 -:ORG_GTD_DEPENDS_ON: Tax-Returns-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: Photo-2026-03-30-20-18-44 -:END: -*** TODO Photo -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Photo-2026-03-30-20-18-44 -:ORG_GTD_DEPENDS_ON: Business-license-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: 100-cash-2026-03-30-20-18-44 -:END: -*** TODO $100 cash -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: 100-cash-2026-03-30-20-18-44 -:ORG_GTD_DEPENDS_ON: Photo-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: Green-card-2026-03-30-20-18-45 -:END: -*** DONE Green card -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Green-card-2026-03-30-20-18-45 -:ORG_GTD_DEPENDS_ON: 100-cash-2026-03-30-20-18-44 -:ORG_GTD_BLOCKS: flight-2026-03-30-20-18-45 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-06-03 Mon 11:44] -:END: - -*** TODO flight -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: flight-2026-03-30-20-18-45 -:ORG_GTD_DEPENDS_ON: Green-card-2026-03-30-20-18-45 -:ORG_GTD_BLOCKS: print-2026-03-30-20-18-45 -:END: -*** TODO print -:PROPERTIES: -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: print-2026-03-30-20-18-45 -:ORG_GTD_DEPENDS_ON: flight-2026-03-30-20-18-45 -:ORG_GTD_BLOCKS: Germany-visa-appointment-2024-06-13-12-46-39 -:END: -*** DONE [#A] Germany visa appointment -SCHEDULED: <2024-06-06 Thu 08:00> -:PROPERTIES: -:CREATED: [2024-05-26 Sun 13:19] -:ID: Germany-visa-appointment-2024-06-13-12-46-39 -:CATEGORY: Flags -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Germany-2024-06-13-12-42-36 -:ORG_GTD_PROJECT: Germany -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: print-2026-03-30-20-18-45 -:END: - -** TODO [[https://mva.maryland.gov/Pages/Maryland-Drivers-Manual.aspx][Maryland Driver's Manual - Pages]] -:PROPERTIES: -:TITLE: Maryland Driver's Manual - Pages -:URI: https://mva.maryland.gov/Pages/Maryland-Drivers-Manual.aspx -:CREATED: [2024-05-29 Wed 15:59] -:ID: Maryland-Driver-s-Manual-Pages-2024-06-13-12-44-14 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -** TODO Parents -:PROPERTIES: -:ID: Parents-2024-06-13-12-45-40 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -Hosameddine Hussein Hussein -Gharbeia -05.12.1940 -Dakahliya -Egyptian -Male -A30323464 -31.03.2022 -30.03.2029 -Plastic Artist -24012051202715 -5 ElZobaiby Street, Heliopolis, Cairo, Egypt -6056 Road 17, Moqattam 11585, Egypt -married 14.08.1975 -wedding 08.10.1975 - - -Hussein Hussein -Gharbeia -03.01.1917 -Dakahliya -Egyptian - -AlSayyida -Aldimiry -05.12.1912 -Dakahliya -Egyptian - -Seham Ahmed Elsayed -Hassan -20.06.1949 -Cairo -Egyptian -Female -A30323448 -31.03.2022 -30.03.2029 -Home Maker -24906200101162 -5 ElZobaiby Street, Heliopolis, Cairo, Egypt -6056 Road 17, Moqattam 11585, Egypt -married 14.08.1975 -wedding 08.10.1975 - -Ahmed Elsayed -Hassan -06.01.1896 -Cairo, Egypt - -Naeema Mohamed -Mostafa -26.06.1921 -Cairo, Egypt - - -Rim Naguib -01.06.1981 -Koepenicker Str. -10A -10997 -Berlin -rim.naguib@trafo-berlin.de -004915127950649 - -** DONE Call Lorenzo -SCHEDULED: <2024-05-15 Wed 12:00> -:PROPERTIES: -:CREATED: [2024-05-14 Tue 12:21] -:ID: Call-Lorenzo-2024-06-13-12-56-41 -:CATEGORY: Social -:ORG_GTD: Projects -:END: - -** TODO The black swan -:PROPERTIES: -:CREATED: [2024-04-04 Thu 17:06] -:ID: The-black-swan-2024-06-13-14-23-12 -:ORG_GTD: Projects -:END: - -The normal is often irrelevant -"Opera" Some jobs are mildly scalable with talent, for example baking or medicine, where you still have to bake every loaf and treat every patient; others are extremely scalable. Authoring books was mildly scalable until the arrival of the printing press. Music was mildly scalable until records and radios appeared. Many jobs will undergo extreme scalability as AI arrives. -Talent in film comes from success, not the other way around -Linear progression is not the norm -"Standing on one leg". People should be able to finish their point standing on one leg. This means the older you are, the more concise you need to be. -"It is contagion that determines the fate of a theory in social science, not its validity". -"By focusing on the true/false distinction..." - -** TODO [[https://www.guidedtrack.com/programs/u4m797m/run][The Big Kink Survey | GuidedTrack]] -:PROPERTIES: -:TITLE: The Big Kink Survey | GuidedTrack -:URI: https://www.guidedtrack.com/programs/u4m797m/run -:CREATED: [2024-03-30 Sat 10:22] -:ID: The-Big-Kink-Survey-GuidedTrack-2024-06-13-14-24-48 -:ORG_GTD: Projects -:END: - -** TODO Lnd wallet -:PROPERTIES: -:CREATED: [2024-03-26 Tue 14:23] -:ID: Lnd-wallet-2024-06-13-14-31-32 -:ORG_GTD: Projects -:END: - -lndhub://02d3ee6511a39e1c2572:57932e39e7d8cc504ffa@http://c4urmzyuxp574gywi4lxxl56iqowkr3wndboloklhze3kwz34ixznvqd.onion - -** DONE Brandon birthday -SCHEDULED: <2024-04-05 Fri 18:00-22:00> -:PROPERTIES: -:CREATED: [2024-03-26 Tue 12:49] -:ID: Brandon-birthday-2024-06-13-14-32-10 -:ORG_GTD: Projects -:END: - -** TODO A's [[https://goctionni.github.io/KinkList/v1.0.2.html#aU_7+=-KnCA=TGZuVL!A0CRt1P4uGj.I4jUchCMh1U8dkK*4+@_Qy_8jTd4hgZOn+@KjT0Yf1^*ce6gTaabonsl5][Kinklist]] -:PROPERTIES: -:TITLE: Kinklist -:URI: https://goctionni.github.io/KinkList/v1.0.2.html#aU_7+=-KnCA=TGZuVL!A0CRt1P4uGj.I4jUchCMh1U8dkK*4+@_Qy_8jTd4hgZOn+@KjT0Yf1^*ce6gTaabonsl5 -:CREATED: [2024-03-20 Wed 13:59] -:ID: A-s-Kinklist-2024-06-29-13-29-28 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -https://i.imgur.com/tafBVoQ.png - -** TODO Police incident # 2400076556 -:PROPERTIES: -:ID: Police-incident-2400076556-2024-06-29-13-58-11 -:CATEGORY: Family -:ORG_GTD: Projects -:END: - -<2024-03-15 Fri> - -** TODO [[https://www.tiktok.com/@feleciaforthewin/video/7345940543228120363?_t=8kfRvmauBiC&_r=1][Take Nari to Roden Crater]] -:PROPERTIES: -:CREATED: [2024-03-14 Thu 05:56] -:TITLE: Take Nari to Roden Crater -:URI: https://www.tiktok.com/@feleciaforthewin/video/7345940543228120363?_t=8kfRvmauBiC&_r=1 -:ID: Take-Nari-to-Roden-Crater-2024-06-29-14-04-32 -:CATEGORY: Social -:ORG_GTD: Projects -:END: - -** TODO Smart notes 2.1 -:PROPERTIES: -:CREATED: [2024-03-14 Thu 02:32] -:ID: Smart-notes-2-dot-1-2024-06-29-14-05-18 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -Develop a related notes feature - -** TODO Smart notes 2.1 -:PROPERTIES: -:CREATED: [2024-03-14 Thu 02:31] -:ID: Smart-notes-2-dot-1-2024-06-29-14-05-27 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -The five steps - -** TODO How to take smart notes -:PROPERTIES: -:CREATED: [2024-03-13 Wed 16:43] -:ID: How-to-take-smart-notes-2024-06-29-14-05-48 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -Two methods: zettlekasten and GTD. I might add snowflake for fiction. -These three are it. -1.4 Luhmann used two slip boxes: one bibliographic, the analogy is org-note, the other is main, the org-roam. - -** TODO Read Claude Shannon's masters thesis -:PROPERTIES: -:CREATED: [2024-03-07 Thu 02:18] -:ID: Read-Claude-Shannon-s-masters-thesis-2024-06-29-14-09-49 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -** DONE Lorenzo -SCHEDULED: <2024-03-12 Tue 14:00> -:PROPERTIES: -:CREATED: [2024-03-02 Sat 17:14] -:ID: Lorenzo-2024-07-03-10-01-54 -:CATEGORY: Social -:ORG_GTD: Projects -:END: - -Check for the company GNSE, reseller of Hacking team. -Gennaro -Lina -My name - -** TODO Review GTD -:PROPERTIES: -:CREATED: [2024-03-01 Fri 20:23] -:ID: Review-GTD-2024-07-03-10-02-44 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -** TODO Set up GTD archive location :emacs: -:PROPERTIES: -:CREATED: [2024-03-01 Fri 01:42] -:ID: Set-up-GTD-archive-location-2024-07-03-10-04-27 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -** CNCL [#A] Khaled's wedding -SCHEDULED: <2024-04-27 Sat> -:PROPERTIES: -:CREATED: [2024-02-28 Wed 20:16] -:ID: Khaled-s-wedding-2024-07-03-10-04-51 -:CATEGORY: Social -:ORG_GTD: Projects -:ORG_GTD_FIRST_TASKS: Book-train-2026-03-30-20-18-49 -:END: -:LOGBOOK: -- State "CNCL" from "TODO" [2024-07-29 Mon 17:33] -:END: - -*** CNCL Book train -:PROPERTIES: -:CREATED: [2024-02-28 Wed 20:16] -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Khaled-s-wedding-2024-07-03-10-04-51 -:ORG_GTD_PROJECT: Khaled's wedding -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Book-train-2026-03-30-20-18-49 -:ORG_GTD_BLOCKS: Book-room-2026-03-30-20-18-49 -:END: -:LOGBOOK: -- State "CNCL" from "TODO" [2024-07-29 Mon 17:32] \\ - Daddy returned from his travels early but decided he wants to be home alone. -:END: - -*** CNCL Book room -:PROPERTIES: -:CREATED: [2024-02-28 Wed 20:17] -:ORG_GTD: Actions -:ORG_GTD_PROJECT_IDS: Khaled-s-wedding-2024-07-03-10-04-51 -:ORG_GTD_PROJECT: Khaled's wedding -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Book-room-2026-03-30-20-18-49 -:ORG_GTD_DEPENDS_ON: Book-train-2026-03-30-20-18-49 -:END: -:LOGBOOK: -- State "CNCL" from "TODO" [2024-07-29 Mon 17:33] -:END: - -** DONE Kids passports -:PROPERTIES: -:CREATED: [2024-02-23 Fri 13:44] -:ID: Passports-2024-07-03-11-03-35 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -100, 160 for state department -35 - -** TODO [[https://upperstory.com/spintronics/][Spintronics - Build Mechanical Circuits]] -:PROPERTIES: -:TITLE: Spintronics - Build Mechanical Circuits -:URI: https://upperstory.com/spintronics/ -:CREATED: [2024-01-22 Mon 15:30] -:ID: Spintronics-Build-Mechanical-Circuits-2024-07-03-12-14-58 -:CATEGORY: Family -:ORG_GTD: Projects -:END: - -** NEXT [[https://wyomingcompany.com/prices-top/][Wyoming Corporate Services Inc.]] :privacy: -:PROPERTIES: -:TITLE: Wyoming Corporate Services Inc. -:URI: https://wyomingcompany.com/prices-top/ -:CREATED: [2023-10-25 Wed 10:41] -:ID: Wyoming-Corporate-Services-Inc-dot-2024-07-03-13-22-46 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -** NEXT [[https://www.homelight.com/blog/buyer-how-to-form-a-homeowners-association/][How to Form a Homeowners Association of Your Own in 18 Steps]] -:PROPERTIES: -:TITLE: How to Form a Homeowners Association of Your Own in 18 Steps -:URI: https://www.homelight.com/blog/buyer-how-to-form-a-homeowners-association/ -:CREATED: [2023-08-26 Sat 02:00] -:ID: How-to-Form-a-Homeowners-Association-of-Your-Own-in-18-Steps-2024-07-03-14-20-48 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -** NEXT [[https://tello.com/buy/esim#check_compatibility][Get an eSIM and instantly activate your Tello service!]] -:PROPERTIES: -:TITLE: Get an eSIM and instantly activate your Tello service! -:URI: https://tello.com/buy/esim#check_compatibility -:CREATED: [2023-06-16 Fri 12:36] -:ID: Get-an-eSIM-and-instantly-activate-your-Tello-service-2024-07-03-15-16-15 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -** NEXT [[https://www.mintmobile.com/][Mint Mobile | Wireless that's Easy, Online, $15 Bucks a Month]] -:PROPERTIES: -:TITLE: Mint Mobile | Wireless that's Easy, Online, $15 Bucks a Month -:URI: https://www.mintmobile.com/ -:CREATED: [2023-06-16 Fri 12:36] -:ID: Mint-Mobile-Wireless-that-s-Easy-Online-15-Bucks-a-Month-2024-07-03-15-16-41 -:CATEGORY: Flags -:ORG_GTD: Projects -:END: - -** NEXT Cordoba v. DIRECT, LLC -:PROPERTIES: -:ID: Cordoba-v-dot-DIRECT-LLC-2024-07-04-10-27-37 -:CATEGORY: Family -:ORG_GTD: Projects -:END: - -Source: [2024-03-15 Fri], Thank you! Your claim form has been received. Your confirmation number is D81D4B47 - #+BEGIN_QUOTE -Thank you! Your claim form has been received. Your confirmation number is D81D4B47 -Please keep this number in your records as confirmation of your submission. -A confirmation email will be sent to your email account shortly. -#+END_QUOTE -www.directvtcpaclassaction.com -CPT ID 895 -Passcode: K3FDZN - -** NEXT Nancy's Macbook Air encryption key -:PROPERTIES: -:CREATED: [2024-07-05 Fri 19:30] -:ID: Nancy-s-Macbook-Air-encryption-key-2024-07-29-14-53-27 -:CATEGORY: Family -:ORG_GTD: Projects -:END: - -KC9W 7G8F T6Q2 9DB2 OGNX CLYH - -Tablet pin 081837 - -** NEXT [[https://www.usglobalmail.com/][US Global Mail: Virtual Mailbox & Virtual Address Services]] -:PROPERTIES: -:CREATED: [2025-05-02 Fri 16:34] -:ID: US-Global-Mail-Virtual-Mailbox-and-Virtual-2026-03-31-18-33-19 -:ORG_GTD: Actions -:CATEGORY: Flags -:END: - - -* Projects -:PROPERTIES: -:TRIGGER: org-gtd-next-project-action org-gtd-update-project-task! -:ORG_GTD_REFILE: Projects -:END: - -** TODO Homelab [31/181] [17/29][58%] :computer: -:PROPERTIES: -:CREATED: [2023-04-25 Tue 07:34] -:COOKIE_DATA: todo recursive -:ID: Homelab-2024-02-21-12-15-03 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -*** TODO [10/19] Proxmox -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:00] -:IP: 192.168.1.132 -:SSH: root -:OS: PoxmoxVE -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Proxmox-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Move-to-no-subrsciption-repository-and-update-2026-03-30-18-54-09 -:END: - -**** DONE Move to no-subrsciption repository and update -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Move-to-no-subrsciption-repository-and-update-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Proxmox-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Stop-Proxmox-enterprise-subscription-notification-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-18 Fri 14:14] -:END: - -**** DONE Stop Proxmox enterprise subscription notification -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Stop-Proxmox-enterprise-subscription-notification-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Move-to-no-subrsciption-repository-and-update-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Create-Cloud-Image-Templates-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-18 Fri 14:14] -:END: - -#+begin_src bash - sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service -#+end_src - -**** DONE Create Cloud Image Templates -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Create-Cloud-Image-Templates-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Stop-Proxmox-enterprise-subscription-notification-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Update-PVE-templates-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-05-12 Sun 19:52] -:END: - -#+BEGIN_SRC -qm create 9000 --name Debian12CloudInit --net0 virtio,bridge=vmbr0 -qm disk import 9000 debian-12-generic-amd64.qcow2 local-lvm -qm set 9000 --scsihw virtio-scsi-pci --scsi0 local-lvm:vm-9000-disk-0 -qm set 9000 --ide2 local-lvm:cloudinit -qm set 9000 --boot c --bootdisk scsi0 -qm set 9000 --serial0 socket --vga serial0 -qm set 9000 --agent enabled=1 #optional but recommended -qm template 9000 -#+END_SRC - -Here are the details to the command as they appear: - -1. Create a new VM with ID 900 using VirtIO networking drivers -2. Import the qcow Debian image as a disk to the new VM. The disk will be called local-lvm:vm-9500-disk-0 -3. Attach the imported disk as a VirtIO SCSI device to the VM. -4. Attach a drive for the Cloud-Init config to the VM. -5. Set the VM to boot from the imported disk image. -6. Add a serial console to the VM, which is needed by OpenStack/ProxMox. -7. Enable the qemu-guest-agent for the VM – this is an optional setting, but I do recommend it because it will be useful if you are going to be using this for something like Terraform later on to automate the creation of VMs. -8. Convert the VM into a template. - -**** DONE Update PVE templates -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Update-PVE-templates-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Create-Cloud-Image-Templates-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Download-templates-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-18 Fri 15:29] -:END: - -#+begin_src bash - pveam update -#+end_src - -**** DONE Download templates -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Download-templates-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Update-PVE-templates-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Configure-Proxmox-storage-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-19 Sat 11:21] -:END: - -**** DONE Configure Proxmox storage -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Configure-Proxmox-storage-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Download-templates-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Setup-SMART-disk-monitoring-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-05-12 Sun 19:50] -:END: - -**** DONE Setup SMART disk monitoring -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Setup-SMART-disk-monitoring-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Configure-Proxmox-storage-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Turn-on-PCI-passthrough-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-05-17 Fri 16:50] -:END: - -**** TODO Turn on PCI passthrough -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Turn-on-PCI-passthrough-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Setup-SMART-disk-monitoring-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: etc-default-grub-2026-03-30-18-54-09 -:END: -***** TODO /etc/default/grub -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: etc-default-grub-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Turn-on-PCI-passthrough-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: etc-modules-2026-03-30-18-54-09 -:END: - -#+BEGIN_SRC -GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on" -#+END_SRC - -#+begin_src bash -update-grub -#+end_src - -***** TODO /etc/modules -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: etc-modules-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: etc-default-grub-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Reboot-2026-03-30-18-54-09 -:END: - -#+BEGIN_SRC -vfio -vfio_iommu_type1 -vfio_pci -vfio_virqfd -#+END_SRC - -***** TODO Reboot -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Reboot-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: etc-modules-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Setup-VLAN-2026-03-30-18-54-09 -:END: -**** TODO Setup VLAN -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Setup-VLAN-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Reboot-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Add-NFS-share-2026-03-30-18-54-09 -:END: - -In Proxmox, Node>System>Network>vmbr0>edit>VLAN aware -For each VM>Hardware>Network Devices>Edit>VLAN Tag - -**** TODO Add NFS share -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-NFS-share-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Setup-VLAN-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Schedule-backups-2026-03-30-18-54-09 -:END: - -After you've created an NFS share, add it to Proxmox -Datacenter>Storage>Add>NFS - -**** TODO Schedule backups -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Schedule-backups-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Add-NFS-share-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Upload-a-KVM-driver-disk-for-Windows-2026-03-30-18-54-09 -:END: - -Datacenter>Backup>Add - -**** TODO Upload a KVM driver disk for Windows -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Upload-a-KVM-driver-disk-for-Windows-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Schedule-backups-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Setup-email-notifications-2026-03-30-18-54-09 -:END: - -https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers -https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso -https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso - -**** TODO [[https://technotim.live/posts/proxmox-alerts/][Setup email notifications]] -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Setup-email-notifications-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Upload-a-KVM-driver-disk-for-Windows-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: General-VM-and-LXC-system-setup-2026-03-30-18-54-09 -:END: - -#+begin_src shell - apt install -y libsasl2-modules mailutils -#+end_src - -**** DONE [2/2] General VM and LXC system setup -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: General-VM-and-LXC-system-setup-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Setup-email-notifications-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Install-requirements-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:22] -- State "DONE" from "TODO" [2023-08-30 Wed 21:06] -:END: - -***** DONE Install requirements -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-requirements-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: General-VM-and-LXC-system-setup-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Add-user-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-30 Wed 21:06] -- State "DONE" from "TODO" [2023-07-10 Mon 09:36] -:END: -#+begin_src bash - apt-get install ca-certificates curl gnupg sudo rsync -#+end_src - -***** DONE Add user -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-user-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Install-requirements-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Containers-and-VMs-2026-03-30-18-54-09 -:END: - -#+begin_src bash - # Define variables for remote server and SSH key - REMOTE_SERVER="192.168.1.101" - SSH_KEY_PATH="~/.ssh/id_ed25519.pub" - USERNAME="amr" - - # Connect to the remote server as root - ssh root@$REMOTE_SERVER << EOF - # Create a new user named "amr" - useradd -m $USERNAME - - # Set the user's password - passwd $USERNAME - - # Add the user to sudoers - usermod -aG sudo $USERNAME - - # Create .ssh directory inside the user's home directory - mkdir -p /home/$USERNAME/.ssh - - # Set the ownership and permissions for the .ssh directory - chown -R $USERNAME:$USERNAME /home/$USERNAME/.ssh - chmod 700 /home/$USERNAME/.ssh - - # Copy the public key to the .ssh directory - cat << EOT >> /home/$USERNAME/.ssh/authorized_keys - $(cat $SSH_KEY_PATH) - EOT - - # Set the ownership and permissions for the authorized_keys file - chown $USERNAME:$USERNAME /home/$USERNAME/.ssh/authorized_keys - chmod 600 /home/$USERNAME/.ssh/authorized_keys - EOF -#+end_src - -#+RESULTS: -| Linux | kubernetes-worker1 | 6.2.16-8-pve | #1 | SMP | PREEMPT_DYNAMIC | PMX | 6.2.16-8 | (2023-08-02T12:17Z) | x86_64 | | -| | | | | | | | | | | | -| The | programs | included | with | the | Debian | GNU/Linux | system | are | free | software; | -| the | exact | distribution | terms | for | each | program | are | described | in | the | -| individual | files | in | /usr/share/doc/*/copyright. | | | | | | | | -| | | | | | | | | | | | -| Debian | GNU/Linux | comes | with | ABSOLUTELY | NO | WARRANTY, | to | the | extent | | -| permitted | by | applicable | law. | | | | | | | | - -*** TODO [21/116] Containers and VMs -:PROPERTIES: -:CREATED: [2023-07-08 Sat 09:14] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Containers-and-VMs-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Add-user-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Kubernetes-2026-03-30-18-54-09 -:END: - -**** TODO [16/25] [[https://www.learnlinux.tv/how-to-build-an-awesome-kubernetes-cluster-using-proxmox-virtual-environment/][Kubernetes]] -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Kubernetes-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Containers-and-VMs-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Create-one-controller-node-and-other-worker-nodes-2026-03-30-18-54-09 -:END: -***** DONE Create one controller node and other worker nodes -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Create-one-controller-node-and-other-worker-nodes-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Kubernetes-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Assign-static-IP-to-the-nodes-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-30 Wed 21:06] -- State "DONE" from "TODO" [2023-07-09 Sun 12:40] -:END: -- Controller node should have at least 2GB RAM (no swap) and 2 cores -- Worker nodes should have at least 1GB RAM (no swap) and 1 core - -***** DONE Assign static IP to the nodes -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Assign-static-IP-to-the-nodes-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Create-one-controller-node-and-other-worker-nodes-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Install-containerd-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-30 Wed 21:06] -- State "DONE" from "TODO" [2023-07-09 Sun 12:40] -:END: -Netplan example -#+begin_src bash - network: - version: 2 - ethernets: - eth0: - addresses: [10.10.10.213/24] - nameservers: - addresses: [10.10.10.1] - routes: - - to: default - via: 10.10.10.1 -#+end_src - -***** DONE Install containerd -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-containerd-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Assign-static-IP-to-the-nodes-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Disable-swap-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:29] -- State "DONE" from "TODO" [2023-07-09 Sun 12:43] -:END: -#+begin_src bash - sudo apt install containerd -#+end_src - -#+begin_src bash - sudo mkdir /etc/containerd -#+end_src - -#+begin_src bash - containerd config default | sudo tee /etc/containerd/config.toml -#+end_src - -#+begin_src bash - nano /etc/containerd/config.toml -#+end_src - -Within that file, find: - -#+begin_src bash -[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options] -#+end_src - -Underneath that, find the SystemdCgroup option and change it to true, which should look like this: - -#+begin_src bash -SystemdCgroup = true -#+end_src - -***** DONE [1/1] Disable swap -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Disable-swap-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Install-containerd-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Edit-etc-fstab-to-make-sure-swap-is-deleted-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:30] -- State "DONE" from "TODO" [2023-07-09 Sun 12:44] -:END: - -#+begin_src bash - sudo swapoff -a -#+end_src - -****** DONE Edit /etc/fstab to make sure swap is deleted -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Edit-etc-fstab-to-make-sure-swap-is-deleted-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Disable-swap-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Enable-bridging-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-09 Sun 12:44] -:END: - -***** DONE Enable bridging -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Enable-bridging-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Edit-etc-fstab-to-make-sure-swap-is-deleted-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Enable-br-netfilter-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:32] -- State "DONE" from "TODO" [2023-07-09 Sun 12:45] -:END: - -#+begin_src bash - sudo nano /etc/sysctl.conf -#+end_src - -Within that file, look for the following line: - -#+begin_src bash -#net.ipv4.ip_forward=1 -#+end_src - - -Uncomment that line by removing the # symbol in front of it, which should make it look like this: - -#+begin_src bash -net.ipv4.ip_forward=1 -#+end_src - -Same for IPv6 - -#+begin_src shell -#net.ipv6.conf.all.forwarding=1 -#+end_src - -changed to - -#+begin_src bash - net.ipv6.conf.all.forwarding=1 -#+end_src - -***** DONE Enable br_netfilter -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Enable-br-netfilter-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Enable-bridging-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Reboot-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:33] -- State "DONE" from "TODO" [2023-07-09 Sun 12:46] -:END: - -#+begin_src bash - sudo nano /etc/modules-load.d/k8s.conf -#+end_src - -Add the following to that file (the file should actually be empty at first): - -#+begin_src bash -br_netfilter -#+end_src - -***** DONE Reboot -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Reboot-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Enable-br-netfilter-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Make-Kubernetes-run-in-LXC-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:34] -- State "DONE" from "TODO" [2023-07-09 Sun 12:49] -:END: - -#+begin_src bash - sudo reboot -#+end_src - -***** DONE [3/3][[https://kvaps.medium.com/run-kubernetes-in-lxc-container-f04aa94b6c9c][ Make Kubernetes run in LXC]] -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Make-Kubernetes-run-in-LXC-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Reboot-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: On-host-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "DONE" [2023-10-30 Mon 11:51] -- State "DONE" from "NEXT" [2023-10-30 Mon 11:26] -:END: - -****** DONE On host -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: On-host-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Make-Kubernetes-run-in-LXC-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Add-to-your-contaier-config-etc-pve-lxc-XXX-dot-2026-03-30-18-54-09 -:END: - -#+begin_src shell -echo overlay >> /etc/modules -#+end_src - -****** DONE Add to your contaier config /etc/pve/lxc/XXX.conf -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-to-your-contaier-config-etc-pve-lxc-XXX-dot-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: On-host-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: On-containers-2026-03-30-18-54-09 -:END: - -#+begin_src shell -lxc.apparmor.profile: unconfined -lxc.cgroup.devices.allow: a -lxc.cap.drop: -lxc.mount.auto: proc:rw sys:rw -#+end_src - -****** DONE On containers -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: On-containers-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Add-to-your-contaier-config-etc-pve-lxc-XXX-dot-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Install-Kubernetes-2026-03-30-18-54-09 -:END: - -Last versions of kubernetes requires also shared filesystem, so add into your /etc/rc.local - -#+begin_src shell -mount --make-rshared / -#+end_src - -***** TODO [4/9] Install Kubernetes -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-Kubernetes-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: On-containers-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Install-curl-and-apt-transport-https-2026-03-30-18-54-09 -:END: -****** DONE Install curl and apt-transport-https -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-curl-and-apt-transport-https-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Install-Kubernetes-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Get-GPG-key-2026-03-30-18-54-09 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:39] -- State "DONE" from "TODO" [2023-07-09 Sun 12:53] -:END: -#+begin_src bash - sudo apt install curl ca-certificates apt-transport-https sudo gnupg -#+end_src - -****** DONE Get GPG key -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Get-GPG-key-2026-03-30-18-54-09 -:ORG_GTD_DEPENDS_ON: Install-curl-and-apt-transport-https-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Add-repository-and-update-repositories-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "DONE" [2023-08-31 Thu 10:40] -- State "DONE" from "TODO" [2023-08-31 Thu 10:40] -- State "DONE" from "TODO" [2023-07-09 Sun 12:53] -:END: - -#+begin_src bash - curl -fsSL https://pkgs.k8s.io/core:/stable:/v1.28/deb/Release.key | sudo gpg --dearmor -o /etc/apt/keyrings/kubernetes-apt-keyring.gpg -#+end_src - -****** DONE Add repository and update repositories -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-repository-and-update-repositories-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Get-GPG-key-2026-03-30-18-54-09 -:ORG_GTD_BLOCKS: Install-Kubernetes-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:41] -- State "DONE" from "TODO" [2023-08-18 Fri 14:52] -:END: - -#+begin_src bash - echo 'deb [signed-by=/etc/apt/keyrings/kubernetes-apt-keyring.gpg] https://pkgs.k8s.io/core:/stable:/v1.28/deb/ /' | sudo tee /etc/apt/sources.list.d/kubernetes.list && sudo apt update -#+end_src - -****** DONE Install Kubernetes -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-Kubernetes-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Add-repository-and-update-repositories-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Controller-node-only-Initialize-our-Kubernetes-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-31 Thu 10:43] -- State "DONE" from "TODO" [2023-08-18 Fri 14:52] -:END: - -#+begin_src bash - sudo apt install kubeadm kubectl kubelet -#+end_src - -****** TODO Controller node only: Initialize our Kubernetes cluster -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Controller-node-only-Initialize-our-Kubernetes-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-Kubernetes-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Setting-up-our-user-account-to-manage-the-cluster-2026-03-30-18-54-10 -:END: - -#+begin_src bash - sudo kubeadm init --control-plane-endpoint=191.168.1.100 --node-name kubernetes-control --pod-network-cidr=192.168.0.0/16 -#+end_src - -After the initialization finishes, you should see at least four commands printed within the output. - -****** TODO Setting up our user account to manage the cluster -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Setting-up-our-user-account-to-manage-the-cluster-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Controller-node-only-Initialize-our-Kubernetes-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-an-Overlay-Network-2026-03-30-18-54-10 -:END: - -Three commands will be shown in the output from the previous command, and these commands will give our user account access to manage our cluster. Here are those related commands to save you from having to search the output for them: - -#+begin_src bash -mkdir -p $HOME/.kube -#+end_src - -#+begin_src bash -sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config -#+end_src - -#+begin_src bash -sudo chown $(id -u):$(id -g) $HOME/.kube/config -#+end_src - -******* TODO Install an Overlay Network -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-an-Overlay-Network-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Setting-up-our-user-account-to-manage-the-cluster-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Verify-kubectl-configuration-2026-03-30-18-54-10 -:END: - -#+begin_src bash - kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/ -Documentation/kube-flannel.yml -#+end_src - -****** TODO Verify kubectl configuration -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Verify-kubectl-configuration-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-an-Overlay-Network-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Bash-completion-2026-03-30-18-54-10 -:END: - -#+begin_src bash - kubectl cluster-info -#+end_src - -If kubectl cluster-info returns the url response but you can't access your cluster, to check whether it is configured properly, use: - -#+begin_src bash -kubectl cluster-info dump -#+end_src - -****** TODO Bash completion -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Bash-completion-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Verify-kubectl-configuration-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Adding-nodes-2026-03-30-18-54-10 -:END: - -#+begin_src bash - apt install bash-completion - echo 'source <(kubectl completion bash)' >>~/.bashrc -#+end_src - -If you have an alias for kubectl, you can extend shell completion to work with that alias: - -#+begin_src bash -echo 'alias k=kubectl' >>~/.bashrc -echo 'complete -o default -F __start_kubectl k' >>~/.bashrc -#+end_src - -***** TODO Adding nodes -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Adding-nodes-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Bash-completion-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Deploying-a-container-within-our-cluster-2026-03-30-18-54-10 -:END: - -The join command, which you will receive from the output once you initialize the cluster, can be ran on your node instances now to get them joined to the cluster. The following command will help you monitor which nodes have been added to the controller (it can take several minutes for them to appear): - -#+begin_src bash -kubectl get nodes -#+end_src - -If for some reason the join command has expired, the following command will provide you with a new one: - -#+begin_src bash -kubeadm token create --print-join-command -#+end_src - -***** TODO Deploying a container within our cluster -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Deploying-a-container-within-our-cluster-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Adding-nodes-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Creating-a-NodePort-Service-2026-03-30-18-54-10 -:END: - -Create the file pod.yml with the following contents: - -#+begin_src bash -apiVersion: v1 -kind: Pod -metadata: -Chapter 18 25 - -name: nginx-example - labels: - app: nginx -spec: - containers: - - name: nginx - image: linuxserver/nginx - ports: - - containerPort: 80 - name: "nginx-http" -#+end_src - -Apply the file with the following command: - -#+begin_src bash -kubectl apply -f pod.yml -#+end_src - - -You can check the status of this deployment with the following command: - -#+begin_src bash -kubectl get pods -#+end_src - -***** TODO Creating a NodePort Service -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Creating-a-NodePort-Service-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Deploying-a-container-within-our-cluster-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Docker-2026-03-30-18-54-10 -:END: - -Setting up a NodePort service is one of the methods we can use to be able to access the container from outside the pod network. To set this up, first create the following file as service-nodeport.yml: - -#+begin_src bash -apiVersion: v1 -kind: Service -metadata: - name: nginx-example -spec: - type: NodePort - ports: - - name: http - port: 80 - nodePort: 30080 - targetPort: nginx-http - selector: -app: nginx -#+end_src - -You can apply that file with the following command: - -#+begin_src bash - kubectl apply -f service-nodeport.yml -#+end_src - - -To check the status of the service deployment, you can use the following command: - -#+begin_src bash -kubectl get service -#+end_src - -**** TODO [0/5] Docker -:PROPERTIES: -:CREATED: [2023-06-30 Fri 04:07] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Docker-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Creating-a-NodePort-Service-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Add-Docker-s-GPG-key-2026-03-30-18-54-10 -:END: - -***** TODO Add Docker's GPG key -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-Docker-s-GPG-key-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Docker-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Add-repository-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-10 Mon 09:42] -:END: -#+begin_src bash -install -m 0755 -d /etc/apt/keyrings -#+end_src - -#+begin_src bash -curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg -#+end_src - -#+begin_src bash - chmod a+r /etc/apt/keyrings/docker.gpg -#+end_src - -***** TODO Add repository -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-repository-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Add-Docker-s-GPG-key-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Update-repository-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-10 Mon 09:42] -:END: -#+begin_src bash - echo \ - "deb [arch="$(dpkg --print-architecture)" signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian \ - "$(. /etc/os-release && echo "$VERSION_CODENAME")" stable" | \ - tee /etc/apt/sources.list.d/docker.list > /dev/null -#+end_src - -***** TODO Update repository -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Update-repository-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Add-repository-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-Docker-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-10 Mon 09:44] -:END: -#+begin_src bash - apt update -#+end_src - -***** TODO Install Docker -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-Docker-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Update-repository-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Add-to-docker-group-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-10 Mon 09:44] -:END: -#+begin_src bash -apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin -#+end_src - -***** TODO Add to docker group -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-to-docker-group-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-Docker-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Containers-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-10 Mon 09:54] -:END: -#+begin_src bash - usermod -aG docker amr -#+end_src - -**** TODO [3/33] Containers -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Containers-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Add-to-docker-group-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Rancher-2026-03-30-18-54-10 -:END: -***** TODO Rancher -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:20] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Rancher-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Containers-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Pfsense-2026-03-30-18-54-10 -:END: - -***** TODO Pfsense -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:01] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Pfsense-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Rancher-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Reverse-proxy-2026-03-30-18-54-10 -:END: - -***** TODO Reverse proxy -:PROPERTIES: -:CREATED: [2023-04-16 Sun 17:48] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Reverse-proxy-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Pfsense-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Auth-proxy-2026-03-30-18-54-10 -:END: - -***** TODO Auth proxy -:PROPERTIES: -:CREATED: [2023-04-16 Sun 17:49] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Auth-proxy-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Reverse-proxy-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Pihole-2026-03-30-18-54-10 -:END: - -***** TODO Pihole -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:01] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Pihole-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Auth-proxy-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: TrueNAS-2026-03-30-18-54-10 -:END: - -***** TODO TrueNAS -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:01] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: TrueNAS-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Pihole-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Fediverse-2026-03-30-18-54-10 -:END: - -***** TODO Fediverse -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Fediverse-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: TrueNAS-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Add-users-2026-03-30-18-54-10 -:END: -****** TODO Add users -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-users-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Fediverse-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Mastodon-2026-03-30-18-54-10 -:END: - -https://mastodon.lol/@evacide -https://infosec.exchange/@dymaxion -https://mastodon.social/@smari -https://mstdn.social/@eldahshan -https://lor.sh/@hesham -https://mastodon.online/@nariology -https://mstdn.social/@lucyellinson -https://mastodon.world/@rgrundmann -https://mastodon.online/@harikunzru - -https://graz.social/@publicvoit -https://mastodon.social/@davew -https://mastodon.social/@esqueer -https://mastodon.online/@pkrugman -https://mastodon.social/@iang_fc -https://tilde.zone/@ftrain/ -https://mastodon.social/@mmasnick - -****** TODO Mastodon -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Mastodon-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Add-users-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-Mastodon-2026-03-30-18-54-10 -:END: -******* TODO [#A] Install Mastodon -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-Mastodon-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Mastodon-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Installing-from-source-Mastodon-documentation-2026-03-30-18-54-10 -:END: -******** DONE Installing from source - Mastodon documentation -CLOSED: [2023-02-16 Thu 21:40] -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Installing-from-source-Mastodon-documentation-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-Mastodon-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-Mastodon-on-Apache-using-web-domain-2026-03-30-18-54-10 -:END: - -https://docs.joinmastodon.org/admin/install/ - -******* TODO Install Mastodon on Apache using web domain -:PROPERTIES: -:CREATED: [2023-02-16 Thu 21:40] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-Mastodon-on-Apache-using-web-domain-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Installing-from-source-Mastodon-documentation-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Add-alternate-domains-to-Mastodon-installation-2026-03-30-18-54-10 -:END: - -******** TODO Add alternate domains to Mastodon installation -:PROPERTIES: -:CREATED: [2023-02-16 Thu 21:42] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Add-alternate-domains-to-Mastodon-installation-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-Mastodon-on-Apache-using-web-domain-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Build-Your-Own-Mastodon-Server-on-Debian--Step-by-2026-03-30-18-54-10 -:END: - -******* TODO [[https://www.learnlinux.tv/build-your-own-mastodon-server-on-debian-step-by-step-server-build-guide/][Build Your Own Mastodon Server on Debian (Step by Step Server Build Guide) – Learn Linux TV]] :social_network: -:PROPERTIES: -:TITLE: Build Your Own Mastodon Server on Debian (Step by Step Server Build Guide) – Learn Linux TV -:URI: https://www.learnlinux.tv/build-your-own-mastodon-server-on-debian-step-by-step-server-build-guide/ -:CREATED: [2022-12-03 Sat 17:25] -:MODIFIED: [2022-12-03 17:25] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Build-Your-Own-Mastodon-Server-on-Debian--Step-by-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Add-alternate-domains-to-Mastodon-installation-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Movetodon-Find-your-Twitter-Friends-on-Mastodon-2026-03-30-18-54-10 -:END: - -******* TODO [[https://www.movetodon.org/][Movetodon: Find your Twitter Friends on Mastodon]] :twitter:social_network: -:PROPERTIES: -:TITLE: Movetodon: Find your Twitter Friends on Mastodon -:URI: https://www.movetodon.org/ -:CREATED: [2022-12-03 Sat 17:03] -:MODIFIED: [2022-12-03 17:03] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Movetodon-Find-your-Twitter-Friends-on-Mastodon-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Build-Your-Own-Mastodon-Server-on-Debian--Step-by-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Some-Tips-on-Setting-Up-a-Mastodon-Instance-Using-2026-03-30-18-54-10 -:END: - -******* TODO [[https://steve.cooleysekula.net/blog/2023/01/09/some-tips-on-setting-up-a-mastodon-instance-using-docker-and-apache/][Some Tips on Setting Up a Mastodon Instance Using Docker and Apache – The Adventures of My Pet Hamster]] -:PROPERTIES: -:TITLE: Some Tips on Setting Up a Mastodon Instance Using Docker and Apache – The Adventures of My Pet Hamster -:URI: https://steve.cooleysekula.net/blog/2023/01/09/some-tips-on-setting-up-a-mastodon-instance-using-docker-and-apache/ -:CREATED: [2023-03-27 Mon 11:05] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Some-Tips-on-Setting-Up-a-Mastodon-Instance-Using-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Movetodon-Find-your-Twitter-Friends-on-Mastodon-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-anki-sync-server-2026-03-30-18-54-10 -:END: - -***** TODO Install [[https://github.com/ankicommunity/anki-sync-server][anki-sync-server]] :learning: -:PROPERTIES: -:CREATED: [2023-01-22 Sun 09:30] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-anki-sync-server-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Some-Tips-on-Setting-Up-a-Mastodon-Instance-Using-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-anki-connect-2026-03-30-18-54-10 -:END: - -"A personal Anki sync server (so you can sync against your own server rather than AnkiWeb)" - -***** TODO Install [[https://github.com/FooSoft/anki-connect][anki-connect]] :learning: -:PROPERTIES: -:CREATED: [2023-01-22 Sun 09:29] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-anki-connect-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-anki-sync-server-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-Audiobookshelf-2026-03-30-18-54-10 -:END: - -"Anki plugin to expose a remote API for creating flash cards." - -***** TODO Install [[https://audiobookshelf.org][Audiobookshelf]] -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-Audiobookshelf-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-anki-connect-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Privoxy-2026-03-30-18-54-10 -:END: - -#+BEGIN_SRC -/etc/default/audiobookshelf -METADATA_PATH=/usr/share/audiobookshelf/metadata -CONFIG_PATH=/usr/share/audiobookshelf/config -FFMPEG_PATH=/usr/lib/audiobookshelf-ffmpeg/ffmpeg -FFPROBE_PATH=/usr/lib/audiobookshelf-ffmpeg/ffprobe -TONE_PATH=/usr/lib/audiobookshelf-ffmpeg/tone -PORT=13378 -#+END_SRC - -***** TODO Privoxy -:PROPERTIES: -:CREATED: [2023-06-30 Fri 04:14] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Privoxy-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-Audiobookshelf-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Ansible-2026-03-30-18-54-10 -:END: - -***** TODO Ansible -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:06] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Ansible-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Privoxy-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Reporting-2026-03-30-18-54-10 -:END: - -***** TODO Reporting -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:20] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Reporting-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Ansible-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: gharbeia-dot-net-2026-03-30-18-54-10 -:END: - -***** TODO gharbeia.net :project: -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: gharbeia-dot-net-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Reporting-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-arboreal-2026-03-30-18-54-10 -:END: -****** TODO Install arboreal -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-arboreal-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: gharbeia-dot-net-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Upgrade-to-latest-Drupal-2026-03-30-18-54-10 -:END: -****** TODO Upgrade to latest Drupal -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Upgrade-to-latest-Drupal-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-arboreal-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Migrate-Drupal-to-Wordpress-2026-03-30-18-54-10 -:END: -****** TODO Migrate Drupal to Wordpress -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Migrate-Drupal-to-Wordpress-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Upgrade-to-latest-Drupal-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Migrate-Wordpress-to-Ghost-2026-03-30-18-54-10 -:END: -****** TODO Migrate Wordpress to Ghost -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Migrate-Wordpress-to-Ghost-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Migrate-Drupal-to-Wordpress-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Migrate-Wordpress-to-static-2026-03-30-18-54-10 -:END: -****** TODO Migrate Wordpress to static -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Migrate-Wordpress-to-static-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Migrate-Wordpress-to-Ghost-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Choose-between-Ghost-and-a-static-website-2026-03-30-18-54-10 -:END: -****** TODO [#A] Choose between Ghost and a static website -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Choose-between-Ghost-and-a-static-website-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Migrate-Wordpress-to-static-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: rimenaguib-dot-org-2026-03-30-18-54-10 -:END: -***** TODO rimenaguib.org :project: -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: rimenaguib-dot-org-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Choose-between-Ghost-and-a-static-website-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Install-Ghost-2026-03-30-18-54-10 -:END: -****** TODO Install Ghost -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Install-Ghost-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: rimenaguib-dot-org-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Bergman-Brief-2026-03-30-18-54-10 -:END: -***** CNCL Bergman Brief -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Bergman-Brief-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Install-Ghost-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: plus-Install-Wallabag-read-later-service-on-server-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "CNCL" from [2024-02-21 Wed 12:00] \\ - # Finish with C-c C-c, or cancel with C-c C-k. -:END: - -***** CNCL +Install Wallabag read later service on server -CLOSED: [2023-07-27 Thu 23:08] -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: plus-Install-Wallabag-read-later-service-on-server-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Bergman-Brief-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Freedombox-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "TODO" from "" [2022-10-07 Fri] -:END: - -**** DONE [1/1] Freedombox -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Freedombox-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: plus-Install-Wallabag-read-later-service-on-server-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Freedombox-Backup-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-08-19 Sat 11:19] -:END: - -***** DONE [#A] [[https://borgbackup.readthedocs.io/en/stable/index.html][Freedombox Backup]] -:PROPERTIES: -:TITLE: Borg Documentation — Borg - Deduplicating Archiver 1.2.3 documentation -:URI: https://borgbackup.readthedocs.io/en/stable/index.html -:CREATED: [2023-02-06 Mon 02:25] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Freedombox-Backup-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Freedombox-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Umbrel-2026-03-30-18-54-10 -:END: -:LOGBOOK: -- State "TODO" from "" [2021-11-19 Fri] -- State "DONE" from "TODO" [2021-12-10 Fri] -:END: - -**** TODO [0/17] [[https://community.umbrel.com/t/how-to-install-1-1-1-on-proxmox/16748][Umbrel]] -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:03] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Umbrel-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Freedombox-Backup-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Bitcoin-2026-03-30-18-54-10 -:END: - -#+begin_src bash -qm importdisk YOUR_VM_ID umbrelos-amd64-usb-installer.img YOUR STORAGE -#+end_src - -#+begin_src bash -apt install samba-client cifs-utils psmisc -#+end_src - -***** TODO Bitcoin -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Bitcoin-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Umbrel-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Run-bitcoin-node-2026-03-30-18-54-10 -:END: -****** TODO Run bitcoin node -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Run-bitcoin-node-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Bitcoin-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Tor-Only-Bitcoin-and-Lightning-Guide-2026-03-30-18-54-10 -:END: -******* TODO Tor-Only Bitcoin & Lightning Guide -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Tor-Only-Bitcoin-and-Lightning-Guide-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Run-bitcoin-node-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Bitcoin-Full-Nodes-2026-03-30-18-54-10 -:END: - -https://blog.lopp.net/tor-only-bitcoin-lightning-guide/ - -******* TODO Bitcoin Full Nodes -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Bitcoin-Full-Nodes-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Tor-Only-Bitcoin-and-Lightning-Guide-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: bitcoincore-2026-03-30-18-54-10 -:END: - -https://www.lopp.net/bitcoin-information/full-node.html - -******* TODO bitcoincore -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: bitcoincore-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Bitcoin-Full-Nodes-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Run-electrum-node-2026-03-30-18-54-10 -:END: - -https://werunbtc.com/bitcoincore - -****** TODO Run electrum node -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Run-electrum-node-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: bitcoincore-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: HOWTO-ElectrumX-ElectrumX-1-dot-16-dot-0-2026-03-30-18-54-10 -:END: -******* TODO HOWTO — ElectrumX ElectrumX 1.16.0 documentation -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: HOWTO-ElectrumX-ElectrumX-1-dot-16-dot-0-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Run-electrum-node-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Environment-Variables-ElectrumX-ElectrumX-1-dot-2026-03-30-18-54-10 -:END: - -https://electrumx-spesmilo.readthedocs.io/en/latest/HOWTO.html#running - -******* TODO Environment Variables — ElectrumX ElectrumX 1.20.2 documentation -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Environment-Variables-ElectrumX-ElectrumX-1-dot-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: HOWTO-ElectrumX-ElectrumX-1-dot-16-dot-0-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: How-to-Install-an-Electrum-Server-using-Full-2026-03-30-18-54-10 -:END: - -https://electrumx.readthedocs.io/en/latest/environment.html - -******* TODO How to Install an Electrum Server using Full Bitcoin Node and ElectrumX -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: How-to-Install-an-Electrum-Server-using-Full-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Environment-Variables-ElectrumX-ElectrumX-1-dot-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Electrum-server-RaspiBolt-2026-03-30-18-54-10 -:END: - -https://freedomnode.com/blog/how-to-install-an-electrum-server-using-full-bitcoin-node-and-electrumx/ - -******* TODO Electrum server | RaspiBolt -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Electrum-server-RaspiBolt-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: How-to-Install-an-Electrum-Server-using-Full-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Run-lightning-node-2026-03-30-18-54-10 -:END: - -https://raspibolt.org/guide/bitcoin/electrum-server.html - -****** TODO Run lightning node -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Run-lightning-node-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Electrum-server-RaspiBolt-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Debian-Desktop-2026-03-30-18-54-10 -:END: -**** TODO Debian Desktop -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:02] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Debian-Desktop-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Run-lightning-node-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: AI-2026-03-30-18-54-10 -:END: - -**** TODO AI -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:12] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: AI-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Debian-Desktop-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Leon-Your-Open-Source-Personal-Assistant-2026-03-30-18-54-10 -:END: - -***** TODO [[https://getleon.ai/][Leon - Your Open-Source Personal Assistant]] -:PROPERTIES: -:TITLE: Leon - Your Open-Source Personal Assistant -:URI: https://getleon.ai/ -:CREATED: [2023-02-08 Wed 09:45] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Leon-Your-Open-Source-Personal-Assistant-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: AI-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GPT4All-2026-03-30-18-54-10 -:END: - -***** TODO [[https://gpt4all.io/index.html][GPT4All]] -:PROPERTIES: -:TITLE: GPT4All -:URI: https://gpt4all.io/index.html -:CREATED: [2023-06-05 Mon 11:14] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GPT4All-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Leon-Your-Open-Source-Personal-Assistant-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Prompt-generator-for-AI-images-and-media-2026-03-30-18-54-10 -:END: - -***** TODO [[https://prompter.fofr.ai/][Prompt generator for AI images and media]] -:PROPERTIES: -:TITLE: Prompt generator for AI images and media -:URI: https://prompter.fofr.ai/ -:CREATED: [2023-06-16 Fri 12:39] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Prompt-generator-for-AI-images-and-media-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GPT4All-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Replit-Replit-plus-Chroma-AI-for-the-next-billion-2026-03-30-18-54-10 -:END: - -***** TODO [[https://blog.replit.com/chroma][Replit - Replit + Chroma: AI for the next billion software creators]] -:PROPERTIES: -:TITLE: Replit - Replit + Chroma: AI for the next billion software creators -:URI: https://blog.replit.com/chroma -:CREATED: [2023-06-16 Fri 12:42] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Replit-Replit-plus-Chroma-AI-for-the-next-billion-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Prompt-generator-for-AI-images-and-media-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Build-an-E-commerce-Chatbot-With-Redis-LangChain-2026-03-30-18-54-10 -:END: - -***** TODO [[https://redis.com/blog/build-ecommerce-chatbot-with-redis/][Build an E-commerce Chatbot With Redis, LangChain, and OpenAI | Redis]] -:PROPERTIES: -:TITLE: Build an E-commerce Chatbot With Redis, LangChain, and OpenAI | Redis -:URI: https://redis.com/blog/build-ecommerce-chatbot-with-redis/ -:CREATED: [2023-06-16 Fri 12:42] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Build-an-E-commerce-Chatbot-With-Redis-LangChain-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Replit-Replit-plus-Chroma-AI-for-the-next-billion-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: ColossalChat-An-Open-Source-Solution-for-Cloning-2026-03-30-18-54-10 -:END: - -***** TODO [[https://medium.com/pytorch/colossalchat-an-open-source-solution-for-cloning-chatgpt-with-a-complete-rlhf-pipeline-5edf08fb538b][ColossalChat: An Open-Source Solution for Cloning ChatGPT With a Complete RLHF Pipeline | by Yang You | PyTorch | Medium]] -:PROPERTIES: -:TITLE: ColossalChat: An Open-Source Solution for Cloning ChatGPT With a Complete RLHF Pipeline | by Yang You | PyTorch | Medium -:URI: https://medium.com/pytorch/colossalchat-an-open-source-solution-for-cloning-chatgpt-with-a-complete-rlhf-pipeline-5edf08fb538b -:CREATED: [2023-06-16 Fri 12:43] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: ColossalChat-An-Open-Source-Solution-for-Cloning-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Build-an-E-commerce-Chatbot-With-Redis-LangChain-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: How-I-Got-ChatGPT-to-Write-Complete-Programs-2026-03-30-18-54-10 -:END: - -***** TODO [[https://blog.rok.strnisa.com/2023/04/how-i-got-chatgpt-to-write-complete.html?m=1][How I Got ChatGPT to Write Complete Programs]] -:PROPERTIES: -:TITLE: How I Got ChatGPT to Write Complete Programs -:URI: https://blog.rok.strnisa.com/2023/04/how-i-got-chatgpt-to-write-complete.html?m=1 -:CREATED: [2023-06-16 Fri 13:14] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: How-I-Got-ChatGPT-to-Write-Complete-Programs-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: ColossalChat-An-Open-Source-Solution-for-Cloning-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GitHub-openai-whisper-Robust-Speech-Recognition-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/openai/whisper][GitHub - openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision]] -:PROPERTIES: -:TITLE: GitHub - openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision -:URI: https://github.com/openai/whisper -:CREATED: [2023-03-15 Wed 12:31] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GitHub-openai-whisper-Robust-Speech-Recognition-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: How-I-Got-ChatGPT-to-Write-Complete-Programs-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: roadmaps-ml-engineer-roadmap-2021-dot-md-at-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/codebasics/roadmaps/blob/master/machine-learning-engineer-roadmap-2021/ml_engineer_roadmap_2021.md][roadmaps/ml_engineer_roadmap_2021.md at master · codebasics/roadmaps · GitHub]] -:PROPERTIES: -:TITLE: roadmaps/ml_engineer_roadmap_2021.md at master · codebasics/roadmaps · GitHub -:URI: https://github.com/codebasics/roadmaps/blob/master/machine-learning-engineer-roadmap-2021/ml_engineer_roadmap_2021.md -:CREATED: [2023-03-16 Thu 11:38] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: roadmaps-ml-engineer-roadmap-2021-dot-md-at-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GitHub-openai-whisper-Robust-Speech-Recognition-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Train-and-run-Stanford-Alpaca-on-your-own-machine-2026-03-30-18-54-10 -:END: - -***** TODO [[https://replicate.com/blog/replicate-alpaca][Train and run Stanford Alpaca on your own machine - Replicate – Replicate]] -:PROPERTIES: -:TITLE: Train and run Stanford Alpaca on your own machine - Replicate – Replicate -:URI: https://replicate.com/blog/replicate-alpaca -:CREATED: [2023-03-27 Mon 10:46] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Train-and-run-Stanford-Alpaca-on-your-own-machine-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: roadmaps-ml-engineer-roadmap-2021-dot-md-at-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: A-simple-Python-implementation-of-the-ReAct-2026-03-30-18-54-10 -:END: - -***** TODO [[https://til.simonwillison.net/llms/python-react-pattern][A simple Python implementation of the ReAct pattern for LLMs | Simon Willison’s TILs]] -:PROPERTIES: -:TITLE: A simple Python implementation of the ReAct pattern for LLMs | Simon Willison’s TILs -:URI: https://til.simonwillison.net/llms/python-react-pattern -:CREATED: [2023-03-27 Mon 10:47] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: A-simple-Python-implementation-of-the-ReAct-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Train-and-run-Stanford-Alpaca-on-your-own-machine-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: A-Tool-For-ChatGPT-AI-Prompt-Engineers-dot-2026-03-30-18-54-10 -:END: - -***** TODO [[https://readmultiplex.com/2023/03/21/__trashed/][A Tool For ChatGPT AI Prompt Engineers. – @ReadMultiplex]] -:PROPERTIES: -:TITLE: A Tool For ChatGPT AI Prompt Engineers. – @ReadMultiplex -:URI: https://readmultiplex.com/2023/03/21/__trashed/ -:CREATED: [2023-03-27 Mon 10:56] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: A-Tool-For-ChatGPT-AI-Prompt-Engineers-dot-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: A-simple-Python-implementation-of-the-ReAct-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Prompt-Engineering-LLMs-with-LangChain-and-W-and-2026-03-30-18-54-10 -:END: - -***** TODO [[https://wandb.ai/a-sh0ts/langchain_callback_demo/reports/Prompt-Engineering-LLMs-with-LangChain-and-W-B--VmlldzozNjk1NTUw][Prompt Engineering LLMs with LangChain and W&B | langchain_callback_demo – Weights & Biases]] -:PROPERTIES: -:TITLE: Prompt Engineering LLMs with LangChain and W&B | langchain_callback_demo – Weights & Biases -:URI: https://wandb.ai/a-sh0ts/langchain_callback_demo/reports/Prompt-Engineering-LLMs-with-LangChain-and-W-B--VmlldzozNjk1NTUw -:CREATED: [2023-03-27 Mon 10:57] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Prompt-Engineering-LLMs-with-LangChain-and-W-and-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: A-Tool-For-ChatGPT-AI-Prompt-Engineers-dot-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GitHub-lvwerra-trl-Train-transformer-language-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/lvwerra/trl][GitHub - lvwerra/trl: Train transformer language models with reinforcement learning.]] -:PROPERTIES: -:TITLE: GitHub - lvwerra/trl: Train transformer language models with reinforcement learning. -:URI: https://github.com/lvwerra/trl -:CREATED: [2023-03-27 Mon 10:57] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GitHub-lvwerra-trl-Train-transformer-language-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Prompt-Engineering-LLMs-with-LangChain-and-W-and-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GitHub-databrickslabs-dolly-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/databrickslabs/dolly][GitHub - databrickslabs/dolly]] -:PROPERTIES: -:TITLE: GitHub - databrickslabs/dolly -:URI: https://github.com/databrickslabs/dolly -:CREATED: [2023-03-27 Mon 10:58] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GitHub-databrickslabs-dolly-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GitHub-lvwerra-trl-Train-transformer-language-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GitHub-ggerganov-whisper-dot-cpp-Port-of-OpenAI-s-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/ggerganov/whisper.cpp][GitHub - ggerganov/whisper.cpp: Port of OpenAI's Whisper model in C/C++]] -:PROPERTIES: -:TITLE: GitHub - ggerganov/whisper.cpp: Port of OpenAI's Whisper model in C/C++ -:URI: https://github.com/ggerganov/whisper.cpp -:CREATED: [2023-03-27 Mon 11:01] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GitHub-ggerganov-whisper-dot-cpp-Port-of-OpenAI-s-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GitHub-databrickslabs-dolly-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Text2Room-Extracting-Textured-3D-Meshes-from-2D-2026-03-30-18-54-10 -:END: - -***** TODO [[https://lukashoel.github.io/text-to-room/][Text2Room: Extracting Textured 3D Meshes from 2D Text-to-Image Models]] -:PROPERTIES: -:TITLE: Text2Room: Extracting Textured 3D Meshes from 2D Text-to-Image Models -:URI: https://lukashoel.github.io/text-to-room/ -:CREATED: [2023-03-27 Mon 11:02] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Text2Room-Extracting-Textured-3D-Meshes-from-2D-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GitHub-ggerganov-whisper-dot-cpp-Port-of-OpenAI-s-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GitHub-imaurer-awesome-decentralized-llm-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/imaurer/awesome-decentralized-llm][GitHub - imaurer/awesome-decentralized-llm: Collection of decentralized and open source AI projects and information.]] -:PROPERTIES: -:TITLE: GitHub - imaurer/awesome-decentralized-llm: Collection of decentralized and open source AI projects and information. -:URI: https://github.com/imaurer/awesome-decentralized-llm -:CREATED: [2023-03-30 Thu 11:21] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GitHub-imaurer-awesome-decentralized-llm-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Text2Room-Extracting-Textured-3D-Meshes-from-2D-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GitHub-LAION-AI-Open-Assistant-OpenAssistant-is-a-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/LAION-AI/Open-Assistant][GitHub - LAION-AI/Open-Assistant: OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.]] -:PROPERTIES: -:TITLE: GitHub - LAION-AI/Open-Assistant: OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so. -:URI: https://github.com/LAION-AI/Open-Assistant -:CREATED: [2023-02-05 Sun 00:41] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GitHub-LAION-AI-Open-Assistant-OpenAssistant-is-a-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GitHub-imaurer-awesome-decentralized-llm-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GOAT-2026-03-30-18-54-10 -:END: - -***** TODO [[https://ipfs.io/ipfs/QmYyucgBQVfs9JXZ2MtmkGPAhgUjNgyGE6rcJT1KybQHhp/index.html][GOAT]] -:PROPERTIES: -:TITLE: GOAT -:URI: https://ipfs.io/ipfs/QmYyucgBQVfs9JXZ2MtmkGPAhgUjNgyGE6rcJT1KybQHhp/index.html -:CREATED: [2023-03-27 Mon 10:46] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GOAT-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GitHub-LAION-AI-Open-Assistant-OpenAssistant-is-a-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: ChatPDF-Chat-with-any-PDF-2026-03-30-18-54-10 -:END: - -***** TODO [[https://www.chatpdf.com/][ChatPDF - Chat with any PDF!]] -:PROPERTIES: -:TITLE: ChatPDF - Chat with any PDF! -:URI: https://www.chatpdf.com/ -:CREATED: 2023-03-21 Tue 05:40 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: ChatPDF-Chat-with-any-PDF-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GOAT-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GitHub-greshake-llm-security-New-ways-of-breaking-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/greshake/llm-security][GitHub - greshake/llm-security: New ways of breaking app-integrated LLMs]] -:PROPERTIES: -:TITLE: GitHub - greshake/llm-security: New ways of breaking app-integrated LLMs -:URI: https://github.com/greshake/llm-security -:CREATED: 2023-03-26 Sun 17:10 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: GitHub-greshake-llm-security-New-ways-of-breaking-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: ChatPDF-Chat-with-any-PDF-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: txtchat-examples-llama-at-master-neuml-txtchat-2026-03-30-18-54-10 -:END: - -***** TODO [[https://github.com/neuml/txtchat/tree/master/examples/llama][txtchat/examples/llama at master · neuml/txtchat · GitHub]] -:PROPERTIES: -:TITLE: txtchat/examples/llama at master · neuml/txtchat · GitHub -:URI: https://github.com/neuml/txtchat/tree/master/examples/llama -:CREATED: 2023-03-26 Sun 17:12 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: txtchat-examples-llama-at-master-neuml-txtchat-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: GitHub-greshake-llm-security-New-ways-of-breaking-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Windows-10-2026-03-30-18-54-10 -:END: - -**** TODO Windows 10 -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:02] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Windows-10-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: txtchat-examples-llama-at-master-neuml-txtchat-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Mac-OS-2026-03-30-18-54-10 -:END: - -Windows 10 Home key -BJG9Q MNYDM 9RDQ7 9XJ4F Q9MK7 - -**** TODO Mac OS -:PROPERTIES: -:CREATED: [2023-04-16 Sun 15:02] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Mac-OS-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Windows-10-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Mastodon-configs-2026-03-30-18-54-10 -:END: - -**** TODO Mastodon configs -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Mastodon-configs-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Mac-OS-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Nostr-2026-03-30-18-54-10 -:END: - -# .env.production -# Generated with mastodon:setup on 2023-02-16 18:49:54 UTC - -# Some variables in this file will be interpreted differently whether you are -# using docker-compose or not. - -LOCAL_DOMAIN=social.gharbeia.net -SINGLE_USER_MODE=true -SECRET_KEY_BASE=9c7367324c49bc94c07587a659de0b08efb0fbc059b3f3b4225d5d803d11c45d5946a7a0e61e2d78a564d18922545cef573ad539adcc903ec2f869cd0bf75cdb -OTP_SECRET=7751729fe3c8576b07b0d5d4aa972f3af87d4d953014359d5f56930f355fe3e3a73beb82a695788796f8ffac131de9b939c424f8cf219af2b2202f9ce2658c85 -VAPID_PRIVATE_KEY=v1rElQ18AFk73Yhx47S2b1rzjhzJlTt17D1Waj-1HkU= -VAPID_PUBLIC_KEY=BDnLSXYkDGHXFl86i5oWl9NMK7uTzeSAzBroC4PS0H-uGrGqeyapd2PoLlWt_UnoWPjHhPV4dhkWh5nG1qU_epg= -DB_HOST=/var/run/postgresql -DB_PORT=5432 -DB_NAME=mastodon_production -DB_USER=mastodon -DB_PASS="j;{TZ]G=\"E\'~~bC:E>t;2e[}E" -REDIS_HOST=localhost -REDIS_PORT=6379 -REDIS_PASSWORD= -SMTP_SERVER=smtp.mailgun.org -SMTP_PORT=587 -SMTP_LOGIN=postmaster@sandboxbf29c666842548d7bf8080a9d85ea700.mailgun.org -SMTP_PASSWORD=d20c7990ec1631762ef3a0c5e5a36ea2-1d8af1f4-fcf8985f -SMTP_AUTH_METHOD=plain -SMTP_OPENSSL_VERIFY_MODE=none -SMTP_ENABLE_STARTTLS=auto -SMTP_FROM_ADDRESS='Mastodon ' - -**** TODO Nostr -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Nostr-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Mastodon-configs-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: How-To-Get-Your-Nostr-Account-NIP-05-Verified-The-2026-03-30-18-54-10 -:END: -***** TODO [[https://thebitcoinmanual.com/articles/nostr-account-nip-05-verified/][How To Get Your Nostr Account NIP-05 Verified - The Bitcoin Manual]] -:PROPERTIES: -:TITLE: How To Get Your Nostr Account NIP-05 Verified - The Bitcoin Manual -:URI: https://thebitcoinmanual.com/articles/nostr-account-nip-05-verified/ -:CREATED: [2023-03-27 Mon 10:45] -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: How-To-Get-Your-Nostr-Account-NIP-05-Verified-The-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: Nostr-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: How-to-Install-Dockerized-Electrum-Server-to-Improve-Bitcoin-Privacy-Wave-Layer-Blog-2024-06-13-12-18-32 -:END: - -*** TODO [[https://www.wavelayer.com/blog/how-to-install-dockerized-electrum-server-to-improve-bitcoin-privacy/][How to Install Dockerized Electrum Server to Improve Bitcoin Privacy – Wave Layer Blog]] -:PROPERTIES: -:TITLE: How to Install Dockerized Electrum Server to Improve Bitcoin Privacy – Wave Layer Blog -:URI: https://www.wavelayer.com/blog/how-to-install-dockerized-electrum-server-to-improve-bitcoin-privacy/ -:CREATED: [2024-06-13 Thu 10:39] -:ID: How-to-Install-Dockerized-Electrum-Server-to-Improve-Bitcoin-Privacy-Wave-Layer-Blog-2024-06-13-12-18-32 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: How-To-Get-Your-Nostr-Account-NIP-05-Verified-The-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: GitHub-Ragtor-bitcoin-electrumx-docker-A-simple-way-to-run-bitcoin-core-and-electrumx-via-docker-compose-2024-06-13-12-18-50 -:END: - -*** TODO [[https://github.com/Ragtor/bitcoin-electrumx-docker][GitHub - Ragtor/bitcoin-electrumx-docker: A simple way to run bitcoin core and electrumx via docker-compose]] -:PROPERTIES: -:TITLE: GitHub - Ragtor/bitcoin-electrumx-docker: A simple way to run bitcoin core and electrumx via docker-compose -:URI: https://github.com/Ragtor/bitcoin-electrumx-docker -:CREATED: [2024-06-13 Thu 10:38] -:ID: GitHub-Ragtor-bitcoin-electrumx-docker-A-simple-way-to-run-bitcoin-core-and-electrumx-via-docker-compose-2024-06-13-12-18-50 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: How-to-Install-Dockerized-Electrum-Server-to-Improve-Bitcoin-Privacy-Wave-Layer-Blog-2024-06-13-12-18-32 -:ORG_GTD_BLOCKS: How-to-Set-Up-Docker-in-Proxmox-using-an-LXC-VM--2024-2024-06-13-12-38-53 -:END: - -*** TODO [[https://www.wundertech.net/how-to-set-up-docker-containers-in-proxmox/][How to Set Up Docker in Proxmox using an LXC/VM (2024)]] -:PROPERTIES: -:TITLE: How to Set Up Docker in Proxmox using an LXC/VM (2024) -:URI: https://www.wundertech.net/how-to-set-up-docker-containers-in-proxmox/ -:CREATED: [2024-06-13 Thu 10:34] -:ID: How-to-Set-Up-Docker-in-Proxmox-using-an-LXC-VM--2024-2024-06-13-12-38-53 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: GitHub-Ragtor-bitcoin-electrumx-docker-A-simple-way-to-run-bitcoin-core-and-electrumx-via-docker-compose-2024-06-13-12-18-50 -:ORG_GTD_BLOCKS: Installing-Servarr-Stack-with-Docker-Compose-2024-06-13-12-39-03 -:END: - -This is how Portainer is exposed on the LXC host. - -#+begin_src bash -docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce:latest -#+end_src - -*** TODO [[https://blog.kye.dev/proxmox-servarr-stack][Installing Servarr Stack with Docker Compose]] -:PROPERTIES: -:TITLE: Installing Servarr Stack with Docker Compose -:URI: https://blog.kye.dev/proxmox-servarr-stack -:CREATED: [2024-06-13 Thu 10:13] -:ID: Installing-Servarr-Stack-with-Docker-Compose-2024-06-13-12-39-03 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: How-to-Set-Up-Docker-in-Proxmox-using-an-LXC-VM--2024-2024-06-13-12-38-53 -:ORG_GTD_BLOCKS: Setup-ZFS-on-Proxmox-2024-06-13-12-39-15 -:END: - -*** TODO [[https://blog.kye.dev/proxmox-zfs][Setup ZFS on Proxmox]] -:PROPERTIES: -:TITLE: Setup ZFS on Proxmox -:URI: https://blog.kye.dev/proxmox-zfs -:CREATED: [2024-06-13 Thu 10:12] -:ID: Setup-ZFS-on-Proxmox-2024-06-13-12-39-15 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Installing-Servarr-Stack-with-Docker-Compose-2024-06-13-12-39-03 -:ORG_GTD_BLOCKS: khaledfahmy-dot-org-2024-06-13-12-40-54 -:END: - -*** TODO khaledfahmy.org -:PROPERTIES: -:ID: khaledfahmy-dot-org-2024-06-13-12-40-54 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Setup-ZFS-on-Proxmox-2024-06-13-12-39-15 -:ORG_GTD_BLOCKS: compose-dot-yml-2026-03-30-18-54-10 -:END: - -خواطر عن مصر والشرق الأوسط والتاريخ - -**** TODO compose.yml -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: compose-dot-yml-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: khaledfahmy-dot-org-2024-06-13-12-40-54 -:ORG_GTD_BLOCKS: wordpress-dot-ini-2026-03-30-18-54-10 -:END: - -#+begin_src yml - version: '3.1' - -services: - - wordpress: - image: wordpress - restart: always - ports: - - 8080:80 - environment: - WORDPRESS_DB_HOST: db - WORDPRESS_DB_USER: mysql - WORDPRESS_DB_PASSWORD: t1)~Bt~1uwmwe?pq}sZj%b!t8 - WORDPRESS_DB_NAME: khaledfahmy_db - volumes: - - wordpress:/var/www/html - - ./wordpress.ini:/usr/local/etc/php/conf.d/wordpress.ini - - db: - image: mysql:8.0 - restart: always - environment: - MYSQL_DATABASE: khaledfahmy_db - MYSQL_USER: mysql - MYSQL_PASSWORD: t1)~Bt~1uwmwe?pq}sZj%b!t8 - MYSQL_RANDOM_ROOT_PASSWORD: '1' - volumes: - - db:/var/lib/mysql - -volumes: - wordpress: - db: -#+end_src - -**** TODO wordpress.ini -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: wordpress-dot-ini-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: compose-dot-yml-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Cloudflare-Zone-API-2026-03-30-18-54-10 -:END: - -#+begin_src yaml -file_uploads = On -memory_limit = 256M -upload_max_filesize = 64M -post_max_size = 64M -max_execution_time = 300 -max_input_time = 1000 -#+end_src - -**** TODO Cloudflare Zone API -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Cloudflare-Zone-API-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: wordpress-dot-ini-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Using-Org-Mode-in-Hugo-2024-06-13-12-41-04 -:END: - -kOMRnUfC8BxotLwPygvlPQecZePgHReH9DdhrW_j - -*** TODO [[https://willschenk.com/howto/2019/using_org_mode_in_hugo/][Using Org Mode in Hugo]] -:PROPERTIES: -:TITLE: Using Org Mode in Hugo -:URI: https://willschenk.com/howto/2019/using_org_mode_in_hugo/ -:CREATED: [2024-06-04 Tue 13:06] -:ID: Using-Org-Mode-in-Hugo-2024-06-13-12-41-04 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Cloudflare-Zone-API-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Running-docker-inside-an-unprivileged-LXC-container-on-Proxmox-du-dot-nkel-dot-dev-2024-06-13-12-41-41 -:END: - -*** TODO [[https://du.nkel.dev/blog/2021-03-25_proxmox_docker/][Running docker inside an unprivileged LXC container on Proxmox - du.nkel.dev]] -:PROPERTIES: -:TITLE: Running docker inside an unprivileged LXC container on Proxmox - du.nkel.dev -:URI: https://du.nkel.dev/blog/2021-03-25_proxmox_docker/ -:CREATED: [2024-06-04 Tue 12:43] -:ID: Running-docker-inside-an-unprivileged-LXC-container-on-Proxmox-du-dot-nkel-dot-dev-2024-06-13-12-41-41 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Using-Org-Mode-in-Hugo-2024-06-13-12-41-04 -:ORG_GTD_BLOCKS: Proxmox-VE-Helper-Scripts-2024-06-13-12-43-39 -:END: - -*** TODO [[https://helper-scripts.com/][Proxmox VE Helper-Scripts]] -:PROPERTIES: -:TITLE: Proxmox VE Helper-Scripts -:URI: https://helper-scripts.com/ -:CREATED: [2024-05-30 Thu 14:35] -:ID: Proxmox-VE-Helper-Scripts-2024-06-13-12-43-39 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Running-docker-inside-an-unprivileged-LXC-container-on-Proxmox-du-dot-nkel-dot-dev-2024-06-13-12-41-41 -:ORG_GTD_BLOCKS: 7-watts-idle-on-Intel-12th-13th-gen-the-foundation-for-building-a-low-power-server-NAS-mattgadient-dot-com-2024-06-13-12-44-05 -:END: - -*** TODO 7 watts idle on Intel 12th/13th gen: the foundation for building a low power server/NAS | mattgadient.com -:PROPERTIES: -:CREATED: [2024-05-30 Thu 03:57] -:ID: 7-watts-idle-on-Intel-12th-13th-gen-the-foundation-for-building-a-low-power-server-NAS-mattgadient-dot-com-2024-06-13-12-44-05 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Proxmox-VE-Helper-Scripts-2024-06-13-12-43-39 -:ORG_GTD_BLOCKS: How-to-check-an-hard-drive-health-from-the-command-line-using-smartctl-Linux-Tutorials-Learn-Linux-Configuration-2024-06-13-12-44-44 -:END: - -https://mattgadient.com/7-watts-idle-on-intel-12th-13th-gen-the-foundation-for-building-a-low-power-server-nas/ - -*** TODO [[https://linuxconfig.org/how-to-check-an-hard-drive-health-from-the-command-line-using-smartctl][How to check an hard drive health from the command line using smartctl - Linux Tutorials - Learn Linux Configuration]] -:PROPERTIES: -:TITLE: How to check an hard drive health from the command line using smartctl - Linux Tutorials - Learn Linux Configuration -:URI: https://linuxconfig.org/how-to-check-an-hard-drive-health-from-the-command-line-using-smartctl -:CREATED: [2024-05-29 Wed 15:54] -:ID: How-to-check-an-hard-drive-health-from-the-command-line-using-smartctl-Linux-Tutorials-Learn-Linux-Configuration-2024-06-13-12-44-44 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: 7-watts-idle-on-Intel-12th-13th-gen-the-foundation-for-building-a-low-power-server-NAS-mattgadient-dot-com-2024-06-13-12-44-05 -:ORG_GTD_BLOCKS: GitHub-iyaja-llama-fs-A-self-organizing-file-system-with-llama-3-2024-06-13-12-46-19 -:END: - -*** TODO GitHub - iyaja/llama-fs: A self-organizing file system with llama 3 -:PROPERTIES: -:CREATED: [2024-05-26 Sun 21:22] -:ID: GitHub-iyaja-llama-fs-A-self-organizing-file-system-with-llama-3-2024-06-13-12-46-19 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: How-to-check-an-hard-drive-health-from-the-command-line-using-smartctl-Linux-Tutorials-Learn-Linux-Configuration-2024-06-13-12-44-44 -:ORG_GTD_BLOCKS: Move-data-from-4TB-drive-to-8TB-barrel-2024-06-13-13-07-48 -:END: - -https://github.com/iyaja/llama-fs - -*** TODO Move data from 4TB drive to 8TB barrel -:PROPERTIES: -:ID: Move-data-from-4TB-drive-to-8TB-barrel-2024-06-13-13-07-48 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: GitHub-iyaja-llama-fs-A-self-organizing-file-system-with-llama-3-2024-06-13-12-46-19 -:ORG_GTD_BLOCKS: Open-WebUI-2024-06-13-13-43-50 -:END: - -[2024-05-01 Wed 09:30] - -| lilitop | barrel | | -| 287GB | 11GB | audio | -| 86GB | 0 | books | -| 367GB | 0 | documents | -| 0 | 431GB | in | -| 146GB | 0 | maps | -| 0 | 883GB | music | -| 94GB | 0 | music-store | -| 168GB | 0 | src | -| 478MB | 0 | torrent | -| 42GB | 42GB | vault | -| 0 | 5.2TB | video | -| 538MB | 538MB | physibles.zip | -| 1.2TB | 6.5TB | Total | - -*** TODO [[https://openwebui.com/][Open WebUI]] :AI: -:PROPERTIES: -:CREATED: [2024-04-19 Fri 09:12] -:TITLE: Open WebUI -:URI: https://openwebui.com/ -:ID: Open-WebUI-2024-06-13-13-43-50 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Move-data-from-4TB-drive-to-8TB-barrel-2024-06-13-13-07-48 -:ORG_GTD_BLOCKS: Set-up-Cloudflare-1-dot-1-dot-1-dot-1-resolver-Cloudflare-1-dot-1-dot-1-dot-1-docs-2024-06-13-13-46-16 -:END: - -*** TODO [[https://developers.cloudflare.com/1.1.1.1/setup/][Set up Cloudflare 1.1.1.1 resolver · Cloudflare 1.1.1.1 docs]] -:PROPERTIES: -:CREATED: [2024-04-17 Wed 16:13] -:TITLE: Set up Cloudflare 1.1.1.1 resolver · Cloudflare 1.1.1.1 docs -:URI: https://developers.cloudflare.com/1.1.1.1/setup/ -:ID: Set-up-Cloudflare-1-dot-1-dot-1-dot-1-resolver-Cloudflare-1-dot-1-dot-1-dot-1-docs-2024-06-13-13-46-16 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Open-WebUI-2024-06-13-13-43-50 -:ORG_GTD_BLOCKS: How-I-manage-LVMs-on-home-server-2024-06-13-14-08-00 -:END: - -*** TODO How I manage LVMs on home server -:PROPERTIES: -:CREATED: [2024-04-09 Tue 00:00] -:ID: How-I-manage-LVMs-on-home-server-2024-06-13-14-08-00 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Set-up-Cloudflare-1-dot-1-dot-1-dot-1-resolver-Cloudflare-1-dot-1-dot-1-dot-1-docs-2024-06-13-13-46-16 -:ORG_GTD_BLOCKS: To-mount-the-LVM-on-Proxmox-2026-03-30-18-54-10 -:END: - -The 4TB drive is, sadly, in LVM. I need to change this since the hardware only supports one driver. Meanwhile, this is how I add the LVM to Umbrel - -**** TODO To mount the LVM on Proxmox -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: To-mount-the-LVM-on-Proxmox-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: How-I-manage-LVMs-on-home-server-2024-06-13-14-08-00 -:ORG_GTD_BLOCKS: To-mount-media-library-on-Umbrel-2026-03-30-18-54-10 -:END: - -#+begin_src shell - vgscan - vgchange -ay library - lvs - mkdir /media/library - mount /dev/library/vm-100-disk-0 /media/library/ -#+end_src - -**** TODO To mount /media/library on Umbrel -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: To-mount-media-library-on-Umbrel-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: To-mount-the-LVM-on-Proxmox-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Docker-data-are-in-rpool-data-subvol-111-disk-0-2026-03-30-18-54-10 -:END: - -#+begin_src shell -pct set 111 -mp0 /media/library,mp=/library -#+end_src - -**** TODO Docker data are in /rpool/data/subvol-111-disk-0/root/umbrel/app-data -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: Docker-data-are-in-rpool-data-subvol-111-disk-0-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: To-mount-media-library-on-Umbrel-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Accessing-Time-Machine-backup-from-Windows-Linux-laptops-Super-User-2024-06-13-14-14-52 -:END: -*** TODO [[https://superuser.com/questions/238297/accessing-time-machine-backup-from-windows-linux-laptops][Accessing Time Machine backup from Windows/Linux laptops - Super User]] -:PROPERTIES: -:CREATED: [2024-04-06 Sat 17:14] -:TITLE: Accessing Time Machine backup from Windows/Linux laptops - Super User -:URI: https://superuser.com/questions/238297/accessing-time-machine-backup-from-windows-linux-laptops -:ID: Accessing-Time-Machine-backup-from-Windows-Linux-laptops-Super-User-2024-06-13-14-14-52 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Docker-data-are-in-rpool-data-subvol-111-disk-0-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Nextcloud-AOL-2024-06-29-13-13-48 -:END: - -*** TODO [[https://github.com/nextcloud/all-in-one][Nextcloud AOL]] -:PROPERTIES: -:ID: Nextcloud-AOL-2024-06-29-13-13-48 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Accessing-Time-Machine-backup-from-Windows-Linux-laptops-Super-User-2024-06-13-14-14-52 -:ORG_GTD_BLOCKS: Mastodon-2024-06-29-13-13-59 -:END: - -#+begin_src yaml - services: - nextcloud-aio-mastercontainer: - image: nextcloud/all-in-one:latest - init: true - restart: always - container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed as otherwise AIO will not work correctly - volumes: - - nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed as otherwise the built-in backup solution will not work - - /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'! - ports: - - 80:80 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md - - 8080:8080 - - 8443:8443 # Can be removed when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md - # environment: # Is needed when using any of the options below - # AIO_DISABLE_BACKUP_SECTION: false # Setting this to true allows to hide the backup section in the AIO interface. See https://github.com/nextcloud/all-in-one#how-to-disable-the-backup-section - # APACHE_PORT: 11000 # Is needed when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else). See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md - # APACHE_IP_BINDING: 127.0.0.1 # Should be set when running behind a web server or reverse proxy (like Apache, Nginx, Cloudflare Tunnel and else) that is running on the same host. See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md - # BORG_RETENTION_POLICY: --keep-within=7d --keep-weekly=4 --keep-monthly=6 # Allows to adjust borgs retention policy. See https://github.com/nextcloud/all-in-one#how-to-adjust-borgs-retention-policy - # COLLABORA_SECCOMP_DISABLED: false # Setting this to true allows to disable Collabora's Seccomp feature. See https://github.com/nextcloud/all-in-one#how-to-disable-collaboras-seccomp-feature - # NEXTCLOUD_DATADIR: /mnt/ncdata # Allows to set the host directory for Nextcloud's datadir. ⚠️⚠️⚠️ Warning: do not set or adjust this value after the initial Nextcloud installation is done! See https://github.com/nextcloud/all-in-one#how-to-change-the-default-location-of-nextclouds-datadir - # NEXTCLOUD_MOUNT: /mnt/ # Allows the Nextcloud container to access the chosen directory on the host. See https://github.com/nextcloud/all-in-one#how-to-allow-the-nextcloud-container-to-access-directories-on-the-host - # NEXTCLOUD_UPLOAD_LIMIT: 10G # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-upload-limit-for-nextcloud - # NEXTCLOUD_MAX_TIME: 3600 # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-max-execution-time-for-nextcloud - # NEXTCLOUD_MEMORY_LIMIT: 512M # Can be adjusted if you need more. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-php-memory-limit-for-nextcloud - # NEXTCLOUD_TRUSTED_CACERTS_DIR: /path/to/my/cacerts # CA certificates in this directory will be trusted by the OS of the nexcloud container (Useful e.g. for LDAPS) See See https://github.com/nextcloud/all-in-one#how-to-trust-user-defined-certification-authorities-ca - # NEXTCLOUD_STARTUP_APPS: deck twofactor_totp tasks calendar contacts notes # Allows to modify the Nextcloud apps that are installed on starting AIO the first time. See https://github.com/nextcloud/all-in-one#how-to-change-the-nextcloud-apps-that-are-installed-on-the-first-startup - # NEXTCLOUD_ADDITIONAL_APKS: imagemagick # This allows to add additional packages to the Nextcloud container permanently. Default is imagemagick but can be overwritten by modifying this value. See https://github.com/nextcloud/all-in-one#how-to-add-os-packages-permanently-to-the-nextcloud-container - # NEXTCLOUD_ADDITIONAL_PHP_EXTENSIONS: imagick # This allows to add additional php extensions to the Nextcloud container permanently. Default is imagick but can be overwritten by modifying this value. See https://github.com/nextcloud/all-in-one#how-to-add-php-extensions-permanently-to-the-nextcloud-container - # NEXTCLOUD_ENABLE_DRI_DEVICE: true # This allows to enable the /dev/dri device in the Nextcloud container. ⚠️⚠️⚠️ Warning: this only works if the '/dev/dri' device is present on the host! If it should not exist on your host, don't set this to true as otherwise the Nextcloud container will fail to start! See https://github.com/nextcloud/all-in-one#how-to-enable-hardware-transcoding-for-nextcloud - # NEXTCLOUD_KEEP_DISABLED_APPS: false # Setting this to true will keep Nextcloud apps that are disabled in the AIO interface and not uninstall them if they should be installed. See https://github.com/nextcloud/all-in-one#how-to-keep-disabled-apps - # TALK_PORT: 3478 # This allows to adjust the port that the talk container is using. See https://github.com/nextcloud/all-in-one#how-to-adjust-the-talk-port - # WATCHTOWER_DOCKER_SOCKET_PATH: /var/run/docker.sock # Needs to be specified if the docker socket on the host is not located in the default '/var/run/docker.sock'. Otherwise mastercontainer updates will fail. For macos it needs to be '/var/run/docker.sock' - # networks: # Is needed when you want to create the nextcloud-aio network with ipv6-support using this file, see the network config at the bottom of the file - # - nextcloud-aio # Is needed when you want to create the nextcloud-aio network with ipv6-support using this file, see the network config at the bottom of the file - # security_opt: ["label:disable"] # Is needed when using SELinux - - # # Optional: Caddy reverse proxy. See https://github.com/nextcloud/all-in-one/blob/main/reverse-proxy.md - # # You can find further examples here: https://github.com/nextcloud/all-in-one/discussions/588 - # caddy: - # image: caddy:alpine - # restart: always - # container_name: caddy - # volumes: - # - ./Caddyfile:/etc/caddy/Caddyfile - # - ./certs:/certs - # - ./config:/config - # - ./data:/data - # - ./sites:/srv - # network_mode: "host" - -volumes: # If you want to store the data on a different drive, see https://github.com/nextcloud/all-in-one#how-to-store-the-filesinstallation-on-a-separate-drive - nextcloud_aio_mastercontainer: - name: nextcloud_aio_mastercontainer # This line is not allowed to be changed as otherwise the built-in backup solution will not work - -# # Optional: If you need ipv6, follow step 1 and 2 of https://github.com/nextcloud/all-in-one/blob/main/docker-ipv6-support.md first and then uncomment the below config in order to activate ipv6 for the internal nextcloud-aio network. -# # Please make sure to uncomment also the networking lines of the mastercontainer above in order to actually create the network with docker-compose -# networks: -# nextcloud-aio: -# name: nextcloud-aio # This line is not allowed to be changed as otherwise the created network will not be used by the other containers of AIO -# driver: bridge -# enable_ipv6: true -# ipam: -# driver: default -# config: -# - subnet: fd12:3456:789a:2::/64 # IPv6 subnet to use -#+end_src - -*** TODO [[https://hub.docker.com/r/linuxserver/mastodon][Mastodon]] -:PROPERTIES: -:ID: Mastodon-2024-06-29-13-13-59 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Nextcloud-AOL-2024-06-29-13-13-48 -:ORG_GTD_BLOCKS: Cloudflared-tunnel-2024-06-29-13-14-05 -:END: - -#+begin_src yaml - services: - mastodon: - image: lscr.io/linuxserver/mastodon:latest - container_name: mastodon - environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - - LOCAL_DOMAIN=example.com - - REDIS_HOST=redis - - REDIS_PORT=6379 - - DB_HOST=db - - DB_USER=mastodon - - DB_NAME=mastodon - - DB_PASS=mastodon - - DB_PORT=5432 - - ES_ENABLED=false - - SECRET_KEY_BASE= - - OTP_SECRET= - - VAPID_PRIVATE_KEY= - - VAPID_PUBLIC_KEY= - - SMTP_SERVER=mail.example.com - - SMTP_PORT=25 - - SMTP_LOGIN= - - SMTP_PASSWORD= - - SMTP_FROM_ADDRESS=notifications@example.com - - S3_ENABLED=false - - WEB_DOMAIN=mastodon.example.com #optional - - ES_HOST=es #optional - - ES_PORT=9200 #optional - - ES_USER=elastic #optional - - ES_PASS=elastic #optional - - S3_BUCKET= #optional - - AWS_ACCESS_KEY_ID= #optional - - AWS_SECRET_ACCESS_KEY= #optional - - S3_ALIAS_HOST= #optional - - SIDEKIQ_ONLY=false #optional - - SIDEKIQ_QUEUE= #optional - - SIDEKIQ_DEFAULT=false #optional - - SIDEKIQ_THREADS=5 #optional - - DB_POOL=5 #optional - - NO_CHOWN= #optional - volumes: - - /path/to/appdata/config:/config - ports: - - 80:80 - - 443:443 - restart: unless-stopped -#+end_src - -*** TODO [[https://github.com/ChristianLempa/videos/tree/main/cloudflare-tunnel-tutorial][Cloudflared tunnel]] -:PROPERTIES: -:ID: Cloudflared-tunnel-2024-06-29-13-14-05 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Mastodon-2024-06-29-13-13-59 -:ORG_GTD_BLOCKS: أليس-في-بلاد-العجائب-الجزء-1-2024-06-29-13-15-43 -:END: - -#+begin_src yaml - networks: - frontend: - external: true - backend: - external: true - -services: - cloudflaretunnel: - container_name: cloudflaretunnel - image: cloudflare/cloudflared - restart: unless-stopped - environment: - - TUNNEL_TOKEN=eyJhIjoiYWY0Y2RkYWM0N2UwMDFmZDZkNWMyMGFjNmRkZGFkM2QiLCJ0IjoiYTNiMWQ3MzEtZmVmNy00NDcxLTk5ZjItNzRlYzVlYmM4OGQ4IiwicyI6IllUaGpZbUV3TURNdFpEUmhaaTAwWldZMExXSmpPVEV0WlRBellXRmhZMkUyTUdFMCJ9 - command: tunnel --no-autoupdate run - networks: - - frontend - - backend -#+end_src - -*** TODO [[https://www.arteenz.com/cartooncat-587.html#gsc.tab=0][أليس في بلاد العجائب الجزء 1]] -:PROPERTIES: -:TITLE: أليس في بلاد العجائب الجزء 1 -:URI: https://www.arteenz.com/cartooncat-587.html#gsc.tab=0 -:CREATED: [2024-06-16 Sun 10:33] -:ID: أليس-في-بلاد-العجائب-الجزء-1-2024-06-29-13-15-43 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Cloudflared-tunnel-2024-06-29-13-14-05 -:ORG_GTD_BLOCKS: Using-environment-variable-for-volume-name-in-docker-compose-Stack-Overflow-2024-06-29-13-17-10 -:END: - -*** TODO [[https://stackoverflow.com/questions/45103843/using-environment-variable-for-volume-name-in-docker-compose][Using environment variable for volume name in docker compose - Stack Overflow]] -:PROPERTIES: -:TITLE: Using environment variable for volume name in docker compose - Stack Overflow -:URI: https://stackoverflow.com/questions/45103843/using-environment-variable-for-volume-name-in-docker-compose -:CREATED: [2024-06-15 Sat 12:37] -:ID: Using-environment-variable-for-volume-name-in-docker-compose-Stack-Overflow-2024-06-29-13-17-10 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: أليس-في-بلاد-العجائب-الجزء-1-2024-06-29-13-15-43 -:ORG_GTD_BLOCKS: How-to-Self-host-Multiple-WordPress-Sites-on-the-Same-Server-With-Docker-2024-06-29-13-17-33 -:END: - -*** TODO [[https://linuxhandbook.com/deploye-multiple-wordpress/][How to Self-host Multiple WordPress Sites on the Same Server With Docker]] -:PROPERTIES: -:TITLE: How to Self-host Multiple WordPress Sites on the Same Server With Docker -:URI: https://linuxhandbook.com/deploye-multiple-wordpress/ -:CREATED: [2024-06-15 Sat 12:37] -:ID: How-to-Self-host-Multiple-WordPress-Sites-on-the-Same-Server-With-Docker-2024-06-29-13-17-33 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Using-environment-variable-for-volume-name-in-docker-compose-Stack-Overflow-2024-06-29-13-17-10 -:ORG_GTD_BLOCKS: fishere-2024-06-29-13-17-44 -:END: - -*** TODO fishere -:PROPERTIES: -:ID: fishere-2024-06-29-13-17-44 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: How-to-Self-host-Multiple-WordPress-Sites-on-the-Same-Server-With-Docker-2024-06-29-13-17-33 -:ORG_GTD_BLOCKS: compose-dot-yaml-2026-03-30-18-54-10 -:END: - -**** TODO compose.yaml -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: compose-dot-yaml-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: fishere-2024-06-29-13-17-44 -:ORG_GTD_BLOCKS: fishere-dot-env-2026-03-30-18-54-10 -:END: - -#+begin_src yaml -version: '3.1' - -services: - - wordpress: - image: wordpress - restart: always - ports: - - 8081:81 - volumes: - - wordpress:/var/www/html - env_file:"fishere.env" - - db: - image: mysql:8.0 - restart: always - volumes: - - db:/var/lib/mysql - env_file:"fishere.env" - -volumes: - wordpress: - db: -#+end_src - -**** TODO fishere.env -:PROPERTIES: -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ID: fishere-dot-env-2026-03-30-18-54-10 -:ORG_GTD_DEPENDS_ON: compose-dot-yaml-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Configure-ODMPY-download-folder-name-pattern-to-suit-Audiobookshelf-2024-03-15-17-16-55 -:END: - -#+begin_src env -WORDPRESS_DB_HOST=db -WORDPRESS_DB_USER=mysql -WORDPRESS_DB_PASSWORD=t1)~Bt~1uwmwe?pq}sZj%b!t8 -WORDPRESS_DB_NAME=fishere_db - -MYSQL_DATABASE=fishere_db -MYSQL_USER=mysql -MYSQL_PASSWORD=t1)~Bt~1uwmwe?pq}sZj%b!t8 -MYSQL_RANDOM_ROOT_PASSWORD='1' - -#+end_src - -*** TODO Configure ODMPY download folder name pattern to suit Audiobookshelf -:PROPERTIES: -:CREATED: [2024-03-15 Fri 06:02] -:ID: Configure-ODMPY-download-folder-name-pattern-to-suit-Audiobookshelf-2024-03-15-17-16-55 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: fishere-dot-env-2026-03-30-18-54-10 -:ORG_GTD_BLOCKS: Dead-Man-s-Snitch-A-dead-simple-Cron-Job-Monitoring-service-2024-07-03-14-51-47 -:END: - -https://github.com/ping/odmpy -https://www.audiobookshelf.org/docs/ - -*** TODO [[https://deadmanssnitch.com/][Dead Man's Snitch — A dead simple Cron Job Monitoring service]] -:PROPERTIES: -:CREATED: [2023-07-27 Thu 17:00] -:TITLE: Dead Man's Snitch — A dead simple Cron Job Monitoring service -:URI: https://deadmanssnitch.com/ -:ID: Dead-Man-s-Snitch-A-dead-simple-Cron-Job-Monitoring-service-2024-07-03-14-51-47 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Configure-ODMPY-download-folder-name-pattern-to-suit-Audiobookshelf-2024-03-15-17-16-55 -:ORG_GTD_BLOCKS: GitHub-akhilrex-podgrab-A-self-hosted-podcast-manager-downloader-archiver-tool-to-download-podcast-episodes-as-soon-as-they-become-live-with-an-integrated-player-dot-2024-07-03-15-40-16 -:END: - -*** TODO [[https://github.com/akhilrex/podgrab][GitHub - akhilrex/podgrab: A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player.]] :computers: -:PROPERTIES: -:TITLE: GitHub - akhilrex/podgrab: A self-hosted podcast manager/downloader/archiver tool to download podcast episodes as soon as they become live with an integrated player. -:URI: https://github.com/akhilrex/podgrab -:CREATED: [2023-02-08 Wed 09:41] -:ID: GitHub-akhilrex-podgrab-A-self-hosted-podcast-manager-downloader-archiver-tool-to-download-podcast-episodes-as-soon-as-they-become-live-with-an-integrated-player-dot-2024-07-03-15-40-16 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Dead-Man-s-Snitch-A-dead-simple-Cron-Job-Monitoring-service-2024-07-03-14-51-47 -:ORG_GTD_BLOCKS: ArchiveBox-Open-source-self-hosted-web-archiving-dot-Takes-URLs-browser-history-bookmarks-Pocket-Pinboard-etc-dot-saves-HTML-JS-PDFs-media-and-more-2024-07-04-09-39-21 -:END: - -*** TODO [[https://archivebox.io/][ArchiveBox | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more…]] :archive:computers: -:PROPERTIES: -:TITLE: ArchiveBox | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more… -:URI: https://archivebox.io/ -:CREATED: [2022-12-27 Tue 14:31] -:MODIFIED: [2022-12-27 14:31] -:ID: ArchiveBox-Open-source-self-hosted-web-archiving-dot-Takes-URLs-browser-history-bookmarks-Pocket-Pinboard-etc-dot-saves-HTML-JS-PDFs-media-and-more-2024-07-04-09-39-21 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: GitHub-akhilrex-podgrab-A-self-hosted-podcast-manager-downloader-archiver-tool-to-download-podcast-episodes-as-soon-as-they-become-live-with-an-integrated-player-dot-2024-07-03-15-40-16 -:ORG_GTD_BLOCKS: Tube-Archivist-2024-07-04-10-20-14 -:END: - -*** TODO [[https://www.tubearchivist.com/][Tube Archivist]] :computers: -:PROPERTIES: -:TITLE: Tube Archivist -:URI: https://www.tubearchivist.com/ -:CREATED: 2023-02-08 Wed 09:40 -:ID: Tube-Archivist-2024-07-04-10-20-14 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: ArchiveBox-Open-source-self-hosted-web-archiving-dot-Takes-URLs-browser-history-bookmarks-Pocket-Pinboard-etc-dot-saves-HTML-JS-PDFs-media-and-more-2024-07-04-09-39-21 -:ORG_GTD_BLOCKS: Homebox-2024-07-04-10-20-23 -:END: - -*** TODO [[https://hay-kot.github.io/homebox/][Homebox]] :computers: -:PROPERTIES: -:TITLE: Homebox -:URI: https://hay-kot.github.io/homebox/ -:CREATED: 2023-02-08 Wed 08:57 -:ID: Homebox-2024-07-04-10-20-23 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Tube-Archivist-2024-07-04-10-20-14 -:ORG_GTD_BLOCKS: Khue-s-Homelab-2024-07-04-10-28-00 -:END: - -#+BEGIN_QUOTE -Homebox is the inventory and organization system built for the Home User! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs. While developing this project I've tried to keep the following principles in mind -#+END_QUOTE - -*** TODO [[https://homelab.khuedoan.com/][Khue's Homelab]] -:PROPERTIES: -:TITLE: Khue's Homelab -:URI: https://homelab.khuedoan.com/ -:CREATED: [2024-06-30 Sun 13:08] -:ID: Khue-s-Homelab-2024-07-04-10-28-00 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Homebox-2024-07-04-10-20-23 -:ORG_GTD_BLOCKS: Amazing-script-for-CPU-Temperature-Monitoring-on-Proxmox-Sluijsjes-Tech-Lab-2024-07-29-14-57-39 -:END: - -*** TODO [[https://sluijsjes.nl/2024/05/18/cpu-temp-monitoring-on-proxmox/][Amazing script for CPU Temperature Monitoring on Proxmox | Sluijsjes Tech Lab]] :homelab:homelab: -:PROPERTIES: -:TITLE: Amazing script for CPU Temperature Monitoring on Proxmox | Sluijsjes Tech Lab -:URI: https://sluijsjes.nl/2024/05/18/cpu-temp-monitoring-on-proxmox/ -:CREATED: [2024-07-08 Mon 15:14] -:ID: Amazing-script-for-CPU-Temperature-Monitoring-on-Proxmox-Sluijsjes-Tech-Lab-2024-07-29-14-57-39 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Khue-s-Homelab-2024-07-04-10-28-00 -:ORG_GTD_BLOCKS: SOLVED-Accessing-existing-ZFS-pool-from-VM-Proxmox-Support-Forum-2024-07-29-15-04-03 -:END: - -*** TODO [[https://forum.proxmox.com/threads/accessing-existing-zfs-pool-from-vm.84773/][[SOLVED] - Accessing existing ZFS pool from VM | Proxmox Support Forum]] -:PROPERTIES: -:TITLE: [SOLVED] - Accessing existing ZFS pool from VM | Proxmox Support Forum -:URI: https://forum.proxmox.com/threads/accessing-existing-zfs-pool-from-vm.84773/ -:CREATED: [2024-07-16 Tue 14:49] -:ID: SOLVED-Accessing-existing-ZFS-pool-from-VM-Proxmox-Support-Forum-2024-07-29-15-04-03 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Amazing-script-for-CPU-Temperature-Monitoring-on-Proxmox-Sluijsjes-Tech-Lab-2024-07-29-14-57-39 -:ORG_GTD_BLOCKS: Moving-a-WordPress-site-into-a-Docker-Container-Stephen-AfamO-s-Blog-2024-07-29-15-04-28 -:END: - -*** TODO [[https://stephenafamo.com/blog/posts/moving-a-wordpress-site-into-a-docker-container][Moving a WordPress site into a Docker Container | Stephen AfamO's Blog]] -:PROPERTIES: -:TITLE: Moving a WordPress site into a Docker Container | Stephen AfamO's Blog -:URI: https://stephenafamo.com/blog/posts/moving-a-wordpress-site-into-a-docker-container -:CREATED: [2024-07-16 Tue 14:50] -:ID: Moving-a-WordPress-site-into-a-Docker-Container-Stephen-AfamO-s-Blog-2024-07-29-15-04-28 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: SOLVED-Accessing-existing-ZFS-pool-from-VM-Proxmox-Support-Forum-2024-07-29-15-04-03 -:ORG_GTD_BLOCKS: videos-cloudflare-tunnel-tutorial-at-main-ChristianLempa-videos-GitHub-2024-07-29-15-04-37 -:END: - -*** TODO [[https://github.com/ChristianLempa/videos/tree/main/cloudflare-tunnel-tutorial][videos/cloudflare-tunnel-tutorial at main · ChristianLempa/videos · GitHub]] -:PROPERTIES: -:TITLE: videos/cloudflare-tunnel-tutorial at main · ChristianLempa/videos · GitHub -:URI: https://github.com/ChristianLempa/videos/tree/main/cloudflare-tunnel-tutorial -:CREATED: [2024-07-16 Tue 14:50] -:ID: videos-cloudflare-tunnel-tutorial-at-main-ChristianLempa-videos-GitHub-2024-07-29-15-04-37 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Moving-a-WordPress-site-into-a-Docker-Container-Stephen-AfamO-s-Blog-2024-07-29-15-04-28 -:ORG_GTD_BLOCKS: Nostr-Apps-2024-07-29-15-04-44 -:END: - -*** TODO [[https://www.nostrapps.com/][Nostr Apps]] -:PROPERTIES: -:CREATED: [2024-07-18 Thu 02:33] -:TITLE: Nostr Apps -:URI: https://www.nostrapps.com/ -:ID: Nostr-Apps-2024-07-29-15-04-44 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: videos-cloudflare-tunnel-tutorial-at-main-ChristianLempa-videos-GitHub-2024-07-29-15-04-37 -:ORG_GTD_BLOCKS: Guide-to-PCIe-Lanes-How-many-do-you-need-for-your-workload-2024-07-29-15-05-34 -:END: - -*** TODO [[https://www.cgdirector.com/guide-to-pcie-lanes/][Guide to PCIe Lanes: How many do you need for your workload?]] -:PROPERTIES: -:TITLE: Guide to PCIe Lanes: How many do you need for your workload? -:URI: https://www.cgdirector.com/guide-to-pcie-lanes/ -:CREATED: [2024-07-19 Fri 13:48] -:ID: Guide-to-PCIe-Lanes-How-many-do-you-need-for-your-workload-2024-07-29-15-05-34 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Nostr-Apps-2024-07-29-15-04-44 -:ORG_GTD_BLOCKS: Introducing-Llama-3-dot-1-Our-most-capable-models-to-date-2024-07-29-15-06-07 -:END: - -*** TODO [[https://ai.meta.com/blog/meta-llama-3-1/][Introducing Llama 3.1: Our most capable models to date]] -:PROPERTIES: -:CREATED: [2024-07-24 Wed 05:12] -:TITLE: Introducing Llama 3.1: Our most capable models to date -:URI: https://ai.meta.com/blog/meta-llama-3-1/ -:ID: Introducing-Llama-3-dot-1-Our-most-capable-models-to-date-2024-07-29-15-06-07 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Guide-to-PCIe-Lanes-How-many-do-you-need-for-your-workload-2024-07-29-15-05-34 -:ORG_GTD_BLOCKS: The-Llama-3-Herd-of-Models-Research-AI-at-Meta-2024-07-29-15-06-16 -:END: - -*** TODO [[https://ai.meta.com/research/publications/the-llama-3-herd-of-models/][The Llama 3 Herd of Models | Research - AI at Meta]] -:PROPERTIES: -:CREATED: [2024-07-24 Wed 05:13] -:TITLE: The Llama 3 Herd of Models | Research - AI at Meta -:URI: https://ai.meta.com/research/publications/the-llama-3-herd-of-models/ -:ID: The-Llama-3-Herd-of-Models-Research-AI-at-Meta-2024-07-29-15-06-16 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Introducing-Llama-3-dot-1-Our-most-capable-models-to-date-2024-07-29-15-06-07 -:ORG_GTD_BLOCKS: Petals-decentralized-inference-and-finetuning-of-large-language-models-2024-07-29-15-07-18 -:END: - -*** TODO [[https://research.yandex.com/blog/petals-decentralized-inference-and-finetuning-of-large-language-models][Petals: decentralized inference and finetuning of large language models]] -:PROPERTIES: -:CREATED: [2024-07-24 Wed 05:25] -:TITLE: Petals: decentralized inference and finetuning of large language models -:URI: https://research.yandex.com/blog/petals-decentralized-inference-and-finetuning-of-large-language-models -:ID: Petals-decentralized-inference-and-finetuning-of-large-language-models-2024-07-29-15-07-18 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: The-Llama-3-Herd-of-Models-Research-AI-at-Meta-2024-07-29-15-06-16 -:ORG_GTD_BLOCKS: GitHub-exo-explore-exo-Run-your-own-AI-cluster-at-home-with-everyday-devices-️-2024-07-29-15-10-36 -:END: - -P2P network for inference on large LLMs above 100B tokens - -*** TODO [[https://github.com/exo-explore/exo][GitHub - exo-explore/exo: Run your own AI cluster at home with everyday devices 📱💻 🖥️⌚]] :AI: -:PROPERTIES: -:TITLE: GitHub - exo-explore/exo: Run your own AI cluster at home with everyday devices 📱💻 🖥️⌚ -:URI: https://github.com/exo-explore/exo -:CREATED: [2024-07-29 Mon 12:54] -:ID: GitHub-exo-explore-exo-Run-your-own-AI-cluster-at-home-with-everyday-devices-️-2024-07-29-15-10-36 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: Petals-decentralized-inference-and-finetuning-of-large-language-models-2024-07-29-15-07-18 -:ORG_GTD_BLOCKS: GitHub-getAlby-hub-Alby-Hub-Your-own-lightning-node-connected-to-every-app-dot-Run-anywhere-dot-Become-self-sovereign-dot-2024-07-29-15-10-47 -:END: - -*** TODO [[https://github.com/getAlby/hub][GitHub - getAlby/hub: Alby Hub - Your own lightning node connected to every app. Run anywhere. Become self-sovereign.]] :Bitcoin: -:PROPERTIES: -:TITLE: GitHub - getAlby/hub: Alby Hub - Your own lightning node connected to every app. Run anywhere. Become self-sovereign. -:URI: https://github.com/getAlby/hub -:CREATED: [2024-07-29 Mon 12:59] -:ID: GitHub-getAlby-hub-Alby-Hub-Your-own-lightning-node-connected-to-every-app-dot-Run-anywhere-dot-Become-self-sovereign-dot-2024-07-29-15-10-47 -:ORG_GTD: Projects -:ORG_GTD_PROJECT_IDS: Homelab-2024-02-21-12-15-03 -:ORG_GTD_PROJECT: Homelab [31/188] -:TRIGGER: self org-gtd-update-project-after-task-done! -:ORG_GTD_DEPENDS_ON: GitHub-exo-explore-exo-Run-your-own-AI-cluster-at-home-with-everyday-devices-️-2024-07-29-15-10-36 -:END: - -** TODO losgarcias [6/8] :computer: -:PROPERTIES: -:COOKIE_DATA: todo recursive -:ID: losgarcias-2024-02-21-12-16-51 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -*** DONE [#A] Renew letsencrypt -SCHEDULED: <2021-01-18 Mon> -:PROPERTIES: -:ORG_GTD: Projects -:ID: Renew-letsencrypt-2026-03-30-20-18-51 -:END: -:LOGBOOK: -- State "TODO" from "" [2021-10-20 Wed] -- State "DONE" from "TODO" [2022-05-06 Fri] -:END: - -*** DONE [#B] header and sharing buttons placement for fishere.net -:PROPERTIES: -:ORG_GTD: Projects -:ID: header-and-sharing-buttons-placement-for-fishere-2026-03-30-20-18-51 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-02-20] Fix -- State "DONE" from "TODO" [2019-02-25 Mon] -:END: - -*** DONE [#B] Fix email list encoding in +khaledfahmy.org -:PROPERTIES: -:ORG_GTD: Projects -:ID: Fix-email-list-encoding-in-plus-khaledfahmy-dot-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "TODO" from "" [2018-07-18 Wed] -- State "DONE" from "TODO" [2019-03-15 Fri] -:END: - -*** DONE [#B] [[http://khaledfahmy.org/?es=cron&guid=ngvtzc-krhsqf-pfogli-tefknd-ocqgkd][confirmation email]] on +khaledfahmy.org -:PROPERTIES: -:ORG_GTD: Projects -:ID: confirmation-email-on-plus-khaledfahmy-dot-org-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "TODO" from "" [2018-07-18] Tes -- State "DONE" from "TODO" [2019-03-15 Fri] -:END: - -*** DONE [#B] comment box before comments in +khaledfahmy.org -:PROPERTIES: -:ORG_GTD: Projects -:ID: comment-box-before-comments-in-plus-khaledfahmy-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "TODO" from "" [2018-07-18 Wed] -- State "DONE" from "TODO" [2019-03-15 Fri] -:END: - -*** DONE [#A] +backup DigitalOcean -SCHEDULED: <2023-07-27 Thu .+1m> -:PROPERTIES: -:ORG_GTD: Projects -:ID: plus-backup-DigitalOcean-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-10-01 Tue] -- State "DONE" from "TODO" [2021-12-10 Fri] -:END: - -*** TODO Localise losgarcias -:PROPERTIES: -:ORG_GTD: Projects -:ID: Localise-losgarcias-2026-03-30-20-18-52 -:END: -*** TODO DigitalOcean LAMP steps -:PROPERTIES: -:ID: DigitalOcean-LAMP-steps-2024-06-13-12-17-36 -:ORG_GTD: Projects -:END: - -https://www.digitalocean.com/docs/networking/dns/how-to/add-domains/ -https://www.digitalocean.com/docs/networking/dns/how-to/manage-records/ -https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mariadb-php-lamp-stack-on-debian-10 -https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-debian-10 -https://www.digitalocean.com/community/tutorials/how-to-install-phpmyadmin-from-source-debian-10 (up to step 4) -https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lamp-on-debian-10 -https://www.digitalocean.com/community/tutorials/ufw-essentials-common-firewall-rules-and-commands - -** TODO lilitop [19/216] :computer: -:PROPERTIES: -:ID: lilitop-2024-02-21-12-20-30 -:CATEGORY: Bits -:ORG_GTD: Projects -:END: - -*** NEXT Install Debian -:PROPERTIES: -:ORG_GTD: Projects -:ID: Install-Debian-2026-03-30-20-18-52 -:END: -*** DONE Enable Debian contrib and non-free-firmware repositories -:PROPERTIES: -:ORG_GTD: Projects -:ID: Enable-Debian-contrib-and-non-free-firmware-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "DONE" from [2024-05-18 Sat 11:27] -:END: -#+begin_src bash - sudo nano /etc/apt/sources.list -#+end_src -#+begin_src bash -deb http://deb.debian.org/debian/ bookworm main contrib non-free-firmware -#+end_src - -*** DONE Disable Debian Autosuspend -:PROPERTIES: -:ORG_GTD: Projects -:ID: Disable-Debian-Autosuspend-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-06-23 Sun 10:19] -:END: - -#+BEGIN_SRC bash -sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target -#+END_SRC - -*** DONE [[https://wiki.debian.org/TransparentEncryptionForHomeFolder][Encrypted home]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Encrypted-home-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-02-22 Thu 15:05] -:END: - -#+begin_src bash - sudo modprobe ecryptfs cryptsetup -#+end_src - -#+begin_src bash :tangle /etc/modules-load.d/modules.conf - ecryptfs -#+end_src - -As root: -#+begin_src bash :tangle no - ecryptfs-migrate-home -u -#+end_src - -Must login as user before reboot - -#+begin_src bash :tangle no - ecryptfs-unwrap-passphrase -#+end_src - -*** DONE Move files -:PROPERTIES: -:ORG_GTD: Projects -:ID: Move-files-2026-03-30-20-18-52 -:END: -*** DONE .profile -:PROPERTIES: -:ORG_GTD: Projects -:ID: dot-profile-2026-03-30-20-18-52 -:END: - -The pip and pipx bash completion parts cause Gnome login to fail and therefore it doesn't allow decrypting /home/amr// - -#+BEGIN_SRC bash :tangle ~/.profile -# ~/.profile: executed by the command interpreter for login shells. -# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login -# exists. -# see /usr/share/doc/bash/examples/startup-files for examples. -# the files are located in the bash-doc package. - -# the default umask is set in /etc/profile; for setting the umask -# for ssh logins, install and configure the libpam-umask package. -#umask 022 - -# if running bash -if [ -n "$BASH_VERSION" ]; then - # include .bashrc if it exists - if [ -f "$HOME/.bashrc" ]; then - . "$HOME/.bashrc" - fi -fi - -# set PATH so it includes user's private bin if it exists -if [ -d "$HOME/.local/bin" ] ; then - PATH="$HOME/.local/bin:$PATH" -fi - -#export GNUPGHOME=~/.gnupg/trezor -#export INFOPATH="~/library/info" -export CDPATH=~/org - -export OPENAI_API_KEY=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 -#export OPENAI_API_KEY=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 -export OPENAI_API_KEY_PATH= -export OPENAI_ORGANIZATION_ID=org-qTZ6qXaAYRwZ389yjr6jV1tG -export OPENAI_MODEL_NAME=gpt-4 -#+END_SRC - -*** DONE .bashrc -:PROPERTIES: -:ORG_GTD: Projects -:ID: dot-bashrc-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash :tangle ~/.bashrc - # ~/.bashrc: executed by bash(1) for non-login shells. - # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) - # for examples - - # If not running interactively, don't do anything - case $- in - ,*i*) ;; - ,*) return;; - esac - - # don't put duplicate lines or lines starting with space in the history. - # See bash(1) for more options - HISTCONTROL=ignoreboth - - # append to the history file, don't overwrite it - shopt -s histappend - - # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) - HISTSIZE=1000 - HISTFILESIZE=2000 - - # check the window size after each command and, if necessary, - # update the values of LINES and COLUMNS. - shopt -s checkwinsize - - # If set, the pattern "**" used in a pathname expansion context will - # match all files and zero or more directories and subdirectories. - #shopt -s globstar - - # make less more friendly for non-text input files, see lesspipe(1) - [ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)" - - # set variable identifying the chroot you work in (used in the prompt below) - if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then - debian_chroot=$(cat /etc/debian_chroot) - fi - - # set a fancy prompt (non-color, unless we know we "want" color) - case "$TERM" in - xterm-color|*-256color) color_prompt=yes;; - esac - - # uncomment for a colored prompt, if the terminal has the capability; turned - # off by default to not distract the user: the focus in a terminal window - # should be on the output of commands, not on the prompt - #force_color_prompt=yes - - if [ -n "$force_color_prompt" ]; then - if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then - # We have color support; assume it's compliant with Ecma-48 - # (ISO/IEC-6429). (Lack of such support is extremely rare, and such - # a case would tend to support setf rather than setaf.) - color_prompt=yes - else - color_prompt= - fi - fi - - if [ "$color_prompt" = yes ]; then - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' - else - PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' - fi - unset color_prompt force_color_prompt - - # If this is an xterm set the title to user@host:dir - case "$TERM" in - xterm*|rxvt*) - PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" - ;; - ,*) - ;; - esac - - # enable color support of ls and also add handy aliases - if [ -x /usr/bin/dircolors ]; then - test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)" - alias ls='ls --color=auto' - alias dir='dir --color=auto' - alias vdir='vdir --color=auto' - - alias grep='grep --color=auto' - alias fgrep='fgrep --color=auto' - alias egrep='egrep --color=auto' - fi - - # colored GCC warnings and errors - export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' - - # some more ls aliases - alias ll='ls -lhA' - alias la='ls -A' - alias l='ls -CF' - - # Alias definitions. - # You may want to put all your additions into a separate file like - # ~/.bash_aliases, instead of adding them here directly. - # See /usr/share/doc/bash-doc/examples in the bash-doc package. - - if [ -f ~/.bash_aliases ]; then - . ~/.bash_aliases - fi - - # enable programmable completion features (you don't need to enable - # this, if it's already enabled in /etc/bash.bashrc and /etc/profile - # sources /etc/bash.bashrc). - if ! shopt -oq posix; then - if [ -f /usr/share/bash-completion/bash_completion ]; then - . /usr/share/bash-completion/bash_completion - elif [ -f /etc/bash_completion ]; then - . /etc/bash_completion - fi - fi - - export DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/$(id -u)/bus" - export XDG_RUNTIME_DIR="/run/user/$(id -u)" - - xmodmap ~/.Xmodmap - - # EAT integration for Emacs - [ -n "$EAT_SHELL_INTEGRATION_DIR" ] && \ - source "$EAT_SHELL_INTEGRATION_DIR/bash" -#+END_SRC - -*** DONE Emacs Emacs -:PROPERTIES: -:ORG_GTD: Projects -:ID: Emacs-Emacs-2026-03-30-20-18-52 -:END: -*** DONE emacsclient.desktop -:PROPERTIES: -:ORG_GTD: Projects -:ID: emacsclient-dot-desktop-2026-03-30-20-18-52 -:END: - -#+begin_src bash :tangle no - [Desktop Entry] - Name=Emacs (Client) - GenericName=Text Editor - Comment=Edit text - MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; - Exec=emacsclient -c -a "emacs" %F - Icon=emacs - Type=Application - Terminal=false - Categories=Development;TextEditor;Utility; - StartupWMClass=Emacs - #+end_src - -#+begin_src bash :tangle ~/.local/share/applications/emacsclient.desktop - [Desktop Entry] - Name=Emacs (Client) - GenericName=Text Editor - Comment=Edit text - MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; - Exec=sh -c "if [ -n \\"\\$*\\" ]; then exec emacsclient --alternate-editor= --display=\\"\\$DISPLAY\\" \\"\\$@\\"; else exec emacsclient --alternate-editor= --create-frame; fi" sh %F - Icon=emacs - Type=Application -#+end_src - -*** DONE org-protocol.desktop -:PROPERTIES: -:ORG_GTD: Projects -:ID: org-protocol-dot-desktop-2026-03-30-20-18-52 -:END: - -#+begin_src bash :tangle ~/.local/share/applications/emacsclient-org-protocol.desktop - [Desktop Entry] - Name=Emacs (Client) - GenericName=Text Editor - Comment=Handle Org protocol URI - MimeType=x-scheme-handler/org-protocol; - Exec=sh -c "exec emacsclient --alternate-editor= --create-frame" sh %u - Icon=emacs - Type=Application - Terminal=false - Categories=Development;TextEditor; - StartupNotify=true - StartupWMClass=Emacs - Keywords=emacsclient;org-protocol -#+end_src - -enable by running -#+begin_src bash -update-desktop-database ~/.local/share/applications/ -#+end_src - -*** DONE Software install -:PROPERTIES: -:ORG_GTD: Projects -:ID: Software-install-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-02-22 Thu 14:51] -:END: - -#+BEGIN_SRC bash -#!/bin/bash -# Step 1: Add repositories and keys -#sudo add-apt-repository -y ppa:ubuntugis/ppa - -# Step 2: Update repositories and upgrade system -sudo apt-get update -y && sudo apt-get upgrade -y - -# Step 3: Install software -sudo apt install wget bash-completion pass pass-extension-otp webext-browserpass curl wipe mplayer gprename gimp gramps solfege soundconverter audacity flac lame picard fonts-hosny-amiri fonts-hosny-thabit hugo calibre syncthing emacs sqlite3 notmuch gcc python3-pip python3-venv pipx kdeconnect cmus httrack soundconverter zbar-tools tilix gnuradio hunspell openvpn network-manager-openvpn network-manager-openvpn-gnome xdotool sudo rsync ecryptfs-utils lsof texlive-latex-extra emacs-common-non-dfsg libsqlite3-dev ttf-mscorefonts-installer -#sudo snap install ipfs omega-cat ymuse #x86 -pipx install shell-gpt openai onlykey openplayground trezor ospeak youtube-dl -#curl -fsSL https://deb.nodesource.com/setup_19.x | bash - && sudo apt-get install -y nodejs -# Step 4: Reboot -#sudo reboot -#+END_SRC - -*** DONE Save new ecryptfs passphrase in pass -:PROPERTIES: -:ORG_GTD: Projects -:ID: Save-new-ecryptfs-passphrase-in-pass-2026-03-30-20-18-52 -:END: -*** DONE Signal -:PROPERTIES: -:ORG_GTD: Projects -:ID: Signal-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-06-23 Sun 10:15] -:END: - -#+BEGIN_SRC bash - #!/bin/bash - - wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg; - cat signal-desktop-keyring.gpg | sudo tee /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null - - wget -O signal-desktop.sources https://updates.signal.org/static/desktop/apt/signal-desktop.sources; -cat signal-desktop.sources | sudo tee /etc/apt/sources.list.d/signal-desktop.sources > /dev/null - - sudo apt update && sudo apt install signal-desktop - -#+END_SRC - -*** DONE Zotero -:PROPERTIES: -:ORG_GTD: Projects -:ID: Zotero-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-06-23 Sun 10:18] -:END: - -#+BEGIN_SRC bash - #!/bin/bash - wget -qO- https://raw.githubusercontent.com/retorquere/zotero-deb/master/install.sh | sudo bash - sudo apt update - sudo apt install zotero - -#+END_SRC - -*** DONE beancount -:PROPERTIES: -:ORG_GTD: Projects -:ID: beancount-2026-03-30-20-18-52 -:END: - -#+begin_src bash -pipx install beancount -#+end_src - -*** DONE beancount-import -:PROPERTIES: -:ORG_GTD: Projects -:ID: beancount-import-2026-03-30-20-18-52 -:END: - -#+begin_src bash -pipx install beancount-import -#+end_src - -*** DONE finance-DL -:PROPERTIES: -:ORG_GTD: Projects -:ID: finance-DL-2026-03-30-20-18-52 -:END: - -#+begin_src bash -pipx install finance-dl -#+end_src - -*** TODO Picard -:PROPERTIES: -:ORG_GTD: Projects -:ID: Picard-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC -$noop() -$noop() - -$noop() -$replace($noop(?) -$replace($noop(:) -$replace($noop(") -$replace($noop(|) -$replace($noop(<) -$replace($noop(>) -$replace($noop(.) -$replace($noop( ⁄ ) - -$noop() -%_extension%/ - -$noop() -$noop() -$noop() - -$if2( -$if($eq($len(%musicbrainz_albumid%),0),No MBID/$if2(%albumartist%,%artist%),), -$if($eq(%releasetype%,spokenword),Spoken Word/$if2(%albumartist%,%artist%),), -$if($eq(%releasetype%,audiobook),Spoken Word/$if2(%albumartist%,%artist%),), -$if($eq(%releasetype%,interview),Spoken Word/$if2(%albumartist%,%artist%),), -$if($eq(%releasetype%,album; soundtrack),Soundtracks/,), -$if($and($or($eq(%releasetype%,album; compilation),$or($eq(%releasetype%,album),$eq(%releasetype%,compilation))),$eq(%albumartist%,Various Artists)),Compilations/,), -$if($in(%album%,Promo Only),Promo Only/,), -$if($lt($matchedtracks(),%totaltracks%),Incomplete Releases/$if2(%albumartist%,%artist%),$if2(Artists/$if2(%albumartist%,%artist%))) -)/ - -$noop() -$noop() -$noop() - - -$if2($left(%originaldate%,4) )$replace(%album%,:,) [$if2(%releasestatus% )$if2(%releasetype%)] [$if2(%releasecountry%)$if2($left(%date%,4))$if2($replace(%media%,",))] -/ -$noop() -$noop() - -$if($gt(%totaldiscs%,1),$num(%discnumber%,2)-,)$num(%tracknumber%,2)-%title% $if($eq(%albumartist%,Various Artists), \(%artist%\),) - -$noop() -,>,\)) -,<,\() -,|,) -,",) -,:, -) -,?,) -,.,) -, ⁄ ,-) -#+END_SRC - -*** TODO [[https://www.emacswiki.org/emacs/EmacsAsDaemon][Emacs as daemon]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Emacs-as-daemon-2026-03-30-20-18-52 -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-02-27 Tue 20:06] -:END: - -#+begin_src bash :tangle ~/.config/systemd/user/emacs.service - [Unit] - Description=Emacs text editor - Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/ - - [Service] - Type=forking - ExecStart=/usr/bin/emacs --daemon - ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)" - Environment=SSH_AUTH_SOCK=%t/keyring/ssh - Restart=on-failure - - [Install] - WantedBy=default.target -#+end_src - -Enable by running - -#+begin_src bash :tangle no - systemctl enable --user emacs - systemctl start --user emacs -#+end_src - -*** TODO CQRLOG -:PROPERTIES: -:ORG_GTD: Projects -:ID: CQRLOG-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository ppa:ok2cqr/ppa -sudo apt-get update -sudo apt-get install cqrlog - -#+END_SRC - -*** TODO Element -:PROPERTIES: -:ORG_GTD: Projects -:ID: Element-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo apt install -y wget apt-transport-https -sudo wget -O /usr/share/keyrings/element-io-archive-keyring.gpg https://packages.element.io/debian/element-io-archive-keyring.gpg -echo "deb [signed-by=/usr/share/keyrings/element-io-archive-keyring.gpg] https://packages.element.io/debian/ default main" | sudo tee /etc/apt/sources.list.d/element-io.list -sudo apt update -sudo apt install element-desktop - -#+END_SRC - -*** TODO FreeTubeApp -:PROPERTIES: -:ORG_GTD: Projects -:ID: FreeTubeApp-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -## From https://github.com/FreeTubeApp/FreeTube/wiki/Environment-Setup-and-Packaging -#cd src/git/github.com/FreeTubeApp/FreeTube -#npm install -sudo apt install flatpak gnome-software-plugin-flatpak -flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo - -#+END_SRC - -*** TODO Bitcoin Full Node -:PROPERTIES: -:ORG_GTD: Projects -:ID: Bitcoin-Full-Node-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/sh - -############################################################################### -# -# install-full-node.sh -# -# This is the install script for Bitcoin full node based on Bitcoin Core. -# -# This script attempts to make your node automatically reachable by other nodes -# in the network. This is done by using uPnP to open port 8333 on your router -# to accept incoming connections to port 8333 and route the connections to your -# node running inside your local network. -# -# For security reason, wallet functionality is not enabled by default. -# -# Supported OS: Linux, Mac OS X, BSD, Windows (Windows Subsystem for Linux) -# Supported platforms: x86, x86_64, ARM -# -# Usage: -# Open your terminal and type: -# -# curl https://bitnodes.io/install-full-node.sh | sh -# -# Bitcoin Core will be installed using binaries provided by bitcoin.org. -# -# If the binaries for your system are not available, the installer will attempt -# to build and install Bitcoin Core from source. -# -# All files will be installed into $HOME/bitcoin-core directory. Layout of this -# directory after the installation is shown below: -# -# Source files: -# $HOME/bitcoin-core/bitcoin/ -# -# Binaries: -# $HOME/bitcoin-core/bin/ -# -# Configuration file: -# $HOME/bitcoin-core/.bitcoin/bitcoin.conf -# -# Blockchain data files: -# $HOME/bitcoin-core/.bitcoin/blocks -# $HOME/bitcoin-core/.bitcoin/chainstate -# -# Need help? Contact info@bitnodes.io -# -############################################################################### - -REPO_URL="https://github.com/bitcoin/bitcoin.git" - -# See https://github.com/bitcoin/bitcoin/tags for latest version. -VERSION=23.0 - -TARGET_DIR=$HOME/bitcoin-core -PORT=8333 - -BUILD=0 -UNINSTALL=0 - -BLUE='\033[94m' -GREEN='\033[32;1m' -YELLOW='\033[33;1m' -RED='\033[91;1m' -RESET='\033[0m' - -ARCH=$(uname -m) -SYSTEM=$(uname -s) -MAKE="make" -if [ "$SYSTEM" = "FreeBSD" ]; then - MAKE="gmake" -fi -SUDO="" - -usage() { - cat <] [-t ] [-p ] [-b] [-u] - --h - Print usage. - --v - Version of Bitcoin Core to install. - Default: $VERSION - --t - Target directory for source files and binaries. - Default: $HOME/bitcoin-core - --p - Bitcoin Core listening port. - Default: $PORT - --b - Build and install Bitcoin Core from source. - Default: $BUILD - --u - Uninstall Bitcoin Core. - -EOF -} - -print_info() { - printf "$BLUE$1$RESET\n" -} - -print_success() { - printf "$GREEN$1$RESET\n" - sleep 1 -} - -print_warning() { - printf "$YELLOW$1$RESET\n" -} - -print_error() { - printf "$RED$1$RESET\n" - sleep 1 -} - -print_start() { - print_info "Start date: $(date)" -} - -print_end() { - print_info "\nEnd date: $(date)" -} - -print_readme() { - cat < /dev/null 2>&1 - return $? -} - -create_target_dir() { - if [ ! -d "$TARGET_DIR" ]; then - print_info "\nCreating target directory: $TARGET_DIR" - mkdir -p $TARGET_DIR - fi -} - -init_system_install() { - if [ $(id -u) -ne 0 ]; then - if program_exists "sudo"; then - SUDO="sudo" - print_info "\nInstalling required system packages.." - else - print_error "\nsudo program is required to install system packages. Please install sudo as root and rerun this script as normal user." - exit 1 - fi - fi -} - -install_miniupnpc() { - print_info "Installing miniupnpc from source.." - rm -rf miniupnpc-2.0 miniupnpc-2.0.tar.gz && - wget -q http://miniupnp.free.fr/files/download.php?file=miniupnpc-2.0.tar.gz -O miniupnpc-2.0.tar.gz && \ - tar xzf miniupnpc-2.0.tar.gz && \ - cd miniupnpc-2.0 && \ - $SUDO $MAKE install > build.out 2>&1 && \ - cd .. && \ - rm -rf miniupnpc-2.0 miniupnpc-2.0.tar.gz -} - -install_debian_build_dependencies() { - $SUDO apt-get update - $SUDO apt-get install -y \ - automake \ - autotools-dev \ - build-essential \ - curl \ - git \ - libboost-all-dev \ - libevent-dev \ - libminiupnpc-dev \ - libssl-dev \ - libtool \ - pkg-config -} - -install_fedora_build_dependencies() { - $SUDO dnf install -y \ - automake \ - boost-devel \ - curl \ - gcc-c++ \ - git \ - libevent-devel \ - libtool \ - miniupnpc-devel \ - openssl-devel -} - -install_centos_build_dependencies() { - $SUDO yum install -y \ - automake \ - boost-devel \ - curl \ - gcc-c++ \ - git \ - libevent-devel \ - libtool \ - openssl-devel - install_miniupnpc - echo '/usr/lib' | $SUDO tee /etc/ld.so.conf.d/miniupnpc-x86.conf > /dev/null && $SUDO ldconfig -} - -install_archlinux_build_dependencies() { - $SUDO pacman -S --noconfirm \ - automake \ - boost \ - curl \ - git \ - libevent \ - libtool \ - miniupnpc \ - openssl -} - -install_alpine_build_dependencies() { - $SUDO apk update - $SUDO apk add \ - autoconf \ - automake \ - boost-dev \ - build-base \ - curl \ - git \ - libevent-dev \ - libtool \ - openssl-dev - install_miniupnpc -} - -install_mac_build_dependencies() { - if ! program_exists "gcc"; then - print_info "When the popup appears, click 'Install' to install the XCode Command Line Tools." - xcode-select --install - fi - - if ! program_exists "brew"; then - /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - fi - - brew install \ - --c++11 \ - automake \ - boost \ - libevent \ - libtool \ - miniupnpc \ - openssl \ - pkg-config -} - -install_freebsd_build_dependencies() { - $SUDO pkg install -y \ - autoconf \ - automake \ - boost-libs \ - curl \ - git \ - gmake \ - libevent2 \ - libtool \ - openssl \ - pkgconf \ - wget - install_miniupnpc -} - -install_build_dependencies() { - init_system_install - case "$SYSTEM" in - Linux) - if program_exists "apt-get"; then - install_debian_build_dependencies - elif program_exists "dnf"; then - install_fedora_build_dependencies - elif program_exists "yum"; then - install_centos_build_dependencies - elif program_exists "pacman"; then - install_archlinux_build_dependencies - elif program_exists "apk"; then - install_alpine_build_dependencies - else - print_error "\nSorry, your system is not supported by this installer." - exit 1 - fi - ;; - Darwin) - install_mac_build_dependencies - ;; - FreeBSD) - install_freebsd_build_dependencies - ;; - *) - print_error "\nSorry, your system is not supported by this installer." - exit 1 - ;; - esac -} - -build_bitcoin_core() { - cd $TARGET_DIR - - if [ ! -d "$TARGET_DIR/bitcoin" ]; then - print_info "\nDownloading Bitcoin Core source files.." - git clone --quiet $REPO_URL - fi - - # Tune gcc to use less memory on single board computers. - cxxflags="" - if [ "$SYSTEM" = "Linux" ]; then - ram_kb=$(grep MemTotal /proc/meminfo | awk '{print $2}') - if [ $ram_kb -lt 1500000 ]; then - cxxflags="--param ggc-min-expand=1 --param ggc-min-heapsize=32768" - fi - fi - - print_info "\nBuilding Bitcoin Core v$VERSION" - print_info "Build output: $TARGET_DIR/bitcoin/build.out" - print_info "This can take up to an hour or more.." - rm -f build.out - cd bitcoin && - git fetch > build.out 2>&1 && - git checkout "v$VERSION" 1>> build.out 2>&1 && - git clean -f -d -x 1>> build.out 2>&1 && - ./autogen.sh 1>> build.out 2>&1 && - ./configure \ - CXXFLAGS="$cxxflags" \ - --without-gui \ - --with-miniupnpc \ - --disable-wallet \ - --disable-tests \ - --enable-upnp-default \ - 1>> build.out 2>&1 && - $MAKE 1>> build.out 2>&1 - - if [ ! -f "$TARGET_DIR/bitcoin/src/bitcoind" ]; then - print_error "Build failed. See $TARGET_DIR/bitcoin/build.out" - exit 1 - fi - - sleep 1 - - $TARGET_DIR/bitcoin/src/bitcoind -? > /dev/null - retcode=$? - if [ $retcode -ne 1 ]; then - print_error "Failed to execute $TARGET_DIR/bitcoin/src/bitcoind. See $TARGET_DIR/bitcoin/build.out" - exit 1 - fi -} - -get_bin_url() { - url="https://bitcoincore.org/bin/bitcoin-core-$VERSION" - case "$SYSTEM" in - Linux) - if program_exists "apk"; then - echo "" - elif [ "$ARCH" = "armv7l" ]; then - url="$url/bitcoin-$VERSION-arm-linux-gnueabihf.tar.gz" - echo "$url" - else - url="$url/bitcoin-$VERSION-$ARCH-linux-gnu.tar.gz" - echo "$url" - fi - ;; - Darwin) - url="$url/bitcoin-$VERSION-osx64.tar.gz" - echo "$url" - ;; - FreeBSD) - echo "" - ;; - *) - echo "" - ;; - esac -} - -download_bin() { - checksum_url="https://bitcoincore.org/bin/bitcoin-core-$VERSION/SHA256SUMS" - - cd $TARGET_DIR - - rm -f bitcoin-$VERSION.tar.gz checksum.asc - - print_info "\nDownloading Bitcoin Core binaries.." - if program_exists "wget"; then - wget -q "$1" -O bitcoin-$VERSION.tar.gz && - wget -q "$checksum_url" -O checksum.asc && - mkdir -p bitcoin-$VERSION && - tar xzf bitcoin-$VERSION.tar.gz -C bitcoin-$VERSION --strip-components=1 - elif program_exists "curl"; then - curl -s "$1" -o bitcoin-$VERSION.tar.gz && - curl -s "$checksum_url" -o checksum.asc && - mkdir -p bitcoin-$VERSION && - tar xzf bitcoin-$VERSION.tar.gz -C bitcoin-$VERSION --strip-components=1 - else - print_error "\nwget or curl program is required to continue. Please install wget or curl as root and rerun this script as normal user." - exit 1 - fi - - if program_exists "shasum"; then - checksum=$(shasum -a 256 bitcoin-$VERSION.tar.gz | awk '{ print $1 }') - if grep -q "$checksum" checksum.asc; then - print_success "Checksum passed: bitcoin-$VERSION.tar.gz ($checksum)" - else - print_error "Checksum failed: bitcoin-$VERSION.tar.gz ($checksum). Please rerun this script to download and validate the binaries again." - exit 1 - fi - fi - - rm -f bitcoin-$VERSION.tar.gz checksum.asc -} - -install_bitcoin_core() { - cd $TARGET_DIR - - print_info "\nInstalling Bitcoin Core v$VERSION" - - if [ ! -d "$TARGET_DIR/bin" ]; then - mkdir -p $TARGET_DIR/bin - fi - - if [ ! -d "$TARGET_DIR/.bitcoin" ]; then - mkdir -p $TARGET_DIR/.bitcoin - fi - - if [ "$SYSTEM" = "Darwin" ]; then - if [ ! -e "$HOME/Library/Application Support/Bitcoin" ]; then - ln -s $TARGET_DIR/.bitcoin "$HOME/Library/Application Support/Bitcoin" - fi - else - if [ ! -e "$HOME/.bitcoin" ]; then - ln -s $TARGET_DIR/.bitcoin $HOME/.bitcoin - fi - fi - - if [ -f "$TARGET_DIR/bitcoin/src/bitcoind" ]; then - # Install compiled binaries. - cp "$TARGET_DIR/bitcoin/src/bitcoind" "$TARGET_DIR/bin/" && - cp "$TARGET_DIR/bitcoin/src/bitcoin-cli" "$TARGET_DIR/bin/" && - print_success "Bitcoin Core v$VERSION (compiled) installed successfully!" - elif [ -f "$TARGET_DIR/bitcoin-$VERSION/bin/bitcoind" ]; then - # Install downloaded binaries. - cp "$TARGET_DIR/bitcoin-$VERSION/bin/bitcoind" "$TARGET_DIR/bin/" && - cp "$TARGET_DIR/bitcoin-$VERSION/bin/bitcoin-cli" "$TARGET_DIR/bin/" && - rm -rf "$TARGET_DIR/bitcoin-$VERSION" - print_success "Bitcoin Core v$VERSION (binaries) installed successfully!" - else - print_error "Cannot find files to install." - exit 1 - fi - - cat > $TARGET_DIR/.bitcoin/bitcoin.conf < $TARGET_DIR/bin/start.sh < $TARGET_DIR/bin/stop.sh < /dev/null | head -n 1 | cut -d ' ' -f2) - if [ $reachable -eq 200 ]; then - print_success "Bitcoin Core is accepting incoming connections at port $PORT!" - else - print_warning "Bitcoin Core is not accepting incoming connections at port $PORT. You may need to configure port forwarding (https://bitcoin.org/en/full-node#port-forwarding) on your router." - fi - fi -} - -uninstall_bitcoin_core() { - stop_bitcoin_core - - if [ -d "$TARGET_DIR" ]; then - print_info "\nUninstalling Bitcoin Core.." - rm -rf $TARGET_DIR - - # Remove stale symlink. - if [ "$SYSTEM" = "Darwin" ]; then - if [ -L "$HOME/Library/Application Support/Bitcoin" ] && [ ! -d "$HOME/Library/Application Support/Bitcoin" ]; then - rm "$HOME/Library/Application Support/Bitcoin" - fi - else - if [ -L $HOME/.bitcoin ] && [ ! -d $HOME/.bitcoin ]; then - rm $HOME/.bitcoin - fi - fi - - if [ ! -d "$TARGET_DIR" ]; then - print_success "Bitcoin Core uninstalled successfully!" - else - print_error "Uninstallation failed. Is Bitcoin Core still running?" - exit 1 - fi - else - print_error "Bitcoin Core not installed." - fi -} - -while getopts ":v:t:p:bu" opt -do - case "$opt" in - v) - VERSION=${OPTARG} - ;; - t) - TARGET_DIR=${OPTARG} - ;; - p) - PORT=${OPTARG} - ;; - b) - BUILD=1 - ;; - u) - UNINSTALL=1 - ;; - h) - usage - exit 0 - ;; - ?) - usage >& 2 - exit 1 - ;; - esac -done - -WELCOME_TEXT=$(cat < $TARGET_DIR/README.md - cat $TARGET_DIR/README.md - print_success "If this is your first install, Bitcoin Core may take several hours/days to download a full copy of the blockchain." - print_success "\nInstallation completed!" - fi -fi - -print_end - -#+END_SRC - -*** TODO Getdeb -:PROPERTIES: -:ORG_GTD: Projects -:ID: Getdeb-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo dpkg -i ~/bin/linux/deb/getdeb-repository_0.1-1~getdeb1_all.deb -sudo apt update -#sudo apt install -y meteo -#sudo apt install -y tvbrowser -#sudo apt install -y peek -#sudo apt install -y opentoonz -sudo apt install -y subsonic -#sudo apt install -y luminance -#sudo apt install -y popout3d -#sudo apt install -y no-more-secrets -#sudo apt install -y something-for-reddit -#sudo apt install -y noteshrink -#sudo apt install -y satellite -sudo apt install -y docear -sudo apt install -y storybook -#sudo apt install -y anomos -sudo apt install -y umlet -sudo apt install -y skype-call-recorder -sudo apt install -y drawpile -sudo apt install -y chmsee -#sudo apt install -y rbutil -sudo apt install -y diy-layout-creator -sudo apt install -y enrollix -sudo apt install -y tbo -sudo apt install -y gnaural -#+END_SRC - -*** TODO Jdotxt -:PROPERTIES: -:ORG_GTD: Projects -:ID: Jdotxt-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository ppa:chms/jdotxt -sudo apt-get update -sudo apt-get install jdotxt - -#+END_SRC - -*** TODO Keybase -:PROPERTIES: -:ORG_GTD: Projects -:ID: Keybase-2026-03-30-20-18-52 -:END: - - #+BEGIN_SRC bash - #!/bin/bash - curl -O https://prerelease.keybase.io/keybase_amd64.deb - # if you see an error about missing `libappindicator1` - # from the next command, you can ignore it, as the - # subsequent command corrects it - sudo dpkg -i keybase_amd64.deb - sudo apt-get install -f - run_keybase - -#+END_SRC - -*** TODO Make Deb -:PROPERTIES: -:ORG_GTD: Projects -:ID: Make-Deb-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -wget -qO - 'https://proget.hunterwittenborn.com/debian-feeds/makedeb.pub' | \ -gpg --dearmor | \ -sudo tee /usr/share/keyrings/makedeb-archive-keyring.gpg &> /dev/null -echo 'deb [signed-by=/usr/share/keyrings/makedeb-archive-keyring.gpg arch=all] https://proget.hunterwittenborn.com/ makedeb main' | \ -sudo tee /etc/apt/sources.list.d/makedeb.list -sudo apt update -sudo apt install makedeb - -#+END_SRC - -*** TODO [[https://wiki.debian.org/NvidiaGraphicsDrivers#Identification][NVIDIA]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: NVIDIA-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash - #!/bin/bash - # Remove previous drivers - sudo apt update - sudo apt upgrade - sudo apt autoremove nvidia* --purge - # Add Debian 12 repositories - sudo add-apt-repository contrib - sudo add-apt-repository non-free - sudo apt update - # Install requirements - sudo apt install linux-headers-amd64 - # Install detector - sudo apt install nvidia-detect - nvidia-detect - # Install drivers - sudo apt install nvidia-driver firmware-misc-nonfree - # Install CUDA - sudo apt install nvidia-cuda-dev nvidia-cuda-toolkit - # Reboot - sudo reboot now - nvidia-smi - -#+END_SRC - -*** TODO Ocamlfuse -:PROPERTIES: -:ORG_GTD: Projects -:ID: Ocamlfuse-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository ppa:alessandro-strada/ppa -sudo apt update && sudo apt install google-drive-ocamlfuse - -#+END_SRC - -*** TODO Odoo -:PROPERTIES: -:ORG_GTD: Projects -:ID: Odoo-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo wget -O - https://nightly.odoo.com/odoo.key | apt-key add - -sudo echo "deb http://nightly.odoo.com/13.0/nightly/deb/ ./" >> /etc/apt/sources.list.d/odoo.list -sudo apt-get update && apt-get install odoo - -#+END_SRC - -*** TODO Onionshare -:PROPERTIES: -:ORG_GTD: Projects -:ID: Onionshare-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository -y ppa:micahflee/ppa -sudo apt update -sudo apt-get install -y onionshare - -#+END_SRC - -*** TODO OnlyKey -:PROPERTIES: -:ORG_GTD: Projects -:ID: OnlyKey-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo apt update && apt upgrade -sudo apt install pipx -pipx install onlykey -wget https://raw.githubusercontent.com/trustcrypto/trustcrypto.github.io/master/49-onlykey.rules -sudo cp 49-onlykey.rules /etc/udev/rules.d/ -sudo udevadm control --reload-rules && udevadm trigger - -#+END_SRC - -*** TODO Open Broadcaster -:PROPERTIES: -:ORG_GTD: Projects -:ID: Open-Broadcaster-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo apt install -y ffmpeg -sudo add-apt-repository ppa:obsproject/obs-studio -sudo apt update -sudo apt install -y obs-studio - -#+END_SRC - -*** TODO Open Media Library -:PROPERTIES: -:ORG_GTD: Projects -:ID: Open-Media-Library-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository -y ppa:j/oml -sudo apt update -sudo apt-get install -y openmedialibrary - -#+END_SRC - -*** TODO Recoll -:PROPERTIES: -:ORG_GTD: Projects -:ID: Recoll-2026-03-30-20-18-52 -:END: -****** TODO Install dependencies -:PROPERTIES: -:ORG_GTD: Projects -:ID: Install-dependencies-2026-03-30-20-18-52 -:END: - -#+begin_src bash -sudo apt install python3-pydbus -#+end_src - -****** TODO Extract archive -:PROPERTIES: -:ORG_GTD: Projects -:ID: Extract-archive-2026-03-30-20-18-52 -:END: - -#+begin_src bash -tar xzf gssp-recoll-1.1.1.tar.gz -#+end_src - -****** TODO Install -:PROPERTIES: -:ORG_GTD: Projects -:ID: Install-2026-03-30-20-18-52 -:END: - -#+begin_src bash -cd gssp-recoll-1.1.1 -./configure --prefix=/usr -make -sudo make install -#+end_src - -****** TODO Cleanup -:PROPERTIES: -:ORG_GTD: Projects -:ID: Cleanup-2026-03-30-20-18-52 -:END: - -#+begin_src bash -cd .. -rm -rf gssp-recoll-1.1.1* -#+end_src - -*** TODO Retroshare -:PROPERTIES: -:ORG_GTD: Projects -:ID: Retroshare-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository -y ppa:retroshare/stable -sudo apt update -sudo apt-get install retroshare - -#+END_SRC - -*** TODO Rockbox -:PROPERTIES: -:ORG_GTD: Projects -:ID: Rockbox-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo dpkg -i getdeb-repository_0.1-1~getdeb1_all.deb -sudo apt update -sudo apt install -y rbutil #rockbox installer utility, available only after the deb package is installed from ~/bin/linux/deb/ - -#+END_SRC - -*** TODO Safeeyes -:PROPERTIES: -:ORG_GTD: Projects -:ID: Safeeyes-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo apt-get install gir1.2-appindicator3-0.1 gir1.2-notify-0.7 python3-psutil python3-xlib xprintidle python3-pip -sudo pip3 install safeeyes -sudo update-icon-caches /usr/share/icons/hicolor - -#+END_SRC - -*** TODO Signal -:PROPERTIES: -:ORG_GTD: Projects -:ID: Signal-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash - #!/bin/bash - - wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg - cat signal-desktop-keyring.gpg | sudo tee /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null - echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/signal-desktop-keyring.gpg] https://updates.signal.org/desktop/apt xenial main' | sudo tee /etc/apt/sources.list.d/signal-xenial.list - sudo apt update && sudo apt install signal-desktop - -#+END_SRC - -*** TODO Star Ruler -:PROPERTIES: -:ORG_GTD: Projects -:ID: Star-Ruler-2026-03-30-20-18-52 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo snap install starruler2 - -#+END_SRC - -*** TODO R -:PROPERTIES: -:ORG_GTD: Projects -:ID: R-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -#Install R -sudo add-apt-repository -y "deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran35/" -sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 -sudo apt update -sudo apt install -y r-base - -#Install RStudio -sudo apt install libjpeg62 -gpg --keyserver keys.gnupg.net --recv-keys 3F32EE77E331692F -sudo dpkg -i ~/bin/linux/rstudio* - -#+END_SRC - -*** TODO TLP -:PROPERTIES: -:ORG_GTD: Projects -:ID: TLP-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository ppa:linrunner/tlp -sudo apt-get update -sudo apt-get install tlp tlp-rdw -sudo tlp start - -#+END_SRC - -*** TODO Tor Browser Launcher -:PROPERTIES: -:ORG_GTD: Projects -:ID: Tor-Browser-Launcher-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository ppa:micahflee/ppa -sudo apt-get update -sudo apt-get install torbrowser-launcher - -#+END_SRC - -*** TODO Tor -:PROPERTIES: -:ORG_GTD: Projects -:ID: Tor-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -sudo add-apt-repository -y "deb https://deb.torproject.org/torproject.org xenial main" -gpg --keyserver keys.gnupg.net --recv A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 -gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add - -sudo apt update -sudo apt install tor deb.torproject.org-keyring -#+END_SRC - -*** TODO Trezor GPG -:PROPERTIES: -:ORG_GTD: Projects -:ID: Trezor-GPG-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -# https://wiki.trezor.io/GPG -# GPG -#GNU Privacy Guard (GPG, also GnuPG) is free encryption software that is compliant with the OpenPGP (RFC4880) standard. Using GPG, it is possible to encrypt (and decrypt) files that contain sensitive data or sign / verify the documents. -#Why use GPG with Trezor -#GPG Trezor integration lets user sign emails, git commits, and software packages, manage passwords (with pass and gopass, among others), authenticate web tunnels or file transfers, and more. Instead of keeping your GPG keys on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the Trezor device and never reaches your computer. If the device is stolen or damaged, user can easily restore the keys using backup - Recovery seed - on the new device. To read more about common use cases of GPG, please visit this GitHub page. -# Install and use Trezor GPG signing/encrypting on Linux -# Note: This guide was tested on the following clean systems: Linux Mint 19, Ubuntu 18.04.1 LTS (Bionic Beaver). It works with Trezor One with 1.6.0 bootloader and 1.7.0 firmware or higher and with Trezor Model T. - -# 1. Update repositories, install dependencies and GPG -sudo apt update && sudo apt install -y python3-pip python3-dev libusb-1.0-0-dev libudev-dev gnupg2 - -#2. Install setuptools and wheel -pip3 install setuptools wheel - -#3. Install trezor agent -pip3 install trezor_agent - -# 4. Update your $PATH by running -source .profile - -#5. Udev rules need to be set up on your system; this can be done in two ways: -# -# a) by installing Trezor Bridge via https://wallet.trezor.io -# or -#b) by setting up Udev rules -./trezor-udev.sh -# Note: Reconnect your Trezor device after this step. - -# 6. Initialize the agent GPG directory -# trezor-gpg init "Username " -v - -# 7. Add the following line at the end of your .bashrc file which is located in your home directory -# export GNUPGHOME=~/.gnupg/trezor - -# This GNUPGHOME contains your hardware keyring and agent settings. The agent software assumes all keys are backed by hardware devices, so you cannot use standard GPG keys in GNUPGHOME (if you do mix keys, you will receive an error when you attempt to use them). - -# 8. Close and reopen terminal. - -# 9. Sign or encrypt document with Trezor - -# gpg2 --sign -# gpg2 --encrypt -r Username - -# 10. Verify or decrypt the document - -# gpg2 --verify -# gpg2 --decrypt -r Username - -# Note: We would like to thank Roman Zeyde for his contribution on Trezor GPG implementation. -#+END_SRC - -*** TODO Trezor U2F -:PROPERTIES: -:ORG_GTD: Projects -:ID: Trezor-U2F-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -# TREZOR/U2F Login on Your Linux Mint -# Note We would like to thank Shane Antyr who wrote this manual and let us use it. - -# Warning: This manual requires certain skills in working with the command line. There is no guarantee it will work, and we cannot ensure that you will not make any mistakes. Be aware that if something goes wrong, or you do not have your Trezor handy after you finish configuring U2F on your workstation, you will be locked out. - -# To start with the installation, it is necessary to upgrade your Trezor device to the latest firmware. Follow this step by step guide: - -# 1. Install the needed U2F packages, run: - -sudo apt-get install libpam-u2f pamu2fcfg - -# 2. Generate your U2F mappings file. Plug in your Trezor device and run: - -pamu2fcfg -u $USER > /tmp/u2f_mappings -echo >> /tmp/u2f_mappings -pamu2fcfg -u root >> /tmp/u2f_mappings - -# Confirm the action on your Trezor device. - -# 3. Move the u2f_mappings file into /etc and set correct permissions: - -sudo mv /tmp/u2f_mappings /etc/u2f_mappings -sudo chown root:root /etc/u2f_mappings - -# 4. Configuring Pam to Use U2F: - -# The u2f_mappings file that was put into /etc will be used by the pam-u2f module. Set up PAM so that it would use this module, to add two-factor authentication to your system. This can be done by adding a couple of config lines into the appropriate pam configuration files - -# ls /etc/pam.d - -# Examples of where to add U2F authentication module: - -# sudo -# login -# su -# mdm, lightdm or gdm -# cinnamon-screensaver - -# Note: It is possible to see all the things which require U2F authentication by looking in /etc/pam.d/ - -# How to add U2F to sudo command - -# 1. Open up the sudo configuration file: - -# sudo nano /etc/pam.d/sudo - -# 2. Add this at the end of the file: - -# u2f authentication -# auth required pam_u2f.so authfile=/etc/u2f_mappings cue - -# Test your configuration by opening up another terminal window and running a sudo command. If these things are done correctly, you will be asked for your password and then prompted to “Please touch the device.” Your Trezor device will also be prompting you to authorize the request. Congratulations, your system now requires your Trezor to run sudo. -#+END_SRC - -*** TODO Trezor SSH -:PROPERTIES: -:ORG_GTD: Projects -:ID: Trezor-SSH-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -# Setting up Trezor SSH Agent on Linux - -# This manual has been tested on Ubuntu 18.04 LTS. -# Prerequisites - -sudo apt-get install python3-pip libusb-1.0-0-dev libudev-dev - -# Setup - -# Run: - -pip3 install trezor_agent - -# Create udev rules: - -# vi /etc/udev/rules.d/51-trezor.rules - -# Copy & paste the content of https://github.com/trezor/trezor-common/blob/master/udev/51-trezor.rules. -# Save the file. -# If your local bin folder ~/.local/bin has just been created, run the following command or log out and log back into system: - -export PATH=$PATH:~/.local/bin/ - -# Generate public key using trezor-agent (enter your PIN just like you would in Trezor Wallet). - -# trezor-agent user@example.com - -# Log into your server as usual and copy the row containing the ecdsa magic from the previous step into ~/.ssh/authorized_keys file on your server -# From now on, you can log in to your server using trezor using the following command: - -# trezor-agent -c user@example.com - -# Note: The generated keys depend on the user@example.com parameter, so no two servers or users share the same key. -# Note: This method can also be used for git push or other mechanisms that are using SSH as their communication protocol: - -# $ trezor-agent user@example.com git push -#+END_SRC - -*** TODO Trezor UDev -:PROPERTIES: -:ORG_GTD: Projects -:ID: Trezor-UDev-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -# https://wiki.trezor.io/Udev_rules - -#Udev rules -#Udev is a device manager for the Linux kernel. In order to enable communication with Trezor via kernel, we need to provide a so-called udev rule. - -#We ship udev rules via our DEB or RPM packages, but for rare Linux distributions without these package managers, please follow these steps for adding udev rules manually: - -# Disconnect your Trezor device -wget https://raw.githubusercontent.com/trezor/trezor-common/master/udev/51-trezor.rules -sudo cp 51-trezor.rules /etc/udev/rules.d/51-trezor.rules -# Go to Trezor Wallet and connect your Trezor -#+END_SRC - -*** TODO Virtualbox -:PROPERTIES: -:ORG_GTD: Projects -:ID: Virtualbox-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo touch /etc/apt/sources.list.d/oracle.list && sudo echo "deb https://download.virtualbox.org/virtualbox/debian xenial contrib" > /etc/apt/sources.list.d/oracle.list -wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - -sudo update -sudo apt install -y dkms virtualbox-5.1 - -#+END_SRC - -*** TODO Yubi Key -:PROPERTIES: -:ORG_GTD: Projects -:ID: Yubi-Key-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sudo add-apt-repository -y ppa:yubico/stable -sudo apt update -sudo apt install -y yubioath-desktop yubikey-personalization-gui - -#+END_SRC - -*** TODO Backup Digital Ocean -:PROPERTIES: -:ORG_GTD: Projects -:ID: Backup-Digital-Ocean-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -rsync -azvu --progress --delete root@khaledfahmy.org:/home/amr/ /home/amr/computers/digitalocean.com/debian/home/ -rsync -azvu --progress --delete root@khaledfahmy.org:/var/www/ /home/amr/computers/digitalocean.com/debian/www/ - -#+END_SRC - -*** TODO Backup Let's Encrypt -:PROPERTIES: -:ORG_GTD: Projects -:ID: Backup-Let-s-Encrypt-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -rsync -azvu --progress 178.62.2.145:/etc/letsencrypt/ ~/projects/hosting/debian-s-1vcpu-1gb-lon1-01/letsencrypt/ - -#+END_SRC - -*** TODO Backup lilitop -:PROPERTIES: -:ORG_GTD: Projects -:ID: Backup-lilitop-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash :tangle ~/.local/bin/backup.sh -rsync -azvu --progress --delete --delete-excluded --exclude-from=/home/amr/.local/bin/backup-exclude /home/amr/ /media/amr/backup/ -#+END_SRC - -***** TODO backup-exclude -:PROPERTIES: -:ORG_GTD: Projects -:ID: backup-exclude-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash :tangle ~/.local/bin/backup-exclude -- .cache/ -- .thunderbird/v -- .local/share/Trash/ -- .recoll/ -- .org-done/ -- library/documents/ -- library/audio/ -- library/music/ -- library/music-store/ -- library/video/ -#+END_SRC - -*** TODO Backup gamer -:PROPERTIES: -:ORG_GTD: Projects -:ID: Backup-gamer-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash :tangle ~/.local/bin/backup-gamer.sh -rsync -azvu --progress --delete --delete-excluded --exclude-from=/home/amr/.local/bin/backup-exclude-gamer /home/amr/ /media/amr/backup/ -#+END_SRC - -***** TODO gamer-exclude -:PROPERTIES: -:ORG_GTD: Projects -:ID: gamer-exclude-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash :tangle ~/.local/bin/backup-exclude-gamer - - computers/ - - EIPR/ - - library/ - - Permaculture Aswan 2013/ - - Pictures/ - - Zotero/ - - zotero export/ - - .config/ - - .ecryptfs/ - - .mozilla/ - - .Private/ -#+end_src - -*** TODO Backup open -:PROPERTIES: -:ORG_GTD: Projects -:ID: Backup-open-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -rsync -azvu --progress --delete ~/.password-store/ /media/amr/open/.password-store/ -rsync -azvu --progress --delete ~/onlykey-backup* /media/amr/open/ -#+END_SRC - -*** TODO Backup pen -:PROPERTIES: -:ORG_GTD: Projects -:ID: Backup-pen-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -rsync -azvu --progress --delete-before --delete-excluded --exclude-from=/home/amr/library/src/bash/backup-exclude-pen /home/amr/personal /media/amr/pen/lilitop/personal -#+END_SRC - -***** TODO pen-exclude -:PROPERTIES: -:ORG_GTD: Projects -:ID: pen-exclude-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -- pictures/ -#+END_SRC - -*** TODO Sync Calibre -:PROPERTIES: -:ORG_GTD: Projects -:ID: Sync-Calibre-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -sudo rsync -azvu --progress --delete /home/amr/library/documents/calibre/libraries/books/ /var/lib/calibre-server-freedombox/libraries/Library/ -sudo chown -R calibre-server-freedombox:calibre-server-freedombox /var/lib/calibre-server-freedombox/libraries/Library -#+END_SRC - -*** TODO University of Nottingham Network -:PROPERTIES: -:ORG_GTD: Projects -:ID: University-of-Nottingham-Network-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/usr/bin/env bash -# eduroam-linux-TUoN-The_University_of_Nottingham_UK_Campus.sh - -if [ -z "$BASH" ] ; then - bash $0 - exit -fi - - - -my_name=$0 - - -function setup_environment { - bf="" - n="" - ORGANISATION="The University of Nottingham" - URL="http://www.nottingham.ac.uk/it-services/services/wireless/eduroam/eduroam.aspx" - SUPPORT="itservicedesk@nottingham.ac.uk" -if [ ! -z "$DISPLAY" ] ; then - if which zenity 1>/dev/null 2>&1 ; then - ZENITY=`which zenity` - elif which kdialog 1>/dev/null 2>&1 ; then - KDIALOG=`which kdialog` - else - if tty > /dev/null 2>&1 ; then - if echo $TERM | grep -E -q "xterm|gnome-terminal|lxterminal" ; then - bf=""; - n=""; - fi - else - find_xterm - if [ -n "$XT" ] ; then - $XT -e $my_name - fi - fi - fi -fi -} - -function split_line { -echo $1 | awk -F '\\\\n' 'END { for(i=1; i <= NF; i++) print $i }' -} - -function find_xterm { -terms="xterm aterm wterm lxterminal rxvt gnome-terminal konsole" -for t in $terms -do - if which $t > /dev/null 2>&1 ; then - XT=$t - break - fi -done -} - - -function ask { - T="eduroam CAT" -# if ! [ -z "$3" ] ; then -# T="$T: $3" -# fi - if [ ! -z $KDIALOG ] ; then - if $KDIALOG --yesno "${1}\n${2}?" --title "$T" ; then - return 0 - else - return 1 - fi - fi - if [ ! -z $ZENITY ] ; then - text=`echo "${1}" | fmt -w60` - if $ZENITY --no-wrap --question --text="${text}\n${2}?" --title="$T" 2>/dev/null ; then - return 0 - else - return 1 - fi - fi - - yes=Y - no=N - yes1=`echo $yes | awk '{ print toupper($0) }'` - no1=`echo $no | awk '{ print toupper($0) }'` - - if [ $3 == "0" ]; then - def=$yes - else - def=$no - fi - - echo ""; - while true - do - split_line "$1" - read -p "${bf}$2 ${yes}/${no}? [${def}]:$n " answer - if [ -z "$answer" ] ; then - answer=${def} - fi - answer=`echo $answer | awk '{ print toupper($0) }'` - case "$answer" in - ${yes1}) - return 0 - ;; - ${no1}) - return 1 - ;; - esac - done -} - -function alert { - if [ ! -z $KDIALOG ] ; then - $KDIALOG --sorry "${1}" - return - fi - if [ ! -z $ZENITY ] ; then - $ZENITY --warning --text="$1" 2>/dev/null - return - fi - echo "$1" - -} - -function show_info { - if [ ! -z $KDIALOG ] ; then - $KDIALOG --msgbox "${1}" - return - fi - if [ ! -z $ZENITY ] ; then - $ZENITY --info --width=500 --text="$1" 2>/dev/null - return - fi - split_line "$1" -} - -function confirm_exit { - if [ ! -z $KDIALOG ] ; then - if $KDIALOG --yesno "Really quit?" ; then - exit 1 - fi - fi - if [ ! -z $ZENITY ] ; then - if $ZENITY --question --text="Really quit?" 2>/dev/null ; then - exit 1 - fi - fi -} - - - -function prompt_nonempty_string { - prompt=$2 - if [ ! -z $ZENITY ] ; then - if [ $1 -eq 0 ] ; then - H="--hide-text " - fi - if ! [ -z "$3" ] ; then - D="--entry-text=$3" - fi - elif [ ! -z $KDIALOG ] ; then - if [ $1 -eq 0 ] ; then - H="--password" - else - H="--inputbox" - fi - fi - - - out_s=""; - if [ ! -z $ZENITY ] ; then - while [ ! "$out_s" ] ; do - out_s=`$ZENITY --entry --width=300 $H $D --text "$prompt" 2>/dev/null` - if [ $? -ne 0 ] ; then - confirm_exit - fi - done - elif [ ! -z $KDIALOG ] ; then - while [ ! "$out_s" ] ; do - out_s=`$KDIALOG $H "$prompt" "$3"` - if [ $? -ne 0 ] ; then - confirm_exit - fi - done - else - while [ ! "$out_s" ] ; do - read -p "${prompt}: " out_s - done - fi - echo "$out_s"; -} - -function user_cred { - PASSWORD="a" - PASSWORD1="b" - - if ! USER_NAME=`prompt_nonempty_string 1 "enter your userid"` ; then - exit 1 - fi - - while [ "$PASSWORD" != "$PASSWORD1" ] - do - if ! PASSWORD=`prompt_nonempty_string 0 "enter your password"` ; then - exit 1 - fi - if ! PASSWORD1=`prompt_nonempty_string 0 "repeat your password"` ; then - exit 1 - fi - if [ "$PASSWORD" != "$PASSWORD1" ] ; then - alert "passwords do not match" - fi - done -} -setup_environment -show_info "This installer has been prepared for ${ORGANISATION}\n\nMore information and comments:\n\nEMAIL: ${SUPPORT}\nWWW: ${URL}\n\nInstaller created with software from the GEANT project." -if ! ask "This installer will only work properly if you are a member of ${bf}The University of Nottingham${n} and the user group: ${bf}The University of Nottingham UK Campus.${n}" "Continue" 1 ; then exit; fi -if [ -d $HOME/.cat_installer ] ; then - if ! ask "Directory $HOME/.cat_installer exists; some of its files may be overwritten." "Continue" 1 ; then exit; fi -else - mkdir $HOME/.cat_installer -fi -# save certificates -echo "-----BEGIN CERTIFICATE----- -MIIFTDCCAzSgAwIBAgIUSJgt4qkssznhyPkzNYJ10+T4glUwDQYJKoZIhvcNAQEL -BQAwRTELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZ -BgNVBAMTElF1b1ZhZGlzIFJvb3QgQ0EgMjAeFw0xMzA2MDExMzM1MDVaFw0yMzA2 -MDExMzM1MDVaME0xCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1p -dGVkMSMwIQYDVQQDExpRdW9WYWRpcyBHbG9iYWwgU1NMIElDQSBHMjCCASIwDQYJ -KoZIhvcNAQEBBQADggEPADCCAQoCggEBAOHhhWmUwI9X+jT+wbho5JmQqYh6zle3 -0OS1VMIYfdDDGeipY4D3t9zSGaNasGDZdrQdMlY18WyjnEKhi4ojNZdBewVphCiO -zh5Ni2Ak8bSI/sBQ9sKPrpd0+UCqbvaGs6Tpx190ZRT0Pdy+TqOYZF/jBmzBj7Yf -XJmWxlfCy62UiQ6tvv+4C6W2OPu1R4HUD8oJ8Qo7Eg0cD+GFsBM2w8soffyl+Dc6 -pKtARmOClUC7EqyWP0V9953lA34kuJZlYxxdgghBTn9rWoaQw/Lr5Fn0Xgd7fYS3 -/zGhmXYvVsuAxIn8Gk+YaeoLZ8H9tUvnDD3lEHzvIsMPxqtd7IgcVaMCAwEAAaOC -ASowggEmMBIGA1UdEwEB/wQIMAYBAf8CAQAwEQYDVR0gBAowCDAGBgRVHSAAMHIG -CCsGAQUFBwEBBGYwZDAqBggrBgEFBQcwAYYeaHR0cDovL29jc3AucXVvdmFkaXNn -bG9iYWwuY29tMDYGCCsGAQUFBzAChipodHRwOi8vdHJ1c3QucXVvdmFkaXNnbG9i -YWwuY29tL3F2cmNhMi5jcnQwDgYDVR0PAQH/BAQDAgEGMB8GA1UdIwQYMBaAFBqE -YrxITDMlBNTu0PYDxBlG0ZRrMDkGA1UdHwQyMDAwLqAsoCqGKGh0dHA6Ly9jcmwu -cXVvdmFkaXNnbG9iYWwuY29tL3F2cmNhMi5jcmwwHQYDVR0OBBYEFJEZYq1bF6cw -+/DeOSWxvYy5uFEnMA0GCSqGSIb3DQEBCwUAA4ICAQB8CmCCAEG1Lcw55fTba84A -ipwMieZydFO5bcIh5UyXWgWZ6OP4jb/6LaifEMLjRCC0mU14G6PrPU+iZQiIae7X -5EavhmETEA8JbLICjiD4c9Y6+bgMt4szEPiZ2SALOQj10Br4HKQfy/OvbedRbLax -p9qlDG4qJgSt3uikDIJSarx6mpgEQXu00UZNkiEYUfeO8hXGXrZbtDnkuaiVDtM6 -s9yYpcoyFxFOrORrEgViaI7P3EJaDYmI6IDUIPaSBM6GrVMiaINYEMBL1v2jZi8r -XDY0yVsZ/0DAIQiCBNNvT1NjQ5Sn1E+O+ZBiqDD+rBvBoPsI6ydfdKtJur5YL+Oo -kJK2eLrce8287awIcd8FMRDcZw/NX1bc8uKye5OCtwpQ0d4jL4emuXwFv8TqUbZh -2xJShyy57cqw3qWoBOs/WWza29/Hun8PXkQoZepwY/xc+9nI1NaKM8NqhSqJNTJl -vXj7zb3mdpbe3YR9BkSXProlN7l5KOx54gJ7kJ7r6qJYJux03HyPM11Kp4wfdn1R -sC2UQ5awC6fg/3XE2HZVkyqJjKwqh4nFaiK5EMV7DHQ4oJx9ckmDw6pBvDaoPokX -yzdfJ72n+1JfHGP+workciKNldgqYX6J4jPrCIEIBrtDta4QxP10Tyd9RFu13XmE -8SYi/VXvrf3nriQfAZ/nSA== ------END CERTIFICATE----- - ------BEGIN CERTIFICATE----- -MIIFtzCCA5+gAwIBAgICBQkwDQYJKoZIhvcNAQEFBQAwRTELMAkGA1UEBhMCQk0x -GTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMTElF1b1ZhZGlzIFJv -b3QgQ0EgMjAeFw0wNjExMjQxODI3MDBaFw0zMTExMjQxODIzMzNaMEUxCzAJBgNV -BAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBMaW1pdGVkMRswGQYDVQQDExJRdW9W -YWRpcyBSb290IENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCa -GMpLlA0ALa8DKYrwD4HIrkwZhR0In6spRIXzL4GtMh6QRr+jhiYaHv5+HBg6XJxg -Fyo6dIMzMH1hVBHL7avg5tKifvVrbxi3Cgst/ek+7wrGsxDp3MJGF/hd/aTa/55J -WpzmM+Yklvc/ulsrHHo1wtZn/qtmUIttKGAr79dgw8eTvI02kfN/+NsRE8Scd3bB -rrcCaoF6qUWD4gXmuVbBlDePSHFjIuwXZQeVikvfj8ZaCuWw419eaxGrDPmF60Tp -+ARz8un+XJiM9XOva7R+zdRcAitMOeGylZUtQofX1bOQQ7dsE/He3fbE+Ik/0XX1 -ksOR1YqI0JDs3G3eicJlcZaLDQP9nL9bFqyS2+r+eXyt66/3FsvbzSUr5R/7mp/i -Ucw6UwxI5g69ybR2BlLmEROFcmMDBOAENisgGQLodKcftslWZvB1JdxnwQ5hYIiz -PtGo/KPaHbDRsSNU30R2be1B2MGyIrZTHN81Hdyhdyox5C315eXbyOD/5YDXC2Og -/zOhD7osFRXql7PSorW+8oyWHhqPHWykYTe5hnMz15eWniN9gqRMgeKh0bpnX5UH -oycR7hYQe7xFSkyyBNKr79X9DFHOUGoIMfmR2gyPZFwDwzqLID9ujWc9Otb+fVuI -yV77zGHcizN300QyNQliBJIWENieJ0f7OyHj+OsdWwIDAQABo4GwMIGtMA8GA1Ud -EwEB/wQFMAMBAf8wCwYDVR0PBAQDAgEGMB0GA1UdDgQWBBQahGK8SEwzJQTU7tD2 -A8QZRtGUazBuBgNVHSMEZzBlgBQahGK8SEwzJQTU7tD2A8QZRtGUa6FJpEcwRTEL -MAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxGzAZBgNVBAMT -ElF1b1ZhZGlzIFJvb3QgQ0EgMoICBQkwDQYJKoZIhvcNAQEFBQADggIBAD4KFk2f -BluornFdLwUvZ+YTRYPENvbzwCYMDbVHZF34tHLJRqUDGCdViXh9duqWNIAXINzn -g/iN/Ae42l9NLmeyhP3ZRPx3UIHmfLTJDQtyU/h2BwdBR5YM++CCJpNVjP4iH2Bl -fF/nJrP3MpCYUNQ3cVX2kiF495V5+vgtJodmVjB3pjd4M1IQWK4/YY7yarHvGH5K -WWPKjaJW1acvvFYfzznB4vsKqBUsfU16Y8Zsl0Q80m/DShcK+JDSV6IZUaUtl0Ha -B0+pUNqQjZRG4T7wlP0QADj1O+hA4bRuVhogzG9Yje0uRY/W6ZM/57Es3zrWIozc -hLsib9D45MY56QSIPMO661V6bYCZJPVsAfv4l7CUW+v90m/xd2gNNWQjrLhVoQPR -TUIZ3Ph1WVaj+ahJefivDrkRoHy3au000LYmYjgahwz46P0u05B/B5EqHdZ+XIWD -mbA4CD/pXvk1B+TJYm5Xf6dQlfe6yJvmjqIBxdZmv3lh8zwc4bmCXF2gw+nYSL0Z -ohEUGW6yhhtoPkg3Goi3XZZenMfvJ2II4pEZXNLxId26F0KCl3GBUzGpn/Z9Yr9y -4aOTHcyKJloJONDO1w2AFrR4pTqHTI2KpdVGl/IsELm8VCLAAVBpQ570su9t+Oza -8eOx79+Rj1QqCyXBJhnEUhAFZdWCEOrCMc0u ------END CERTIFICATE----- - -" > $HOME/.cat_installer/ca.pem -function run_python_script { -PASSWORD=$( echo "$PASSWORD" | sed "s/'/\\\'/g" ) -if python << EEE1 > /dev/null 2>&1 -import dbus -EEE1 -then - PYTHON=python -elif python3 << EEE2 > /dev/null 2>&1 -import dbus -EEE2 -then - PYTHON=python3 -else - PYTHON=none - return 1 -fi - -$PYTHON << EOF > /dev/null 2>&1 -#-*- coding: utf-8 -*- -import dbus -import re -import sys -import uuid -import os - -class EduroamNMConfigTool: - - def connect_to_NM(self): - #connect to DBus - try: - self.bus = dbus.SystemBus() - except dbus.exceptions.DBusException: - print("Can't connect to DBus") - sys.exit(2) - #main service name - self.system_service_name = "org.freedesktop.NetworkManager" - #check NM version - self.check_nm_version() - if self.nm_version == "0.9" or self.nm_version == "1.0": - self.settings_service_name = self.system_service_name - self.connection_interface_name = "org.freedesktop.NetworkManager.Settings.Connection" - #settings proxy - sysproxy = self.bus.get_object(self.settings_service_name, "/org/freedesktop/NetworkManager/Settings") - #settings intrface - self.settings = dbus.Interface(sysproxy, "org.freedesktop.NetworkManager.Settings") - elif self.nm_version == "0.8": - #self.settings_service_name = "org.freedesktop.NetworkManagerUserSettings" - self.settings_service_name = "org.freedesktop.NetworkManager" - self.connection_interface_name = "org.freedesktop.NetworkManagerSettings.Connection" - #settings proxy - sysproxy = self.bus.get_object(self.settings_service_name, "/org/freedesktop/NetworkManagerSettings") - #settings intrface - self.settings = dbus.Interface(sysproxy, "org.freedesktop.NetworkManagerSettings") - else: - print("This Network Manager version is not supported") - sys.exit(2) - - def check_opts(self): - self.cacert_file = '${HOME}/.cat_installer/ca.pem' - self.pfx_file = '${HOME}/.cat_installer/user.p12' - if not os.path.isfile(self.cacert_file): - print("Certificate file not found, looks like a CAT error") - sys.exit(2) - - def check_nm_version(self): - try: - proxy = self.bus.get_object(self.system_service_name, "/org/freedesktop/NetworkManager") - props = dbus.Interface(proxy, "org.freedesktop.DBus.Properties") - version = props.Get("org.freedesktop.NetworkManager", "Version") - except dbus.exceptions.DBusException: - version = "0.8" - if re.match(r'^1\.', version): - self.nm_version = "1.0" - return - if re.match(r'^0\.9', version): - self.nm_version = "0.9" - return - if re.match(r'^0\.8', version): - self.nm_version = "0.8" - return - else: - self.nm_version = "Unknown version" - return - - def byte_to_string(self, barray): - return "".join([chr(x) for x in barray]) - - - def delete_existing_connections(self, ssid): - "checks and deletes earlier connections" - try: - conns = self.settings.ListConnections() - except dbus.exceptions.DBusException: - print("DBus connection problem, a sudo might help") - exit(3) - for each in conns: - con_proxy = self.bus.get_object(self.system_service_name, each) - connection = dbus.Interface(con_proxy, "org.freedesktop.NetworkManager.Settings.Connection") - try: - connection_settings = connection.GetSettings() - if connection_settings['connection']['type'] == '802-11-wireless': - conn_ssid = self.byte_to_string(connection_settings['802-11-wireless']['ssid']) - if conn_ssid == ssid: - connection.Delete() - except dbus.exceptions.DBusException: - pass - - def add_connection(self,ssid): - server_alt_subject_name_list = dbus.Array({'DNS:radius.nottingham.ac.uk'}) - server_name = 'radius.nottingham.ac.uk' - if self.nm_version == "0.9" or self.nm_version == "1.0": - match_key = 'altsubject-matches' - match_value = server_alt_subject_name_list - else: - match_key = 'subject-match' - match_value = server_name - - s_con = dbus.Dictionary({ - 'type': '802-11-wireless', - 'uuid': str(uuid.uuid4()), - 'permissions': ['user:$USER'], - 'id': ssid - }) - s_wifi = dbus.Dictionary({ - 'ssid': dbus.ByteArray(ssid.encode('utf8')), - 'security': '802-11-wireless-security' - }) - s_wsec = dbus.Dictionary({ - 'key-mgmt': 'wpa-eap', - 'proto': ['rsn',], - 'pairwise': ['ccmp',], - 'group': ['ccmp', 'tkip'] - }) - s_8021x = dbus.Dictionary({ - 'eap': ['peap'], - 'identity': '$USER_NAME', - 'ca-cert': dbus.ByteArray("file://{0}\0".format(self.cacert_file).encode('utf8')), - match_key: match_value, - 'password': '$PASSWORD', - 'phase2-auth': 'mschapv2', - 'anonymous-identity': 'anonymous@nottingham.ac.uk', - }) - s_ip4 = dbus.Dictionary({'method': 'auto'}) - s_ip6 = dbus.Dictionary({'method': 'auto'}) - con = dbus.Dictionary({ - 'connection': s_con, - '802-11-wireless': s_wifi, - '802-11-wireless-security': s_wsec, - '802-1x': s_8021x, - 'ipv4': s_ip4, - 'ipv6': s_ip6 - }) - self.settings.AddConnection(con) - - def main(self): - self.check_opts() - ver = self.connect_to_NM() - self.delete_existing_connections('eduroam') - self.add_connection('eduroam') - -if __name__ == "__main__": - ENMCT = EduroamNMConfigTool() - ENMCT.main() -EOF -} -function create_wpa_conf { -cat << EOFW >> $HOME/.cat_installer/cat_installer.conf - -network={ - ssid="eduroam" - key_mgmt=WPA-EAP - pairwise=CCMP - group=CCMP TKIP - eap=PEAP - ca_cert="${HOME}/.cat_installer/ca.pem" - identity="${USER_NAME}" - domain_suffix_match="radius.nottingham.ac.uk" - phase2="auth=MSCHAPV2" - password="${PASSWORD}" - anonymous_identity="anonymous@nottingham.ac.uk" -} -EOFW -chmod 600 $HOME/.cat_installer/cat_installer.conf -} -#prompt user for credentials - user_cred - if run_python_script ; then - show_info "Installation successful" -else - show_info "Network Manager configuration failed, generating wpa_supplicant.conf" - if ! ask "Network Manager configuration failed, but we may generate a wpa_supplicant configuration file if you wish. Be warned that your connection password will be saved in this file as clear text." "Write the file" 1 ; then exit ; fi - -if [ -f $HOME/.cat_installer/cat_installer.conf ] ; then - if ! ask "File $HOME/.cat_installer/cat_installer.conf exists; it will be overwritten." "Continue" 1 ; then confirm_exit; fi - rm $HOME/.cat_installer/cat_installer.conf - fi - create_wpa_conf - show_info "Output written to $HOME/.cat_installer/cat_installer.conf" -fi -#+END_SRC - -*** TODO Harvest emails -:PROPERTIES: -:ORG_GTD: Projects -:ID: Harvest-emails-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -grep -h "^To: \|^Cc: \|^Bcc: "  * | cut -d \  -f 2- | tr , "\n" | sed -e 's/.*<\(.*\)>.*/\1/g' | sed -e 's/^\ *//g' | grep -v  "^$" | grep @ | grep -vi Undisclosed-Recipient | sort | uniq > ~/Desktop/harvested.txt - -# grep -h "^To: \|Cc: \|Bcc: "  * | cut -d \  -f 2- | tr , "\n" | sed -e 's/.*<\(.*\)>.*/\1/g' | sed -e 's/^\ *//g' | grep -v  "^$" | sort | uniq > ~/Desktop/harvested.txt - -#grep -R -h "^To: \|Cc: \|Bcc: "  * | cut -d \  -f 2- | tr , "\n" | sed -e 's/.*<\(.*\)>.*/\1/g' > ~/Desktop/harvested.txt - -#grep -R --color '^To:\|Cc:'* > ~/Desktop/harvested.txt -#+END_SRC - -*** TODO Mount EcryptFS -:PROPERTIES: -:ORG_GTD: Projects -:ID: Mount-EcryptFS-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -ROOT=/media/amr/010a3073-3eee-432c-8637-940cde972b2d/.ecryptfs/amr -#ROOT=/home/.ecryptfs/$USER -TARGET=/mnt/$USER - -# ROOT should be the parent of the .ecryptfs and .Private folders - -sudo mkdir -p $TARGET -cd $ROOT - -echo Type your password: -PASS=$(ecryptfs-unwrap-passphrase .ecryptfs/wrapped-passphrase | sed s/Passphrase:\ //) -SIG1=$(head -n1 .ecryptfs/Private.sig) -SIG2=$(tail -n1 .ecryptfs/Private.sig) - -echo Passphrase: -echo $PASS -echo Signatures: -echo $SIG1 -echo $SIG2 - -echo Should be empty: -sudo keyctl clear @u -sudo keyctl list @u - -echo Do not type your anything: -echo $PASS | sudo ecryptfs-add-passphrase --fnek - -echo Sould have signatures: -sudo keyctl list @u - -echo Mounting $ROOT on $TARGET... -sudo mount -t ecryptfs -o key=passphrase,ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_passthrough=no,ecryptfs_enable_filename_crypto=yes,ecryptfs_sig=$SIG1,ecryptfs_fnek_sig=$SIG2,passwd=$(echo $PASS) .Private $TARGET - -ls $TARGET -#+END_SRC - -*** TODO OCR-JPG2TXT -:PROPERTIES: -:ORG_GTD: Projects -:ID: OCR-JPG2TXT-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/sh -max=601 -for i in `seq 2 $max` -do - tesseract "$i".jpg "$i" -done -#+END_SRC - -*** TODO OCR-JPG2TXT -:PROPERTIES: -:ORG_GTD: Projects -:ID: OCR-JPG2TXT-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/sh -STARTPAGE=1 # set to pagenumber of the first page of PDF you wish to convert -ENDPAGE=9 # set to pagenumber of the last page of PDF you wish to convert -SOURCE=00.pdf # set to the file name of the PDF -OUTPUT=00.txt # set to the final output file -RESOLUTION=600 # set to the resolution the scanner used (the higher, the better) - -touch $OUTPUT -for i in `seq $STARTPAGE $ENDPAGE`; do - convert -monochrome -density $RESOLUTION $SOURCE\[$(($i - 1 ))\] page.tif - echo processing page $i - tesseract page.tif tempoutput - cat tempoutput.txt >> $OUTPUT -done -#+END_SRC - -*** TODO Emacs Switch Focus -:PROPERTIES: -:ORG_GTD: Projects -:ID: Emacs-Switch-Focus-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -sleep 1 -wmctrl -a "Emacs" -xdotool key F12 -#+END_SRC - -*** TODO Test bitcoind -:PROPERTIES: -:ORG_GTD: Projects -:ID: Test-bitcoind-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -curl -sL https://bitnodes.earn.com/api/v1/nodes/me-8333/ | jq -#+END_SRC - -*** TODO VirtualBox uninstall extension pack -:PROPERTIES: -:ORG_GTD: Projects -:ID: VirtualBox-uninstall-extension-pack-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -vboxmanage extpack uninstall "Oracle VM VirtualBox Extension Pack" -#+END_SRC - -*** TODO [[https://github.com/emacs-helm/helm-firefox][ffbookmarks]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: ffbookmarks-2026-03-30-20-18-53 -:END: - -#+begin_src bash :tangle ~/.local/bin/ffbookmarks.sh -#!/bin/bash -## Description: Call helm-firefox-bookmarks from firefox or anywhere else. -## Author:Thierry Volpiatto -## Commentary: Use firefox-protocol-installer-install to install protocol -## +from emacs. -# Use this bookmarklet: -# javascript:location.href='ffbookmarks://localhost' - -FIREFOXEXE=$(if [ -z $FIREFOXEXE ]; then echo "firefox"; else echo $FIREFOXEXE; fi) -wmctrl -a emacs -emacsclient -e "(progn (helm-firefox-bookmarks) nil)" > /dev/null -wmctrl -xa $FIREFOXEXE -exit 0 -#+end_src - -*** TODO YouTube-DL -:PROPERTIES: -:ORG_GTD: Projects -:ID: YouTube-DL-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC bash -#!/bin/bash -youtube-dl --add-metadata --write-all-thumbnails --write-info-json --embed-subs --all-subs $1 -# youtube-dl -x --audio-format mp3 --add-metadata --write-all-thumbnails --write-> - -#+END_SRC - -*** TODO Internet radios -:PROPERTIES: -:ORG_GTD: Projects -:ID: Internet-radios-2026-03-30-20-18-53 -:END: - -http://8.38.78.173:8210/ -http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio1_mf_p -http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio3_mf_p -http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4fm_mf_p -http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio4extra_mf_p -http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio5live_mf_p -http://bbcmedia.ic.llnwd.net/stream/bbcmedia_6music_mf_p -http://bbcmedia.ic.llnwd.net/stream/bbcmedia_lrldn_mf_p -http://www.bbc.co.uk/worldservice/meta/live/mp3/eneuk.pls -http://stream.celticmusicradio.net:8000/celticmusic.mp3 -http://streaming.rubinbroadcasting.com/kcea -http://radio.108.pl:8004/listen.pls -http://ice31.securenetsystems.net/NOGOU -http://live.radiomasr.net:8060/RADIOMASR -http://stream-dc1.radioparadise.com/rp_192m.ogg - -*** TODO MySQL reset -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:49-0500] -:MODIFIED: [2017-05-23 13:22:06] -:CREATED: [2017-05-23 Tue 13:20] -:ORG_GTD: Projects -:ID: MySQL-reset-2026-03-30-20-18-53 -:END: - -#+BEGIN_SRC -sudo su - -service mysql stop -mkdir /var/run/mysqld -chown mysql /var/run/mysqld -mysqld_safe --skip-grant-tables --skip-networking & -mysql -u root -use mysql; -update user set authentication_string=PASSWORD('') where user='root'; -flush privileges; -\q -killall mysqld -service mysql start -mysql -u root -p -#+END_SRC - -*** TODO Unwatched feeds -:PROPERTIES: -:IMPORTED: 2023-02-08 19:22:53 -0500 -:MODIFIED: [2009-11-04 12:33:06] -:CREATED: [2009-05-15 Fri 22:22] -:ORG_GTD: Projects -:ID: Unwatched-feeds-2026-03-30-20-18-53 -:END: - -Unwatched feeds - -http://jonathanfryer.wordpress.com - -Abu Aardvak - -http://blogs.law.harvard.edu/mesh - -http://raoufmousaad.blogspot.com/ - -http://www.abutaleb.net/ali/ - -http://msayed2004.wordpress.com/ - -http://anon868.blogspot.com/ - -http://zeryab.blogspot.com/ - -http://platform.manalaa.net/ - -http://platform.manalaa.net/blog_aggregator - -http://www.haladeeb.info/ - -http://aucpetition08.blogspot.com/ - -http://mashi97.blogspot.com/ - -http://www.iq.harvard.edu/blog/netgov/ - -http://www.internetartizans.co.uk/blog/2 - -http://www.mobileactive.org - -http://catdestroyshomes.org/ - -http://egytopia.wikia.com/ - -http://sovietposter.blogspot.com/ - -http://www.crisisgroup.org - -http://sabbah.biz/mt - -http://arabi.wikia.com/ - -http://www.marefa.org/blog - -http://www.mogtamana.org/ - -http://www.ijnet.org/ - -http://www.npr.org/storycorps?ft=2&f=510200 - -http://sharkawi.net/blog/1/feed - -http://memokareem.blogspot.com/ - -http://otherthings.manalaa.net - -http://gayofsun.blogspot.com - -http://omegatimes.blogspot.com/ - -http://ma.poemeversion.com - -http://houdounisbi.com - -http://www.elbadeel.net/ - -http://unstrung-larapawson.blogspot.com/ - -http://shayfeen.com - -http://www.abna2masr.com/ar/ - -http://x-ist.blogspot.com/ - -http://masr-heya-ommi.blogspot.com - -http://ta5areef.wordpress.com/ - -http://ikhnaton2.com/whisper - -http://abdomashakel.blogspot.com/ - -http://socialistsalex.blogspot.com - -http://msh-ana.blogspot.com/ - -http://elijahzarwan.net/blog - -http://alexandrasandels.blogspot.com/ - -http://elhakika.blogspot.com - -http://yalhwy.maktoobblog.com/ - -http://liberalismisfreedom.blogspot.com/ - -http://bonobology.blogspot.com/ - -http://asrar555.blogspot.com/ - -http://www.maktoobblog.com/ashrafshehata - -http://bluerose.egyblogs.com/ - -http://tabulagaza.blogspot.com/ - -http://www.bloggers-observatory.org/ - -http://raedyassin.blogspot.com/ - -http://ziadrahbany.blogspot.com/ - -http://ibesh.wordpress.com/ - -http://elmovirgin.blogspot.com/ - -http://www.syriangavroche.com/ - -http://okbah.cc/ok - -http://elbakali.jeeran.com/ - -http://www.elbakkali.com - -http://arabictadwin.maktoobblog.com - -http://katib.org/katibfeeds - -http://bahrainblogs.org - -http://naelaltoukhy.blogspot.com/ - -http://kbl-an-ykhrko-alsafina.blogspot.com - -http://rss.groups.yahoo.com/group/SaharaSafaris/rss - -http://rss.groups.yahoo.com/group/timeout4thesoul/rss - -http://www.google.com/reader/public/atom/user/12122158460518700400/state/com.google/broadcast - -http://openmoney.ning.com/activity/log/list?fmt=rss - -http://ar.freefouad.com/?feed=rss2 - -http://resourceinsights.blogspot.com/feeds/posts/default - -http://itsgettinghotinhere.org/feed/ - -http://forestpolicy.typepad.com/ecoecon/atom.xml - -http://www.desmogblog.com/rss.xml - -http://www.monbiot.com/feed/ - -http://theecosocialist.wordpress.com/feed/ - -http://blisteredorb.blogspot.com/feeds/posts/default - -http://theburningworld.blogspot.com/feeds/posts/default - -http://mitchellanderson.blogspot.com/feeds/posts/default - -http://inhabitable-earth.blogspot.com/feeds/posts/default - -http://simondonner.blogspot.com/feeds/posts/default - -http://initforthegold.blogspot.com/feeds/posts/default - -http://greenmpforvauxhall.blogspot.com/feeds/posts/default - -http://ecosocialism.blogspot.com/atom.xml - -http://climatecanada.wordpress.com/feed/ - -http://greenleftblog.blogspot.com/feeds/posts/default - -http://delhiplatform.blogspot.com/feeds/posts/default - -http://enviroeconomics.ca/blog/?feed=rss2 - -http://greenlefts.blogspot.com/feeds/posts/default - -http://bccwords.blogspot.com/feeds/posts/default - -http://commontragedies.wordpress.com/feed/ - -http://globalwarmingwatch.blogspot.com/feeds/posts/default - -http://climatespin.blogspot.com/feeds/posts/default - -http://growthmadness.org/feed/ - -http://climatechangeaction.blogspot.com/atom.xml - -http://www.calacademy.org/blogs/?feed=rss2 - -http://climatechange.foreignpolicyblogs.com/feed/ - -http://scienceblogs.com/deltoid/atom.xml - -http://earthtrends.wri.org/updates/blog/feed/ - -http://www.ecoshock.org/atom.xml - -http://enn.com/news/rss/globe.rss - -http://www.climateimc.org/en/frontpage/feed - -http://www.ipsnews.net/rss/environment.xml - -http://topics.nytimes.com/top/news/science/topics/globalwarming/index.html?rss=1 - -http://rabett.blogspot.com/feeds/posts/default - -http://feeds.feedburner.com/scienceblogs/eDgp - -http://westcoastclimateequity.org/?feed=rss2 - -http://www.nature.com/climate/current_issue/rss/ - -http://www.climateark.org/rss/climate.xml - -http://cc.aljazeera.net/rss.xml - -http://www.antipope.org/charlie/blog-static/atom.xml - -http://ipsinternational.org/rss/arabic.xml - -http://www.wraqat.com/atom.xml - -http://ezabi.gtegypt.net/?q=node/feed - -http://www.elhaqeqa.com/?feed=rss2/ - -http://katib.org/rss.xml - -http://keptiamuslema.blog.com/atom/ - -http://freemonem.cybversion.org/feed/ - -http://grassgrassgrass.blogspot.com/feeds/posts/default - -http://orientaleve.blogspot.com/atom.xml - -http://wa7da-w-khalas.blogspot.com/feeds/posts/default - -http://larmani.blogspot.com/feeds/posts/default - -*** TODO Feeds -:PROPERTIES: -:CREATED: [2023-01-28 Sat 20:03] -:ORG_GTD: Projects -:ID: Feeds-2026-03-30-20-18-53 -:END: - -**** TODO [[http://sovietposter.blogspot.com/][A Soviet Poster A Day]] -:PROPERTIES: -:Title: A Soviet Poster A Day -:URI: http://sovietposter.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: A-Soviet-Poster-A-Day-2026-03-30-20-18-53 -:END: - -**** TODO [[http://a-films.blogspot.com/][a-films]] -:PROPERTIES: -:Title: a-films -:URI: http://a-films.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: a-films-2026-03-30-20-18-53 -:END: - -**** TODO [[http://alienzero.blogspot.com/2008/05/blog-post.html][a7lami al-mob3thara]] -:PROPERTIES: -:Title: a7lami al-mob3thara -:URI: http://alienzero.blogspot.com/2008/05/blog-post.html -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: a7lami-al-mob3thara-2026-03-30-20-18-53 -:END: - -**** TODO [[http://aucworkers-egy.blogspot.com/][AUC-workers-Strike]] -:PROPERTIES: -:Title: AUC-workers-Strike -:URI: http://aucworkers-egy.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: AUC-workers-Strike-2026-03-30-20-18-53 -:END: - -**** TODO [[http://www.augmentedcitizen.org/][Augmented Citizen's posterous - Home]] -:PROPERTIES: -:Title: Augmented Citizen's posterous - Home -:URI: http://www.augmentedcitizen.org/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Augmented-Citizen-s-posterous-Home-2026-03-30-20-18-53 -:END: - -**** TODO [[http://riverbendblog.blogspot.com/][Baghdad Burning]] -:PROPERTIES: -:Title: Baghdad Burning -:URI: http://riverbendblog.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Baghdad-Burning-2026-03-30-20-18-53 -:END: - -**** TODO [[http://bahai-egypt.blogspot.com/][Baha'i Faith in Egypt]] -:PROPERTIES: -:Title: Baha'i Faith in Egypt -:URI: http://bahai-egypt.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Baha-i-Faith-in-Egypt-2026-03-30-20-18-53 -:END: - -**** TODO [[https://bitmessage.org/wiki/Main_Page][Bitmessage Wiki]] -:PROPERTIES: -:Title: Bitmessage Wiki -:URI: https://bitmessage.org/wiki/Main_Page -:Added: [2017-07-29 05:54] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Bitmessage-Wiki-2026-03-30-20-18-53 -:END: - -**** TODO [[http://ganzeer.blogspot.com/][Blog Ganzeer]] -:PROPERTIES: -:Title: Blog Ganzeer -:URI: http://ganzeer.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Blog-Ganzeer-2026-03-30-20-18-53 -:END: - -**** TODO [[http://bjulrich.blogspot.com/2006_05_01_bjulrich_archive.html][Brian's Study Breaks]] -:PROPERTIES: -:Title: Brian's Study Breaks -:URI: http://bjulrich.blogspot.com/2006_05_01_bjulrich_archive.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Brian-s-Study-Breaks-2026-03-30-20-18-53 -:END: - -**** TODO [[http://acairene.wordpress.com/][Cairene’s Nilometer]] -:PROPERTIES: -:Title: Cairene’s Nilometer -:URI: http://acairene.wordpress.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Cairene-s-Nilometer-2026-03-30-20-18-54 -:END: - -**** TODO [[http://acairene.wordpress.com/][Cairene’s Nilometer]] -:PROPERTIES: -:Title: Cairene’s Nilometer -:URI: http://acairene.wordpress.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Cairene-s-Nilometer-2026-03-30-20-18-54 -:END: - -**** TODO [[http://caironyman.blogspot.com/][CairoNYman]] -:PROPERTIES: -:Title: CairoNYman -:URI: http://caironyman.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: CairoNYman-2026-03-30-20-18-54 -:END: - -**** TODO [[http://cdwr.wordpress.com/][Cdwr’s Blog]] -:PROPERTIES: -:Title: Cdwr’s Blog -:URI: http://cdwr.wordpress.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Cdwr-s-Blog-2026-03-30-20-18-54 -:END: - -**** TODO [[http://yonathanbert.blogspot.com/2006/05/lisa-goldman-is-possibly-best-but.html][Dutchblog Israel]] -:PROPERTIES: -:Title: Dutchblog Israel -:URI: http://yonathanbert.blogspot.com/2006/05/lisa-goldman-is-possibly-best-but.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Dutchblog-Israel-2026-03-30-20-18-54 -:END: - -**** TODO [[http://ebnelnil.blogspot.com/2005/11/blog-post_19.html][ebn elnil]] -:PROPERTIES: -:Title: ebn elnil -:URI: http://ebnelnil.blogspot.com/2005/11/blog-post_19.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: ebn-elnil-2026-03-30-20-18-54 -:END: - -**** TODO [[http://ebnelnil.blogspot.com/2005/11/blog-post.html][ebn elnil]] -:PROPERTIES: -:Title: ebn elnil -:URI: http://ebnelnil.blogspot.com/2005/11/blog-post.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: ebn-elnil-2026-03-30-20-18-54 -:END: - -**** TODO [[http://egypost.blogspot.com/2005/11/blog-post_20.html][Egyptian Post]] -:PROPERTIES: -:Title: Egyptian Post -:URI: http://egypost.blogspot.com/2005/11/blog-post_20.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Egyptian-Post-2026-03-30-20-18-54 -:END: - -**** TODO [[http://egypost.blogspot.com/2005/11/blog-post.html][Egyptian Post]] -:PROPERTIES: -:Title: Egyptian Post -:URI: http://egypost.blogspot.com/2005/11/blog-post.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Egyptian-Post-2026-03-30-20-18-54 -:END: - -**** TODO [[http://einmal-ist-keinmal.blogspot.com/][Einmal ist Keinmal]] -:PROPERTIES: -:Title: Einmal ist Keinmal -:URI: http://einmal-ist-keinmal.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Einmal-ist-Keinmal-2026-03-30-20-18-54 -:END: - -**** TODO [[http://arabicforread.blogspot.com/][Ekraa - اقراء]] -:PROPERTIES: -:Title: Ekraa - اقراء -:URI: http://arabicforread.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Ekraa-اقراء-2026-03-30-20-18-54 -:END: - -**** TODO [[http://farahssowaleef.blogspot.com/2006/05/blog-post.html][Farah's Sowaleef]] -:PROPERTIES: -:Title: Farah's Sowaleef -:URI: http://farahssowaleef.blogspot.com/2006/05/blog-post.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Farah-s-Sowaleef-2026-03-30-20-18-54 -:END: - -**** TODO [[http://freealaa.blogspot.com/][Free Alaa!]] -:PROPERTIES: -:Title: Free Alaa! -:URI: http://freealaa.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Free-Alaa-2026-03-30-20-18-54 -:END: - -**** TODO [[http://free-fiber-to-the-home.blogspot.com/][Free Fiber to the Home]] -:PROPERTIES: -:Title: Free Fiber to the Home -:URI: http://free-fiber-to-the-home.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Free-Fiber-to-the-Home-2026-03-30-20-18-54 -:END: - -**** TODO [[http://samawel.blogspot.com/][Freneza Arabulo (Ar)]] -:PROPERTIES: -:Title: Freneza Arabulo (Ar) -:URI: http://samawel.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Freneza-Arabulo--Ar-2026-03-30-20-18-54 -:END: - -**** TODO [[http://elofouk.blogspot.com/2011/09/game-over.html#more][GAME OVER | مدونة الأفق]] -:PROPERTIES: -:Title: GAME OVER | مدونة الأفق -:URI: http://elofouk.blogspot.com/2011/09/game-over.html#more -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: GAME-OVER-مدونة-الأفق-2026-03-30-20-18-54 -:END: - -**** TODO [[http://hekayat-hanouma.blogspot.com/2006/06/httpalexandriabeirut.html][Hekayat-Hanouma]] -:PROPERTIES: -:Title: Hekayat-Hanouma -:URI: http://hekayat-hanouma.blogspot.com/2006/06/httpalexandriabeirut.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Hekayat-Hanouma-2026-03-30-20-18-54 -:END: - -**** TODO [[http://ahmedelsharawy.blogspot.com/][Too Many Minds]] -:PROPERTIES: -:Title: Too Many Minds -:URI: http://ahmedelsharawy.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Too-Many-Minds-2026-03-30-20-18-54 -:END: - -**** TODO [[http://trustcurrency.blogspot.com/][Trust is the Only Currency]] -:PROPERTIES: -:Title: Trust is the Only Currency -:URI: http://trustcurrency.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Trust-is-the-Only-Currency-2026-03-30-20-18-54 -:END: - -**** TODO [[http://weekite.blogspot.com/][Weekite أجنحة صغيرة]] -:PROPERTIES: -:Title: Weekite أجنحة صغيرة -:URI: http://weekite.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Weekite-أجنحة-صغيرة-2026-03-30-20-18-54 -:END: - -**** TODO [[http://westbankblog.blogspot.com/2006/05/let-alaa-call-me-settler-post-title-is.html][westbankblog]] -:PROPERTIES: -:Title: westbankblog -:URI: http://westbankblog.blogspot.com/2006/05/let-alaa-call-me-settler-post-title-is.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: westbankblog-2026-03-30-20-18-54 -:END: - -**** TODO [[http://worldub.blogspot.com/][World United Bloggers]] -:PROPERTIES: -:Title: World United Bloggers -:URI: http://worldub.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: World-United-Bloggers-2026-03-30-20-18-54 -:END: - -**** TODO [[http://ahyawatan.wordpress.com/][آه يا وطن]] -:PROPERTIES: -:Title: آه يا وطن -:URI: http://ahyawatan.wordpress.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: آه-يا-وطن-2026-03-30-20-18-54 -:END: - -**** TODO [[http://benjamingeer.blogspot.com/][أبحاث لفتت نظري]] -:PROPERTIES: -:Title: أبحاث لفتت نظري -:URI: http://benjamingeer.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: أبحاث-لفتت-نظري-2026-03-30-20-18-54 -:END: - -**** TODO [[http://anani12.blogspot.com/][أراك من بعيد]] -:PROPERTIES: -:Title: أراك من بعيد -:URI: http://anani12.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: أراك-من-بعيد-2026-03-30-20-18-54 -:END: - -**** TODO [[http://lilithwalks.blogspot.com/][أعربد .. ثاملــــــــــة]] -:PROPERTIES: -:Title: أعربد .. ثاملــــــــــة -:URI: http://lilithwalks.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: أعربد-dot-dot-ثاملــــــــــة-2026-03-30-20-18-54 -:END: - -**** TODO [[http://abtalelmahalla.blogspot.com/][أهالي المحلة]] -:PROPERTIES: -:Title: أهالي المحلة -:URI: http://abtalelmahalla.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: أهالي-المحلة-2026-03-30-20-18-54 -:END: - -**** TODO [[http://khealzale.blogspot.com/][أيام خيال الظل]] -:PROPERTIES: -:Title: أيام خيال الظل -:URI: http://khealzale.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: أيام-خيال-الظل-2026-03-30-20-18-54 -:END: - -**** TODO [[http://takadomy.blogspot.com/][إتحاد الشباب التقدمى بالدقهليه]] -:PROPERTIES: -:Title: إتحاد الشباب التقدمى بالدقهليه -:URI: http://takadomy.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: إتحاد-الشباب-التقدمى-بالدقهليه-2026-03-30-20-18-54 -:END: - -**** TODO [[http://elgha2ebat.blogspot.com/2009/06/normal-0-microsoftinternetexplorer4.html][إحــــْـــــكِ]] -:PROPERTIES: -:Title: إحــــْـــــكِ -:URI: http://elgha2ebat.blogspot.com/2009/06/normal-0-microsoftinternetexplorer4.html -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: إحــــْـــــكِ-2026-03-30-20-18-54 -:END: - -**** TODO [[http://6april08.blogspot.com/][إضراب 6 إبريل]] -:PROPERTIES: -:Title: إضراب 6 إبريل -:URI: http://6april08.blogspot.com/ -:Added: [2016-09-02 19:21] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: إضراب-6-إبريل-2026-03-30-20-18-54 -:END: - -**** TODO [[http://ensankhorda.blogspot.com/][إنسان خردة للبيع]] -:PROPERTIES: -:Title: إنسان خردة للبيع -:URI: http://ensankhorda.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: إنسان-خردة-للبيع-2026-03-30-20-18-54 -:END: - -**** TODO [[http://arabub.blogspot.com/][اتحاد المدونين العرب]] -:PROPERTIES: -:Title: اتحاد المدونين العرب -:URI: http://arabub.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: اتحاد-المدونين-العرب-2026-03-30-20-18-54 -:END: - -**** TODO [[http://e7bat.blogspot.com/2010/10/6-12.html][احــباط]] -:PROPERTIES: -:Title: احــباط -:URI: http://e7bat.blogspot.com/2010/10/6-12.html -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: احــباط-2026-03-30-20-18-54 -:END: - -**** TODO [[http://ahmedkorra.blogspot.com/][احمد قرة]] -:PROPERTIES: -:Title: احمد قرة -:URI: http://ahmedkorra.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: احمد-قرة-2026-03-30-20-18-54 -:END: - -**** TODO [[http://al-ghareeb.blogspot.com/2008/04/blog-post_28.html][اغلاق مكتب المنيل]] -:PROPERTIES: -:Title: اغلاق مكتب المنيل -:URI: http://al-ghareeb.blogspot.com/2008/04/blog-post_28.html -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: اغلاق-مكتب-المنيل-2026-03-30-20-18-54 -:END: - -**** TODO [[http://ta3zeeb.blogspot.com/2006/01/302005-56-70-29-2005-17-400-4500-2000.html][اكاذيب حول مجزرة اللاجئين]] -:PROPERTIES: -:Title: اكاذيب حول مجزرة اللاجئين -:URI: http://ta3zeeb.blogspot.com/2006/01/302005-56-70-29-2005-17-400-4500-2000.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: اكاذيب-حول-مجزرة-اللاجئين-2026-03-30-20-18-54 -:END: - -**** TODO [[http://anarchisminarabic.blogspot.com/][الأناركية بالعربية]] -:PROPERTIES: -:Title: الأناركية بالعربية -:URI: http://anarchisminarabic.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الأناركية-بالعربية-2026-03-30-20-18-54 -:END: - -**** TODO [[http://el7aramlek.blogspot.com/][الحرملك]] -:PROPERTIES: -:Title: الحرملك -:URI: http://el7aramlek.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الحرملك-2026-03-30-20-18-54 -:END: - -**** TODO [[http://el7aramlek.blogspot.com/2006/03/blog-post_30.html][الحرملك]] -:PROPERTIES: -:Title: الحرملك -:URI: http://el7aramlek.blogspot.com/2006/03/blog-post_30.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الحرملك-2026-03-30-20-18-54 -:END: - -**** TODO [[http://el7aramlek.blogspot.com/2005/12/blog-post.html][الحرملك]] -:PROPERTIES: -:Title: الحرملك -:URI: http://el7aramlek.blogspot.com/2005/12/blog-post.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الحرملك-2026-03-30-20-18-54 -:END: - -**** TODO [[http://freedomcenter.blogspot.com/2007/04/blog-post.html][الحرية]] -:PROPERTIES: -:Title: الحرية -:URI: http://freedomcenter.blogspot.com/2007/04/blog-post.html -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الحرية-2026-03-30-20-18-54 -:END: - -**** TODO [[http://web.archive.org/web/20050324005147/http://hamuksha.blogspot.com][الخَرَز الملوّن]] -:PROPERTIES: -:Title: الخَرَز الملوّن -:URI: http://web.archive.org/web/20050324005147/http://hamuksha.blogspot.com -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الخَرَز-الملوّن-2026-03-30-20-18-54 -:END: - -**** TODO [[http://mokh-zalabia.blogspot.com/][الغربال]] -:PROPERTIES: -:Title: الغربال -:URI: http://mokh-zalabia.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الغربال-2026-03-30-20-18-54 -:END: - -**** TODO [[http://fasail.blogspot.com/][الفسائل]] -:PROPERTIES: -:Title: الفسائل -:URI: http://fasail.blogspot.com/ -:Added: [2016-09-02 19:26] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الفسائل-2026-03-30-20-18-55 -:END: - -**** TODO [[http://re-titling-history.blogspot.com/][القارئ الشعبي]] -:PROPERTIES: -:Title: القارئ الشعبي -:URI: http://re-titling-history.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: القارئ-الشعبي-2026-03-30-20-18-55 -:END: - -**** TODO [[http://taranim.blogspot.com/][الله الوطن فاطمه]] -:PROPERTIES: -:Title: الله الوطن فاطمه -:URI: http://taranim.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الله-الوطن-فاطمه-2026-03-30-20-18-55 -:END: - -**** TODO [[http://alnabialafreqy.blogspot.com/][النبي الأفريقي]] -:PROPERTIES: -:Title: النبي الأفريقي -:URI: http://alnabialafreqy.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: النبي-الأفريقي-2026-03-30-20-18-55 -:END: - -**** TODO [[http://www.copticawareness.blogspot.com/][الوعى القبطى]] -:PROPERTIES: -:Title: الوعى القبطى -:URI: http://www.copticawareness.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الوعى-القبطى-2026-03-30-20-18-55 -:END: - -**** TODO [[http://babeldonia.blogspot.com/][باب الدنيا]] -:PROPERTIES: -:Title: باب الدنيا -:URI: http://babeldonia.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: باب-الدنيا-2026-03-30-20-18-55 -:END: - -**** TODO [[http://www.bokra-a7la.blogspot.com/][بكــــــــرة احلـــــــي]] -:PROPERTIES: -:Title: بكــــــــرة احلـــــــي -:URI: http://www.bokra-a7la.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: بكــــــــرة-احلـــــــي-2026-03-30-20-18-55 -:END: - -**** TODO [[http://bent-sa3d.blogspot.com/2007/04/blog-post_14.html][بنت سعد]] -:PROPERTIES: -:Title: بنت سعد -:URI: http://bent-sa3d.blogspot.com/2007/04/blog-post_14.html -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: بنت-سعد-2026-03-30-20-18-55 -:END: - -**** TODO [[http://bentmasreya.blogspot.com/][بنت مصرية]] -:PROPERTIES: -:Title: بنت مصرية -:URI: http://bentmasreya.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: بنت-مصرية-2026-03-30-20-18-55 -:END: - -**** TODO [[http://jarelkamar.blogspot.com/2005/11/blog-post_28.html][جار القمر]] -:PROPERTIES: -:Title: جار القمر -:URI: http://jarelkamar.blogspot.com/2005/11/blog-post_28.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: جار-القمر-2026-03-30-20-18-55 -:END: - -**** TODO [[http://rasmalia.blogspot.com/][جذر العدالة والرخاء]] -:PROPERTIES: -:Title: جذر العدالة والرخاء -:URI: http://rasmalia.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: جذر-العدالة-والرخاء-2026-03-30-20-18-55 -:END: - -**** TODO [[http://garshkal.blogspot.com/][جــر شــكل]] -:PROPERTIES: -:Title: جــر شــكل -:URI: http://garshkal.blogspot.com/ -:Added: [2016-09-02 19:26] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: جــر-شــكل-2026-03-30-20-18-55 -:END: - -**** TODO [[http://4egypt.blogspot.com/2005/11/blog-post_14.html][حائر في دنيا الله]] -:PROPERTIES: -:Title: حائر في دنيا الله -:URI: http://4egypt.blogspot.com/2005/11/blog-post_14.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: حائر-في-دنيا-الله-2026-03-30-20-18-55 -:END: - -**** TODO [[http://4egypt.blogspot.com/2005/11/blog-post_26.html][حائر في دنيا الله]] -:PROPERTIES: -:Title: حائر في دنيا الله -:URI: http://4egypt.blogspot.com/2005/11/blog-post_26.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: حائر-في-دنيا-الله-2026-03-30-20-18-55 -:END: - -**** TODO [[http://4egypt.blogspot.com/2005/12/blog-post_01.html][حائر في دنيا الله]] -:PROPERTIES: -:Title: حائر في دنيا الله -:URI: http://4egypt.blogspot.com/2005/12/blog-post_01.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: حائر-في-دنيا-الله-2026-03-30-20-18-55 -:END: - -**** TODO [[http://4egypt.blogspot.com/2005/12/blog-post_06.html][حائر في دنيا الله]] -:PROPERTIES: -:Title: حائر في دنيا الله -:URI: http://4egypt.blogspot.com/2005/12/blog-post_06.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: حائر-في-دنيا-الله-2026-03-30-20-18-55 -:END: - -**** TODO [[http://khoyout.blogspot.com/][خيوط]] -:PROPERTIES: -:Title: خيوط -:URI: http://khoyout.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: خيوط-2026-03-30-20-18-55 -:END: - -**** TODO [[http://khalil1932.blogspot.com/][دودا]] -:PROPERTIES: -:Title: دودا -:URI: http://khalil1932.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: دودا-2026-03-30-20-18-55 -:END: - -**** TODO [[http://www.fayoum.blogspot.com/][ساقية الفيوم]] -:PROPERTIES: -:Title: ساقية الفيوم -:URI: http://www.fayoum.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: ساقية-الفيوم-2026-03-30-20-18-55 -:END: - -**** TODO [[http://policeegy.blogspot.com/][شهداء الشرطه المصريه]] -:PROPERTIES: -:Title: شهداء الشرطه المصريه -:URI: http://policeegy.blogspot.com/ -:Added: [2016-09-02 19:24] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: شهداء-الشرطه-المصريه-2026-03-30-20-18-55 -:END: - -**** TODO [[http://echoingscreams.blogspot.com/][صرخات مدوية Echoing Screams]] -:PROPERTIES: -:Title: صرخات مدوية Echoing Screams -:URI: http://echoingscreams.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: صرخات-مدوية-Echoing-Screams-2026-03-30-20-18-55 -:END: - -**** TODO [[http://tolaabmokawma.blogspot.com/][طلاب مقاومة]] -:PROPERTIES: -:Title: طلاب مقاومة -:URI: http://tolaabmokawma.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: طلاب-مقاومة-2026-03-30-20-18-55 -:END: - -**** TODO [[http://3alkahwa.blogspot.com/][عالقهوة]] -:PROPERTIES: -:Title: عالقهوة -:URI: http://3alkahwa.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: عالقهوة-2026-03-30-20-18-55 -:END: - -**** TODO [[http://azzasoliman.blogspot.com/][عزة سليمان مرشحة مستقلة لمجلس الشعب 2010]] -:PROPERTIES: -:Title: عزة سليمان مرشحة مستقلة لمجلس الشعب 2010 -:URI: http://azzasoliman.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: عزة-سليمان-مرشحة-مستقلة-لمجلس-الشعب-2010-2026-03-30-20-18-55 -:END: - -**** TODO [[http://3alababallah.blogspot.com/2005/11/blog-post_25.html][على باب الله]] -:PROPERTIES: -:Title: على باب الله -:URI: http://3alababallah.blogspot.com/2005/11/blog-post_25.html -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: على-باب-الله-2026-03-30-20-18-55 -:END: - -**** TODO [[http://3malamatan.blogspot.com/][عمال مطاحن مصر]] -:PROPERTIES: -:Title: عمال مطاحن مصر -:URI: http://3malamatan.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: عمال-مطاحن-مصر-2026-03-30-20-18-55 -:END: - -**** TODO [[http://www.omarsoliman.blogspot.com/][عمر سليمان]] -:PROPERTIES: -:Title: عمر سليمان -:URI: http://www.omarsoliman.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: عمر-سليمان-2026-03-30-20-18-55 -:END: - -**** TODO [[http://odabaamasr.blogspot.com/][عن السرد الجديد]] -:PROPERTIES: -:Title: عن السرد الجديد -:URI: http://odabaamasr.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: عن-السرد-الجديد-2026-03-30-20-18-55 -:END: - -**** TODO [[http://3anelshe3r.blogspot.com/][عَن الشــِـــعْـر]] -:PROPERTIES: -:Title: عَن الشــِـــعْـر -:URI: http://3anelshe3r.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: عَن-الشــِـــعْـر-2026-03-30-20-18-55 -:END: - -**** TODO [[http://anarchist-art.blogspot.com/][فن أناركي]] -:PROPERTIES: -:Title: فن أناركي -:URI: http://anarchist-art.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: فن-أناركي-2026-03-30-20-18-55 -:END: - -**** TODO [[http://fahmyhoweidy.blogspot.com/][فهمي هويدي]] -:PROPERTIES: -:Title: فهمي هويدي -:URI: http://fahmyhoweidy.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: فهمي-هويدي-2026-03-30-20-18-55 -:END: - -**** TODO [[http://ahmarharir.blogspot.com/][فيونكات حرير]] -:PROPERTIES: -:Title: فيونكات حرير -:URI: http://ahmarharir.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: فيونكات-حرير-2026-03-30-20-18-55 -:END: - -**** TODO [[http://adelale.blogspot.com/][قضايا أساسية هامة]] -:PROPERTIES: -:Title: قضايا أساسية هامة -:URI: http://adelale.blogspot.com/ -:Added: [2016-09-02 19:24] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: قضايا-أساسية-هامة-2026-03-30-20-18-55 -:END: - -**** TODO [[http://almwatn.blogspot.com/2007/04/1.html][قلم (ألم) وطن]] -:PROPERTIES: -:Title: قلم (ألم) وطن -:URI: http://almwatn.blogspot.com/2007/04/1.html -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: قلم--ألم--وطن-2026-03-30-20-18-55 -:END: - -**** TODO [[http://larmani.blogspot.com/][ليلى أرمن]] -:PROPERTIES: -:Title: ليلى أرمن -:URI: http://larmani.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: ليلى-أرمن-2026-03-30-20-18-55 -:END: - -**** TODO [[http://nebetpet.blogspot.com/][مارييت]] -:PROPERTIES: -:Title: مارييت -:URI: http://nebetpet.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مارييت-2026-03-30-20-18-55 -:END: - -**** TODO [[http://www.modyrapmusic.blogspot.com/][مُحَمد أُسَـامَه]] -:PROPERTIES: -:Title: مُحَمد أُسَـامَه -:URI: http://www.modyrapmusic.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مُحَمد-أُسَـامَه-2026-03-30-20-18-55 -:END: - -**** TODO [[http://www.elbalshy.blogspot.com/][مدونة خالد البلشى]] -:PROPERTIES: -:Title: مدونة خالد البلشى -:URI: http://www.elbalshy.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مدونة-خالد-البلشى-2026-03-30-20-18-55 -:END: - -**** TODO [[http://raoufmousaad.blogspot.com/][مدونة رؤوف مسعد]] -:PROPERTIES: -:Title: مدونة رؤوف مسعد -:URI: http://raoufmousaad.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مدونة-رؤوف-مسعد-2026-03-30-20-18-55 -:END: - -**** TODO [[http://anamol7ed.wordpress.com/][مدونة كافر]] -:PROPERTIES: -:Title: مدونة كافر -:URI: http://anamol7ed.wordpress.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مدونة-كافر-2026-03-30-20-18-56 -:END: - -**** TODO [[http://www.noabohasera.blogspot.com/][مدونون ضد أبو حصيرة]] -:PROPERTIES: -:Title: مدونون ضد أبو حصيرة -:URI: http://www.noabohasera.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مدونون-ضد-أبو-حصيرة-2026-03-30-20-18-56 -:END: - -**** TODO [[http://no4watany.blogspot.com/][مدونون ضد الحزب الوطني]] -:PROPERTIES: -:Title: مدونون ضد الحزب الوطني -:URI: http://no4watany.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مدونون-ضد-الحزب-الوطني-2026-03-30-20-18-56 -:END: - -**** TODO [[http://muslims-however.blogspot.com/][مسلمون ولكن]] -:PROPERTIES: -:Title: مسلمون ولكن -:URI: http://muslims-however.blogspot.com/ -:Added: [2016-09-02 19:24] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مسلمون-ولكن-2026-03-30-20-18-56 -:END: - -**** TODO [[http://egyptianhopes.blogspot.com/][مصرى أوى]] -:PROPERTIES: -:Title: مصرى أوى -:URI: http://egyptianhopes.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مصرى-أوى-2026-03-30-20-18-56 -:END: - -**** TODO [[http://basmasaoud.blogspot.com/][مقالات الأميرة بسمة بنت سعود..]] -:PROPERTIES: -:Title: مقالات الأميرة بسمة بنت سعود.. -:URI: http://basmasaoud.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: مقالات-الأميرة-بسمة-بنت-سعود-dot-dot-2026-03-30-20-18-56 -:END: - -**** TODO [[http://myislamocracy.blogspot.com/][ولآية إسلامية شورية]] -:PROPERTIES: -:Title: ولآية إسلامية شورية -:URI: http://myislamocracy.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: ولآية-إسلامية-شورية-2026-03-30-20-18-56 -:END: - -**** TODO [[http://almugtam3.blogspot.com/][يناير .... شهادات حية]] -:PROPERTIES: -:Title: يناير .... شهادات حية -:URI: http://almugtam3.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: يناير-dot-dot-dot-dot-شهادات-حية-2026-03-30-20-18-56 -:END: - -**** TODO [[http://gaybynature.blogspot.com/][يوميات مثلي بالفطرة]] -:PROPERTIES: -:Title: يوميات مثلي بالفطرة -:URI: http://gaybynature.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: يوميات-مثلي-بالفطرة-2026-03-30-20-18-56 -:END: - -**** TODO [[http://gameelaismail.blogspot.com/][Gameela Ismail]] -:PROPERTIES: -:Title: Gameela Ismail -:URI: http://gameelaismail.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Gameela-Ismail-2026-03-30-20-18-56 -:END: - -**** TODO [[http://abukashif.blogspot.com/][IslamicLawBlog]] -:PROPERTIES: -:Title: IslamicLawBlog -:URI: http://abukashif.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: IslamicLawBlog-2026-03-30-20-18-56 -:END: - -**** TODO [[http://www.khaledelsawy.blogspot.com/][KHALED EL-SAWY]] -:PROPERTIES: -:Title: KHALED EL-SAWY -:URI: http://www.khaledelsawy.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: KHALED-EL-SAWY-2026-03-30-20-18-56 -:END: - -**** TODO [[http://mubarakgames.blogspot.com/][Mubarak Games]] -:PROPERTIES: -:Title: Mubarak Games -:URI: http://mubarakgames.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Mubarak-Games-2026-03-30-20-18-56 -:END: - -**** TODO [[http://totafromhere.blogspot.com/][Mystic Contemplation]] -:PROPERTIES: -:Title: Mystic Contemplation -:URI: http://totafromhere.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Mystic-Contemplation-2026-03-30-20-18-56 -:END: - -**** TODO [[http://samiabakry.blogspot.com/2010/04/blog-post_14.html][samia bakry]] -:PROPERTIES: -:Title: samia bakry -:URI: http://samiabakry.blogspot.com/2010/04/blog-post_14.html -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: samia-bakry-2026-03-30-20-18-56 -:END: - -**** TODO [[http://www.shadowministryofhousing.blogspot.com/][Shadow Ministry of Housing]] -:PROPERTIES: -:Title: Shadow Ministry of Housing -:URI: http://www.shadowministryofhousing.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Shadow-Ministry-of-Housing-2026-03-30-20-18-56 -:END: - -**** TODO [[http://www.she2i2.blogspot.com/][SHE2I2]] -:PROPERTIES: -:Title: SHE2I2 -:URI: http://www.she2i2.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: SHE2I2-2026-03-30-20-18-56 -:END: - -**** TODO [[http://springawakeningegypt.blogspot.com/][spring awakening egypt]] -:PROPERTIES: -:Title: spring awakening egypt -:URI: http://springawakeningegypt.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: spring-awakening-egypt-2026-03-30-20-18-56 -:END: - -**** TODO [[http://syriaexposed.blogspot.com/][Syria Exposed]] -:PROPERTIES: -:Title: Syria Exposed -:URI: http://syriaexposed.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: Syria-Exposed-2026-03-30-20-18-56 -:END: - -**** TODO [[http://magnacartamanifesto.blogspot.com/][The Magna Carta Manifesto]] -:PROPERTIES: -:Title: The Magna Carta Manifesto -:URI: http://magnacartamanifesto.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: The-Magna-Carta-Manifesto-2026-03-30-20-18-56 -:END: - -**** TODO [[http://wa7damasrya.blogspot.com/][wa7damasrya]] -:PROPERTIES: -:Title: wa7damasrya -:URI: http://wa7damasrya.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: wa7damasrya-2026-03-30-20-18-56 -:END: - -**** TODO [[http://en7raf.blogspot.com/][البلوجاية الخاصة بالمعلم سعيد انحراف]] -:PROPERTIES: -:Title: البلوجاية الخاصة بالمعلم سعيد انحراف -:URI: http://en7raf.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: البلوجاية-الخاصة-بالمعلم-سعيد-انحراف-2026-03-30-20-18-56 -:END: - -**** TODO [[http://elbanatayzaea.blogspot.com/][البنات عايزة ايه]] -:PROPERTIES: -:Title: البنات عايزة ايه -:URI: http://elbanatayzaea.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: البنات-عايزة-ايه-2026-03-30-20-18-56 -:END: - -**** TODO [[http://gaishona.blogspot.com/][الجيش والديمقراطية]] -:PROPERTIES: -:Title: الجيش والديمقراطية -:URI: http://gaishona.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الجيش-والديمقراطية-2026-03-30-20-18-56 -:END: - -**** TODO [[http://freemait.blogspot.com/][الحرية لمحمد عادل ... العميد ميت]] -:PROPERTIES: -:Title: الحرية لمحمد عادل ... العميد ميت -:URI: http://freemait.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: الحرية-لمحمد-عادل-dot-dot-dot-العميد-ميت-2026-03-30-20-18-56 -:END: - -**** TODO [[http://egyprotest-defense.blogspot.com/][جبهة الدفاع عن متظاهرى مصر]] -:PROPERTIES: -:Title: جبهة الدفاع عن متظاهرى مصر -:URI: http://egyprotest-defense.blogspot.com/ -:Added: [2016-09-02 19:23] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: جبهة-الدفاع-عن-متظاهرى-مصر-2026-03-30-20-18-56 -:END: - -**** TODO [[http://7arkt6april.blogspot.com/][حركة 6 ابريل]] -:PROPERTIES: -:Title: حركة 6 ابريل -:URI: http://7arkt6april.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: حركة-6-ابريل-2026-03-30-20-18-56 -:END: - -**** TODO [[http://sooosoftwere.blogspot.com/][خجل حتى النخاع]] -:PROPERTIES: -:Title: خجل حتى النخاع -:URI: http://sooosoftwere.blogspot.com/ -:Added: [2016-09-02 19:28] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: خجل-حتى-النخاع-2026-03-30-20-18-56 -:END: - -**** TODO [[http://freespacecraft.blogspot.com/][سفينة فضاء]] -:PROPERTIES: -:Title: سفينة فضاء -:URI: http://freespacecraft.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: سفينة-فضاء-2026-03-30-20-18-56 -:END: - -**** TODO [[http://3ayez7a2ee.blogspot.com/][عايز حقي]] -:PROPERTIES: -:Title: عايز حقي -:URI: http://3ayez7a2ee.blogspot.com/ -:Added: [2016-09-02 19:22] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: عايز-حقي-2026-03-30-20-18-56 -:END: - -**** TODO [[http://eyestillopen.blogspot.com/][فتح عينيك]] -:PROPERTIES: -:Title: فتح عينيك -:URI: http://eyestillopen.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: فتح-عينيك-2026-03-30-20-18-56 -:END: - -**** TODO [[http://lokmetaesh.blogspot.com/][لقمة عيش]] -:PROPERTIES: -:Title: لقمة عيش -:URI: http://lokmetaesh.blogspot.com/ -:Added: [2016-09-02 19:27] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: لقمة-عيش-2026-03-30-20-18-56 -:END: - -**** TODO [[http://squattercity.blogspot.com/][squattercity]] -:PROPERTIES: -:Title: squattercity -:URI: http://squattercity.blogspot.com/ -:Added: [2016-09-02 19:25] -:Modified: [2022-07-09 17:07] -:ORG_GTD: Projects -:ID: squattercity-2026-03-30-20-18-56 -:END: - -**** TODO [[http://guitarduino.blogspot.com/][GuitArduino]] -:PROPERTIES: -:CREATED: [2023-01-31 Tue 17:56] -:ORG_GTD: Projects -:ID: GuitArduino-2026-03-30-20-18-56 -:END: - -**** TODO [[http://mazra3a.blogspot.com/][حلم المزرعة]] -:PROPERTIES: -:CREATED: [2023-01-28 Sat 21:15] -:ORG_GTD: Projects -:ID: حلم-المزرعة-2026-03-30-20-18-56 -:END: - -*** TODO Audio.nodes -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:53-0500] -:MODIFIED: [2010-07-19 06:51:17+0100] -:CREATED: [2010-07-19 Mon 06:50] -:ORG_GTD: Projects -:ID: Audio-dot-nodes-2026-03-30-20-18-56 -:END: - -#+BEGIN_SRC -[swf file="01-Khuttar.mp3"] --rw-rw-r-- 1 amr pg994112 6803825 2010-03-09 01:15 01-Battleflag (full version).mp3 --rw-rw-r-- 1 amr pg994112 3175720 2010-03-09 01:15 01-Free Speech for the Dumb.mp3 --rw-rw-r-- 1 amr pg994112 5262302 2010-03-09 01:15 01-The Internationale.mp3 --rw-rw-r-- 1 amr pg994112 7504502 2010-03-09 01:15 02-Nokta.mp3 --rw-rw-r-- 1 amr pg994112 6960736 2010-03-09 01:15 06-Democracy.mp3 --rw-rw-r-- 1 amr pg994112 7390817 2010-03-09 01:15 07-Poor Boy.mp3 --rw-rw-r-- 1 amr pg994112 5289231 2010-03-09 01:15 17-Never Cross a Picket Line.mp3 --rw-rw-r-- 1 amr pg994112 5332681 2010-03-09 01:15 ShabaanAbderrihim-YallaNghanni.mp3 --rw-rw-r-- 1 amr pg994112 277248 2010-03-09 01:15 TheStreetsAreOurs.mp3 --rw-rw-r-- 1 amr pg994112 1307807 2010-03-09 01:15 ZainMahmoud-YabkiWYad7ak.mp3 --rw-rw-r-- 1 amr pg994112 9876712 2010-03-09 01:15 04-H'Asbu-Hum.mp3 --rw-rw-r-- 1 amr pg994112 792544 2010-03-09 01:15 05-Money.mp3 --rw-rw-r-- 1 amr pg994112 5673234 2010-03-09 01:15 05-The Bravery of Being Out of Range.mp3 --rw-rw-r-- 1 amr pg994112 3903365 2010-03-09 01:15 07-Wishes of Happiness & Prosperity.mp3 --rw-rw-r-- 1 amr pg994112 6965752 2010-03-09 01:15 09-Bahdja beïdha.mp3 --rw-rw-r-- 1 amr pg994112 2551685 2010-03-09 01:15 11-Louis Jordan & Ella Fitzgerald-Baby, It's Cold Outside.mp3 -#+END_SRC - -*** TODO Hugo -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:53-0500] -:MODIFIED: [2017-05-20 16:28:40+0100] -:CREATED: [2017-05-16 Tue 20:48] -:ORG_GTD: Projects -:ID: Hugo-2026-03-30-20-18-57 -:END: - -./drupal2hugo -db arborealannals -user amr -pass ls5czLMC8t0rxMek -host -mysql.gharbeia.net:3306 -v - -git clone https://github.com/spf13/hyde.git - -*** TODO [[https://emacs-eask.github.io/][Eask]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Eask-2026-03-30-20-18-57 -:END: - -#+begin_src bash -curl -fsSL https://raw.githubusercontent.com/emacs-eask/cli/master/webinstall/install.sh | sh -#+end_src - -*** TODO Virtualbox -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:48-0500] -:MODIFIED: [2017-01-18 13:13:18-0500] -:CREATED: [2017-01-18 Wed 03:45] -:ORG_GTD: Projects -:ID: Virtualbox-2026-03-30-20-18-57 -:END: - -#+BEGIN_SRC -vboxmanage extpack uninstall "Oracle VM VirtualBox Extension Pack" -#+END_SRC - -*** TODO Link DSL -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:45-0500] -:MODIFIED: [2013-08-31 21:42:38+0200] -:CREATED: [2013-08-31 Sat 21:41] -:ORG_GTD: Projects -:ID: Link-DSL-2026-03-30-20-18-57 -:END: - -u: 025084337-hossam -p: ldn - -*** TODO Twitter backup code -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:46-0500] -:MODIFIED: [2013-09-20 12:19:17+0200] -:CREATED: [2013-09-04 Wed 14:26] -:ORG_GTD: Projects -:ID: Twitter-backup-code-2026-03-30-20-18-57 -:END: - -fwjd n2jk dzme - -*** TODO Windows keys -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:46-0500] -:MODIFIED: [2017-07-01 10:41:51] -:CREATED: [2015-09-16 Wed 20:17] -:ORG_GTD: Projects -:ID: Windows-keys-2026-03-30-20-18-57 -:END: - -| Windows XP | yq7xw-qpt6c-233qf-rrxc7-vf7ty | -| Windows 98 SE | F4XXR-6V2PT-MBK94-6QPM8-CM77Q | -| Windows 7 | 22TKD-F8XX6-YG69F-9M66D-PMJBM | -| Windows 10 | T49TD-6VFBW-VV7HY-B2PXY-MY47H | - -*** TODO blockchain.info -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:48-0500] -:MODIFIED: [2016-06-17 12:54:38+0100] -:CREATED: [2016-06-17 Fri 12:54] -:ORG_GTD: Projects -:ID: blockchain-dot-info-2026-03-30-20-18-57 -:END: - -86064715-83a5-6236-50df-470cf898a1bc - -*** TODO Blockchain -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:50-0500] -:MODIFIED: [2013-03-19 21:15:34+0000] -:CREATED: [2013-03-19 Tue 21:15] -:ORG_GTD: Projects -:ID: Blockchain-2026-03-30-20-18-57 -:END: - -certainly weather level value lord respond watch beautiful pressure fist stomach murder - -*** TODO Mastodon -:PROPERTIES: -:IMPORTED: [2023-02-08 19:22:50-0500] -:MODIFIED: [2022-12-29 17:03:36] -:CREATED: [2022-11-16 Wed 13:26] -:ORG_GTD: Projects -:ID: Mastodon-2026-03-30-20-18-57 -:END: - -https://mastodon.lol/@evacide -https://infosec.exchange/@dymaxion -https://mastodon.social/@smari -https://mstdn.social/@eldahshan -https://lor.sh/@hesham -https://mastodon.online/@nariology -https://mstdn.social/@lucyellinson -https://mastodon.world/@rgrundmann -https://mastodon.online/@harikunzru -https://mastodon.social/@davew -https://mastodon.social/@esqueer -https://mastodon.online/@pkrugman -https://mastodon.social/@iang_fc -https://tilde.zone/@ftrain/ -https://mastodon.social/@mmasnick - -*** TODO move to QubesOS -:PROPERTIES: -:ORG_GTD: Projects -:ID: move-to-QubesOS-2026-03-30-20-18-57 -:END: -*** TODO [[https://github.com/koniu/recoll-webui][web interface for recoll desktop search]] -:PROPERTIES: -:TITLE: GitHub - koniu/recoll-webui: web interface for recoll desktop search -:URI: https://github.com/koniu/recoll-webui -:CREATED: 2023-02-05 Sun 00:58 -:ORG_GTD: Projects -:ID: web-interface-for-recoll-desktop-search-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/nanu-c/axolotl/][A Signal compatible cross plattform client written in Go and Vuejs]] :telecommunications:computer:security: -:PROPERTIES: -:TITLE: GitHub - nanu-c/axolotl: A Signal compatible cross plattform client written in Go and Vuejs -:URI: https://github.com/nanu-c/axolotl/ -:CREATED: [2023-02-04 Sat 13:41] -:ORG_GTD: Projects -:ID: A-Signal-compatible-cross-plattform-client-2026-03-30-20-18-57 -:END: - -*** TODO Libby -:PROPERTIES: -:ORG_GTD: Projects -:ID: Libby-2026-03-30-20-18-57 -:END: -**** TODO Install ODMPY -:PROPERTIES: -:ORG_GTD: Projects -:ID: Install-ODMPY-2026-03-30-20-18-57 -:END: - -#+begin_src bash -pipx install https://github.com/ping/odmpy/releases/tag/0.8.1 -#+end_src - -**** TODO Download Libby books and audiobooks -:PROPERTIES: -:ORG_GTD: Projects -:ID: Download-Libby-books-and-audiobooks-2026-03-30-20-18-57 -:END: - -#+begin_src bash - odmpy libby -c -k --opf -d /barrel/library/audio/books/libby - odmpy dl -c -k --opf -d root@192.168.1.100:/barrel/library/audio/books/libby *.odm -#+end_src - -*** TODO [[https://github.com/apprenticeharper/DeDRM_tools][GitHub - apprenticeharper/DeDRM_tools: DeDRM tools for ebooks]] -:PROPERTIES: -:TITLE: GitHub - apprenticeharper/DeDRM_tools: DeDRM tools for ebooks -:URI: https://github.com/apprenticeharper/DeDRM_tools -:CREATED: [2023-08-19 Sat 12:53] -:ORG_GTD: Projects -:ID: GitHub-apprenticeharper-DeDRM-tools-DeDRM-tools-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/biobootloader/mentat][GitHub - biobootloader/mentat: Mentat - The AI Coding Assistant]] -:PROPERTIES: -:TITLE: GitHub - biobootloader/mentat: Mentat - The AI Coding Assistant -:URI: https://github.com/biobootloader/mentat -:CREATED: [2023-08-19 Sat 12:48] -:ORG_GTD: Projects -:ID: GitHub-biobootloader-mentat-Mentat-The-AI-Coding-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/novoid/filetags/issues/45][[Help] Integration with gnome file manager Nautilus · Issue #45 · novoid/filetags · GitHub]] -:PROPERTIES: -:TITLE: [Help] Integration with gnome file manager Nautilus · Issue #45 · novoid/filetags · GitHub -:URI: https://github.com/novoid/filetags/issues/45 -:CREATED: [2023-08-19 Sat 12:48] -:ORG_GTD: Projects -:ID: Help-Integration-with-gnome-file-manager-Nautilus-2026-03-30-20-18-57 -:END: - -*** TODO [[https://stackoverflow.com/questions/49888014/move-docker-bind-mount-to-volume][Move docker bind-mount to volume - Stack Overflow]] -:PROPERTIES: -:TITLE: Move docker bind-mount to volume - Stack Overflow -:URI: https://stackoverflow.com/questions/49888014/move-docker-bind-mount-to-volume -:CREATED: [2023-08-19 Sat 12:47] -:ORG_GTD: Projects -:ID: Move-docker-bind-mount-to-volume-Stack-Overflow-2026-03-30-20-18-57 -:END: - -*** TODO [[https://www.howtogeek.com/devops/how-to-back-up-your-docker-volumes/][How to Back Up Your Docker Volumes]] -:PROPERTIES: -:TITLE: How to Back Up Your Docker Volumes -:URI: https://www.howtogeek.com/devops/how-to-back-up-your-docker-volumes/ -:CREATED: [2023-08-19 Sat 12:47] -:ORG_GTD: Projects -:ID: How-to-Back-Up-Your-Docker-Volumes-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/jareware/docker-volume-backup][GitHub - jareware/docker-volume-backup: Utility container for periodically backing up Docker volumes]] -:PROPERTIES: -:TITLE: GitHub - jareware/docker-volume-backup: Utility container for periodically backing up Docker volumes -:URI: https://github.com/jareware/docker-volume-backup -:CREATED: [2023-08-19 Sat 12:47] -:ORG_GTD: Projects -:ID: GitHub-jareware-docker-volume-backup-Utility-2026-03-30-20-18-57 -:END: - -*** TODO [[https://superuser.com/questions/874901/what-are-the-step-to-move-all-your-dotfiles-into-xdg-directories#931218][What are the step to move all your dotfiles into XDG directories? - Super User]] -:PROPERTIES: -:TITLE: What are the step to move all your dotfiles into XDG directories? - Super User -:URI: https://superuser.com/questions/874901/what-are-the-step-to-move-all-your-dotfiles-into-xdg-directories#931218 -:CREATED: [2023-08-19 Sat 12:46] -:ORG_GTD: Projects -:ID: What-are-the-step-to-move-all-your-dotfiles-into-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/b3nj5m1n/xdg-ninja/blob/main/README.md][xdg-ninja/README.md at main · b3nj5m1n/xdg-ninja · GitHub]] -:PROPERTIES: -:TITLE: xdg-ninja/README.md at main · b3nj5m1n/xdg-ninja · GitHub -:URI: https://github.com/b3nj5m1n/xdg-ninja/blob/main/README.md -:CREATED: [2023-08-19 Sat 12:45] -:ORG_GTD: Projects -:ID: xdg-ninja-README-dot-md-at-main-b3nj5m1n-xdg-2026-03-30-20-18-57 -:END: - -*** TODO [[https://simonwillison.net/2023/Jul/12/llm/][My LLM CLI tool now supports self-hosted language models via plugins]] -:PROPERTIES: -:TITLE: My LLM CLI tool now supports self-hosted language models via plugins -:URI: https://simonwillison.net/2023/Jul/12/llm/ -:CREATED: [2023-08-19 Sat 12:35] -:ORG_GTD: Projects -:ID: My-LLM-CLI-tool-now-supports-self-hosted-language-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/a16z-infra/companion-app][GitHub - a16z-infra/companion-app: AI companions with memory: a lightweight stack to create and host your own AI companions]] -:PROPERTIES: -:TITLE: GitHub - a16z-infra/companion-app: AI companions with memory: a lightweight stack to create and host your own AI companions -:URI: https://github.com/a16z-infra/companion-app -:CREATED: [2023-08-19 Sat 12:34] -:ORG_GTD: Projects -:ID: GitHub-a16z-infra-companion-app-AI-companions-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/rhasspy/piper/][GitHub - rhasspy/piper: A fast, local neural text to speech system]] -:PROPERTIES: -:CREATED: [2023-08-13 Sun 05:29] -:TITLE: GitHub - rhasspy/piper: A fast, local neural text to speech system -:URI: https://github.com/rhasspy/piper/ -:ORG_GTD: Projects -:ID: GitHub-rhasspy-piper-A-fast-local-neural-text-to-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/yacineMTB/talk/pull/18][Use server side car instead of spawning it under node process by yacineMTB · Pull Request #18 · yacineMTB/talk · GitHub]] -:PROPERTIES: -:CREATED: [2023-08-13 Sun 05:26] -:TITLE: Use server side car instead of spawning it under node process by yacineMTB · Pull Request #18 · yacineMTB/talk · GitHub -:URI: https://github.com/yacineMTB/talk/pull/18 -:ORG_GTD: Projects -:ID: Use-server-side-car-instead-of-spawning-it-under-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/mikf/gallery-dl][GitHub - mikf/gallery-dl: Command-line program to download image galleries and collections from several image hosting sites]] -:PROPERTIES: -:TITLE: GitHub - mikf/gallery-dl: Command-line program to download image galleries and collections from several image hosting sites -:URI: https://github.com/mikf/gallery-dl -:CREATED: [2023-08-09 Wed 11:07] -:ORG_GTD: Projects -:ID: GitHub-mikf-gallery-dl-Command-line-program-to-2026-03-30-20-18-57 -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2023-08-09 Wed 11:07] -:END: - -Use this to download Twitter booksmarks as per [[https://www.reddit.com/r/DataHoarder/comments/yy8o9w/for_everyone_using_gallerydl_to_backup_twitter/][these instructions]]. - -*** TODO [[https://mailparser.io/][Email Parser Software & Workflow Automation]] -:PROPERTIES: -:CREATED: [2023-07-27 Thu 04:53] -:TITLE: Email Parser Software & Workflow Automation -:URI: https://mailparser.io/ -:ORG_GTD: Projects -:ID: Email-Parser-Software-and-Workflow-Automation-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/ggerganov/llama.cpp][GitHub - ggerganov/llama.cpp: Port of Facebook's LLaMA model in C/C++]] -:PROPERTIES: -:TITLE: GitHub - ggerganov/llama.cpp: Port of Facebook's LLaMA model in C/C++ -:URI: https://github.com/ggerganov/llama.cpp -:CREATED: [2023-07-19 Wed 11:22] -:ORG_GTD: Projects -:ID: GitHub-ggerganov-llama-dot-cpp-Port-of-Facebook-s-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/BitResolve/Bounty-Adjudication-System][GitHub - BitResolve/Bounty-Adjudication-System: Noncustodial, Bitcoin-Native, Nostr-Powered FOSS Bounty Adjudicator]] :bitcoin: -:PROPERTIES: -:TITLE: GitHub - BitResolve/Bounty-Adjudication-System: Noncustodial, Bitcoin-Native, Nostr-Powered FOSS Bounty Adjudicator -:URI: https://github.com/BitResolve/Bounty-Adjudication-System -:CREATED: [2023-07-06 Thu 11:22] -:ORG_GTD: Projects -:ID: GitHub-BitResolve-Bounty-Adjudication-System-2026-03-30-20-18-57 -:END: - -*** TODO [[https://heypi.com/talk][Pi, your personal AI]] -:PROPERTIES: -:TITLE: Pi, your personal AI -:URI: https://heypi.com/talk -:CREATED: [2023-07-05 Wed 16:37] -:ORG_GTD: Projects -:ID: Pi-your-personal-AI-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/KillianLucas/open-interpreter][GitHub - KillianLucas/open-interpreter: OpenAI's Code Interpreter in your terminal, running locally]] -:PROPERTIES: -:TITLE: GitHub - KillianLucas/open-interpreter: OpenAI's Code Interpreter in your terminal, running locally -:URI: https://github.com/KillianLucas/open-interpreter -:CREATED: [2023-09-12 Tue 09:04] -:ORG_GTD: Projects -:ID: GitHub-KillianLucas-open-interpreter-OpenAI-s-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/opengeos/leafmap][GitHub - opengeos/leafmap: A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment]] -:PROPERTIES: -:TITLE: GitHub - opengeos/leafmap: A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment -:URI: https://github.com/opengeos/leafmap -:CREATED: [2023-09-26 Tue 13:34] -:ORG_GTD: Projects -:ID: GitHub-opengeos-leafmap-A-Python-package-for-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/luarvique/openwebrx][GitHub - luarvique/openwebrx: Open source, multi-user SDR receiver software with a web interface]] :radio:software: -:PROPERTIES: -:TITLE: GitHub - luarvique/openwebrx: Open source, multi-user SDR receiver software with a web interface -:URI: https://github.com/luarvique/openwebrx -:CREATED: [2023-10-02 Mon 12:45] -:ORG_GTD: Projects -:ID: GitHub-luarvique-openwebrx-Open-source-multi-user-2026-03-30-20-18-57 -:END: - -*** TODO [[https://llm.datasette.io/en/stable/index.html][LLM: A CLI utility and Python library for interacting with Large Language Models]] -:PROPERTIES: -:TITLE: LLM: A CLI utility and Python library for interacting with Large Language Models -:URI: https://llm.datasette.io/en/stable/index.html -:CREATED: [2023-11-09 Thu 10:31] -:ORG_GTD: Projects -:ID: LLM-A-CLI-utility-and-Python-library-for-2026-03-30-20-18-57 -:END: - -*** TODO [[https://github.com/imartinez/privateGPT][GitHub - imartinez/privateGPT: Interact with your documents using the power of GPT, 100% privately, no data leaks]] -:PROPERTIES: -:TITLE: GitHub - imartinez/privateGPT: Interact with your documents using the power of GPT, 100% privately, no data leaks -:URI: https://github.com/imartinez/privateGPT -:CREATED: [2023-11-09 Thu 10:45] -:ORG_GTD: Projects -:ID: GitHub-imartinez-privateGPT-Interact-with-your-2026-03-30-20-18-57 -:END: - -*** TODO [[https://h2o.ai/][H2O.ai | The fastest, most accurate AI Cloud Platform]] -:PROPERTIES: -:TITLE: H2O.ai | The fastest, most accurate AI Cloud Platform -:URI: https://h2o.ai/ -:CREATED: [2023-11-09 Thu 10:45] -:ORG_GTD: Projects -:ID: H2O-dot-ai-The-fastest-most-accurate-AI-Cloud-2026-03-30-20-18-58 -:END: - -*** TODO [[https://ollama.ai/][Ollama]] -:PROPERTIES: -:TITLE: Ollama -:URI: https://ollama.ai/ -:CREATED: [2023-11-09 Thu 10:45] -:ORG_GTD: Projects -:ID: Ollama-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/langchain-ai/opengpts][GitHub - langchain-ai/opengpts]] -:PROPERTIES: -:TITLE: GitHub - langchain-ai/opengpts -:URI: https://github.com/langchain-ai/opengpts -:CREATED: [2023-11-13 Mon 11:30] -:ORG_GTD: Projects -:ID: GitHub-langchain-ai-opengpts-2026-03-30-20-18-58 -:END: - -This is an open source effort to create a similar experience as OpenAI's GPTs. This builds upon LangChain, LangServe and LangSmith This gives you more control over the LLM you use (choose between the 60+ that LangChain offers), the prompts you use (use LangSmith to debug those), and the tools you give it (choose from LangChain's 100+ tools, or easily write your own). - -*** TODO [[https://github.com/google-deepmind/graphcast][GitHub - google-deepmind/graphcast]] :weather: -:PROPERTIES: -:TITLE: GitHub - google-deepmind/graphcast -:URI: https://github.com/google-deepmind/graphcast -:CREATED: [2023-11-20 Mon 11:33] -:ORG_GTD: Projects -:ID: GitHub-google-deepmind-graphcast-2026-03-30-20-18-58 -:END: - -*** TODO [[https://netboot.xyz/][Your favorite operating systems in one place! | netboot.xyz]] -:PROPERTIES: -:TITLE: Your favorite operating systems in one place! | netboot.xyz -:URI: https://netboot.xyz/ -:CREATED: [2023-11-20 Mon 11:57] -:ORG_GTD: Projects -:ID: Your-favorite-operating-systems-in-one-place-2026-03-30-20-18-58 -:END: - -*** TODO [[https://humanaigc.github.io/animate-anyone/][Animate Aynone]] -:PROPERTIES: -:TITLE: Animate Anyone -:URI: https://humanaigc.github.io/animate-anyone/ -:ORG_GTD: Projects -:ID: Animate-Aynone-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/Vaibhavs10/insanely-fast-whisper][GitHub - Vaibhavs10/insanely-fast-whisper]] -:PROPERTIES: -:TITLE: GitHub - Vaibhavs10/insanely-fast-whisper -:URI: https://github.com/Vaibhavs10/insanely-fast-whisper -:CREATED: [2023-12-11 Mon 12:14] -:ORG_GTD: Projects -:ID: GitHub-Vaibhavs10-insanely-fast-whisper-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/run-llama/llama_index][GitHub - run-llama/llama_index: LlamaIndex (formerly GPT Index) is a data framework for your LLM applications]] -:PROPERTIES: -:TITLE: GitHub - run-llama/llama_index: LlamaIndex (formerly GPT Index) is a data framework for your LLM applications -:URI: https://github.com/run-llama/llama_index -:CREATED: [2023-12-11 Mon 12:18] -:ORG_GTD: Projects -:ID: GitHub-run-llama-llama-index-LlamaIndex--formerly-2026-03-30-20-18-58 -:END: - -*** TODO [[https://docs.ragas.io/en/latest/howtos/applications/compare_llms.html][Compare LLMs using Ragas Evaluations | Ragas]] -:PROPERTIES: -:TITLE: Compare LLMs using Ragas Evaluations | Ragas -:URI: https://docs.ragas.io/en/latest/howtos/applications/compare_llms.html -:CREATED: [2023-12-11 Mon 12:18] -:ORG_GTD: Projects -:ID: Compare-LLMs-using-Ragas-Evaluations-Ragas-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/tubearchivist/tubearchivist][GitHub - tubearchivist/tubearchivist: Your self hosted YouTube media server]] :video:archive: -:PROPERTIES: -:TITLE: GitHub - tubearchivist/tubearchivist: Your self hosted YouTube media server -:URI: https://github.com/tubearchivist/tubearchivist -:CREATED: [2023-12-11 Mon 12:24] -:ORG_GTD: Projects -:ID: GitHub-tubearchivist-tubearchivist-Your-self-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/aifartist/ArtSpew/][GitHub - aifartist/ArtSpew: An infinite number of monkeys randomly throwing paint at a canvas]] -:PROPERTIES: -:TITLE: GitHub - aifartist/ArtSpew: An infinite number of monkeys randomly throwing paint at a canvas -:URI: https://github.com/aifartist/ArtSpew/ -:CREATED: [2023-12-12 Tue 15:06] -:ORG_GTD: Projects -:ID: GitHub-aifartist-ArtSpew-An-infinite-number-of-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/embedchain/embedchain][GitHub - embedchain/embedchain: Data platform for LLMs - Load, index, retrieve and sync any unstructured data]] -:PROPERTIES: -:TITLE: GitHub - embedchain/embedchain: Data platform for LLMs - Load, index, retrieve and sync any unstructured data -:URI: https://github.com/embedchain/embedchain -:CREATED: [2023-12-12 Tue 15:08] -:ORG_GTD: Projects -:ID: GitHub-embedchain-embedchain-Data-platform-for-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/run-llama/llama_index/blob/main/docs/examples/agent/agent_builder.ipynb][llama_index/docs/examples/agent/agent_builder.ipynb at main · run-llama/llama_index · GitHub]] -:PROPERTIES: -:TITLE: llama_index/docs/examples/agent/agent_builder.ipynb at main · run-llama/llama_index · GitHub -:URI: https://github.com/run-llama/llama_index/blob/main/docs/examples/agent/agent_builder.ipynb -:CREATED: [2023-12-12 Tue 15:09] -:ORG_GTD: Projects -:ID: llama-index-docs-examples-agent-agent-builder-dot-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/simonw/ospeak][GitHub - simonw/ospeak: CLI tool for running text through OpenAI Text to speech]] -:PROPERTIES: -:TITLE: GitHub - simonw/ospeak: CLI tool for running text through OpenAI Text to speech -:URI: https://github.com/simonw/ospeak -:CREATED: [2023-12-13 Wed 08:59] -:ORG_GTD: Projects -:ID: GitHub-simonw-ospeak-CLI-tool-for-running-text-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/openchatai/OpenCopilot][GitHub - openchatai/OpenCopilot: 🤖 🔥 Let your users chat with your product features and execute things by text - open source Shopify sidekick]] -:PROPERTIES: -:TITLE: GitHub - openchatai/OpenCopilot: 🤖 🔥 Let your users chat with your product features and execute things by text - open source Shopify sidekick -:URI: https://github.com/openchatai/OpenCopilot -:CREATED: [2024-01-01 Mon 15:33] -:ORG_GTD: Projects -:ID: GitHub-openchatai-OpenCopilot-Let-your-users-chat-2026-03-30-20-18-58 -:END: - -*** TODO [[https://blog.rwkv.com/p/eagle-7b-soaring-past-transformers][🦅 Eagle 7B : Soaring past Transformers with 1 Trillion Tokens Across 100+ Languages]] -:PROPERTIES: -:CREATED: [2024-01-29 Mon 09:38] -:TITLE: 🦅 Eagle 7B : Soaring past Transformers with 1 Trillion Tokens Across 100+ Languages -:URI: https://blog.rwkv.com/p/eagle-7b-soaring-past-transformers -:ORG_GTD: Projects -:ID: Eagle-7B-Soaring-past-Transformers-with-1-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/redglitch2/FrameDeck][GitHub - redglitch2/FrameDeck: Framework Mainboard Powered Handheld]] -:PROPERTIES: -:CREATED: [2024-01-28 Sun 09:02] -:TITLE: GitHub - redglitch2/FrameDeck: Framework Mainboard Powered Handheld -:URI: https://github.com/redglitch2/FrameDeck -:ORG_GTD: Projects -:ID: GitHub-redglitch2-FrameDeck-Framework-Mainboard-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/mikf/gallery-dl][GitHub - mikf/gallery-dl: Command-line program to download image galleries and collections from several image hosting sites]] -:PROPERTIES: -:CREATED: [2024-01-27 Sat 11:19] -:TITLE: GitHub - mikf/gallery-dl: Command-line program to download image galleries and collections from several image hosting sites -:URI: https://github.com/mikf/gallery-dl -:ORG_GTD: Projects -:ID: GitHub-mikf-gallery-dl-Command-line-program-to-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/s2underground/GhostNet][GitHub - s2underground/GhostNet: GhostNet]] -:PROPERTIES: -:CREATED: [2024-01-26 Fri 10:35] -:TITLE: GitHub - s2underground/GhostNet: GhostNet -:URI: https://github.com/s2underground/GhostNet -:ORG_GTD: Projects -:ID: GitHub-s2underground-GhostNet-GhostNet-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/muaddib1984/webspectrum-docker][GitHub - muaddib1984/webspectrum-docker: build file for self-contained docker image showcasing gr-webspectrum. includes gnuradio, redis and uvicorn]] -:PROPERTIES: -:CREATED: [2024-01-24 Wed 01:59] -:TITLE: GitHub - muaddib1984/webspectrum-docker: build file for self-contained docker image showcasing gr-webspectrum. includes gnuradio, redis and uvicorn -:URI: https://github.com/muaddib1984/webspectrum-docker -:ORG_GTD: Projects -:ID: GitHub-muaddib1984-webspectrum-docker-build-file-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/muaddib1984/gr-webspectrum/tree/main][GitHub - muaddib1984/gr-webspectrum: A Web-based spectrum display server for GNURadio]] -:PROPERTIES: -:CREATED: [2024-01-24 Wed 01:59] -:TITLE: GitHub - muaddib1984/gr-webspectrum: A Web-based spectrum display server for GNURadio -:URI: https://github.com/muaddib1984/gr-webspectrum/tree/main -:ORG_GTD: Projects -:ID: GitHub-muaddib1984-gr-webspectrum-A-Web-based-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/o7-machinehum/Protectli-UPS-Firmware][GitHub - o7-machinehum/Protectli-UPS-Firmware: Firmware for the Protectli UPS.]] -:PROPERTIES: -:CREATED: [2024-01-18 Thu 09:28] -:TITLE: GitHub - o7-machinehum/Protectli-UPS-Firmware: Firmware for the Protectli UPS. -:URI: https://github.com/o7-machinehum/Protectli-UPS-Firmware -:ORG_GTD: Projects -:ID: GitHub-o7-machinehum-Protectli-UPS-Firmware-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/maybe-finance/maybe][GitHub - maybe-finance/maybe: Personal finance and wealth management app]] -:PROPERTIES: -:CREATED: [2024-01-15 Mon 16:31] -:TITLE: GitHub - maybe-finance/maybe: Personal finance and wealth management app -:URI: https://github.com/maybe-finance/maybe -:ORG_GTD: Projects -:ID: GitHub-maybe-finance-maybe-Personal-finance-and-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/opennukit/Nukit-Open-Air-Purifier/][GitHub - opennukit/Nukit-Open-Air-Purifier: Nukit Open Air Purifiers are Open Hardware devices for improving indoor air quality. They are designed to be used with North American standard HVAC filters and PC fans. They are often an improvement over commercial air purifiers as they are quieter per m3 CADR delivered, have a lower cost of ownership per year, and are easily repairable.]] -:PROPERTIES: -:CREATED: [2024-01-09 Tue 08:51] -:TITLE: GitHub - opennukit/Nukit-Open-Air-Purifier: Nukit Open Air Purifiers are Open Hardware devices for improving indoor air quality. They are designed to be used with North American standard HVAC filters and PC fans. They are often an improvement over commercial air purifiers as they are quieter per m3 CADR delivered, have a lower cost of ownership per year, and are easily repairable. -:URI: https://github.com/opennukit/Nukit-Open-Air-Purifier/ -:ORG_GTD: Projects -:ID: GitHub-opennukit-Nukit-Open-Air-Purifier-Nukit-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/audiamus/BookLibConnect][GitHub - audiamus/BookLibConnect: A standalone Audible downloader and decrypter]] -:PROPERTIES: -:CREATED: [2024-01-06 Sat 04:41] -:TITLE: GitHub - audiamus/BookLibConnect: A standalone Audible downloader and decrypter -:URI: https://github.com/audiamus/BookLibConnect -:ORG_GTD: Projects -:ID: GitHub-audiamus-BookLibConnect-A-standalone-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/openaudible/openaudible][GitHub - openaudible/openaudible: Audiobook Manager for Audible Users]] -:PROPERTIES: -:CREATED: [2024-01-06 Sat 04:40] -:TITLE: GitHub - openaudible/openaudible: Audiobook Manager for Audible Users -:URI: https://github.com/openaudible/openaudible -:ORG_GTD: Projects -:ID: GitHub-openaudible-openaudible-Audiobook-Manager-2026-03-30-20-18-58 -:END: - -*** TODO [[https://www.reddit.com/r/Proxmox/comments/jppohv/a_very_short_guide_into_how_proxmox_uses_zfs/][A very short guide into how Proxmox uses ZFS : r/Proxmox]] -:PROPERTIES: -:TITLE: A very short guide into how Proxmox uses ZFS : r/Proxmox -:URI: https://www.reddit.com/r/Proxmox/comments/jppohv/a_very_short_guide_into_how_proxmox_uses_zfs/ -:CREATED: [2024-01-22 Mon 15:42] -:ORG_GTD: Projects -:ID: A-very-short-guide-into-how-Proxmox-uses-ZFS-r-2026-03-30-20-18-58 -:END: - -*** TODO [[https://blog.quindorian.org/2019/08/how-to-install-proxmox-and-setup-a-zfs-pool.html/][How to install Proxmox and setup a ZFS Pool - Intermittent Technology]] -:PROPERTIES: -:TITLE: How to install Proxmox and setup a ZFS Pool - Intermittent Technology -:URI: https://blog.quindorian.org/2019/08/how-to-install-proxmox-and-setup-a-zfs-pool.html/ -:CREATED: [2024-01-22 Mon 15:41] -:ORG_GTD: Projects -:ID: How-to-install-Proxmox-and-setup-a-ZFS-Pool-2026-03-30-20-18-58 -:END: - -*** TODO [[https://www.diytechguru.com/2020/12/12/create-zfs-storage-in-proxmox-ve/][Create ZFS Storage in Proxmox VE - DIY Tech Guru]] -:PROPERTIES: -:TITLE: Create ZFS Storage in Proxmox VE - DIY Tech Guru -:URI: https://www.diytechguru.com/2020/12/12/create-zfs-storage-in-proxmox-ve/ -:CREATED: [2024-01-22 Mon 15:41] -:ORG_GTD: Projects -:ID: Create-ZFS-Storage-in-Proxmox-VE-DIY-Tech-Guru-2026-03-30-20-18-58 -:END: - -*** TODO [[https://technotim.live/categories/proxmox/][proxmox | Techno Tim]] -:PROPERTIES: -:TITLE: proxmox | Techno Tim -:URI: https://technotim.live/categories/proxmox/ -:CREATED: [2024-01-22 Mon 15:40] -:ORG_GTD: Projects -:ID: proxmox-Techno-Tim-2026-03-30-20-18-58 -:END: - -*** TODO [[https://forum.proxmox.com/threads/create-vm-from-existing-qcow2-image.33331/][Create VM from existing qcow2 image ? | Proxmox Support Forum]] -:PROPERTIES: -:TITLE: Create VM from existing qcow2 image ? | Proxmox Support Forum -:URI: https://forum.proxmox.com/threads/create-vm-from-existing-qcow2-image.33331/ -:CREATED: [2024-01-22 Mon 15:40] -:ORG_GTD: Projects -:ID: Create-VM-from-existing-qcow2-image-Proxmox-2026-03-30-20-18-58 -:END: - -*** TODO [[https://pve.proxmox.com/wiki/Storage][Storage - Proxmox VE]] -:PROPERTIES: -:TITLE: Storage - Proxmox VE -:URI: https://pve.proxmox.com/wiki/Storage -:CREATED: [2024-01-22 Mon 15:40] -:ORG_GTD: Projects -:ID: Storage-Proxmox-VE-2026-03-30-20-18-58 -:END: - -*** TODO [[https://pve.proxmox.com/wiki/ZFS_on_Linux][ZFS on Linux - Proxmox VE]] -:PROPERTIES: -:TITLE: ZFS on Linux - Proxmox VE -:URI: https://pve.proxmox.com/wiki/ZFS_on_Linux -:CREATED: [2024-01-22 Mon 15:40] -:ORG_GTD: Projects -:ID: ZFS-on-Linux-Proxmox-VE-2026-03-30-20-18-58 -:END: - -*** TODO [[https://technotim.live/posts/cloud-init-cloud-image/][Perfect Proxmox Template with Cloud Image and Cloud Init | Techno Tim]] -:PROPERTIES: -:TITLE: Perfect Proxmox Template with Cloud Image and Cloud Init | Techno Tim -:URI: https://technotim.live/posts/cloud-init-cloud-image/ -:CREATED: [2024-01-22 Mon 15:39] -:ORG_GTD: Projects -:ID: Perfect-Proxmox-Template-with-Cloud-Image-and-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/guillaumevpayet/remote-numpad-server][GitHub - guillaumevpayet/remote-numpad-server]] -:PROPERTIES: -:TITLE: GitHub - guillaumevpayet/remote-numpad-server -:URI: https://github.com/guillaumevpayet/remote-numpad-server -:CREATED: [2024-01-22 Mon 15:16] -:ORG_GTD: Projects -:ID: GitHub-guillaumevpayet-remote-numpad-server-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/aerickt/lapwing-for-beginners/wiki][Home · aerickt/lapwing-for-beginners Wiki · GitHub]] -:PROPERTIES: -:CREATED: [2023-12-30 Sat 12:14] -:TITLE: Home · aerickt/lapwing-for-beginners Wiki · GitHub -:URI: https://github.com/aerickt/lapwing-for-beginners/wiki -:ORG_GTD: Projects -:ID: Home-aerickt-lapwing-for-beginners-Wiki-GitHub-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/chrxh/alien][GitHub - chrxh/alien: ALIEN is a CUDA-powered artificial life simulation program.]] -:PROPERTIES: -:CREATED: [2023-12-29 Fri 13:15] -:TITLE: GitHub - chrxh/alien: ALIEN is a CUDA-powered artificial life simulation program. -:URI: https://github.com/chrxh/alien -:ORG_GTD: Projects -:ID: GitHub-chrxh-alien-ALIEN-is-a-CUDA-powered-2026-03-30-20-18-58 -:END: - -*** TODO [[https://github.com/aymenfurter/microagents][GitHub - aymenfurter/microagents: Agents Capable of Self-Editing Their Prompts / Python Code]] -:PROPERTIES: -:CREATED: [2023-12-29 Fri 07:01] -:TITLE: GitHub - aymenfurter/microagents: Agents Capable of Self-Editing Their Prompts / Python Code -:URI: https://github.com/aymenfurter/microagents -:ORG_GTD: Projects -:ID: GitHub-aymenfurter-microagents-Agents-Capable-of-2026-03-30-20-18-59 -:END: - -*** TODO [[https://github.com/SecureAI-Tools/SecureAI-Tools/][GitHub - SecureAI-Tools/SecureAI-Tools: Private and secure AI tools for everyone's productivity.]] -:PROPERTIES: -:CREATED: [2023-12-28 Thu 06:42] -:TITLE: GitHub - SecureAI-Tools/SecureAI-Tools: Private and secure AI tools for everyone's productivity. -:URI: https://github.com/SecureAI-Tools/SecureAI-Tools/ -:ORG_GTD: Projects -:ID: GitHub-SecureAI-Tools-SecureAI-Tools-Private-and-2026-03-30-20-18-59 -:END: - -*** TODO [[https://github.com/daveshap][daveshap (David Shapiro) · GitHub]] :AI: -:PROPERTIES: -:TITLE: daveshap (David Shapiro) · GitHub -:URI: https://github.com/daveshap -:CREATED: [2024-01-01 Mon 15:18] -:ORG_GTD: Projects -:ID: daveshap--David-Shapiro--GitHub-2026-03-30-20-18-59 -:END: - -*** TODO [[https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List][GitHub - yaelwrites/Big-Ass-Data-Broker-Opt-Out-List]] -:PROPERTIES: -:TITLE: GitHub - yaelwrites/Big-Ass-Data-Broker-Opt-Out-List -:URI: https://github.com/yaelwrites/Big-Ass-Data-Broker-Opt-Out-List -:CREATED: [2023-08-25 Fri 13:59] -:ORG_GTD: Projects -:ID: GitHub-yaelwrites-Big-Ass-Data-Broker-Opt-Out-List-2026-03-30-20-18-59 -:END: - -*** TODO [[https://github.com/ollama/ollama][GitHub - ollama/ollama: Get up and running with Llama 2, Mistral, and other large language models locally.]] -:PROPERTIES: -:TITLE: GitHub - ollama/ollama: Get up and running with Llama 2, Mistral, and other large language models locally. -:URI: https://github.com/ollama/ollama -:CREATED: [2024-02-02 Fri 15:54] -:ORG_GTD: Projects -:ID: GitHub-ollama-ollama-Get-up-and-running-with-2026-03-30-20-18-59 -:END: - -*** DONE [[https://github.com/bellingcat/auto-archiver][GitHub - bellingcat/auto-archiver: Automatically archive links to videos, images, and social media content in a Google Sheet]] -CLOSED: [2023-01-21 Sat 10:01] -:PROPERTIES: -:TITLE: GitHub - bellingcat/auto-archiver: Automatically archive links to videos, images, and social media content in a Google Sheet -:URI: https://github.com/bellingcat/auto-archiver -:CLOSED: [2023-01-21 Sat 10:01] -:ORG_GTD: Projects -:ID: GitHub-bellingcat-auto-archiver-Automatically-2026-03-30-20-18-59 -:END: - -*** TODO [[https://gist.github.com/veekaybee/be375ab33085102f9027853128dc5f0e][Normcore LLM Reads · GitHub]] -:PROPERTIES: -:TITLE: Normcore LLM Reads · GitHub -:URI: https://gist.github.com/veekaybee/be375ab33085102f9027853128dc5f0e -:CREATED: [2023-08-30 Wed 09:45] -:ORG_GTD: Projects -:ID: Normcore-LLM-Reads-GitHub-2026-03-30-20-18-59 -:END: - -*** TODO [[https://github.com/UDST/urbansim][GitHub - UDST/urbansim: Platform for building statistical models of cities and regions]] :urbanism:simulation:software: -:PROPERTIES: -:TITLE: GitHub - UDST/urbansim: Platform for building statistical models of cities and regions -:URI: https://github.com/UDST/urbansim -:CREATED: [2024-02-10 Sat 12:22] -:ORG_GTD: Projects -:ID: GitHub-UDST-urbansim-Platform-for-building-2026-03-30-20-18-59 -:END: - -*** TODO [[https://github.com/ollama/ollama/issues/1750][[Feature] set Download directory for models while pulling/downloading from ollama · Issue #1750 · ollama/ollama · GitHub]] :AI: -:PROPERTIES: -:TITLE: [Feature] set Download directory for models while pulling/downloading from ollama · Issue #1750 · ollama/ollama · GitHub -:URI: https://github.com/ollama/ollama/issues/1750 -:CREATED: [2024-02-28 Wed 08:02] -:ID: Feature-set-Download-directory-for-models-while-pulling-downloading-from-ollama-Issue-1750-ollama-ollama-GitHub-2024-02-28-08-27-37 -:ORG_GTD: Projects -:END: - -*** TODO [[https://support.apple.com/guide/mac-help/protect-data-on-your-mac-with-filevault-mh11785/14.0/mac/14.0][Protect data on your Mac with FileVault - Apple Support]] -:PROPERTIES: -:TITLE: Protect data on your Mac with FileVault - Apple Support -:URI: https://support.apple.com/guide/mac-help/protect-data-on-your-mac-with-filevault-mh11785/14.0/mac/14.0 -:CREATED: [2024-05-29 Wed 15:50] -:ID: Protect-data-on-your-Mac-with-FileVault-Apple-Support-2024-06-13-12-44-54 -:ORG_GTD: Projects -:END: - -*** TODO GitHub - Codium-ai/cover-agent: CodiumAI Cover-Agent: An AI-Powered Tool for Automated Test Generation and Code Coverage Enhancement! 💻🤖🧪🐞 -:PROPERTIES: -:CREATED: [2024-05-22 Wed 06:09] -:ID: GitHub-Codium-ai-cover-agent-CodiumAI-Cover-Agent-An-AI-Powered-Tool-for-Automated-Test-Generation-and-Code-Coverage-Enhancement-2024-06-13-12-50-42 -:ORG_GTD: Projects -:END: - -https://github.com/Codium-ai/cover-agent - -*** TODO [[https://github.com/entropy-research/Devon][GitHub - entropy-research/Devon: Devon: An open-source pair programmer]] -:PROPERTIES: -:TITLE: GitHub - entropy-research/Devon: Devon: An open-source pair programmer -:URI: https://github.com/entropy-research/Devon -:CREATED: [2024-05-17 Fri 17:49] -:ID: GitHub-entropy-research-Devon-Devon-An-open-source-pair-programmer-2024-06-13-12-54-03 -:ORG_GTD: Projects -:END: - -*** TODO [[https://ollama.com/blog/vision-models][Vision models · Ollama Blog]] -:PROPERTIES: -:TITLE: Vision models · Ollama Blog -:URI: https://ollama.com/blog/vision-models -:CREATED: [2024-05-11 Sat 10:30] -:ID: Vision-models-Ollama-Blog-2024-06-13-12-58-10 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/unclecode/crawl4ai][GitHub - unclecode/crawl4ai: 🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper]] :AI: -:PROPERTIES: -:CREATED: [2024-05-10 Fri 03:20] -:TITLE: GitHub - unclecode/crawl4ai: 🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper -:URI: https://github.com/unclecode/crawl4ai -:ID: GitHub-unclecode-crawl4ai-️-Crawl4AI-Open-source-LLM-Friendly-Web-Crawler-and-Scrapper-2024-06-13-12-59-43 -:ORG_GTD: Projects -:END: - -*** TODO luks? -:PROPERTIES: -:ID: trst-2024-06-13-13-06-30 -:ORG_GTD: Projects -:END: - -93bd849d8b861bac5919e171b8645628 - -*** TODO [[https://sourcegraph.com/blog/local-code-completion-with-ollama-and-cody][Local code completion with Ollama and Cody]] :AI: -:PROPERTIES: -:TITLE: Local code completion with Ollama and Cody -:URI: https://sourcegraph.com/blog/local-code-completion-with-ollama-and-cody -:CREATED: [2024-04-27 Sat 20:20] -:ID: Local-code-completion-with-Ollama-and-Cody-2024-06-13-13-22-10 -:ORG_GTD: Projects -:END: - -*** TODO [[https://community.polyexpression.com/t/how-to-install-and-run-eigend-in-2023-wiki/1775][How to install and run EigenD in 2023+ [wiki] - Eigenharp - Poly Expression]] :music: -:PROPERTIES: -:TITLE: How to install and run EigenD in 2023+ [wiki] - Eigenharp - Poly Expression -:URI: https://community.polyexpression.com/t/how-to-install-and-run-eigend-in-2023-wiki/1775 -:CREATED: [2024-04-27 Sat 20:16] -:ID: How-to-install-and-run-EigenD-in-2023-plus-wiki-Eigenharp-Poly-Expression-2024-06-13-13-29-50 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/phidatahq/phidata/tree/main/cookbook/llms/groq/ai_apps][phidata/cookbook/llms/groq/ai_apps at main · phidatahq/phidata · GitHub]] -:PROPERTIES: -:CREATED: [2024-04-26 Fri 09:01] -:TITLE: phidata/cookbook/llms/groq/ai_apps at main · phidatahq/phidata · GitHub -:URI: https://github.com/phidatahq/phidata/tree/main/cookbook/llms/groq/ai_apps -:ID: phidata-cookbook-llms-groq-ai-apps-at-main-phidatahq-phidata-GitHub-2024-06-13-13-30-25 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/ahyatt/llm/issues/9][Add ability to change open api base url · Issue #9 · ahyatt/llm · GitHub]] -:PROPERTIES: -:TITLE: Add ability to change open api base url · Issue #9 · ahyatt/llm · GitHub -:URI: https://github.com/ahyatt/llm/issues/9 -:CREATED: [2024-04-25 Thu 16:14] -:ID: Add-ability-to-change-open-api-base-url-Issue-9-ahyatt-llm-GitHub-2024-06-13-13-34-29 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/haizelabs/llama3-jailbreak?v=2][GitHub - haizelabs/llama3-jailbreak: A trivial programmatic Llama 3 jailbreak. Sorry Zuck!]] -:PROPERTIES: -:CREATED: [2024-04-22 Mon 19:46] -:TITLE: GitHub - haizelabs/llama3-jailbreak: A trivial programmatic Llama 3 jailbreak. Sorry Zuck! -:URI: https://github.com/haizelabs/llama3-jailbreak?v=2 -:ID: GitHub-haizelabs-llama3-jailbreak-A-trivial-programmatic-Llama-3-jailbreak-dot-Sorry-Zuck-2024-06-13-13-37-22 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/taketwo/llm-ollama][GitHub - taketwo/llm-ollama: LLM plugin providing access to local Ollama models using HTTP API]] -:PROPERTIES: -:CREATED: [2024-04-22 Mon 16:55] -:TITLE: GitHub - taketwo/llm-ollama: LLM plugin providing access to local Ollama models using HTTP API -:URI: https://github.com/taketwo/llm-ollama -:ID: GitHub-taketwo-llm-ollama-LLM-plugin-providing-access-to-local-Ollama-models-using-HTTP-API-2024-06-13-13-40-18 -:ORG_GTD: Projects -:END: - -*** TODO [[https://apps.apple.com/ca/app/enchanted-llm/id6474268307][Enchanted LLM on the App Store]] -:PROPERTIES: -:CREATED: [2024-04-22 Mon 10:51] -:TITLE: Enchanted LLM on the App Store -:URI: https://apps.apple.com/ca/app/enchanted-llm/id6474268307 -:ID: Enchanted-LLM-on-the-App-Store-2024-06-13-13-42-47 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/outlines-dev/outlines][GitHub - outlines-dev/outlines: Structured Text Generation]] -:PROPERTIES: -:CREATED: [2024-04-17 Wed 14:58] -:TITLE: GitHub - outlines-dev/outlines: Structured Text Generation -:URI: https://github.com/outlines-dev/outlines -:ID: GitHub-outlines-dev-outlines-Structured-Text-Generation-2024-06-13-13-46-41 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/nus-apr/auto-code-rover][GitHub - nus-apr/auto-code-rover: Autonomous program improvement]] -:PROPERTIES: -:CREATED: [2024-04-09 Tue 02:59] -:TITLE: GitHub - nus-apr/auto-code-rover: Autonomous program improvement -:URI: https://github.com/nus-apr/auto-code-rover -:ID: GitHub-nus-apr-auto-code-rover-Autonomous-program-improvement-2024-06-13-14-08-41 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.openstenoproject.org/plover/][Plover]] :linux:typing:stenography: -:PROPERTIES: -:TITLE: Plover -:URI: https://www.openstenoproject.org/plover/ -:CREATED: [2024-04-06 Sat 12:54] -:ID: Plover-2024-06-13-14-18-03 -:ORG_GTD: Projects -:END: - -*** TODO [[https://keyboardchecker.com/][Keyboard Checker | The best online keyboard tester]] -:PROPERTIES: -:TITLE: Keyboard Checker | The best online keyboard tester -:URI: https://keyboardchecker.com/ -:CREATED: [2024-04-06 Sat 12:53] -:ID: Keyboard-Checker-The-best-online-keyboard-tester-2024-06-13-14-18-40 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/aitechguy/nostr-address-book][GitHub - aitechguy/nostr-address-book: nostr address book - a public directory of nostr addresses]] -:PROPERTIES: -:CREATED: [2024-03-30 Sat 03:54] -:TITLE: GitHub - aitechguy/nostr-address-book: nostr address book - a public directory of nostr addresses -:URI: https://github.com/aitechguy/nostr-address-book -:ID: GitHub-aitechguy-nostr-address-book-nostr-address-book-a-public-directory-of-nostr-addresses-2024-06-13-14-25-38 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/geoffwhittington/meshtastic-bridge][GitHub - geoffwhittington/meshtastic-bridge]] -:PROPERTIES: -:CREATED: [2024-03-30 Sat 03:52] -:TITLE: GitHub - geoffwhittington/meshtastic-bridge -:URI: https://github.com/geoffwhittington/meshtastic-bridge -:ID: GitHub-geoffwhittington-meshtastic-bridge-2024-06-13-14-26-58 -:ORG_GTD: Projects -:END: - -*** TODO [[https://gitlab.com/soapbox-pub/mostr][Soapbox / Mostr · GitLab]] -:PROPERTIES: -:CREATED: [2024-03-30 Sat 03:51] -:TITLE: Soapbox / Mostr · GitLab -:URI: https://gitlab.com/soapbox-pub/mostr -:ID: Soapbox-Mostr-GitLab-2024-06-13-14-27-17 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/blakejakopovic/nostr_delete][GitHub - blakejakopovic/nostr_delete: Nostr event deletion micro web-app]] -:PROPERTIES: -:CREATED: [2024-03-30 Sat 03:51] -:TITLE: GitHub - blakejakopovic/nostr_delete: Nostr event deletion micro web-app -:URI: https://github.com/blakejakopovic/nostr_delete -:ID: GitHub-blakejakopovic-nostr-delete-Nostr-event-deletion-micro-web-app-2024-06-13-14-27-35 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/leesalminen/nostr-follow-bundler][GitHub - leesalminen/nostr-follow-bundler]] -:PROPERTIES: -:CREATED: [2024-03-30 Sat 03:50] -:TITLE: GitHub - leesalminen/nostr-follow-bundler -:URI: https://github.com/leesalminen/nostr-follow-bundler -:ID: GitHub-leesalminen-nostr-follow-bundler-2024-06-13-14-27-45 -:ORG_GTD: Projects -:END: - -*** TODO [[https://nostr.net/][awesome-nostr | nostr.net - awesome-nostr is a collection of projects and resources built on nostr to help developers and users find new things]] -:PROPERTIES: -:CREATED: [2024-03-30 Sat 03:49] -:TITLE: awesome-nostr | nostr.net - awesome-nostr is a collection of projects and resources built on nostr to help developers and users find new things -:URI: https://nostr.net/ -:ID: awesome-nostr-nostr-dot-net-awesome-nostr-is-a-collection-of-projects-and-resources-built-on-nostr-to-help-developers-and-users-find-new-things-2024-06-13-14-27-54 -:ORG_GTD: Projects -:END: - -*** TODO [[https://nostr.how/en/guides/get-verified][Get NIP-05 verified]] -:PROPERTIES: -:CREATED: [2024-03-30 Sat 03:09] -:TITLE: Get NIP-05 verified -:URI: https://nostr.how/en/guides/get-verified -:ID: Get-NIP-05-verified-2024-06-13-14-28-20 -:ORG_GTD: Projects -:END: - -*** TODO [[https://ollama.com/library/command-r][command-r]] -:PROPERTIES: -:CREATED: [2024-03-28 Thu 17:03] -:TITLE: command-r -:URI: https://ollama.com/library/command-r -:ID: command-r-2024-06-13-14-29-33 -:ORG_GTD: Projects -:END: - -*** TODO [[https://colab.research.google.com/drive/1o_w0KastmEJNVwT5GoqMCciH-18ca5WS][Fine-tune Mistral-7b with SFT.ipynb - Colaboratory]] -:PROPERTIES: -:CREATED: [2024-03-28 Thu 04:57] -:TITLE: Fine-tune Mistral-7b with SFT.ipynb - Colaboratory -:URI: https://colab.research.google.com/drive/1o_w0KastmEJNVwT5GoqMCciH-18ca5WS -:ID: Fine-tune-Mistral-7b-with-SFT-dot-ipynb-Colaboratory-2024-06-13-14-29-44 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/bklieger/groqnotes][GitHub - Bklieger/groqnotes: Groqnotes: Generate organized notes from audio using Groq, Whisper, and Llama3]] -:PROPERTIES: -:CREATED: [2024-06-21 Fri 02:51] -:ID: GitHub-Bklieger-groqnotes-Groqnotes-Generate-organized-notes-from-audio-using-Groq-Whisper-and-Llama3-2024-06-29-13-12-13 -:TITLE: GitHub - Bklieger/groqnotes: Groqnotes: Generate organized notes from audio using Groq, Whisper, and Llama3 -:URI: https://github.com/bklieger/groqnotes -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/xai-org/grok-1][GitHub - xai-org/grok-1: Grok open release]] -:PROPERTIES: -:TITLE: GitHub - xai-org/grok-1: Grok open release -:URI: https://github.com/xai-org/grok-1 -:CREATED: [2024-03-20 Wed 13:45] -:ID: GitHub-xai-org-grok-1-Grok-open-release-2024-06-29-13-42-05 -:ORG_GTD: Projects -:END: - -*** TODO Add Debian non-free repositories -:PROPERTIES: -:CREATED: [2024-02-29 Thu 09:37] -:ID: Add-Debian-non-free-repositories-2024-07-03-10-04-37 -:ORG_GTD: Projects -:END: - -*** TODO [[https://mypy.readthedocs.io/en/stable/][mypy 1.8.0 documentation]] -:PROPERTIES: -:TITLE: mypy 1.8.0 documentation -:URI: https://mypy.readthedocs.io/en/stable/ -:CREATED: [2024-02-23 Fri 18:10] -:ID: mypy-1-dot-8-dot-0-documentation-2024-07-03-11-03-03 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/KillianLucas/01][GitHub - KillianLucas/01: An open-source language model computer]] -:PROPERTIES: -:CREATED: [2024-02-05 Mon 07:20] -:TITLE: GitHub - KillianLucas/01: An open-source language model computer -:URI: https://github.com/KillianLucas/01 -:ID: GitHub-KillianLucas-01-An-open-source-language-model-computer-2024-07-03-12-08-47 -:ORG_GTD: Projects -:END: - -*** TODO [[https://hackaday.com/2023/12/29/using-local-ai-on-the-command-line-to-rename-images-and-more/][Using Local AI On The Command Line To Rename Images (And More) | Hackaday]] -:PROPERTIES: -:CREATED: [2023-12-30 Sat 04:28] -:TITLE: Using Local AI On The Command Line To Rename Images (And More) | Hackaday -:URI: https://hackaday.com/2023/12/29/using-local-ai-on-the-command-line-to-rename-images-and-more/ -:ID: Using-Local-AI-On-The-Command-Line-To-Rename-Images--And-More--Hackaday-2024-07-03-12-24-56 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/ping/odmpy][GitHub - ping/odmpy: A simple command line manager for OverDrive/Libby loans. Download your library loans from the command line.]] :books:archive:computers: -:PROPERTIES: -:TITLE: GitHub - ping/odmpy: A simple command line manager for OverDrive/Libby loans. Download your library loans from the command line. -:URI: https://github.com/ping/odmpy -:CREATED: [2023-09-09 Sat 12:15] -:ID: GitHub-ping-odmpy-A-simple-command-line-manager-for-OverDrive-Libby-loans-dot-Download-your-library-loans-from-the-command-line-dot-2024-07-03-14-12-27 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/nat/openplayground][GitHub - nat/openplayground: An LLM playground you can run on your laptop]] :computers: -:PROPERTIES: -:TITLE: GitHub - nat/openplayground: An LLM playground you can run on your laptop -:URI: https://github.com/nat/openplayground -:CREATED: [2023-08-31 Thu 09:55] -:ID: GitHub-nat-openplayground-An-LLM-playground-you-can-run-on-your-laptop-2024-07-03-14-15-47 -:ORG_GTD: Projects -:END: - -Run this in docker - -*** TODO [[https://github.com/jmorganca/ollama][GitHub - jmorganca/ollama: Run, customize, and share self-contained & portable large language models]] :computers: -:PROPERTIES: -:TITLE: GitHub - jmorganca/ollama: Run, customize, and share self-contained & portable large language models -:URI: https://github.com/jmorganca/ollama -:CREATED: [2023-07-19 Wed 11:22] -:ID: GitHub-jmorganca-ollama-Run-customize-and-share-self-contained-and-portable-large-language-models-2024-07-03-14-58-49 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/AntonOsika/gpt-engineer][GitHub - AntonOsika/gpt-engineer: Specify what you want it to build, the AI asks for clarification, and then builds it.]] :computers: -:PROPERTIES: -:CREATED: [2023-07-14 Fri 16:40] -:TITLE: GitHub - AntonOsika/gpt-engineer: Specify what you want it to build, the AI asks for clarification, and then builds it. -:URI: https://github.com/AntonOsika/gpt-engineer -:ID: GitHub-AntonOsika-gpt-engineer-Specify-what-you-want-it-to-build-the-AI-asks-for-clarification-and-then-builds-it-dot-2024-07-03-14-59-45 -:ORG_GTD: Projects -:END: - -*** TODO [[https://leanpub.com/lit-config/read][Read Literate Configuration | Leanpub]] -:PROPERTIES: -:TITLE: Read Literate Configuration | Leanpub -:URI: https://leanpub.com/lit-config/read -:CREATED: [2023-07-05 Wed 16:32] -:ID: Read-Literate-Configuration-Leanpub-2024-07-03-15-02-21 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/jarun/buku/tree/master/bukuserver#screenshots][buku/bukuserver at master · jarun/buku · GitHub]] :computers: -:PROPERTIES: -:TITLE: buku/bukuserver at master · jarun/buku · GitHub -:URI: https://github.com/jarun/buku/tree/master/bukuserver#screenshots -:CREATED: [2023-03-27 Mon 10:58] -:ID: buku-bukuserver-at-master-jarun-buku-GitHub-2024-07-03-15-27-06 -:ORG_GTD: Projects -:END: - -*** TODO [[https://jamesturk.github.io/scrapeghost/][scrapeghost]] -:PROPERTIES: -:TITLE: scrapeghost -:URI: https://jamesturk.github.io/scrapeghost/ -:CREATED: [2023-03-27 Mon 10:45] -:ID: scrapeghost-2024-07-03-15-29-09 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/synonymdev/slashtags][GitHub - synonymdev/slashtags: Slashtags implementation in JavaScript]] -:PROPERTIES: -:TITLE: GitHub - synonymdev/slashtags: Slashtags implementation in JavaScript -:URI: https://github.com/synonymdev/slashtags -:CREATED: [2023-03-16 Thu 13:01] -:ID: GitHub-synonymdev-slashtags-Slashtags-implementation-in-JavaScript-2024-07-03-15-30-40 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/accelerated-text/accelerated-text][GitHub - accelerated-text/accelerated-text: Accelerated Text is a no-code natural language generation platform. It will help you construct document plans which define how your data is converted to textual descriptions varying in wording and structure.]] :computers: -:PROPERTIES: -:TITLE: GitHub - accelerated-text/accelerated-text: Accelerated Text is a no-code natural language generation platform. It will help you construct document plans which define how your data is converted to textual descriptions varying in wording and structure. -:URI: https://github.com/accelerated-text/accelerated-text -:CREATED: [2023-02-09 Thu 00:00] -:ID: GitHub-accelerated-text-accelerated-text-Accelerated-Text-is-a-no-code-natural-language-generation-platform-dot-It-will-help-you-construct-document-plans-which-define-how-your-data-is-converted-to-textual-descriptions-varying-in-wording-and-structure-dot-2024-07-03-15-39-21 -:ORG_GTD: Projects -:END: - -*** TODO [[https://gitlab.com/LazyLibrarian/LazyLibrarian][LazyLibrarian / LazyLibrarian · GitLab]] :computers: -:PROPERTIES: -:TITLE: LazyLibrarian / LazyLibrarian · GitLab -:URI: https://gitlab.com/LazyLibrarian/LazyLibrarian -:CREATED: [2023-02-08 Wed 09:45] -:ID: LazyLibrarian-LazyLibrarian-GitLab-2024-07-03-15-39-57 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/mozilla/fxa/][GitHub - mozilla/fxa: Monorepo for Firefox Accounts]] :computers: -:PROPERTIES: -:TITLE: GitHub - mozilla/fxa: Monorepo for Firefox Accounts -:URI: https://github.com/mozilla/fxa/ -:CREATED: [2023-02-08 Wed 09:41] -:ID: GitHub-mozilla-fxa-Monorepo-for-Firefox-Accounts-2024-07-03-15-40-28 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/Heapy/vipassana][GitHub - Heapy/vipassana: Life and collaboration assistant]] :computers: -:PROPERTIES: -:TITLE: GitHub - Heapy/vipassana: Life and collaboration assistant. -:URI: https://github.com/Heapy/vipassana -:CREATED: [2023-02-05 Sun 09:32] -:ID: GitHub-Heapy-vipassana-Life-and-collaboration-assistant-2024-07-03-15-41-18 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/karlicoss/promnesia][GitHub - karlicoss/promnesia: Another piece of your extended mind]] :computers: -:PROPERTIES: -:TITLE: GitHub - karlicoss/promnesia: Another piece of your extended mind -:URI: https://github.com/karlicoss/promnesia -:CREATED: [2023-02-04 Sat 20:10] -:ID: GitHub-karlicoss-promnesia-Another-piece-of-your-extended-mind-2024-07-03-15-44-14 -:ORG_GTD: Projects -:END: - -*** TODO [[https://beepb00p.xyz/hpi.html][Human Programming Interface | beepb00p]] :computers: -:PROPERTIES: -:TITLE: Human Programming Interface | beepb00p -:URI: https://beepb00p.xyz/hpi.html -:CREATED: [2023-02-04 Sat 17:20] -:ID: Human-Programming-Interface-beepb00p-2024-07-03-15-44-27 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/karlicoss/scripts][GitHub - karlicoss/scripts: Various personal scripts]] :computers: -:PROPERTIES: -:TITLE: GitHub - karlicoss/scripts: Various personal scripts -:URI: https://github.com/karlicoss/scripts -:CREATED: [2023-02-04 Sat 10:51] -:ID: GitHub-karlicoss-scripts-Various-personal-scripts-2024-07-03-15-44-34 -:ORG_GTD: Projects -:END: - -*** TODO [[https://linkchecker.github.io/linkchecker/][LinkChecker — LinkChecker 10.2.1.post27+g05bf593fd documentation]] -:PROPERTIES: -:TITLE: LinkChecker — LinkChecker 10.2.1.post27+g05bf593fd documentation -:URI: https://linkchecker.github.io/linkchecker/ -:CREATED: [2023-02-04 Sat 10:16] -:ID: LinkChecker-LinkChecker-10-dot-2-dot-1-dot-post27-plus-g05bf593fd-documentation-2024-07-03-15-45-31 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/karlicoss/exports][GitHub - karlicoss/exports: Various data export scripts that don't deserve a separate repository yet]] :computers: -:PROPERTIES: -:TITLE: GitHub - karlicoss/exports: Various data export scripts that don't deserve a separate repository yet -:URI: https://github.com/karlicoss/exports -:CREATED: [2023-02-04 Sat 10:02] -:ID: GitHub-karlicoss-exports-Various-data-export-scripts-that-don-t-deserve-a-separate-repository-yet-2024-07-03-15-45-43 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/twintproject/twint][GitHub - twintproject/twint: An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.]] :computers: -:PROPERTIES: -:TITLE: GitHub - twintproject/twint: An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations. -:URI: https://github.com/twintproject/twint -:CREATED: [2023-02-04 Sat 09:41] -:ID: GitHub-twintproject-twint-An-advanced-Twitter-scraping-and-OSINT-tool-written-in-Python-that-doesn-t-use-Twitter-s-API-allowing-you-to-scrape-a-user-s-followers-following-Tweets-and-more-while-evading-most-API-limitations-dot-2024-07-03-15-45-51 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/bit-team/backintime][GitHub - bit-team/backintime: Back In Time - A simple backup tool for Linux]] :computers: -:PROPERTIES: -:CREATED: [2023-02-04 Sat 09:41] -:TITLE: GitHub - bit-team/backintime: Back In Time - A simple backup tool for Linux -:URI: https://github.com/bit-team/backintime -:ID: GitHub-bit-team-backintime-Back-In-Time-A-simple-backup-tool-for-Linux-2024-07-03-15-45-59 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/karlicoss/HPI][GitHub - karlicoss/HPI: Human Programming Interface 🧑👽🤖]] :computers: -:PROPERTIES: -:TITLE: GitHub - karlicoss/HPI: Human Programming Interface 🧑👽🤖 -:URI: https://github.com/karlicoss/HPI -:CREATED: [2023-02-04 Sat 06:37] -:ID: GitHub-karlicoss-HPI-Human-Programming-Interface-2024-07-03-15-46-05 -:ORG_GTD: Projects -:END: - -*** DONE [[https://github.com/gildas-lormeau/SingleFileZ][GitHub - gildas-lormeau/SingleFileZ: Web Extension for Firefox/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file]] :computers: -CLOSED: [2023-01-21 Sat 08:51] -:PROPERTIES: -:TITLE: GitHub - gildas-lormeau/SingleFileZ: Web Extension for Firefox/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file -:URI: https://github.com/gildas-lormeau/SingleFileZ -:CREATED: [2023-01-15 Sun 10:47] -:CLOSED: [2023-01-21 Sat 08:51] -:ID: GitHub-gildas-lormeau-SingleFileZ-Web-Extension-for-Firefox-MS-Edge-and-CLI-tool-to-save-a-faithful-copy-of-an-entire-web-page-in-a-self-extracting-HTML-ZIP-polyglot-file-2024-07-03-15-50-54 -:ORG_GTD: Projects -:END: - -*** TODO [[https://127.0.0.1:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D][New ZeroHello - ZeroNet]] :computers: -:PROPERTIES: -:TITLE: New ZeroHello - ZeroNet -:URI: https://127.0.0.1:43110/1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D -:CREATED: [2016-08-21 Sun 12:49] -:MODIFIED: [2022-07-09 17:11] -:ID: New-ZeroHello-ZeroNet-2024-07-04-10-16-57 -:ORG_GTD: Projects -:END: - -*** TODO [[https://archivebox.io/][ArchiveBox | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more…]] :computers: -:PROPERTIES: -:TITLE: ArchiveBox | 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more… -:URI: https://archivebox.io/ -:CREATED: 2023-02-08 Wed 09:50 -:ID: ArchiveBox-Open-source-self-hosted-web-archiving-dot-Takes-URLs-browser-history-bookmarks-Pocket-Pinboard-etc-dot-saves-HTML-JS-PDFs-media-and-more-2024-07-04-10-20-06 -:ORG_GTD: Projects -:END: - -*** TODO [[https://samsquire.github.io/ideas/][One Hundred Ideas for Computing | ideas]] :computers: -:PROPERTIES: -:TITLE: One Hundred Ideas for Computing | ideas -:URI: https://samsquire.github.io/ideas/ -:CREATED: 2023-02-06 Mon 02:55 -:ID: One-Hundred-Ideas-for-Computing-ideas-2024-07-04-10-20-31 -:ORG_GTD: Projects -:END: - -*** TODO [[https://github.com/MichaelMure/git-bug][GitHub - MichaelMure/git-bug: Distributed, offline-first bug tracker embedded in git, with bridges]] :computers: -:PROPERTIES: -:TITLE: GitHub - MichaelMure/git-bug: Distributed, offline-first bug tracker embedded in git, with bridges -:URI: https://github.com/MichaelMure/git-bug -:CREATED: 2023-02-05 Sun 19:31 -:ID: GitHub-MichaelMure-git-bug-Distributed-offline-first-bug-tracker-embedded-in-git-with-bridges-2024-07-04-10-20-41 -:ORG_GTD: Projects -:END: - -*** TODO [[https://tabula.technology/][Tabula: Extract Tables from PDFs]] :computers: -:PROPERTIES: -:TITLE: Tabula: Extract Tables from PDFs -:URI: https://tabula.technology/ -:CREATED: 2023-02-05 Sun 00:34 -:ID: Tabula-Extract-Tables-from-PDFs-2024-07-04-10-20-51 -:ORG_GTD: Projects -:END: - -*** DONE [[https://github.com/novoid/getdigicamdata.sh][GitHub - novoid/getdigicamdata.sh: Fetching data from my digital camera, rotating image files, renaming according to my file name convention.]] :computers: -CLOSED: [2023-01-21 Sat 10:01] -:PROPERTIES: -:TITLE: GitHub - novoid/getdigicamdata.sh: Fetching data from my digital camera, rotating image files, renaming according to my file name convention. -:URI: https://github.com/novoid/getdigicamdata.sh -:ID: GitHub-novoid-getdigicamdata-dot-sh-Fetching-data-from-my-digital-camera-rotating-image-files-renaming-according-to-my-file-name-convention-dot-2024-07-04-10-24-34 -:ORG_GTD: Projects -:END: - -*** TODO Ollama -:PROPERTIES: -:ID: Ollama-2024-07-04-10-27-28 -:ORG_GTD: Projects -:END: - -Source: [2024-02-28 Wed], curl -fsSL https://ollama.com/install.sh | sh - #+BEGIN_QUOTE -curl -fsSL https://ollama.com/install.sh | sh -#+END_QUOTE - -*** TODO [[https://security.stackexchange.com/questions/181551/create-backup-yubikey-with-identical-pgp-keys][gnupg - Create backup Yubikey with identical PGP keys - Information Security Stack Exchange]] -:PROPERTIES: -:TITLE: gnupg - Create backup Yubikey with identical PGP keys - Information Security Stack Exchange -:URI: https://security.stackexchange.com/questions/181551/create-backup-yubikey-with-identical-pgp-keys -:CREATED: [2024-07-08 Mon 13:21] -:ID: gnupg-Create-backup-Yubikey-with-identical-PGP-keys-Information-Security-Stack-Exchange-2024-07-29-14-54-46 -:ORG_GTD: Projects -:END: - -*** TODO [[https://gnupg.org/howtos/card-howto/en/smartcard-howto-single.html][How to use the Fellowship Smartcard]] -:PROPERTIES: -:TITLE: How to use the Fellowship Smartcard -:URI: https://gnupg.org/howtos/card-howto/en/smartcard-howto-single.html -:CREATED: [2024-07-08 Mon 13:22] -:ID: How-to-use-the-Fellowship-Smartcard-2024-07-29-14-55-54 -:ORG_GTD: Projects -:END: - -*** TODO [[https://developers.yubico.com/PGP/PGP_Walk-Through.html][PGP Walk-Through]] -:PROPERTIES: -:TITLE: PGP Walk-Through -:URI: https://developers.yubico.com/PGP/PGP_Walk-Through.html -:CREATED: [2024-07-08 Mon 13:22] -:ID: PGP-Walk-Through-2024-07-29-14-56-05 -:ORG_GTD: Projects -:END: - -** TODO Accounting [1/5] -:PROPERTIES: -:ID: Accounting-2024-02-21-12-17-38 -:CATEGORY: Wealth -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "DONE" from [2023-07-28 Fri 13:39] -:END: - -*** DONE [[https://github.com/beancount/beancount][GitHub - beancount/beancount: Beancount: Double-Entry Accounting from Text Files.]] -:PROPERTIES: -:TITLE: GitHub - beancount/beancount: Beancount: Double-Entry Accounting from Text Files. -:URI: https://github.com/beancount/beancount -:CREATED: [2023-02-05 Sun 00:33] -:ORG_GTD: Projects -:ID: GitHub-beancount-beancount-Beancount-Double-Entry-2026-03-30-20-19-00 -:END: - -*** TODO [[https://github.com/jbms/beancount-import][GitHub - jbms/beancount-import: Web UI for semi-automatically importing external data into beancount]] -:PROPERTIES: -:TITLE: GitHub - jbms/beancount-import: Web UI for semi-automatically importing external data into beancount -:URI: https://github.com/jbms/beancount-import -:CREATED: [2023-02-05 Sun 00:33] -:ORG_GTD: Projects -:ID: GitHub-jbms-beancount-import-Web-UI-for-semi-2026-03-30-20-19-00 -:END: - -*** TODO [[https://github.com/jbms/finance-dl][GitHub - jbms/finance-dl: Tools for automatically downloading/scraping personal financial data.]] -:PROPERTIES: -:TITLE: GitHub - jbms/finance-dl: Tools for automatically downloading/scraping personal financial data. -:URI: https://github.com/jbms/finance-dl -:CREATED: [2023-02-05 Sun 00:18] -:ORG_GTD: Projects -:ID: GitHub-jbms-finance-dl-Tools-for-automatically-2026-03-30-20-19-00 -:END: - -*** TODO [[https://plaintextaccounting.org/#pta-apps][Plain Text Accounting portal - plaintextaccounting.org]] -:PROPERTIES: -:TITLE: Plain Text Accounting portal - plaintextaccounting.org -:URI: https://plaintextaccounting.org/#pta-apps -:CREATED: 2023-02-05 Sun 00:27 -:ORG_GTD: Projects -:ID: Plain-Text-Accounting-portal-plaintextaccounting-2026-03-30-20-19-00 -:END: - -*** TODO [[https://github.com/jbms/beancount-import/blob/master/beancount_import/source/ofx.py][beancount-import/beancount_import/source/ofx.py at master · jbms/beancount-import · GitHub]] -:PROPERTIES: -:TITLE: beancount-import/beancount_import/source/ofx.py at master · jbms/beancount-import · GitHub -:URI: https://github.com/jbms/beancount-import/blob/master/beancount_import/source/ofx.py -:ID: beancount-import-beancount-import-source-ofx-dot-py-at-master-jbms-beancount-import-GitHub-2024-06-29-13-57-49 -:ORG_GTD: Projects -:END: - -** TODO Radio license [0/5] :radio: -:PROPERTIES: -:ID: Schedule-a-radio-licence-exam-2024-02-05-13-25-37 -:CATEGORY: Skills -:ORG_GTD: Projects -:END: - -*** TODO [#A] Get a mailing address for the FCC public listing :privacy: -:PROPERTIES: -:ORG_GTD: Projects -:ID: Get-a-mailing-address-for-the-FCC-public-listing-2026-03-30-20-19-00 -:END: -*** TODO Study for exam -:PROPERTIES: -:ORG_GTD: Projects -:ID: Study-for-exam-2026-03-30-20-19-00 -:END: -*** TODO [[https://hamstudy.org/sessions/remote][Find and book an exam]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Find-and-book-an-exam-2026-03-30-20-19-00 -:END: -*** TODO Apply for license -:PROPERTIES: -:ORG_GTD: Projects -:ID: Apply-for-license-2026-03-30-20-19-00 -:END: -*** TODO [[https://www.hamradioguide.net/#][Home Page - Hamradioguide]] :radio: -:PROPERTIES: -:TITLE: Home Page - Hamradioguide -:URI: https://www.hamradioguide.net/# -:CREATED: [2022-05-27 Fri 10:07] -:MODIFIED: [2022-09-05 16:54] -:ID: Home-Page-Hamradioguide-2024-02-28-13-49-44 -:ORG_GTD: Projects -:END: - -Printed radio reference - -** TODO Tango [1/5] :dance: -:PROPERTIES: -:ID: Tango-2024-02-04-18-12-38 -:CATEGORY: Skills -:ORG_GTD: Projects -:END: - -*** DONE Do a beginners course -:PROPERTIES: -:ORG_GTD: Projects -:ID: Do-a-beginners-course-2026-03-30-20-19-00 -:END: - -[2023-02-17 Fri 10:54] - -*** NEXT [#A] Do an intermediary course -:PROPERTIES: -:ORG_GTD: Projects -:ID: Do-an-intermediary-course-2026-03-30-20-19-00 -:END: -*** TODO Do an advanced course -:PROPERTIES: -:ORG_GTD: Projects -:ID: Do-an-advanced-course-2026-03-30-20-19-00 -:END: -*** TODO Do practicums -:PROPERTIES: -:ORG_GTD: Projects -:ID: Do-practicums-2026-03-30-20-19-00 -:END: -*** TODO [[https://www.fabricatango.com/cielo-men][Men's Tango Shoes and Apparel — Fabrica Tango Academy]] -:PROPERTIES: -:TITLE: Men's Tango Shoes and Apparel — Fabrica Tango Academy -:URI: https://www.fabricatango.com/cielo-men -:CREATED: [2024-07-03 Wed 09:56] -:ID: Men-s-Tango-Shoes-and-Apparel-Fabrica-Tango-Academy-2024-07-04-10-29-16 -:ORG_GTD: Projects -:END: - -** TODO [#A] Vaccinations [1/3] -:PROPERTIES: -:ID: Schedule-COVID-19-and-flu-vaccination-2024-02-11-13-43-15 -:CATEGORY: Health -:ORG_GTD: Projects -:END: - -*** DONE Schedule 4th COVID dose -:PROPERTIES: -:ORG_GTD: Projects -:ID: Schedule-4th-COVID-dose-2026-03-30-20-19-00 -:END: - -https://www.cvs.com/vaccine/intake/store/schedule-options - -*** TODO Schedule a flu shot -:PROPERTIES: -:ORG_GTD: Projects -:ID: Schedule-a-flu-shot-2026-03-30-20-19-00 -:END: -*** TODO District of Columbia Immunization Information System (DOCIIS) | doh -:PROPERTIES: -:ORG_GTD: Projects -:ID: District-of-Columbia-Immunization-Information-2026-03-30-20-19-00 -:END: - -https://dchealth.dc.gov/dociis - -** TODO Egypt Law [4/19] :law: -:PROPERTIES: -:ID: Egypt-Law-2024-02-05-14-04-34 -:CATEGORY: Egypt -:ORG_GTD: Projects -:END: - -*** DONE [#A] Build backward archive and index -SCHEDULED: <2019-06-05 Wed> -:PROPERTIES: -:ORG_GTD: Projects -:ID: Build-backward-archive-and-index-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2018-08-01 Wed] -- State "DONE" from "TODO" [2019-06-03 Mon] -:END: - -*** DONE [#A] Build backward archive index: 1980-2010 inclusive -SCHEDULED: <2019-06-10 Mon> -:PROPERTIES: -:ORG_GTD: Projects -:ID: Build-backward-archive-index-1980-2010-inclusive-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-03-23 Sat] -- State "DONE" from "TODO" [2019-08-26 Mon] -:END: - -*** TODO Tag laws referring to مرسوم تشريعي as Syrian laws -:PROPERTIES: -:ORG_GTD: Projects -:ID: Tag-laws-referring-to-مرسوم-تشريعي-as-Syrian-laws-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-10-06 Sun] -:END: - -*** TODO Update Official Gazetta -:PROPERTIES: -:LAST_REPEAT: [2024-10-06 Sun 05:14] -:ORG_GTD: Projects -:ID: Update-Official-Gazetta-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-01-21 Sun 03:29] -- State "DONE" from "TODO" [2023-12-12 Tue 02:21] -- State "DONE" from "NEXT" [2023-08-19 Sat 11:47] -- State "TODO" from "" [2020-04-23 Thu] -- State "DONE" from "TODO" [2020-04-24 Fri] -:END: - -*** TODO Index Forward Archive: Link Legislations To Issues -:PROPERTIES: -:ORG_GTD: Projects -:ID: Index-Forward-Archive-Link-Legislations-To-Issues-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-02-25 Mon] -:END: - -*** TODO Organize Forward Archive -:PROPERTIES: -:LAST_REPEAT: [2024-10-06 Sun 05:14] -:ORG_GTD: Projects -:ID: Organize-Forward-Archive-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-01-21 Sun 03:29] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-08-02 Wed 18:27] -:END: - -**** TODO missing 2023 issues -:PROPERTIES: -:ORG_GTD: Projects -:ID: missing-2023-issues-2026-03-30-20-19-00 -:END: - -- [ ] ج2023-003-م-ب -- [X] ج2023-007-م-أ -- [X] ج2023-008-م -- [ ] ج2023-008-م-د -- [ ] ج2023-009-م-أ -- [ ] ج2023-013-م-ب -- [ ] ج2023-013-م-ج -- [ ] ج2023-014-م-ه -- [X] ج2023-014-م-و -- [ ] ج2023-021-م-د -- [ ] ج2023-022-ت-ب -- [ ] ج2023-028-م-ج -- [ ] ج2023-028-م-د -- [ ] ج2023-031-م-ج -- [ ] ج2023-031-م-د -- [ ] ج2023-034-م-ب -- [ ] ج2023-034-م-ز -- [ ] ج2023-035-م-ه -- [X] ج2023-042-م-ج -- [X] ج2023-043-م-أ -- [X] ج2023-044-م-أ -- [X] ج2023-046-ت-أ -- [ ] ج2023-047-م-د -- [X] ج2023-048-م-أ -- [X] ج2023-049 -- [ ] ج2033-052-م-أ -- [ ] و2023-025-ت-ج -- [ ] و2023-025-ت-م -- [ ] و2023-025-ت-ف -- [X] و2023-189 وأي توابع -- [X] و2023-236 -- [X] و2023-255 -- [X] و2023-263 -- [X] و2023-273 -- [X] و2023-283 - -*** TODO Add Policy Areas -:PROPERTIES: -:ORG_GTD: Projects -:ID: Add-Policy-Areas-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-10-01 Tue] -:END: - -*** TODO Map Legislations Editing/Revoking Previous Legislation -:PROPERTIES: -:ORG_GTD: Projects -:ID: Map-Legislations-Editing-Revoking-Previous-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-10-01 Tue] -:END: - -*** TODO Map Legislations With Penal/Procedural Sections -:PROPERTIES: -:ORG_GTD: Projects -:ID: Map-Legislations-With-Penal-Procedural-Sections-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-10-01 Tue] -:END: - -*** TODO USE LEX(URI) -:PROPERTIES: -:ORG_GTD: Projects -:ID: USE-LEX--URI-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2020-06-11 Thu] -:END: - -*** TODO related legislations -:PROPERTIES: -:ORG_GTD: Projects -:ID: related-legislations-2026-03-30-20-19-00 -:END: -:LOGBOOK: -- State "TODO" from "" [2020-06-20 Sat] -:END: - -*** TODO قوانين خارج الأرشيف -:PROPERTIES: -:ORG_GTD: Projects -:ID: قوانين-خارج-الأرشيف-2026-03-30-20-19-01 -:END: - -- ق1904-0003 العقوبات الأهلي - -*** TODO Write Khaled Hosny And Gaber On Ocr -:PROPERTIES: -:ORG_GTD: Projects -:ID: Write-Khaled-Hosny-And-Gaber-On-Ocr-2026-03-30-20-19-01 -:END: -:LOGBOOK: -- State "TODO" from "" [2020-03-30 Mon] -:END: - -**** DONE [#A] send law PDFs to Gaber -:PROPERTIES: -:ORG_GTD: Projects -:ID: send-law-PDFs-to-Gaber-2026-03-30-20-19-01 -:END: -:LOGBOOK: -- State "TODO" from "" [2020-03-30 Mon] -- State "DONE" from "TODO" [2020-03-30 Mon] - -*** TODO Write Policy Greenpapers -:PROPERTIES: -:ORG_GTD: Projects -:ID: Write-Policy-Greenpapers-2026-03-30-20-19-01 -:END: -**** TODO تعلقيات على مشروع قانون الجمعيات الأهلية -:PROPERTIES: -:ORG_GTD: Projects -:ID: تعلقيات-على-مشروع-قانون-الجمعيات-الأهلية-2026-03-30-20-19-01 -:END: - -مواد الإصدار ينبغي أن يكون غرضها الإصدار فقط. يجب أن تنقل الأحكام الانتقالية إلى داخل القانون. كما أن مواد الإصدار تتضمن تشريعات مستمرة مثل 4(2) و 4(3)، 5 -طبقا لدليل وزارة العدل للتشريعات، اشتراط المادة 8 من مواد الإصدار على أن "يلغي كل حكم يخالف أحكام هذا القانون و القانون المرافق له" يعد من الممارسات السيئة. ينبغي أن يعدد القانون التشريعات التي يلغيها حصرا. إذا كان المشرع نفسه لا يعرف التشريعات المخالفة، فكيف يمكن للمحاكم و المواطنين معرفتها؟ - -مادة 2(1) تنمية المجتمع ليست الغرض الوحيد للجمعيات -مادة 8(ه) تجمع وسائل الاتصال المميكنة المعتادة و المفعلة -مادة 9(ج) طلب صحيفة الحالة الجنائية و إقرار بعدم الإدراج على قوائم الإرهاب غير ضروري. المعلومات مصدرها الدولة -مادة 9(و) خمسة آلاف جنيه رسم تسجيل النظام الأساسي -مادة 12 "لكل ذي شأن" الاطلاع على النظام الأساسي بعد سداد الرسوم. لا ينبغي إثبات صفة من أجل الحصول على مثل هذه المعلومات إن كانت منشورة بداية -مادة 14 الحملات بتصريح و مدتها محدودة بسنة -مادة 15(1) تنمية المجتمع هي الغرض الوحيد للجمعيات -مادة 15(2) المناطق الحدودية بتصريح -مادة 16(ر) تحظر إجراء استطلاعات الرأي دون إذن الجهاز المركزي للتعبئة العامة و الإحصاء -المادتان 24 و 25 ناقصتان في الصورة -مادة 26 تترك كل ترخيص جمع التبرعات للائحة التنفيذية -مادة 28 تحتاج قراءة ثانية -مادة 30(2) تجيز للوزير وقف الجمعية لمدة سنة -مادة 42 تعتبر الأعضاء مستقيلين إن غابوا عن مجلس الإدارة نصف المرات في سنة -مادة 45 تسمح للوزير بتعيين مجلس إدارة من الأعضاء إذا أصبح عدد مجلس الإدارة غير كاف -مادة 46 تسمح للوزير بإغلاق الجمعية لمدة سنة -مادة 48(خ) توجب المحكمة حل مجلس الإدارة إذا لم تقم الجمعية بأية أعمال فعلية أو برامج جدية -مادة 49(ت) تعاقب بحل الجمعية في حال "تمادي الجمعية في ارتكاب أي من المخالفات المشار إليها في المادتين 46 و 48 من هذا القانون" -المادتان 48 و 49 تقتضيان الحل شرطا. تحتاجان قراءة ثانية -مادة 50(2) تسمح للوزير بتعيين لجنة إدارية لإدارة نشاط من أنشطة الجميعة -مادة 50(3) تمنع مجلس الإدارة من تسيير الجمعية بمجرد رفع جهة الإدارة دعوى في المحكمة -المواد من 53 إلى 80 غير موجودة -مادة 69 تشترط أن يكون نشاط المنظمة الأجنبية متفقا مع أولويات و احتياجات المجتمع المصري وفقا لخطط التنمية -مادة 75 تسمح للوزير المختص بإيقاف الجمعيات دون حكم محكمة -مادة 93 تترك تشريع التطوع بالكامل للائحة - -*** DONE [#A] Introduction to the legal archive @blog +writing -SCHEDULED: <2019-01-31 Thu> -:PROPERTIES: -:ORG_GTD: Projects -:ID: Introduction-to-the-legal-archive-blog-plus-2026-03-30-20-19-01 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-01-24 Thu] -- State "DONE" from "TODO" [2019-01-30 Wed] -:END: - -*** DONE [#A] Forward archive index -:PROPERTIES: -:ORG_GTD: Projects -:ID: Forward-archive-index-2026-03-30-20-19-01 -:END: -:LOGBOOK: -- State "TODO" from "" [2019-03-23 Sat] -- State "DONE" from "TODO" [2019-09-28 Sat] -:END: - -*** TODO القانون الجنائي :egypt: -:PROPERTIES: -:CREATED: [2023-11-03 Fri 16:46] -:ORG_GTD: Projects -:ID: القانون-الجنائي-2026-03-30-20-19-01 -:END: - -تشريع الجرائم للدولة المركزية، و المخالفات للأقاليم. - -*** TODO [[https://github.com/microsoft/unilm/tree/master/kosmos-2.5][unilm/kosmos-2.5 at master · microsoft/unilm · GitHub]] :OCR:Arabic:LLM:AI: -:PROPERTIES: -:TITLE: unilm/kosmos-2.5 at master · microsoft/unilm · GitHub -:URI: https://github.com/microsoft/unilm/tree/master/kosmos-2.5 -:CREATED: [2024-06-03 Mon 12:40] -:ID: unilm-kosmos-2-dot-5-at-master-microsoft-unilm-GitHub-2024-06-13-12-42-09 -:ORG_GTD: Projects -:END: - -*** TODO [[https://timep.org/2024/04/30/%d8%a5%d8%b9%d8%a7%d8%af%d8%a9-%d8%aa%d8%b5%d9%88%d8%b1-%d9%86%d8%b8%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d8%af%d8%a7%d9%84%d8%a9-%d8%a7%d9%84%d8%ac%d9%86%d8%a7%d8%a6%d9%8a%d8%a9-%d9%81%d9%8a-%d9%85%d8%b5/][إعادة تصوُّر نظام العدالة الجنائية في مصر - The Tahrir Institute for Middle East Policy]] :Egypt:law: -:PROPERTIES: -:TITLE: إعادة تصوُّر نظام العدالة الجنائية في مصر - The Tahrir Institute for Middle East Policy -:URI: https://timep.org/2024/04/30/%d8%a5%d8%b9%d8%a7%d8%af%d8%a9-%d8%aa%d8%b5%d9%88%d8%b1-%d9%86%d8%b8%d8%a7%d9%85-%d8%a7%d9%84%d8%b9%d8%af%d8%a7%d9%84%d8%a9-%d8%a7%d9%84%d8%ac%d9%86%d8%a7%d8%a6%d9%8a%d8%a9-%d9%81%d9%8a-%d9%85%d8%b5/ -:CREATED: [2024-05-07 Tue 13:42] -:ID: إعادة-تصوُّر-نظام-العدالة-الجنائية-في-مصر-The-Tahrir-Institute-for-Middle-East-Policy-2024-06-13-13-00-13 -:ORG_GTD: Projects -:END: - -** TODO [[./in/books/TWOW/Hugh Renbrics - The Wholeness of the World.org][TWOW]] ebook [0/4] :library: -:PROPERTIES: -:ID: Prepare-TWOW-2024-02-04-18-19-44 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -[2024-02-04 Sun 17:48] - -*** TODO Attach pictures to org file -:PROPERTIES: -:ORG_GTD: Projects -:ID: Attach-pictures-to-org-file-2026-03-30-20-19-01 -:END: -*** TODO Figure out indentation -:PROPERTIES: -:ORG_GTD: Projects -:ID: Figure-out-indentation-2026-03-30-20-19-01 -:END: -*** TODO Figure out how to have grey and blue background -:PROPERTIES: -:ORG_GTD: Projects -:ID: Figure-out-how-to-have-grey-and-blue-background-2026-03-30-20-19-01 -:END: -*** TODO Create internal links -:PROPERTIES: -:ORG_GTD: Projects -:ID: Create-internal-links-2026-03-30-20-19-01 -:END: -** TODO Email [3/6] -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:02] -:ID: Email-2024-02-12-14-30-26 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -*** DONE Migrate Outlook archive to Emacs -:PROPERTIES: -:ORG_GTD: Projects -:ID: Migrate-Outlook-archive-to-Emacs-2026-03-30-20-19-01 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-27 Thu 22:51] -:END: - -*** DONE Migrate Thunderbird archives to Emacs -:PROPERTIES: -:ORG_GTD: Projects -:ID: Migrate-Thunderbird-archives-to-Emacs-2026-03-30-20-19-01 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-23 Sun 21:23] - -*** DONE Import Outlook -:PROPERTIES: -:ORG_GTD: Projects -:ID: Import-Outlook-2026-03-30-20-19-01 -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-07-27 Thu 21:20] -:END: - -*** TODO Archive email -SCHEDULED: <2027-03-17 Wed .+1y> -:PROPERTIES: -:LAST_REPEAT: [2026-03-17 Tue 14:14] -:ORG_GTD: Projects -:ID: Archive-email-2026-03-30-20-19-01 -:END: - -*** TODO Auto save email attachments in Emacs. -:PROPERTIES: -:CREATED: [2023-07-27 Thu 04:54] -:ORG_GTD: Projects -:ID: Auto-save-email-attachments-in-Emacs-dot-2026-03-30-20-19-01 -:END: - -*** TODO Migrate Foxmail archive to Emacs -:PROPERTIES: -:ORG_GTD: Projects -:ID: Migrate-Foxmail-archive-to-Emacs-2026-03-30-20-19-01 -:END: -** TODO Contacts/Calendar [1/3] -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:03] -:ID: Contacts-Calendar-2024-02-12-14-31-57 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -*** DONE Merge contact CSV files -:PROPERTIES: -:CREATED: [2023-01-31 Tue 21:49] -:ORG_GTD: Projects -:ID: Merge-contact-CSV-files-2026-03-30-20-19-01 -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-02-22 Thu 15:41] -:END: - -*** TODO Convert contacts into org-roam nodes -:PROPERTIES: -:ORG_GTD: Projects -:ID: Convert-contacts-into-org-roam-nodes-2026-03-30-20-19-01 -:END: - -in ~/org/people/ - -*** TODO Manage calendar from spreadsheets (or in my case emacs) -:PROPERTIES: -:CREATED: [2023-07-27 Thu 05:05] -:ID: Manage-calendar-from-spreadsheets--or-in-my-case-emacs-2024-02-12-15-02-49 -:ORG_GTD: Projects -:END: - -** TODO Notes [5/7] -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:14] -:ID: Notes-2024-02-12-14-35-37 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -- Original ideas and collected annotations -- Timestamp is not an attribute, because they are evergreen notes -- شروحات على الهوامش - -*** DONE [#A] Migrate notes to Emacs -CLOSED: [2023-01-21 Sat 21:19] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Migrate-notes-to-Emacs-2026-03-30-20-19-01 -:END: - -From laying text files and from Gnote - -*** DONE Migrate Gnote notes into gnotes.org -CLOSED: [2023-02-09 Thu 03:15] -:PROPERTIES: -:CREATED: [2023-02-09 Thu 03:15] -:ORG_GTD: Projects -:ID: Migrate-Gnote-notes-into-gnotes-dot-org-2026-03-30-20-19-01 -:END: - -*** DONE Convert notes.org into org-roam nodes -:PROPERTIES: -:CREATED: [2023-01-17 Tue 14:29] -:ORG_GTD: Projects -:ID: Convert-notes-dot-org-into-org-roam-nodes-2026-03-30-20-19-01 -:END: - -*** TODO Standardize notes -:PROPERTIES: -:ORG_GTD: Projects -:ID: Standardize-notes-2026-03-30-20-19-01 -:END: - -- Clickable titles -- TITLE and URL properties (org-board sadly uses URL not URI) -- CREATED for creation timestamp -- [yyyy-mm-dd DDD HH:mm] for timestamps - -*** DONE Change Creation timestamp to "CREATED" everywhere -:PROPERTIES: -:CREATED: [2023-02-04 Sat 04:35] -:ORG_GTD: Projects -:ID: Change-Creation-timestamp-to-CREATED-everywhere-2026-03-30-20-19-01 -:END: - -To match the tag produced by Orgzly capture, which cannot be changed - -*** DONE Modify web capture to standard -:PROPERTIES: -:CREATED: [2023-02-04 Sat 04:44] -:ORG_GTD: Projects -:ID: Modify-web-capture-to-standard-2026-03-30-20-19-01 -:END: - -*** TODO [#A] Organize notes -:PROPERTIES: -:ID: Notes-2024-02-12-14-28-28 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: - -Notes are timeless pieces. They are made up of timed journals and annotations on library content, but eventually they are my own ideas and words. They live in ~/org/notes and are all org-roam nodes. - -Part of notes will be published using Hugo. - -** DONE Journal [1/1] -:PROPERTIES: -:ID: Journal-2024-02-12-14-52-01 -:CATEGORY: Archive -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "TODO" from "" [2023-01-29 Sun 02:15] -- State "DONE" from "TODO" [2023-07-28 Fri 13:59] -:END: - -Journal are org-roam dailies living in ~/org/daily/. They contain level 2 headers of different ideas, meeting notes... I do not like this arrangement very much but for now it seems like a balance between simplicity and searchability. - -*** DONE [#A] Migrate RedNoteBook to Emacs -CLOSED: [2023-01-13 Fri 10:24] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Migrate-RedNoteBook-to-Emacs-2026-03-30-20-19-01 -:END: - -** TODO Web pages workflow [3/8] -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:03] -:ID: Web-pages-2024-02-12-14-58-47 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -*** DONE Migrate Firefox bookmarks to Emacs -CLOSED: [2023-01-25 Wed 14:41] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Migrate-Firefox-bookmarks-to-Emacs-2026-03-30-20-19-01 -:END: - -*** DONE move readability to kindle -CLOSED: [2023-07-27 Thu 21:40] -:PROPERTIES: -:ORG_GTD: Projects -:ID: move-readability-to-kindle-2026-03-30-20-19-01 -:END: - -*** DONE Migrate Readability to Emacs -CLOSED: [2023-02-15 Wed 08:16] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Migrate-Readability-to-Emacs-2026-03-30-20-19-01 -:END: - -*** TODO Filter dead URLs to blackholes -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:28] -:ORG_GTD: Projects -:ID: Filter-dead-URLs-to-blackholes-2026-03-30-20-19-01 -:END: - -Including error 404, unresolving domains, overtaken URLs... - -*** TODO Choose web pages for archiving -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:31] -:ORG_GTD: Projects -:ID: Choose-web-pages-for-archiving-2026-03-30-20-19-01 -:END: - -*** TODO Separate Zotero's web pages from references -:PROPERTIES: -:CREATED: [2023-08-03 Thu 04:04] -:ORG_GTD: Projects -:ID: Separate-Zotero-s-web-pages-from-references-2026-03-30-20-19-01 -:END: - -*** TODO Migrate Zotero web pages to Emacs -:PROPERTIES: -:CREATED: [2023-01-21 Sat 08:49] -:ORG_GTD: Projects -:ID: Migrate-Zotero-web-pages-to-Emacs-2026-03-30-20-19-01 -:END: - -Consider [[https://github.com/gildas-lormeau/SingleFileZ][SingleFileZ]] - -*** TODO Filter feeds -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:30] -:ORG_GTD: Projects -:ID: Filter-feeds-2026-03-30-20-19-01 -:END: - -** TODO Documents [0/3] -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:05] -:ID: Documents-2024-02-12-14-59-43 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -*** TODO Migrate Zotero documents to Emacs -:PROPERTIES: -:CREATED: [2023-01-21 Sat 20:55] -:ORG_GTD: Projects -:ID: Migrate-Zotero-documents-to-Emacs-2026-03-30-20-19-02 -:END: - -*** TODO Convert documents to ORG files using pandoc -:PROPERTIES: -:ORG_GTD: Projects -:ID: Convert-documents-to-ORG-files-using-pandoc-2026-03-30-20-19-02 -:END: -*** TODO Organise [[/home/amr/Documents][Documents]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Organise-Documents-2026-03-30-20-19-02 -:END: -** TODO Books [1/22] -:PROPERTIES: -:CREATED: [2023-01-29 Sun 02:39] -:ID: Books-2024-02-12-15-00-42 -:CATEGORY: Library -:ORG_GTD: Projects -:END: - -*** DONE Tag books 'to-read' and 'read' -:PROPERTIES: -:ORG_GTD: Projects -:ID: Tag-books-to-read-and-read-2026-03-30-20-19-02 -:END: - -Books are now marked 'to-read' and 'read' in a custom boolean column in Calibre, where 'yes' means 'read', 'no' means 'to-read' (copied directly to devices, and unassigned means unread. Physical books and books I come across physically that I want to read are entered in an Android app called Opeanreads. - -*** NEXT Convert Calibre book comments from HTML to ORG (org MD at the worst) -:PROPERTIES: -:ORG_GTD: Projects -:ID: Convert-Calibre-book-comments-from-HTML-to-ORG--2026-03-30-20-19-02 -:END: -*** TODO Organise [[/home/amr/books][books]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Organise-books-2026-03-30-20-19-02 -:END: -*** TODO [[https://www.faber.co.uk/product/9780571310661-holloway/][Holloway by Robert Macfarlane (Illustrated by Stanley Donwood) | Faber]] -:PROPERTIES: -:TITLE: Holloway by Robert Macfarlane (Illustrated by Stanley Donwood) | Faber -:URI: https://www.faber.co.uk/product/9780571310661-holloway/ -:CREATED: [2024-05-26 Sun 12:42] -:ID: Holloway-by-Robert-Macfarlane--Illustrated-by-Stanley-Donwood--Faber-2024-06-13-12-46-55 -:ORG_GTD: Projects -:END: - -*** TODO [[https://yakes.io/book/][BOOK • Eric Yakes, CFA]] -:PROPERTIES: -:TITLE: BOOK • Eric Yakes, CFA -:URI: https://yakes.io/book/ -:CREATED: [2024-04-10 Wed 11:51] -:ID: BOOK-Eric-Yakes-CFA-2024-06-13-14-06-25 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.amazon.com/gp/aw/d/B00EKYQ34O][Ancient Egyptian Literature: Volume I: The Old and Middle Kingdoms: Old and the Middle Kingdoms v. 1 2nd (second) Revised Edition by Lichtheim, Miriam published by University of California Press (2006): unknown author: Amazon.com: Books]] -:PROPERTIES: -:CREATED: [2024-06-19 Wed 13:39] -:ID: Ancient-Egyptian-Literature-Volume-I-The-Old-and-Middle-Kingdoms-Old-and-the-Middle-Kingdoms-v-dot-1-2nd--second--Revised-Edition-by-Lichtheim-Miriam-published-by-University-of-California-Press--2006--unknown-author-Amazon-dot-com-Books-2024-06-29-13-13-06 -:TITLE: Ancient Egyptian Literature: Volume I: The Old and Middle Kingdoms: Old and the Middle Kingdoms v. 1 2nd (second) Revised Edition by Lichtheim, Miriam published by University of California Press (2006): unknown author: Amazon.com: Books -:URI: https://www.amazon.com/gp/aw/d/B00EKYQ34O -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.amazon.com/Ancient-Egyptian-Literature-Miriam-Lichtheim/dp/0520305841][Amazon.com: Ancient Egyptian Literature (World Literature in Translation): 9780520305847: Lichtheim, Miriam: Books]] -:PROPERTIES: -:CREATED: [2024-06-19 Wed 13:38] -:ID: Amazon-dot-com-Ancient-Egyptian-Literature--World-Literature-in-Translation--9780520305847-Lichtheim-Miriam-Books-2024-06-29-13-13-20 -:TITLE: Amazon.com: Ancient Egyptian Literature (World Literature in Translation): 9780520305847: Lichtheim, Miriam: Books -:URI: https://www.amazon.com/Ancient-Egyptian-Literature-Miriam-Lichtheim/dp/0520305841 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.amazon.com/Egyptian-Mythology-Goddesses-Traditions-Ancient/dp/0195170245][Amazon.com: Egyptian Mythology: A Guide to the Gods, Goddesses, and Traditions of Ancient Egypt: 8601300133669: Pinch, Geraldine: Books]] -:PROPERTIES: -:CREATED: [2024-06-19 Wed 13:37] -:ID: Amazon-dot-com-Egyptian-Mythology-A-Guide-to-the-Gods-Goddesses-and-Traditions-of-Ancient-Egypt-8601300133669-Pinch-Geraldine-Books-2024-06-29-13-13-28 -:TITLE: Amazon.com: Egyptian Mythology: A Guide to the Gods, Goddesses, and Traditions of Ancient Egypt: 8601300133669: Pinch, Geraldine: Books -:URI: https://www.amazon.com/Egyptian-Mythology-Goddesses-Traditions-Ancient/dp/0195170245 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.amazon.com/Seth-God-Confusion-mythology-Agyptologie/dp/B0007IZ0N2][Seth, God of Confusion: A study of his role in Egyptian mythology and religion (Probleme der Agyptologie): Velde, H. Te; Van Baaren-Pape, G. E. [Translator]: Amazon.com: Books]] -:PROPERTIES: -:CREATED: [2024-06-19 Wed 13:37] -:ID: Seth-God-of-Confusion-A-study-of-his-role-in-Egyptian-mythology-and-religion--Probleme-der-Agyptologie--Velde-H-dot-Te-Van-Baaren-Pape-G-dot-E-dot-Translator-Amazon-dot-com-Books-2024-06-29-13-13-36 -:TITLE: Seth, God of Confusion: A study of his role in Egyptian mythology and religion (Probleme der Agyptologie): Velde, H. Te; Van Baaren-Pape, G. E. [Translator]: Amazon.com: Books -:URI: https://www.amazon.com/Seth-God-Confusion-mythology-Agyptologie/dp/B0007IZ0N2 -:ORG_GTD: Projects -:END: - -*** TODO [[https://rothammel.com/Rothammels-Antenna-Book][Rothammels Antenna Book - DARC Verlag GmbH, 59,00 €]] :radio: -:PROPERTIES: -:TITLE: Rothammels Antenna Book - DARC Verlag GmbH, 59,00 € -:URI: https://rothammel.com/Rothammels-Antenna-Book -:CREATED: [2024-06-17 Mon 11:52] -:ID: Rothammels-Antenna-Book-DARC-Verlag-GmbH-59-00-2024-06-29-13-14-30 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.lrb.co.uk/the-paper/v46/n05/pankaj-mishra/the-shoah-after-gaza][Pankaj Mishra · The Shoah after Gaza]] -:PROPERTIES: -:CREATED: [2024-03-02 Sat 17:09] -:TITLE: Pankaj Mishra · The Shoah after Gaza -:URI: https://www.lrb.co.uk/the-paper/v46/n05/pankaj-mishra/the-shoah-after-gaza -:ID: Pankaj-Mishra-The-Shoah-after-Gaza-2024-07-03-10-02-07 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.amazon.com/gp/product/140191750X?linkId=a9b703f2719a60de3cbc0cbb29f517f5][Change Your Thoughts - Change Your Life: Living the Wisdom of the Tao: Dyer, Dr. Wayne W.: 9781401917500: Amazon.com: Books]] -:PROPERTIES: -:CREATED: [2024-01-28 Sun 16:55] -:TITLE: Change Your Thoughts - Change Your Life: Living the Wisdom of the Tao: Dyer, Dr. Wayne W.: 9781401917500: Amazon.com: Books -:URI: https://www.amazon.com/gp/product/140191750X?linkId=a9b703f2719a60de3cbc0cbb29f517f5 -:ID: Change-Your-Thoughts-Change-Your-Life-Living-the-Wisdom-of-the-Tao-Dyer-Dr-dot-Wayne-W-dot-9781401917500-Amazon-dot-com-Books-2024-07-03-12-10-14 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.amazon.com/gp/product/1594732043?linkId=2135ec00aa4ef1f43a2891abd889195a][Tao Te Ching: Annotated & Explained (SkyLight Illuminations): Lao Tzu, Derek Lin, Lama Surya Das: 9781594732041: Amazon.com: Books]] -:PROPERTIES: -:CREATED: [2024-01-28 Sun 16:54] -:TITLE: Tao Te Ching: Annotated & Explained (SkyLight Illuminations): Lao Tzu, Derek Lin, Lama Surya Das: 9781594732041: Amazon.com: Books -:URI: https://www.amazon.com/gp/product/1594732043?linkId=2135ec00aa4ef1f43a2891abd889195a -:ID: Tao-Te-Ching-Annotated-and-Explained--SkyLight-Illuminations--Lao-Tzu-Derek-Lin-Lama-Surya-Das-9781594732041-Amazon-dot-com-Books-2024-07-03-12-10-30 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.amazon.com/dp/156695715X/?psc=1&language=en_US][The US losing wars ushers in a new political era]] -:PROPERTIES: -:CREATED: [2024-01-26 Fri 17:36] -:TITLE: The US losing wars ushers in a new political era -:URI: https://www.amazon.com/dp/156695715X/?psc=1&language=en_US -:ID: The-US-losing-wars-ushers-in-a-new-political-era-2024-07-03-12-11-02 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.amazon.com/State-Third-Millennium-Prince-Hans-Adam/dp/3905881047][The State in the Third Millennium: Hans-Adam, Prince: 9783905881042: Amazon.com: Books]] -:PROPERTIES: -:CREATED: [2023-09-03 Sun 20:54] -:TITLE: The State in the Third Millennium: Hans-Adam, Prince: 9783905881042: Amazon.com: Books -:URI: https://www.amazon.com/State-Third-Millennium-Prince-Hans-Adam/dp/3905881047 -:ID: The-State-in-the-Third-Millennium-Hans-Adam-Prince-9783905881042-Amazon-dot-com-Books-2024-07-03-14-12-55 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.virago.co.uk/titles/hilary-cottam/radical-help/9780349009087/][Radical Help by Hilary Cottam | Hachette UK]] -:PROPERTIES: -:TITLE: Radical Help by Hilary Cottam | Hachette UK -:URI: https://www.virago.co.uk/titles/hilary-cottam/radical-help/9780349009087/ -:CREATED: [2023-06-16 Fri 12:37] -:ID: Radical-Help-by-Hilary-Cottam-Hachette-UK-2024-07-03-15-15-10 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.ucpress.edu/book/9780520053311/implementation][Implementation by Jeffrey L. Pressman, Aaron Wildavsky - Paperback - University of California Press]] -:PROPERTIES: -:TITLE: Implementation by Jeffrey L. Pressman, Aaron Wildavsky - Paperback - University of California Press -:URI: https://www.ucpress.edu/book/9780520053311/implementation -:CREATED: [2023-06-16 Fri 12:37] -:ID: Implementation-by-Jeffrey-L-dot-Pressman-Aaron-Wildavsky-Paperback-University-of-California-Press-2024-07-03-15-15-42 -:ORG_GTD: Projects -:END: - -*** TODO [[https://prout.info/resources/books/][Books on Prout - Proutist Universal- Progressive Utilization Theory]] -:PROPERTIES: -:TITLE: Books on Prout - Proutist Universal- Progressive Utilization Theory -:URI: https://prout.info/resources/books/ -:CREATED: [2023-04-27 Thu 15:36] -:ID: Books-on-Prout-Proutist-Universal-Progressive-Utilization-Theory-2024-07-03-15-23-40 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.goodreads.com/book/show/22851205-1971-1963][عبد الناصر والتنظيم الطليعي السري 1971-1963 by حمادة حسني | Goodreads]] -:PROPERTIES: -:TITLE: عبد الناصر والتنظيم الطليعي السري 1971-1963 by حمادة حسني | Goodreads -:URI: https://www.goodreads.com/book/show/22851205-1971-1963 -:CREATED: [2022-03-06 Sun 15:35] -:MODIFIED: [2022-09-05 Mon 16:54] -:ID: عبد-الناصر-والتنظيم-الطليعي-السري-1971-1963-by-حمادة-حسني-Goodreads-2024-07-04-09-40-27 -:ORG_GTD: Projects -:END: - -*** TODO [[https://books.google.com/books/about/%D8%B3%D9%86%D9%88%D8%A7%D8%AA_%D9%88%D8%A3%D9%8A%D8%A7%D9%85_%D9%85%D8%B9_%D8%AC%D9%85%D8%A7%D9%84_%D8%B9%D8%A8.html?id=6eVhAAAAIAAJ][سنوات وأيام مع جمال عبد الناصر: شهادة سامي شرف - شرف، سامي، - Google Books]] -:PROPERTIES: -:TITLE: سنوات وأيام مع جمال عبد الناصر: شهادة سامي شرف - شرف، سامي، - Google Books -:URI: https://books.google.com/books/about/%D8%B3%D9%86%D9%88%D8%A7%D8%AA_%D9%88%D8%A3%D9%8A%D8%A7%D9%85_%D9%85%D8%B9_%D8%AC%D9%85%D8%A7%D9%84_%D8%B9%D8%A8.html?id=6eVhAAAAIAAJ -:CREATED: [2022-03-06 Sun 15:35] -:MODIFIED: [2022-09-05 Mon 16:54] -:ID: سنوات-وأيام-مع-جمال-عبد-الناصر-شهادة-سامي-شرف-شرف-سامي-Google-Books-2024-07-04-09-40-37 -:ORG_GTD: Projects -:END: - -*** TODO [[https://boundlessbook.com/book-resources/][health]] -:PROPERTIES: -:TITLE: health -:URI: https://boundlessbook.com/book-resources/ -:CREATED: [2020-02-19 Wed 13:24] -:MODIFIED: [2022-07-09 Sat 17:11] -:ID: health-2024-07-04-09-45-25 -:ORG_GTD: Projects -:END: - -*** TODO [[https://www.parliamentbook.com/][Parliamentbook]] -:PROPERTIES: -:TITLE: Parliamentbook -:URI: https://www.parliamentbook.com/ -:CREATED: [2016-09-19 Mon 01:59] -:MODIFIED: [2022-07-09 Sat 17:11] -:ID: Parliamentbook-2024-07-04-10-06-04 -:ORG_GTD: Projects -:END: - -** TODO Subscriptions [2/11] :money: -:PROPERTIES: -:ORG_GTD: Projects -:ID: Subscriptions-2026-03-30-20-19-02 -:END: -*** DONE YouTube TV -:PROPERTIES: -:ORG_GTD: Projects -:ID: YouTube-TV-2026-03-30-20-19-02 -:END: -*** TODO Youtube premium x2 -:PROPERTIES: -:ORG_GTD: Projects -:ID: Youtube-premium-x2-2026-03-30-20-19-02 -:END: -*** DONE Google Fi -:PROPERTIES: -:ORG_GTD: Projects -:ID: Google-Fi-2026-03-30-20-19-02 -:END: -*** TODO T-Mobile -:PROPERTIES: -:ORG_GTD: Projects -:ID: T-Mobile-2026-03-30-20-19-02 -:END: -*** TODO Amazon Prime -:PROPERTIES: -:ORG_GTD: Projects -:ID: Amazon-Prime-2026-03-30-20-19-02 -:END: -*** TODO Netflix -:PROPERTIES: -:ORG_GTD: Projects -:ID: Netflix-2026-03-30-20-19-02 -:END: -*** TODO Apple TV -:PROPERTIES: -:ORG_GTD: Projects -:ID: Apple-TV-2026-03-30-20-19-02 -:END: -*** TODO HBO Max -:PROPERTIES: -:ORG_GTD: Projects -:ID: HBO-Max-2026-03-30-20-19-02 -:END: -*** TODO Spotify -:PROPERTIES: -:ORG_GTD: Projects -:ID: Spotify-2026-03-30-20-19-02 -:END: -*** TODO MGM+ -:PROPERTIES: -:ORG_GTD: Projects -:ID: MGM-plus-2026-03-30-20-19-02 -:END: -*** TODO Amazon prime video purchase code -:PROPERTIES: -:CREATED: [2024-04-23 Tue 20:35] -:ID: Amazon-prime-video-purchase-code-2024-06-13-13-36-50 -:ORG_GTD: Projects -:END: - -44569 - -** TODO [[https://www.humanmicrobes.org/donors][Become a stool donor for FMT]] [1/2] :money:health: -:PROPERTIES: -:ID: Become-a-stool-donor-for-FMT--Fecal-Microbiota-Transplants--or-research-2024-02-04-15-27-35 -:CATEGORY: Business -:ORG_GTD: Projects -:END: -:LOGBOOK: -- State "WAIT" from [2024-02-02 Fri 18:42] \\ - Sent an application -:END: -[2023-11-06 Mon 11:33] - -*** DONE Apply -:PROPERTIES: -:ORG_GTD: Projects -:ID: Apply-2026-03-30-20-19-02 -:END: -*** TODO Send stool and body photos -:PROPERTIES: -:ORG_GTD: Projects -:ID: Send-stool-and-body-photos-2026-03-30-20-19-02 -:END: -** TODO PGP [0/7] :security:computers: -:PROPERTIES: -:ID: PGP-2024-02-29-16-21-36 -:CATEGORY: Privacy -:ORG_GTD: Projects -:END: - -*** TODO [[https://trezor.io/learn/a/what-is-gpg][Derive a PGP key from Bitcoin key]] -:PROPERTIES: -:ORG_GTD: Projects -:ID: Derive-a-PGP-key-from-Bitcoin-key-2026-03-30-20-19-02 -:END: - -More details - -https://github.com/romanz/trezor-agent/blob/master/doc/README-GPG.md - -*** TODO Buy an NFC-enabled key -:PROPERTIES: -:ORG_GTD: Projects -:ID: Buy-an-NFC-enabled-key-2026-03-30-20-19-02 -:END: -*** TODO Put PGP key on security keys -:PROPERTIES: -:ORG_GTD: Projects -:ID: Put-PGP-key-on-security-keys-2026-03-30-20-19-02 -:END: -*** TODO Move files to new PGP key -:PROPERTIES: -:ORG_GTD: Projects -:ID: Move-files-to-new-PGP-key-2026-03-30-20-19-02 -:END: -*** TODO Publish new PGP key -:PROPERTIES: -:ORG_GTD: Projects -:ID: Publish-new-PGP-key-2026-03-30-20-19-02 -:END: -*** TODO Create revocation certificate for old key -:PROPERTIES: -:ORG_GTD: Projects -:ID: Create-revocation-certificate-for-old-key-2026-03-30-20-19-02 -:END: -*** TODO Revoke old key -:PROPERTIES: -:ORG_GTD: Projects -:ID: Revoke-old-key-2026-03-30-20-19-02 -:END: -** TODO Dailies [0/31] -:PROPERTIES: -:ID: Dailies-2024-07-29-14-45-33 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -*** NEXT The megawatt family home -:PROPERTIES: -:CREATED: [2024-03-01 Fri 10:54] -:ID: The-megawatt-family-home-2024-07-03-10-03-34 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -*** TODO Fiction idea -:PROPERTIES: -:CREATED: [2024-05-12 Sun 09:56] -:ID: Fiction-idea-2024-06-13-12-56-58 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -Smuggle one shipping container of energy and robotics into a country, have it concealed and build a resistance force underground. - -*** TODO On rights and power -:PROPERTIES: -:CREATED: [2024-05-05 Sun 13:41] -:ID: On-rights-and-power-2024-06-13-13-01-21 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -The weak have freedom of speech. The powerful have privacy. The weakest have no right at all. - -*** TODO The invisible handjob of the market -:PROPERTIES: -:CREATED: [2024-04-30 Tue 22:05] -:ID: The-invisible-handjob-of-the-market-2024-06-13-13-08-12 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -Perhaps a title of a report on prostitution - -*** TODO Aphorisms -:PROPERTIES: -:CREATED: [2024-04-28 Sun 21:33] -:ID: Aphorisms-2024-06-13-13-21-15 -:ORG_GTD: Projects -:END: - -"Nation states like war. City states like commerce. Families like stability. Individuals like entertainment" - -*** TODO Boston -:PROPERTIES: -:CREATED: [2024-04-19 Fri 14:16] -:ID: Boston-2024-06-13-13-43-36 -:ORG_GTD: Projects -:END: - -We are in Boston. Nancy is invited by the Fletcher School Fares Center to speak. Khaled Fahmy is in the same conference and is also speaking tomorrow in Harvard. Last night we were invited to dinner by Nadim Rouhana and the center and sat at the table with Sahar Aziz. Hossam Bahgat was right when he told me to avoid her at all costs. We also had Christine Boustani with us. She is a very nice person and is hosting Khaled and Kouross' wedding party next week. Nancy and I are missing it. - -I have been growing less patient for things I don't want to do. I don't want to sit and listen to political scientists. I do not want to socialize with people or go to places or sleep, eat and drink when I'd rather be doing something else. -The pain in my inner ear and around my jaw and head continues. Beginning to think I need to measure my blood pressure. - -*** TODO Boston -:PROPERTIES: -:CREATED: [2024-04-18 Thu 13:49] -:ID: Boston-2024-06-13-13-45-42 -:ORG_GTD: Projects -:END: - -I am in an Irish pub called 'the pub' in Boston. The barman calls me 'kid'. I wonder what the protocol is. The balding man next to me with a gun holster is probably younger than I am, but of course I look better. -Everyone is playing the lottery. I noticed the barman is always looking at the lottery screen and asked him if he plays and he said 'of course'. Buy Bitcoin, people. - -*** TODO Katherine Maher -:PROPERTIES: -:CREATED: [2024-04-18 Thu 13:35] -:ID: Katherine-Maher-2024-06-13-13-46-09 -:ORG_GTD: Projects -:END: - -Reconnected with Katherine Maher since she joined NPR and moved to DC, partly because it would be useful to Nancy and CIP. -Since she took the helm at NPR, a huge wave of criticism began on the internet: NYP, Elon Musk, Steven Pinker and many others. Doctor Musk (vis-a-vis the occasional do-gooder Mr Elon) just announced a campaign to defend the first amendment, triggered by Maher's comment that the first hurdle to misinformation is the first amendment. -I don't agree with Katherine s stance on almost everything (and never took her for an intellectual) but I also hate the way the right campaigns on such issues. On one video, Katherine appears to say that, as Wikipedia's CEO, she moved beyond the white and western notion of free and open internet, which is, according to her, an old idea that predates the internet, to a position where ideas such as notability and relying on written primary sources are not enough to adequately represent underrepresented cultures, for example oral cultures. -I find this statement disheartening and would find it mildly insulting if I were a person who can be insulted by others. Saying that rationality and precision are white, western notions is not only wrong, but is entirely built on the obscure concept of West and the pseudoscientific concept of whiteness. People taking such positions do so trying to restore some sense of justice in the world but are still believers of the same western and white superiority world they try to undermine. -Accepting, for example, Māori oral maps in song and rhythm of the Pacific Ocean as a good enough source for Wikipedia is already accepting that Wikipedia is a superior to Māori tradition. Wikipedia can stick to the written tradition and the Māori to theirs. -Not to criticize Katherine as a person. Just the identitarian times we live in. - -*** TODO Emacs as a browser -:PROPERTIES: -:CREATED: [2024-04-13 Sat 15:54] -:ID: Emacs-as-a-browser-2024-06-13-13-51-27 -:ORG_GTD: Projects -:END: - -Building a web browser on top of emacs is probably a hugely missed chance - -*** TODO أمك اسمها معاوية -:PROPERTIES: -:CREATED: [2024-04-13 Sat 06:15] -:ID: أمك-اسمها-معاوية-2024-06-13-13-51-48 -:ORG_GTD: Projects -:END: - -حلمت خير اللهم اجعله خير أننا كنا في نيويورك عند إنجي و شلباية كالعادة، و اكتشفنا أن الحرب قامت و أن إيران غزت بروكلين لما مجموعة من المقاتلين كسروا علينا الباب. حاولنا نقنعهم بالعقل أننا مش مع أمريكا بس طبعا ما فيش فايدة. و فجأة حصلت دربكة و زعيق و واحد من المقاتلين رمى قنبلة يدوية قتلت نص الموجودين. -نجحنا أنا و نانسي و بلال (فضل) و (زوجته) داليا في الهروب تحت ستار الدخان، و بعد مطاردات في شوارع بروكلين دخلنا شمال في حارة سد، و دخل ورانا قائد المجموعة. بطل قائد المجموعة جري و رمى علينا الماسورة ال كان ماسكها في إيده و هو بياخد نفسه شاور للمقاتل ال وصل وراه بالكلاشنيكوف أنه يقتلنا. نانسي و داليا صرخوا أول ما رفع الرشاش في وشنا، فأنا وقفت قدامهم الثلاثة علشان أحميهم بجسمي، و في آخر لحظة من حياتي قلت للمقاتل: "أمك اسمها معاوية". -صحيت من النوم على صوت ضحكتي. - -*** TODO Invest in analog computers -:PROPERTIES: -:CREATED: [2024-04-09 Tue 09:08] -:ID: Invest-in-analog-computers-2024-06-13-14-08-09 -:ORG_GTD: Projects -:END: - -*** TODO My computer timeline -:PROPERTIES: -:CREATED: [2024-04-09 Tue 03:33] -:ID: My-computer-timeline-2024-06-13-14-08-16 -:ORG_GTD: Projects -:END: - -- 1986 micro computer -- 1991 PC -- 1992 email -- 1995 dial up -- 1998 DSL -- 1998 PGP -- 2000 domain name -- 2001 own domain email -- 2003 laptop -- 2003 mobile phone -- 2005 Linux -- 2005 hard disk backups -- 2005 music player -- 2005 shared server -- 2006 small laptop -- 2010 smart phone -- 2010 noise cancelling headphones -- 2010 Low power PC -- 2011 Android phone -- 2012 SSD -- 2013 UPS -- 2013 NAS -- 2013 Bitcoin -- 2015 yubikey -- 2016 hardware wallet -- 2019 portable router -- 2020 synchronous fiber connection -- 2020 low power home server -- 2020 Smart TV -- 2022 YouTube premium and other streaming - -*** TODO Nudism -:PROPERTIES: -:CREATED: [2024-04-08 Mon 11:43] -:ID: Nudism-2024-06-13-14-08-58 -:ORG_GTD: Projects -:END: - -There are two types of people: nudists, and clothes-minded - -*** TODO Land -:PROPERTIES: -:CREATED: [2024-04-08 Mon 09:57] -:ID: Land-2024-06-13-14-09-08 -:ORG_GTD: Projects -:END: - -I am not really buying land. I had land before. What I am buying is climate, distance, and rule of law. - -*** TODO Dream -:PROPERTIES: -:CREATED: [2024-04-08 Mon 03:19] -:ID: Dream-2024-06-13-14-09-17 -:ORG_GTD: Projects -:END: - -Today I dreamt I died of diabetes due to excessive drinking. I need to stop. I need to get a CGM and get in shape. - -*** TODO Comedy between left and right -:PROPERTIES: -:CREATED: [2024-04-04 Thu 03:13] -:ID: Comedy-between-left-and-right-2024-06-13-14-23-30 -:ORG_GTD: Projects -:END: - -The left's comedy is irony. The right's comedy is insult. - -*** TODO Difference between natural and corporate persons -:PROPERTIES: -:CREATED: [2024-03-30 Sat 11:25] -:ID: Difference-between-natural-and-corporate-persons-2024-06-13-14-25-15 -:ORG_GTD: Projects -:END: - -Both natural and corporate persons have rights to liberty and property. Only natural persons have a right to life. - -*** TODO The right is the new left? -:PROPERTIES: -:CREATED: [2024-06-25 Tue 15:05] -:ID: The-right-is-the-new-left-2024-06-29-13-02-15 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -The right is for organization at a lower level - -*** TODO Justice, peace, and land -:PROPERTIES: -:CREATED: [2024-06-25 Tue 10:39] -:ID: Justice-peace-and-land-2024-06-29-13-04-17 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -I am watching Rome a fourth time perhaps. Caesar is declared imperator in the Senate. He promises justice, peace and land for all Romans. This is the original life, liberty and property. - -*** TODO Specialists and generalists -:PROPERTIES: -:CREATED: [2024-06-22 Sat 12:43] -:ID: Specialists-and-generalists-2024-06-29-13-10-42 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -Specialists flourished during ecologically stable times, while generalists survived during ecological cataclysms. - -The top of the food chain also suffers most. The new top predators don't get there by fighting their way up, but by surviving until the current top predator falls - -https://youtu.be/DbAnaeFJtV8?si=NrK0TAdwCh9PHH7C - -*** TODO Sovereignty -:PROPERTIES: -:CREATED: [2024-03-24 Sun 11:57] -:ID: Sovereignty-2024-06-29-13-22-30 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -There are two sovereigns in the world today: the United States and Taliban. China, France and the UK come second, Russia, Western major economies are third, enterprising economies; i.e. India, KSA, Israel, UAE, Qatar, Singapore, Turkey, and Iran come fourth. Most other countries have dominated to no sovereignty. - -*** TODO The US is progressive polity in a conservative regime -:PROPERTIES: -:CREATED: [2024-03-22 Fri 07:34] -:ID: The-US-is-progressive-polity-in-a-conservative-regime-2024-06-29-13-23-05 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -Citizens in the United States are far more progressive than the political systems that represents them, even more so than other democracies. The bar for affecting progressive policies in the US is much higher than a simple majority or a super majority (the filibuster for example). Pressure will contribute from below and once that bar is passed, radical (as in from the roots) reforms will pass en messe and the US politics will shift suddenly to the left as a result. The United States then will join the rest of the world. Words like left, right, extreme, radical, patriot, communist, socialist, liberal will have the same meaning as in the rest of the world. -This will happen in electoral politics before the supreme Court., at which point the main Republican strategy would be for Justice Thomas to not die. - -*** TODO A good traveler has no fixed plans and is not intent on arriving -:PROPERTIES: -:CREATED: [2024-03-14 Thu 21:22] -:ID: A-good-traveler-has-no-fixed-plans-and-is-not-intent-on-arriving-2024-06-29-13-59-03 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -The moment we stop making plans is the moment we start learning - -*** TODO Do a boat builder that excels in being off grid and actually recycling water, sewage and trash. -:PROPERTIES: -:CREATED: [2024-03-09 Sat 14:22] -:ID: Do-a-boat-builder-that-excels-in-being-off-grid-and-actually-recycling-water-sewage-and-trash-dot-2024-06-29-14-08-32 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -*** TODO Greshenfeld's contribution is that atoms are bits are cells -:PROPERTIES: -:CREATED: [2024-03-07 Thu 15:49] -:ID: Greshenfeld-s-contribution-is-that-atoms-are-bits-are-cells-2024-06-29-14-09-21 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -*** TODO Arms transfers will reduce with the rise of automation -:PROPERTIES: -:CREATED: [2024-03-06 Wed 09:41] -:ID: Arms-transfers-will-reduce-with-the-rise-of-automation-2024-06-29-14-11-24 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -If arms companies rely on giving lawmakers jobs in their districts, then automation should make weapons transfer easier to control. - -*** TODO Watching Farya Faraji -:PROPERTIES: -:CREATED: [2024-06-29 Sat 20:03] -:ID: Watching-Farya-Faraji-2024-07-03-09-58-19 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -We write in cursive and we sing in cursive. - -Now I understand why I don't like أناشيد حماس. They are always in diatonic modes, not chromatic or enharmonic - -*** TODO Types of nodes -:PROPERTIES: -:CREATED: [2024-03-03 Sun 02:29] -:ID: Types-of-nodes-2024-07-03-10-01-44 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -- Dailies: journaling, meeting minutes, fleeting notes; all timestamped -- Annotations: on library, related to works in library authored by others -- Transient notes (in inbox, or perhaps a generated list of fleeting notes -- (Evergreen) Notes: atomic, abstract, densely inter-connected concepts -- Posts -- Commonplace -- Library items -- Archive items -- GTD -- inbox: mainly GTD, but also Dailies on mobile until Orgzly develops enough - -*** TODO Capital-only futureOwning capital is becoming the main, perhaps sole mode of survival in the near future where labor's value is diminished by AI and robots. This is a quote from David Ricardo. -:PROPERTIES: -:ID: Capital-only-futureOwning-capital-is-becoming-the-main-perhaps-sole-mode-of-survival-in-the-near-future-where-labor-s-value-is-diminished-by-AI-and-robots-dot-This-is-a-quote-from-David-Ricardo-dot-2024-07-04-10-27-50 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -Source: [2024-04-11 Thu], 71.191.33.213 - #+BEGIN_QUOTE -Ever since I first turned my attention to questions of political economy, I have been of opinion, that such an application of machinery to any branch of production, as should have the effect of saving labour, was a general good, accompanied only with that portion of inconvenience which in most cases attends the removal of capital and labour from one employment to another. - … -These were my opinions, and they continue unaltered, as far as regards the landlord and the capitalist; but I am convinced, that the substitution of machinery for human labour, is often very injurious to the interests of the class of labourers. (Principles of Political Economy and Taxation Chapter XXXI ) -#+END_QUOTE - -*** TODO "Humanity begins at Duke" -:PROPERTIES: -:CREATED: [2024-07-01 Mon 09:06] -:ID: Humanity-begins-at-Duke-2024-07-04-10-28-21 -:CATEGORY: Writing -:ORG_GTD: Projects -:END: - -The quote above, attributed to Lord von Metrinich, stands true today. Human dignity used to be built on knights, servants, peasants, often slaves, and always the rest of the ecosystem. Today, human dignity still stands on a lot of extraction from human labour, the underclasses, and the ecosystem. Tomorrow, computers and robots will replace a lot of this, but the extraction is likely to continue, hopefully more benignly. - -Dukes submit to kings, most of the time. They also have the power to push against them when need be. This is why in today's world only the overclasses and the systematically more autonomous are true citizens, because they can push against the sovereign state when need be. True sovereignty for individuals will only exist in space. - -*** TODO Baltimore and Trump -:PROPERTIES: -:CREATED: [2024-07-14 Sun 11:24] -:ID: Baltimore-and-Trump-2024-07-29-15-03-24 -:ORG_GTD: Projects -:END: - -Spent the weekend in a very hot Baltimore. Nancy was speaking at Net Roots, if I get the name right. Not at all interested in grassroots democrat organizing. We stayed on Royal Sonesta overlooking the harbour. - -The first evening I had yummy pork belly tacos at the Outpost American Tavern. Truly the best local pub experience I had in the US. Sadly they had run out of Guinness and the bar ladies were confused about other choices. Excellent food. Excellent music and vibe. - -The following morning I walked to the Baltimore Art Museum. The route was all Charles St, up and down Mount Vernon where the Washington monument is. I can see how other old American cities had a British charm to them before they were left to rust. This is how I imagine the rust belt. I hope for revival, and maybe some gentrification. - -The museum itself promised the largest collection of Matisse open to the public anywhere, and it over delivered. Medieval works, including a fascinating icon of St Anthony; dark and small paintings by the Dutch Renaissance greats, a style I personally hope to imitate one day; modern American painters and everything in between: Matisse, Picasso, Van Gogh, Cezanne, Gauguin, Klimt, Mondrian, neoclassical homeware and furniture, wonderful African masks, and much more. Truly a great experience. I forget how much fine art is a part of me I keep for later. I felt like collecting and painting. - -It rained on me all the way back then I waited for Nancy to go out to eat. Octobar was a disappointment and her search for perfection in restaurant choice led to a lot of walking and more disappointment. One of our main points of contention is she misses the good enough in search for the perfect which she doesn't find in the end. To be fair, I think she does that in the little things, while I do it in the major things, and people. - -The ride back on Saturday was with an Uber driver who loves his white model Y Tesla so much even though it is a few years away from displacing him. The sight of the DC Mormon temple on this road never fails to impress me. Throughout the days I have been listening to Jeff Flake's Conscience of a Conservative, himself a Mormon, and learning about the American conservative movement. Then I began listening to Max Blumenthal's Republican Gomorrah. There is so much to learn and appreciate about the US and its variety. - -Nancy and the driver dropped me off at home while she went to do her hair, which took six hours. I unpacked, cleaned, bought alcohol for Ahmed Harbia and Rasha Gadda's visit the following day, and sat down to have a beer or two. I ended up drinking five while watching Donald Trump get shot in the ear. The previous weeks about how the Democrats are going to stop Trump. Reagan's conservative era was finally about to end and the country's new government, if they pull their act together and force Biden to step down from the presidency, not just aside from the campaign, was going to catch up with its progressive population. Needless to say, the Reagan era did end yesterday, but how the transition will occur is far less certain now. Perhaps a second read of the Fourth Turning is due, because this is the crisis it promised the millennials. - -* Incubate -:PROPERTIES: -:ORG_GTD_REFILE: Tickler -:END: - -** NEXT Blood donation -:PROPERTIES: -:LAST_REPEAT: [2023-09-01 Fri 09:00] -:ID: Blood-donation-2024-02-04-18-10-21 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Health -:SCHEDULED: <2024-09-01 Sun .+1y> -:ORG_GTD: Tickler -:END: - -<2025-01-01> -[2023-02-06 Mon 03:10] - -** NEXT Open University Bsc. (Honours) STEM or Open :science: -:PROPERTIES: -:ID: Open-University-Bsc-dot--Honours--STEM-or-Open-2024-02-10-14-05-57 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> -[2021-01-31 Sun] - -** TODO Social Science PhD -:PROPERTIES: -:ID: Social-Science-PhD-2024-02-11-13-31-23 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Law Degree -:PROPERTIES: -:ID: Law-Degree-2024-02-11-13-31-35 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Elisp -:PROPERTIES: -:CREATED: [2023-02-17 Fri 10:55] -:ID: Elisp-2024-02-11-13-31-52 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Python -:PROPERTIES: -:CREATED: [2023-02-17 Fri 10:56] -:ID: Python-2024-02-11-13-32-25 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Bash script -:PROPERTIES: -:CREATED: [2023-02-17 Fri 10:56] -:ID: Bash-script-2024-02-11-13-32-37 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO C++ -:PROPERTIES: -:CREATED: [2023-02-17 Fri 10:56] -:ID: C-plus-plus-2024-02-11-13-32-51 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO R -:PROPERTIES: -:CREATED: [2023-02-17 Fri 10:56] -:ID: R-2024-02-11-13-33-02 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Ukulele -:PROPERTIES: -:ID: Ukulele-2024-02-11-13-33-14 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Learning -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Shooting -:PROPERTIES: -:ID: Shooting-2024-02-11-13-35-09 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Krav Maga :self:defence: -:PROPERTIES: -:ID: Krav-Maga-2024-02-11-13-35-25 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO BJJ :self:defence: -:PROPERTIES: -:ID: BJJ-2024-02-11-13-35-51 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO German -:PROPERTIES: -:ID: German-2024-02-11-13-37-22 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO French -:PROPERTIES: -:ID: French-2024-02-11-13-37-36 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Mandarin :languages: -:PROPERTIES: -:ID: Mandarin-2024-02-11-13-37-49 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Russian :languages: -:PROPERTIES: -:ID: Russian-2024-02-11-13-38-03 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Hindi :learning: -:PROPERTIES: -:ID: Hindi-2024-02-11-13-38-16 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Swahili :languages: -:PROPERTIES: -:ID: Swahili-2024-02-11-13-38-41 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Japanese :languages: -:PROPERTIES: -:ID: Japanese-2024-02-11-13-38-59 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Hebrew :languages: -:PROPERTIES: -:ID: Hebrew-2024-02-11-13-39-13 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Egyptian :languages: -:PROPERTIES: -:ID: Egyptian-2024-02-11-13-39-29 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Latin :languages: -:PROPERTIES: -:ID: Latin-2024-02-11-13-39-40 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Greek :languages: -:PROPERTIES: -:ID: Greek-2024-02-11-13-39-55 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Aramic :languages: -:PROPERTIES: -:ID: Aramic-2024-02-11-13-40-08 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Skills -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** DONE Bake bread :food:@kitchen: -:PROPERTIES: -:ID: Bake-bread-2024-02-11-13-48-31 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Home -:ORG_GTD: Tickler -:END: - -<2025-01-01> -[2023-04-21 Fri 11:00] -CLOSED: [2023-07-30 Sun 17:52] SCHEDULED: <2023-04-21 Fri 11:00> -:PROPERTIES: -:STYLE: habit -:LAST_REPEAT: [2023-04-19 Wed 16:32] -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2023-04-19 Wed 16:32] -- State "CNCL" from "TODO" [2023-03-19 Sun 06:54] -- State "DONE" from "TODO" [2023-03-10 Fri 04:11] -- State "DONE" from "TODO" [2023-03-07 Tue 12:59] -- State "DONE" from "TODO" [2023-03-02 Thu 19:32] -- State "DONE" from "TODO" [2023-02-25 Sat 14:40] -- State "CNCL" from "TODO" [2023-02-23 Thu 18:54] -- State "DONE" from "TODO" [2023-02-19 Sun 11:16] -- State "CNCL" from "TODO" [2023-02-15 Wed 12:53] -- State "DONE" from "TODO" [2023-02-07 Tue 09:46] -- State "DONE" from "TODO" [2023-02-02 Thu 15:17] -- State "DONE" from "TODO" [2023-01-30 Mon 14:07] -- State "DONE" from "TODO" [2023-01-27 Fri 09:03] -- State "DONE" from "TODO" [2023-01-23 Mon 14:06] -- State "DONE" from "TODO" [2023-01-20 Fri 21:27] -- State "DONE" from "TODO" [2023-01-17 Tue 12:25] -- State "DONE" from "TODO" [2023-01-13 Fri 15:26] -:END: - -** TODO Pantry :food: -:PROPERTIES: -:ID: Pantry-2024-02-04-18-15-20 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Home -:ORG_GTD: Tickler -:END: - -<2025-01-01> -- [ ] Garlic -- [ ] Salad -- [ ] Bell Peppers -- [ ] Eggplant -- [ ] Parsley -- [ ] Dill -- [ ] Tomatoes -- [ ] Cherry tomatoes -- [ ] Onions -- [ ] Spinach -- [ ] Zucchini -- [ ] Cucumber -- [ ] Avocado -- [ ] Limes -- [ ] Popcorn -- [ ] Oats -- [ ] Beans -- [ ] Coffee -- [ ] Chocolate -- [ ] Hummus -- [ ] Sausages -- Wheat -- Rice -- Barley -- Flour -- [ ] Cheese -- [ ] Almond milk -- [ ] Eggs -- [ ] Cold cuts -- [ ] Shrimps -- [ ] White sauce -- [ ] Chick peas -- [ ] Red sauce -- [ ] Kosher dill pickles -- [ ] Black olives -- [ ] Green olives -- [ ] Edamame -- [ ] Tuna - -[2024-02-04 Sun 17:37] - -** NEXT Power amplifier :AV: -:PROPERTIES: -:ID: Power-amplifier-2024-02-11-13-49-48 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Atoms -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Speakers :AV: -:PROPERTIES: -:ID: Speakers-2024-02-11-13-52-26 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Atoms -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Free things to do -:PROPERTIES: -:ID: Free-things-to-do-2024-02-11-13-53-29 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -- [X] linux -- [X] password manager -- [X] secure comms -- [ ] online removal -- [ ] no social media -- [ ] no stock browser - -** TODO Minimal expense -:PROPERTIES: -:ID: Minimal-expense-2024-02-11-13-53-56 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -- [ ] UPS Box (show passport because it has no address) -- [ ] Switch phone (mint mobile) -- [X] Faraday bag -- [ ] VPN (two?) -- [ ] prepaid card - -** TODO Expensive -:PROPERTIES: -:ID: Expensive-2024-02-11-13-54-41 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -- [ ] Personal Mail Box (South Dakota, Texas. Escapees) -- [ ] New devices -- [ ] New car -- [ ] New home - -** TODO Online Removal -:PROPERTIES: -:ID: Online-Removal-2024-02-11-13-56-39 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -- [ ] delete tweets before closing down account -- [ ] Change information before deleting it -- [ ] use a strict robots.txt file to delete cache before losing a domain -- [ ] isolate email addresses for each sign up service - -** TODO Domain Name -:PROPERTIES: -:ID: Domain-Name-2024-02-11-13-56-53 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Domain history search - -** TODO Post -:PROPERTIES: -:ID: Post-2024-02-11-13-57-04 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Send to MAIN DROP information you NEED using one return address and disinformation you will DUMP using another return address. Instruct mail company to separate mail according to mail address and send NEED overnight and DUMP regular to BLUFF BOX. Instruct BLUFF BOX company to send to BURN, and BURN to SAFE. Let BLUFF expire. Cancel BURN. - -Main drop > Bluff box > Burn box> Safe box - -** TODO Money -:PROPERTIES: -:ID: Money-2024-02-11-13-57-39 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Blur for anonymous payment? -privacy.com -Pre-paid credit card -Anonymous LLC - -** TODO Phone -:PROPERTIES: -:ID: Phone-2024-02-11-13-58-00 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Mysudo numbers - -1. personal number -2. business number -3. home alias -4. travel alias -5. outgoing call, recycled often -6. 2FA -7. Signal - -Break phone: buy, charge many minutes, forward to number you want to call, smash it -Buy Fresh phone and calling card separately. Use calling card on fresh phone to call break phone - -Spoof card to change called ID -Alibi services -Discrete voice mail, goes to voicemail without ringing - -** TODO Making Aliases -:PROPERTIES: -:ID: Making-Aliases-2024-02-11-13-58-10 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Home alias should be gender-neutral, like Alex. Also use initials - -1. Get a Mint SIM card, free for 7 days. Sign up accounts using it, put other 2FA during the week - -** TODO Change The Person Who Lives At Your Home -:PROPERTIES: -:ID: Change-The-Person-Who-Lives-At-Your-Home-2024-02-11-13-58-26 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -1. Get a magazine subscription at your home in an alias name, especially Wired and Forbes. This will spread the data across databases, then use the alias to order packages. Update your listing on whitepages.com to match the alias and home address OR find someone with your alias name and change their address to yours -2. Online registers, like theknot.com, show you are married in a different city.j -3. Get some ads in your alias, for example by calling a cruise company -4. Get a blog in your alias' name and niche interest, put your address on the blog. Get a blog in your domain, put a different address, for example a hotel or a library far away -5. change credit card to PO Box, then change utility bills, then change bank account - -** TODO Moving house -:PROPERTIES: -:ID: Moving-house-2024-02-11-13-58-34 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Land trust is s type of living trust. LLC better for protection. Land trust good for privacy. No record of land trusts. Make land trust in a different state than the land, and make the beneficiary an LLC in another state. Other than Delaware, Wyoming, Nevada, LLC must have more than one member - -** TODO Driver License -:PROPERTIES: -:ID: Driver-License-2024-02-11-13-58-46 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Driver license not in a residential address, in case of accident data becomes public record - -** TODO Travel -:PROPERTIES: -:ID: Travel-2024-02-11-13-59-03 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Hotel rewards programmes under an alias name, pre-pay your stay non-refundable so you do not need to show ID at check-in, or use an electronic check-in so you do not have to go to front desk at all. Get high on the awards program - -** TODO OSINT -:PROPERTIES: -:ID: OSINT-2024-02-11-13-59-12 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -IDAEA: browser extension that automates account sign-up - -** TODO Facebook events -:PROPERTIES: -:ID: Facebook-events-2024-02-11-13-59-27 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -facebook.com/search/[personID]/events -facebook.com/search/str/[personID]/events/[year]/[date] - -** TODO Facebook -:PROPERTIES: -:ID: Facebook-2024-02-11-14-00-23 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -Make aliases join FB groups with similar interests to their persona, then accept friend suggestions made by FB of these people with similar interests. - -** TODO Email alias -:PROPERTIES: -:ID: Email-alias-2024-02-11-14-00-33 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Privacy -:ORG_GTD: Tickler -:END: - -<2025-01-01> -nonaddy - -** TODO Public Finances -:PROPERTIES: -:ID: Public-Finances-2024-02-11-14-09-09 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Egypt -:ORG_GTD: Tickler -:END: - -<2025-01-01> -:ID: Public-Finances-2024-02-05-14-06-50 -:END: - -The public budget - -** TODO Mapping Egypt -:PROPERTIES: -:ID: Mapping-Egypt-2024-02-05-14-07-24 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Egypt -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** TODO Altair 8800 -:PROPERTIES: -:ID: Altair-8800-2024-02-04-18-17-43 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Atoms -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2024-02-04 Sun 17:45] - -** TODO Create a lightning wallet using GPT4 that employs YubiKey NFC -:PROPERTIES: -:ID: Create-a-lightning-wallet-using-GPT4-that-employs-YubiKey-NFC-2024-02-04-18-17-56 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Atoms -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2023-03-19 Sun 06:06] - -** TODO Write an Emacs client for gesture devices -:PROPERTIES: -:ID: Write-an-Emacs-client-for-gesture-devices-2024-02-04-18-18-14 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Bits -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -<2025-01-01> -[2024-02-04 Sun 17:46] - -** TODO Translate Future Scenarios -:PROPERTIES: -:ID: Translate-Future-Scenarios-2024-02-04-18-19-25 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Writing -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2024-02-04 Sun 17:47] - -** TODO Prepare Khalil Kalfat epubs -:PROPERTIES: -:ID: Prepare-Khalil-Kalfat-epubs-2024-02-04-18-20-03 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Writing -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2024-02-04 Sun 17:48] - -** TODO Publish Kalfat's writings -:PROPERTIES: -:ID: Publish-Kalfat-s-writings-2024-02-04-18-20-22 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Writing -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2019-03-15 Fri] - -** CNCL Translate AFAQ -:PROPERTIES: -:ID: Translate-AFAQ-2024-02-04-18-20-35 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Writing -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2023-01-18 Wed 08:28] - -** TODO Translate MediaWiki -:PROPERTIES: -:ID: Translate-MediaWiki-2024-02-04-18-20-44 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Writing -:ORG_GTD: Tickler -:END: - -<2025-01-01> -[2024-02-04 Sun 17:49] - -** TODO Translate FreedomBox UX -:PROPERTIES: -:ID: Translate-FreedomBox-UX-2024-02-04-18-20-58 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Writing -:ORG_GTD: Tickler -:END: - -<2025-01-01> -[2024-02-04 Sun 17:50] - -** TODO Write Madamasr articles :digitalRights: -:PROPERTIES: -:ID: Write-Madamasr-articles-2024-02-04-18-21-27 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Writing -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2018-07-05 Thu] - -** TODO Internet appliance -:PROPERTIES: -:ID: Internet-appliance-2024-02-04-18-58-09 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Business -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2024-02-04 Sun 17:59] - -*** TODO write Internet appliance concept :digitalRights: -*** Freedombox meets Bitcoin - -Problem: Since its early beginnings, Bitcoin development has attracted a large developer and user crowd from outside the traditional Free and Open Source Software movement - -Self-hosted competition have sustainability questions. Debian is not going anywhere -Vast exposure to cloud and other applications, all limited to RaspberryPi architecture - -MyNode (debian) -Raspberry blitz -Embassy OS (virtualization, built their own package manager, own messaging protocol, own licesense prohibits distribution of compiled code to maintain a business model, built their own Tor browser) -Nix project - -** TODO Open Personal Equipment System -:PROPERTIES: -:ID: Open-Personal-Equipment-System-2024-02-04-18-58-29 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Business -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2024-02-04 Sun 17:59] -An open standard and instances of personal equipment, starting with carrying, organization and storage. - -*** Components -**** Bag system - -Based on Bright Line bags, with a duffel garment bag -Plus a rucksack that serves well as a vertical antenna base. - -***** Clothes packing cubes -***** Sling -***** Travel wallet/notebook - -RFID, passport, IDs, card, documents, cash, notebooks - -***** Personal electronics kit -****** Personal encryption device -:PROPERTIES: -:CREATED: [2023-12-27 Wed 09:26] -:END: - -USB powered device that generates private key, from which sub keys could be written on NFC-enabled chip that works without power for quick signing and encryption - -***** Toiletries kit -***** First aid kit -**** Armor Plate carrier -**** Chest rig -**** Helmet -**** Belt - -Two-part belt that Velcro's one on top of the other. - -**** Seat -**** Bike -*** Functions -**** War -**** Law enforcement -**** Shooting -**** Hunting -**** Trapping -**** Fishing -**** Flying -**** Mechanic -**** Carpentry -**** IT -**** Construction -**** Photography -**** Travel -**** Amateur Radio -**** Camping -**** Hiking -**** Survival -**** Drone -**** Biking -** TODO Contrato: Smart Contract Marketplace -:PROPERTIES: -:ID: Contrato-Smart-Contract-Marketplace-2024-02-04-18-58-41 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Business -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2023-11-03 Fri 16:43] - -Initially services, until Bitcourier is in place. -Buying/Selling/Arbitrating - -- Telecom network -- Identity -- social network -- civil law contacts -- - -*** BitCourier - -An anonymous network for shipping physical items is theoretically possible, and could be organized like Tor. - -1) When you buy something you give the seller an encrypted version of your address that s/he cannot read. -2) The seller ships the package to a reshipper who has the ability to decrypt your address. -3) The reshipper then ships your package through normal channels like UPS. - -The main benefit of this system is if the seller is busted for some reason, your name/address are not compromised. - -An obvious weakness of this system is if the reshipper is compromised. A way around this is to have multiple reshippers with layers of encryption and each reshipper peels off only one layer to see which reshipper to send it next (or to you). - -You the buyer could even encrypt the entire reshipping route to follow. The seller would then ship the package to the reshipper you specify when s/he decrypts the address. - -The main weakness of this whole deal is the "exit node" i.e. reshippers that can see your real physical address so it can be shipped conventionally to you. - -BitDrop. - -Bitdrop would be a system for human "runners" to pass goods from person to person in the most cryptographically secure way possible. - -Person A negotiates a sale of an item to person B online. -Upon deciding on BitDrop as means of distribution, distance would be calculated and current gas prices would be tabulated. This is the base shipping cost. - -Person A types in their "willing to travel" radius, and, the machine would chew on the data and randomly/securely spit back out an exact lat-lon point within that radius. - -A nearby runner gets notified that a package is ready for distribution. He's signed up with his own "willing to travel" radius as well. Ideally, if there are enough warm bodies in the chain, the venn diagrams all start overlapping, and form a human supply chain. - -Upon the completed transaction, all runners in the chain would receive good feedback (ideas for delivery confirmation? sms? scanned qr codes?), and get higher GPG rankings, which would enable them to deliver goods that had been marked with higher trust requirements...and likewise, the more you're trusted in in the chain, the more the runners can charge. Seller wants to sell something of importance/high value? they can raise the trust threshold (and subsequently, the shipping rate) - -As far as black market goods go, I've thought of this scenario. The TOS for bitdrop would state specifically that transfer of illegal goods is strictly prohibited; however, you may anonymously mark your package "shaded" if you feel the contents pose risk for any member of the chain, including senders, receivers and most importantly, runners. Shaded goods may be distributed exclusively via dead drops, and runners can opt into notifications of shaded packages, but only after a GPG trust threshold is passed, so a significant time expenditure is required before you go "googling for drugs". You basically knowingly waive your rights when you deal with shaded transacations. That being said, I'm sure it would turn into a profitable venture for risk-takers, while keeping clean runners away from things that could land them in jail for trafficking. - -There are other details I've thought of, including the distinction between dead drops and trusted drops. Dead drops would be entry-points into the runner market. Let's say I want to make some extra money, and I want to sign up as a runner. I go to the bitdrop site and sign up for an entry-level position. This requires that I pledge a deposit for the first item I'll deliver. This means that new runners will mainly focus on delivering items of little value. It's a Low-risk, low-return scenario for everybody involved with the transaction. Once I, the runner, complete my transaction, the deposit is returned to my account, as well as the base shipping cost + small delivery fee. Part of becoming a runner is setting up GPG-Authentication. The buyer and seller then add ratings to my transaction, and after a threshold is reached, I'm allowed to forego placing a deposit on items of certain values or lower. Eventually, dead drops would give way of chains with "trusted drops", where people who've established their trust arrange meetups based on encrypted lat-lon values and anonymous instructions. The specifics should be debated about at length to promote the safety and longevity of the chain - -I don't expect my first ramblings to be the end-all-be-all of this system, but unless I'm way off base, I think the concept has potential. I actually wrote up an extensive post detailing this idea yesterday, and stupidly hit f5 before I sent it, erasing my whole post instantly... I'd love to hear feedback and concerns. - - - -BitDrop implementation - -Along with the initial idea (the subject of this post) some extra details. - -1)Use Tor style onion routing to deliver packages. - -What does this mean? - -Every node(person doing delivery) must have a gpg key. -When a new package is to be entered into the system the sytem works out the route, selecting the appropriate nodes. - -It then uses the nodes public key to encrypt the nodes delivery location. -The result is that each node can only know the location they deliver to and not the final destination of the package. If geocaching is used then each node doesn't even know who the previous node was. - - -Example. -Person in New York wants to deliver a package to Washington D.C. -Logs into the system, gives the pickup(either someone comes to collect the package, or the user delivers it to the first drop off point), and the final destination. - -The system works out the optimal route, notifies all the soon to be involved nodes, and gives the user the first drop off point for the package (or someone will come and collect it). - -The person who collects the package first is the first node, the only information they have been given is where to collect the package and where to deliver it to, the next location is the collection point for the next node and so on. - -The result is each node knows only a portion of the route, it increases privacy, and the strngth of the delivery network. - -I'm also thinking of having an android app that each node can use to sign the delivery of the package to the next node (using gpg), so if something happens to the package we know who's responsible, it also allows some measure of package tracking for the customer. - -Each node gets a portion of the overall payment for it's delivery. - -Quote from: chodpaba on April 27, 2011, 06:22:25 PM - - -Putting the object in a Faraday cage (yes, wrapping in foil) could provide a defense from live location tracking. But once the package is opened its location could be reported. So, this would provide a measure of security to the delivery network, but not to the recipient. -Interesting, I was going to say that someone would need to have the address of the recipient to send the package to them in the first place, but then I remembered the system does. - -Also a package that could transmit it's location over a reasonable distance would need to be reasonably powerful and not small in size, larger than a 19inch crt monitor? - -Quote -However, I do not know what you would do with a data-logging device that uses accelerometer input to reconstruct location by dead reckoning, a Faraday cage would not help in this case, it could penetrate the security of both the delivery network as well as that of the recipient. It need not even be terribly accurate, with enough samples routes can be reconstructed with a very high accuracy if they are re-used... Even completely random routes and drops would only have the effect of limiting the degree of accuracy such a attack could deliver. It could also reveal a lot of other information, including the transportation mode of the carriers, (walk/run, bike, car, etc.) as well as gait, which could be used to identify individual carriers. With enough time/space data the travel path could be also be correlated to video surveillance. - -Now you're being more paranoid than I. - -Quote -The best defense in this case would be to severely limit the size/weight of packages delivered, and also wrap them in foil, to prevent RFID tracking. - -I agree. Any other suggestions to prevent the network being attacked? - -What about law enforcement using entrapment against entry nodes? For example, they have an entry node (first person to collect package from user) collect the package which they have put illegal items such as drug into, and then proceed to arrest the entry node. - -I'm thinking that you will need some reputation to be able to send packages too, this should help the network to resist. - -It is also a bodyguard on the move system. The package contents are always open - -Entire route reputation is damaged (fined?) if the package is physically damaged map shows coverage and gaps to be filled? - -** TODO Co-ops -:PROPERTIES: -:ID: Co-ops-2024-02-04-18-59-41 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Business -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2023-09-09 Sat 18:27] - -Central square that has - -- food store/household store/kitchen/restaurant/hotel -- school and playground in the center -- library/museum/gallery on top of function/dance hall/coffeeshop -- theatre/cinema/conference building -- hospital -- workshop - -- sport/concert complex -- train station -- court house/jail -- municipality -- police station/fire brigade/national guard - -- food -- clothes -- household goods -- recycling -- transport -- shelter -- health and wellness -- education -- industry - -Operated using a council-wide local currency - -** TODO [[https://store.cantaloupe.com/][Cantaloupe Online Store — Cantaloupe Store]] -:PROPERTIES: -:ID: Cantaloupe-Online-Store-Cantaloupe-Store-2024-02-04-18-59-54 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Business -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2023-12-13 Wed 08:54] - -Vending machines store. - -** TODO Develop a combat coordination software as part of a game that becomes useful in real life -:PROPERTIES: -:ID: Develop-a-combat-coordination-software-as-part-of-a-game-that-becomes-useful-in-real-life-2024-02-04-19-00-09 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Business -:ORG_GTD: Tickler -:END: - -<2025-01-01> -<2025-01-01> -[2024-01-19 Fri 10:03] - -** TODO Download torrents -:PROPERTIES: -:ID: Download-torrents-2024-02-12-14-12-50 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Library -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** Become a Debian package maintainer -:PROPERTIES: -:ID: become-a-Debian-package-maintainer-2024-02-04-18-10-16 -:CATEGORY: Skills -:ORG_GTD_TIMESTAMP: <2025-01-01> -:ORG_GTD: Tickler -:END: - -<2025-01-01> -[2020-06-11 Thu] - -** TODO SDR software [0/10] :radio: -:PROPERTIES: -:ID: SDR-software-2024-02-11-13-07-38 -:CATEGORY: Bits -:ORG_GTD_TIMESTAMP: <2025-01-01> -:ORG_GTD: Tickler -:END: - -<2025-01-01> -[2023-07-31 Mon 11:10] - -Write a comprehensive SDR software based on GNU Radio, assuming that it, being Python, will have good performance. - -+ Applications - - Earth-Moon-Earth - - Active Link Establishment (ALE) - - Satellite - - Broadcast Rx - - Phono (FM, AM, SSB, CW) - - Synchronous data - - Asynchronous data - - Slow-scan Television (SSTV) - - Computer networking - - Passive radar - - Directional Signal Finding (DSF) - - GPS Rx - -*** NEXT Tuner -*** TODO Modem -*** TODO In -*** TODO Out -*** TODO Log -*** TODO Profile (Location, License, personal profile) Rig -*** TODO UX control -*** TODO Antenna controller -*** TODO Amplifier controller -*** TODO Power supply controller -** TODO [[https://amazeowl.com/landing][AmazeOwl - Amazon Product Research Tools for Wise Sellers - FREE to get Started!]] :business: -:PROPERTIES: -:TITLE: AmazeOwl - Amazon Product Research Tools for Wise Sellers - FREE to get Started! -:URI: https://amazeowl.com/landing -:CREATED: [2022-07-09 Sat 15:00] -:MODIFIED: [2022-09-05 16:54] -:ID: AmazeOwl-Amazon-Product-Research-Tools-for-Wise-Sellers-FREE-to-get-Started-2024-02-28-13-59-22 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Business -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -** NEXT Write a world history of peace -:PROPERTIES: -:CREATED: [2024-05-20 Mon 10:35] -:ID: Write-a-world-history-of-peace-2024-06-13-12-51-30 -:ORG_GTD_TIMESTAMP: <2025-01-01> -:CATEGORY: Writing -:ORG_GTD: Tickler -:END: - -<2025-01-01> - -* Habits -:PROPERTIES: -:ORG_GTD_REFILE: Habits -:END: - -** TODO Shave -:PROPERTIES: -:LAST_REPEAT: [2026-03-16 Mon 14:00] -:ID: Shave-2024-02-11-13-45-11 -:STYLE: habit -:CATEGORY: Health -:ORG_GTD: Habit -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-07-10 Wed 09:52] -- State "DONE" from "NEXT" [2024-07-10 Wed 09:51] -- State "DONE" from "NEXT" [2024-06-17 Mon 10:49] -- State "DONE" from "NEXT" [2024-04-23 Tue 10:45] -- State "DONE" from "NEXT" [2024-03-09 Sat 13:19] -- State "DONE" from "TODO" [2024-02-21 Wed 21:11] -- State "DONE" from "TODO" [2024-02-04 Sun 19:34] -- State "CNCL" from "TODO" [2024-01-29 Mon 09:00] -- State "DONE" from "TODO" [2024-01-27 Sat 15:53] -- State "CNCL" from "TODO" [2024-01-25 Thu 22:39] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2023-12-12 Tue 12:42] -- State "DONE" from "TODO" [2023-08-22 Tue 10:01] -- State "DONE" from "TODO" [2023-08-21 Mon 21:41] -- State "DONE" from "TODO" [2023-04-19 Wed 16:32] -- State "DONE" from "TODO" [2023-03-22 Wed 20:42] -- State "DONE" from "TODO" [2023-03-19 Sun 06:54] -- State "DONE" from "TODO" [2023-03-07 Tue 12:59] -- State "DONE" from "TODO" [2023-03-02 Thu 19:32] -- State "DONE" from "TODO" [2023-02-23 Thu 18:53] -- State "DONE" from "TODO" [2023-02-17 Fri 20:56] -- State "DONE" from "TODO" [2023-02-15 Wed 12:52] -- State "DONE" from "TODO" [2023-02-12 Sun 10:51] -- State "DONE" from "TODO" [2023-02-08 Wed 21:23] -- State "DONE" from "TODO" [2023-02-02 Thu 15:17] -- State "DONE" from "TODO" [2023-01-31 Tue 09:48] -- State "CNCL" from "TODO" [2023-01-29 Sun 17:09] -- State "DONE" from "TODO" [2023-01-21 Sat 15:19] -- State "DONE" from "TODO" [2023-01-19 Thu 10:15] -- State "DONE" from "TODO" [2023-01-15 Sun 13:16] -- State "DONE" from "TODO" [2023-01-12 Thu 11:45] -:END: - -** TODO Gym weights -:PROPERTIES: -:ID: Gym-weights-2024-02-11-13-45-25 -:STYLE: habit -:CATEGORY: Health -:LAST_REPEAT: [2026-03-16 Mon 14:00] -:ORG_GTD: Habit -:END: - -| excercise | repeats | -|--------------------+---------| -| Biceps curl | 40 | -| Seated chest press | 145 | -| Shoulder press | 25 | -| Leg press | 130 | -| Abdominal | 8 | -| Chest press | 70 | - -** TODO [[https://get.agelessrx.com/metformin-5/][Metformin]] -:PROPERTIES: -:ID: Metformin-Take-metformin-on-off-days-with-a-meal-because-it-is-heavy-on-the-stomach-2024-02-11-13-46-36 -:STYLE: habit -:CATEGORY: Health -:LAST_REPEAT: [2026-03-16 Mon 14:00] -:ORG_GTD: Habit -:END: - -Take metformin on off days, with a meal, because it is heavy on the stomach - -** NEXT Meditate -:PROPERTIES: -:LAST_REPEAT: [2026-03-16 Mon 14:00] -:ID: Meditate-2024-02-11-14-53-25 -:STYLE: habit -:CATEGORY: Health -:ORG_GTD: Habit -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-03-09 Sat 13:19] -- State "CNCL" from "TODO" [2024-02-06 Tue 14:39] -- State "CNCL" from "TODO" [2024-02-04 Sun 19:34] -- State "CANCELED" from "TODO" [2024-01-29 Mon 09:00] -- State "CANCELED" from "TODO" [2024-01-27 Sat 15:53] -- State "CANCELED" from "TODO" [2024-01-25 Thu 22:39] -- State "DONE" from "TODO" [2024-01-22 Mon 10:32] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -:END: - -** TODO Water plants -:PROPERTIES: -:LAST_REPEAT: [2026-03-16 Mon 14:00] -:ID: Water-plants-2024-02-04-18-14-46 -:CATEGORY: Home -:STYLE: habit -:ORG_GTD: Habit -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-07-10 Wed 09:53] -- State "DONE" from "NEXT" [2024-07-09 Tue 13:19] -- State "DONE" from "NEXT" [2024-07-09 Tue 13:18] -- State "DONE" from "NEXT" [2024-07-09 Tue 13:18] -- State "DONE" from "NEXT" [2024-07-09 Tue 13:18] -- State "DONE" from "NEXT" [2024-07-09 Tue 13:18] -- State "DONE" from "NEXT" [2024-07-09 Tue 13:18] -- State "DONE" from "NEXT" [2024-06-17 Mon 10:49] -- State "DONE" from "NEXT" [2024-02-27 Tue 10:04] -- State "DONE" from "NEXT" [2024-02-21 Wed 21:11] -- State "DONE" from "NEXT" [2024-02-13 Tue 18:15] -- State "DONE" from "NEXT" [2024-02-06 Tue 14:38] -- State "DONE" from "TODO" [2024-01-28 Sun 13:04] -- State "DONE" from "TODO" [2024-01-22 Mon 16:42] -- State "DONE" from "TODO" [2024-01-21 Sun 03:29] -- State "DONE" from "TODO" [2024-01-21 Sun 03:29] -- State "DONE" from "TODO" [2024-01-21 Sun 03:29] -- State "DONE" from "TODO" [2024-01-21 Sun 03:29] -- State "DONE" from "TODO" [2024-01-21 Sun 03:29] -- State "DONE" from "TODO" [2023-12-12 Tue 12:42] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-12-12 Tue 02:22] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-06 Sun 12:48] -- State "DONE" from "TODO" [2023-07-30 Sun 17:52] -- State "DONE" from "TODO" [2023-07-23 Sun 21:24] -- State "DONE" from "TODO" [2023-07-23 Sun 21:24] -- State "DONE" from "TODO" [2023-07-23 Sun 21:24] -- State "DONE" from "TODO" [2023-07-04 Tue 08:08] -- State "DONE" from "TODO" [2023-07-04 Tue 08:08] -- State "DONE" from "TODO" [2023-06-18 Sun 21:34] -- State "DONE" from "TODO" [2023-06-18 Sun 21:34] -- State "DONE" from "TODO" [2023-06-18 Sun 21:34] -- State "DONE" from "TODO" [2023-06-18 Sun 21:34] -- State "DONE" from "TODO" [2023-06-18 Sun 21:34] -- State "DONE" from "TODO" [2023-06-18 Sun 21:34] -- State "CNCL" from "TODO" [2023-06-18 Sun 21:34] -- State "CNCL" from "TODO" [2023-06-18 Sun 21:33] -- State "CNCL" from "TODO" [2023-06-18 Sun 21:33] -- State "DONE" from "TODO" [2023-04-19 Wed 16:31] -- State "DONE" from "TODO" [2023-04-19 Wed 16:31] -- State "DONE" from "TODO" [2023-04-19 Wed 16:31] -- State "DONE" from "TODO" [2023-04-19 Wed 16:31] -- State "DONE" from "TODO" [2023-03-20 Mon 21:29] -- State "CNCL" from "TODO" [2023-03-19 Sun 06:55] -- State "DONE" from "TODO" [2023-03-10 Fri 04:11] -- State "DONE" from "TODO" [2023-03-02 Thu 19:32] -- State "DONE" from "TODO" [2023-02-23 Thu 18:54] -- State "DONE" from "TODO" [2023-02-15 Wed 12:52] -- State "DONE" from "TODO" [2023-02-07 Tue 09:46] -- State "DONE" from "TODO" [2023-01-30 Mon 14:07] -- State "DONE" from "WAIT" [2023-01-23 Mon 14:31] -- State "DONE" from "TODO" [2023-01-15 Sun 13:17] -- State "DONE" from "TODO" [2023-01-12 Thu 01:19] -:END: - -** NEXT NMN -:PROPERTIES: -:ID: Take-NMN-2024-02-11-13-42-59 -:CATEGORY: Health -:STYLE: habit -:LAST_REPEAT: [2026-03-16 Mon 14:00] -:ORG_GTD: Habit -:END: -:LOGBOOK: -- State "DONE" from "NEXT" [2024-06-17 Mon 10:49] -- State "DONE" from "NEXT" [2024-03-09 Sat 13:19] -- State "DONE" from "NEXT" [2024-02-14 Wed 11:37] -- State "DONE" from "NEXT" [2024-02-06 Tue 14:39] -- State "CNCL" from "NEXT" [2024-02-06 Tue 14:39] -- State "CNCL" from "TODO" [2024-02-04 Sun 19:35] -- State "DONE" from "TODO" [2024-01-29 Mon 12:42] -- State "DONE" from "TODO" [2024-01-28 Sun 13:04] -- State "CNCL" from "TODO" [2024-01-27 Sat 15:54] -- State "CNCL" from "TODO" [2024-01-27 Sat 15:54] -- State "CNCL" from "TODO" [2024-01-27 Sat 15:53] -- State "CNCL" from "TODO" [2024-01-25 Thu 22:39] -- State "CNCL" from "TODO" [2024-01-25 Thu 22:39] -- State "CNCL" from "TODO" [2024-01-22 Mon 16:43] -- State "CNCL" from "TODO" [2024-01-22 Mon 16:43] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:29] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:29] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:29] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:29] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:29] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:28] -- State "CNCL" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2024-01-21 Sun 03:27] -- State "DONE" from "TODO" [2023-12-12 Tue 12:46] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "TODO" [2023-08-21 Mon 21:40] -- State "DONE" from "NEXT" [2023-08-09 Wed 09:35] -- State "DONE" from "TODO" [2023-08-07 Mon 16:03] -- State "DONE" from "TODO" [2023-03-22 Wed 20:34] -- State "DONE" from "TODO" [2023-03-22 Wed 20:34] -- State "CNCL" from "TODO" [2023-03-20 Mon 21:29] -- State "DONE" from "TODO" [2023-03-20 Mon 21:29] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:03] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:03] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:03] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:03] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:03] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 09:02] -- State "CNCL" from "TODO" [2023-03-19 Sun 06:55] -- State "DONE" from "TODO" [2023-03-19 Sun 06:54] -- State "DONE" from "TODO" [2023-03-02 Thu 19:33] -- State "CNCL" from "TODO" [2023-03-02 Thu 19:32] -- State "DONE" from "TODO" [2023-03-02 Thu 19:32] -- State "DONE" from "TODO" [2023-03-02 Thu 19:32] -- State "DONE" from "TODO" [2023-02-18 Sat 11:36] -- State "DONE" from "TODO" [2023-02-17 Fri 20:56] -- State "DONE" from "TODO" [2023-02-16 Thu 17:19] -- State "CNCL" from "TODO" [2023-02-16 Thu 17:19] -- State "DONE" from "TODO" [2023-02-15 Wed 12:53] -- State "CNCL" from "TODO" [2023-02-15 Wed 12:53] -- State "CNCL" from "TODO" [2023-02-15 Wed 12:53] -- State "DONE" from "TODO" [2023-02-12 Sun 10:51] -- State "CNCL" from "TODO" [2023-02-12 Sun 10:51] -- State "CNCL" from "TODO" [2023-02-12 Sun 10:51] -- State "CNCL" from "TODO" [2023-02-12 Sun 10:51] -- State "CNCL" from "TODO" [2023-02-08 Wed 21:24] -- State "CNCL" from "TODO" [2023-02-08 Wed 21:24] -- State "CNCL" from "TODO" [2023-02-08 Wed 21:23] -- State "CNCL" from "TODO" [2023-02-08 Wed 21:23] -- State "CNCL" from "TODO" [2023-02-08 Wed 21:23] -- State "DONE" from "TODO" [2023-02-08 Wed 21:23] -- State "CNCL" from "TODO" [2023-02-02 Thu 15:30] -- State "CNCL" from "TODO" [2023-02-02 Thu 15:30] -- State "CNCL" from "TODO" [2023-01-31 Tue 09:49] -- State "CNCL" from "TODO" [2023-01-30 Mon 14:08] -- State "DONE" from "TODO" [2023-01-29 Sun 17:09] -- State "DONE" from "TODO" [2023-01-29 Sun 17:09] -- State "DONE" from "TODO" [2023-01-27 Fri 09:04] -- State "CNCL" from "TODO" [2023-01-27 Fri 09:04] -- State "DONE" from "TODO" [2023-01-27 Fri 09:04] -- State "DONE" from "TODO" [2023-01-27 Fri 09:04] -- State "DONE" from "TODO" [2023-01-22 Sun 15:46] -- State "CNCL" from "TODO" [2023-01-21 Sat 09:28] -- State "CNCL" from "TODO" [2023-01-21 Sat 09:28] -- State "DONE" from "TODO" [2023-01-19 Thu 12:55] -- State "DONE" from "TODO" [2023-01-19 Thu 10:15] -- State "DONE" from "TODO" [2023-01-19 Thu 10:14] -- State "DONE" from "TODO" [2023-01-16 Mon 10:26] -- State "DONE" from "TODO" [2023-01-15 Sun 13:16] -- State "DONE" from "TODO" [2023-01-15 Sun 02:24] -- State "DONE" from "TODO" [2023-01-14 Sat 21:32] -:END: - -** TODO Archive phone -:PROPERTIES: -:ID: Archive-phone-2024-02-12-14-11-45 -:STYLE: habit -:CATEGORY: Archive -:LAST_REPEAT: [2026-03-16 Mon 14:00] -:ORG_GTD: Habit -:END: - -<2027-03-16 Tue .+1y> - -** TODO Spanish :languages: -:PROPERTIES: -:ID: Spanish-2024-02-11-13-36-06 -:CATEGORY: Skills -:STYLE: habit -:LAST_REPEAT: [2026-03-16 Mon 14:00] -:ORG_GTD: Habit -:END: -:LOGBOOK: -- State "DONE" from "TODO" [2024-07-10 Wed 09:54] -- State "DONE" from "TODO" [2024-07-10 Wed 09:54] -- State "DONE" from "TODO" [2024-07-10 Wed 09:54] -- State "DONE" from "TODO" [2024-07-10 Wed 09:54] -- State "DONE" from "TODO" [2024-07-10 Wed 09:54] -- State "DONE" from "TODO" [2024-07-10 Wed 09:53] -- State "DONE" from "TODO" [2024-07-10 Wed 09:53] -- State "DONE" from "TODO" [2024-07-10 Wed 09:53] -- State "DONE" from "TODO" [2024-07-10 Wed 09:53] -- State "DONE" from "TODO" [2024-07-10 Wed 09:53] -- State "DONE" from "NEXT" [2024-07-10 Wed 09:53] -- State "DONE" from "NEXT" [2024-07-09 Tue 13:17] -- State "DONE" from "NEXT" [2024-06-17 Mon 10:49] -- State "DONE" from "NEXT" [2024-02-27 Tue 10:13] -- State "DONE" from "TODO" [2024-02-21 Wed 21:11] -:END: - -[2023-07-24 Mon 22:14] - - -* Someday/Maybe -:PROPERTIES: -:ORG_GTD_REFILE: Someday -:END: -** [[https://www.amazon.com/CANARY-Corrugated-Cardboard-Cutter-DC-191C/dp/B00HEZNHYA?linkId=98555c3c2c3f9b960cdaca3060908da1&language=en_US][Amazon.com: CANARY Cardboard Cutter with Safe Cover, Safety Box Cutter Box Opener Tool, Serrated Japanese Stainless Steel Blade, Orange, Made in JAPAN : Tools & Home Improvement]] -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:35] -:ID: Amazon-dot-com-CANARY-Cardboard-Cutter-with-Safe-2026-03-31-16-31-08 -:TITLE: Amazon.com: CANARY Cardboard Cutter with Safe Cover, Safety Box Cutter Box Opener Tool, Serrated Japanese Stainless Steel Blade, Orange, Made in JAPAN : Tools & Home Improvement -:URI: https://www.amazon.com/CANARY-Corrugated-Cardboard-Cutter-DC-191C/dp/B00HEZNHYA?linkId=98555c3c2c3f9b960cdaca3060908da1&language=en_US -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/GRAVEL-Silicone-Travel-Bottles-Approved/dp/B09NMNWMYT?linkId=e4e52a4a091244f07c31c57a4636fcb1&language=en_US][Amazon.com: Gravel Travel Bottles TSA Approved 2-Pack 3 Oz Travel Bottles - Leakproof, Squeezable, BPA-Free Travel Bottles for Toiletries includes Label System for Travel Containers (Clear Speckle & Gray Speckle) : Beauty & Personal Care]] -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:42] -:ID: Amazon-dot-com-Gravel-Travel-Bottles-TSA-Approved-2026-03-31-16-33-21 -:TITLE: Amazon.com: Gravel Travel Bottles TSA Approved 2-Pack 3 Oz Travel Bottles - Leakproof, Squeezable, BPA-Free Travel Bottles for Toiletries includes Label System for Travel Containers (Clear Speckle & Gray Speckle) : Beauty & Personal Care -:URI: https://www.amazon.com/GRAVEL-Silicone-Travel-Bottles-Approved/dp/B09NMNWMYT?linkId=e4e52a4a091244f07c31c57a4636fcb1&language=en_US -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/Gravel-Explorer-PLUS-Waterproof-Toiletry/dp/B07CWPW7H9?linkId=c2ae74cd51801091eac5e4657b697886&language=en_US][Amazon.com: Gravel Hanging Toiletry Bag, Water Resistant Hanging Travel Toiletry Bag for Shaving Kits, Makeup, Hanging Toiletry Bag for Men Dopp Kit & Hanging Cosmetic Travel Bag for Women (Black, Plus) : Beauty & Personal Care]] -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:42] -:ID: Amazon-dot-com-Gravel-Hanging-Toiletry-Bag-Water-2026-03-31-16-34-06 -:TITLE: Amazon.com: Gravel Hanging Toiletry Bag, Water Resistant Hanging Travel Toiletry Bag for Shaving Kits, Makeup, Hanging Toiletry Bag for Men Dopp Kit & Hanging Cosmetic Travel Bag for Women (Black, Plus) : Beauty & Personal Care -:URI: https://www.amazon.com/Gravel-Explorer-PLUS-Waterproof-Toiletry/dp/B07CWPW7H9?linkId=c2ae74cd51801091eac5e4657b697886&language=en_US -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/WITHINGS-Body-Scan-Segmental-Composition/dp/B0CZTL6Q5G?ufe=app_do%3Aamzn1.fos.1740e8b9-be2d-46a4-a376-9d8efb903409&linkId=13725ec9fc8a20e1e0d6f56d43217993&language=en_US][Amazon.com: WITHINGS Body Scan - Smart Scale with Segmental Body Composition Analysis, Weighing Scales Body Weight & Vascular Age, Visceral Fat, Heart Rate, iOS/Android : Health & Household]] -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:47] -:ID: Amazon-dot-com-WITHINGS-Body-Scan-Smart-Scale-2026-03-31-16-34-53 -:TITLE: Amazon.com: WITHINGS Body Scan - Smart Scale with Segmental Body Composition Analysis, Weighing Scales Body Weight & Vascular Age, Visceral Fat, Heart Rate, iOS/Android : Health & Household -:URI: https://www.amazon.com/WITHINGS-Body-Scan-Segmental-Composition/dp/B0CZTL6Q5G?ufe=app_do%3Aamzn1.fos.1740e8b9-be2d-46a4-a376-9d8efb903409&linkId=13725ec9fc8a20e1e0d6f56d43217993&language=en_US -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.jaquishbiomedical.com/products/x3-bar/][X3 Bar Elite | X3 Bar | Products | Jaquish Biomedical]] -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:47] -:ID: X3-Bar-Elite-X3-Bar-Products-Jaquish-Biomedical-2026-03-31-16-35-23 -:TITLE: X3 Bar Elite | X3 Bar | Products | Jaquish Biomedical -:URI: https://www.jaquishbiomedical.com/products/x3-bar/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.eightsleep.com/][Eight Sleep | The Intelligent Sleep System]] :sleep: -:PROPERTIES: -:CREATED: [2024-08-07 Wed 12:21] -:ID: Eight-Sleep-The-Intelligent-Sleep-System-2026-03-31-16-41-21 -:TITLE: Eight Sleep | The Intelligent Sleep System -:URI: https://www.eightsleep.com/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/dp/B0020TVDDM?social_share=cm_sw_r_cp_ud_dp_VS8HY1XMQK1EGJWH58WR][Amazon.com : MSR Alpine 2 Stainless Steel Camping Pot Set : Camping Cooking Utensils : Sports & Outdoors]] -:PROPERTIES: -:TITLE: Amazon.com : MSR Alpine 2 Stainless Steel Camping Pot Set : Camping Cooking Utensils : Sports & Outdoors -:URI: https://www.amazon.com/dp/B0020TVDDM?social_share=cm_sw_r_cp_ud_dp_VS8HY1XMQK1EGJWH58WR -:CREATED: [2024-08-08 Thu 12:20] -:ID: Amazon-dot-com-MSR-Alpine-2-Stainless-Steel-2026-03-31-16-47-51 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -** [[https://www.amazon.com/dp/B00453QNU4?social_share=cm_sw_r_cp_ud_dp_EN8YCXR2F86GDFN3CW0A][Amazon.com: MSR Alpine Spatula, Black : Home & Kitchen]] -:PROPERTIES: -:TITLE: Amazon.com: MSR Alpine Spatula, Black : Home & Kitchen -:URI: https://www.amazon.com/dp/B00453QNU4?social_share=cm_sw_r_cp_ud_dp_EN8YCXR2F86GDFN3CW0A -:CREATED: [2024-08-08 Thu 12:21] -:ID: Amazon-dot-com-MSR-Alpine-Spatula-Black-Home-and-2026-03-31-16-48-06 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -** [[https://www.amazon.com/dp/B000AR7970?social_share=cm_sw_r_cp_ud_dp_GG8XPE6F23TF1DB4FXH6][Amazon.com: TRANGIA Spirit Burner with Screwcap Versatile Easy to Use Alcohol Stove, 0 : Sports & Outdoors]] -:PROPERTIES: -:TITLE: Amazon.com: TRANGIA Spirit Burner with Screwcap Versatile Easy to Use Alcohol Stove, 0 : Sports & Outdoors -:URI: https://www.amazon.com/dp/B000AR7970?social_share=cm_sw_r_cp_ud_dp_GG8XPE6F23TF1DB4FXH6 -:CREATED: [2024-08-08 Thu 12:22] -:ID: Amazon-dot-com-TRANGIA-Spirit-Burner-with-2026-03-31-16-48-12 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -** [[https://www.amazon.com/dp/B079S2349Y?social_share=cm_sw_r_cp_ud_dp_0YFWT9C1ACDG4Z9HBF88][Amazon.com: Trangia Fuel Bottle Green : Automotive]] -:PROPERTIES: -:TITLE: Amazon.com: Trangia Fuel Bottle Green : Automotive -:URI: https://www.amazon.com/dp/B079S2349Y?social_share=cm_sw_r_cp_ud_dp_0YFWT9C1ACDG4Z9HBF88 -:CREATED: [2024-08-08 Thu 12:22] -:ID: Amazon-dot-com-Trangia-Fuel-Bottle-Green-2026-03-31-16-48-20 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -** [[https://modularbottle.com/products/tmb-standard][TMB - Modular Bottle – TMB ModularBottle]] :water: -:PROPERTIES: -:TITLE: TMB - Modular Bottle – TMB ModularBottle -:URI: https://modularbottle.com/products/tmb-standard -:CREATED: [2024-08-08 Thu 12:23] -:ID: TMB-Modular-Bottle-TMB-ModularBottle-2026-03-31-17-07-17 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -** [[https://www.friendlyelec.com/index.php?route=product%2Fproduct&product_id=294][CM3588]] :computers:nas: -:PROPERTIES: -:CREATED: [2024-08-14 Wed 16:29] -:ID: CM3588-2026-03-31-17-09-29 -:TITLE: CM3588 -:URI: https://www.friendlyelec.com/index.php?route=product%2Fproduct&product_id=294 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/Odyssey-Friend-Letters-F-Buckley-1954-1961/dp/0895265672][Odyssey of a Friend: Letters to William F. Buckley, Jr. 1954-1961: Chambers, Whittaker: 9780895265678: Amazon.com: Books]] -:PROPERTIES: -:TITLE: Odyssey of a Friend: Letters to William F. Buckley, Jr. 1954-1961: Chambers, Whittaker: 9780895265678: Amazon.com: Books -:URI: https://www.amazon.com/Odyssey-Friend-Letters-F-Buckley-1954-1961/dp/0895265672 -:CREATED: [2024-08-16 Fri 11:58] -:ID: Odyssey-of-a-Friend-Letters-to-William-F-dot-2026-03-31-17-12-49 -:ORG_GTD: Someday -:CATEGORY: Library -:END: - -** [[https://www.squarepegtoys.com/eggplugs/][EggPlugs | SquarePegToys®]] :sex: -:PROPERTIES: -:TITLE: EggPlugs | SquarePegToys® -:URI: https://www.squarepegtoys.com/eggplugs/ -:CREATED: [2024-08-22 Thu 18:00] -:ID: EggPlugs-SquarePegToys-2026-03-31-17-14-45 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -** [[https://store.45homelab.com/presale/hl8][45HomeLab Store]] -:PROPERTIES: -:TITLE: 45HomeLab Store -:URI: https://store.45homelab.com/presale/hl8 -:CREATED: [2024-08-28 Wed 11:17] -:ID: 45HomeLab-Store-2026-03-31-17-19-16 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -** [[https://www.lovense.store/lovense-hush-2][Lovense Hush 2]] :sex: -:PROPERTIES: -:CREATED: [2024-09-04 Wed 08:35] -:ID: Lovense-Hush-2-2026-03-31-17-23-44 -:TITLE: Lovense Hush 2 -:URI: https://www.lovense.store/lovense-hush-2 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://choosemuse.com/pages/muse-2-offers?cppid=5792&cpclid=0b5262f7d0c24afabfcd064748db2740][Muse S & Muse 2 - Special Offers | Muse™ EEG-Powered Meditation & Sleep Headband]] -:PROPERTIES: -:TITLE: Muse S & Muse 2 - Special Offers | Muse™ EEG-Powered Meditation & Sleep Headband -:URI: https://choosemuse.com/pages/muse-2-offers?cppid=5792&cpclid=0b5262f7d0c24afabfcd064748db2740 -:CREATED: [2024-09-06 Fri 11:48] -:ID: Muse-S-and-Muse-2-Special-Offers-Muse-EEG-Powered-2026-03-31-17-24-21 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -** [[https://www.pakboats.com/folding-kayaks/][Pakboats Kayaks - Pakboats]] -:PROPERTIES: -:CREATED: [2024-09-20 Fri 18:41] -:ID: Pakboats-Kayaks-Pakboats-2026-03-31-17-26-44 -:TITLE: Pakboats Kayaks - Pakboats -:URI: https://www.pakboats.com/folding-kayaks/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.crowdsupply.com/eevengers/thunderscope][ThunderScope | Crowd Supply]] -:PROPERTIES: -:CREATED: [2024-09-22 Sun 02:32] -:ID: ThunderScope-Crowd-Supply-2026-03-31-17-27-50 -:TITLE: ThunderScope | Crowd Supply -:URI: https://www.crowdsupply.com/eevengers/thunderscope -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/Guerrillas-Guide-Baofeng-Radio/dp/B0BNV21F4P?linkId=fa8d8952af9821a0b68f3706676c02bc&language=en_US][Amazon.com: The Guerrilla's Guide To The Baofeng Radio: 9798366525107: Scout, NC: Books]] -:PROPERTIES: -:CREATED: [2024-09-23 Mon 16:45] -:ID: Amazon-dot-com-The-Guerrilla-s-Guide-To-The-2026-03-31-17-27-57 -:TITLE: Amazon.com: The Guerrilla's Guide To The Baofeng Radio: 9798366525107: Scout, NC: Books -:URI: https://www.amazon.com/Guerrillas-Guide-Baofeng-Radio/dp/B0BNV21F4P?linkId=fa8d8952af9821a0b68f3706676c02bc&language=en_US -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.freewellgear.com/en/55-smart-phone][Sherpa iPhone Lens Kit: ND, CPL, Anamorphic & More]] -:PROPERTIES: -:CREATED: [2024-09-24 Tue 15:50] -:ID: Sherpa-iPhone-Lens-Kit-ND-CPL-Anamorphic-and-More-2026-03-31-17-29-19 -:TITLE: Sherpa iPhone Lens Kit: ND, CPL, Anamorphic & More -:URI: https://www.freewellgear.com/en/55-smart-phone -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.freewellgear.com/en/][Freewell | Top Camera, Smartphone & Drone Gear for Pros]] -:PROPERTIES: -:CREATED: [2024-09-28 Sat 05:27] -:ID: Freewell-Top-Camera-Smartphone-and-Drone-Gear-for-2026-03-31-17-31-59 -:TITLE: Freewell | Top Camera, Smartphone & Drone Gear for Pros -:URI: https://www.freewellgear.com/en/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** AOOSTAR WTR PRO 4 Bay 90T Storage INTEL N100 Nas Mini PC – AOOSTAR Mini PC -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:18] -:ID: AOOSTAR-WTR-PRO-4-Bay-90T-Storage-INTEL-N100-Nas-2026-03-31-17-32-57 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -https://aoostar.com/products/aoostar-n9e-intel-n100-mini-pc4c-4t-up-to-3-4ghz-with-w11-home-8-16gb-ddr4-3200mhz-ram-256-512gb-m-2-2280-nvme-ssd - -** [[https://bellroy.com/products/transit-backpack-plus?color=black&material=dura_nylon_recycled&ranEAID=3707496&ranMID=43345&ranSiteID=zejn0xW3gLs-0gSj8VAMIc2BB7QglxWYMw#slide-15][Transit Backpack Plus | Large laptop travel backpack | Bellroy]] -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:19] -:ID: Transit-Backpack-Plus-Large-laptop-travel-2026-03-31-17-33-11 -:TITLE: Transit Backpack Plus | Large laptop travel backpack | Bellroy -:URI: https://bellroy.com/products/transit-backpack-plus?color=black&material=dura_nylon_recycled&ranEAID=3707496&ranMID=43345&ranSiteID=zejn0xW3gLs-0gSj8VAMIc2BB7QglxWYMw#slide-15 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://bagbuilds.com/products/cerambyx64-mod_01][Cerambyx64 MOD_01 – Bag-Builds]] -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:21] -:ID: Cerambyx64-MOD-01-Bag-Builds-2026-03-31-17-33-56 -:TITLE: Cerambyx64 MOD_01 – Bag-Builds -:URI: https://bagbuilds.com/products/cerambyx64-mod_01 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.nomatic.com/collections/all-backpacks-bags/products/navigator-collapsible-sling-6l][Navigator Collapsible Sling 6L – NOMATIC]] -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:24] -:ID: Navigator-Collapsible-Sling-6L-NOMATIC-2026-03-31-17-34-46 -:TITLE: Navigator Collapsible Sling 6L – NOMATIC -:URI: https://www.nomatic.com/collections/all-backpacks-bags/products/navigator-collapsible-sling-6l -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://opensourcesdrlab.com/products/h4m-receiver-and-spectrum-analyzer][H4M Receiver and Spectrum Analyzer,HackRF One & Portapack]] -:PROPERTIES: -:CREATED: [2024-10-06 Sun 11:07] -:ID: H4M-Receiver-and-Spectrum-Analyzer-HackRF-One-and-2026-03-31-17-38-27 -:TITLE: H4M Receiver and Spectrum Analyzer,HackRF One & Portapack -:URI: https://opensourcesdrlab.com/products/h4m-receiver-and-spectrum-analyzer -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://pubs.usgs.gov/gip/usgsmaps/usgsmaps.html#7.5-minute][USGS Maps Booklet]] -:PROPERTIES: -:CREATED: [2024-10-07 Mon 20:00] -:ID: USGS-Maps-Booklet-2026-03-31-17-38-40 -:TITLE: USGS Maps Booklet -:URI: https://pubs.usgs.gov/gip/usgsmaps/usgsmaps.html#7.5-minute -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://mapstore.mytopo.com/][MyTopo Map Store: Waterproof Maps Shipped in 24 Hours]] -:PROPERTIES: -:CREATED: [2024-10-07 Mon 20:01] -:ID: MyTopo-Map-Store-Waterproof-Maps-Shipped-in-24-2026-03-31-17-38-47 -:TITLE: MyTopo Map Store: Waterproof Maps Shipped in 24 Hours -:URI: https://mapstore.mytopo.com/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://kv4p.com/][kv4p HT - open source ham radio transceiver for your smartphone]] -:PROPERTIES: -:CREATED: [2024-10-15 Tue 13:57] -:ID: kv4p-HT-open-source-ham-radio-transceiver-for-2026-03-31-17-39-46 -:TITLE: kv4p HT - open source ham radio transceiver for your smartphone -:URI: https://kv4p.com/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://roxontool.com/products/s503g?sscid=a1k8_t8q53][Flex Companion – Modular SAK for Ultimate Versatility]] -:PROPERTIES: -:CREATED: [2024-10-15 Tue 16:46] -:ID: Flex-Companion-Modular-SAK-for-Ultimate-2026-03-31-17-39-58 -:TITLE: Flex Companion – Modular SAK for Ultimate Versatility -:URI: https://roxontool.com/products/s503g?sscid=a1k8_t8q53 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/Fix-Manufacturing-separately-wearable-solution/dp/B07GN74GPS?linkId=28cfbe464c0c3715f1e63728996adc91&language=en_US&psc=1][Amazon.com: Fix Manufacturing/All Time Belt/Black/holds tool (sold separately) wearable solution (Medium) : Tools & Home Improvement]] -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:41] -:ID: Amazon-dot-com-Fix-Manufacturing-All-Time-Belt-2026-03-31-17-40-15 -:TITLE: Amazon.com: Fix Manufacturing/All Time Belt/Black/holds tool (sold separately) wearable solution (Medium) : Tools & Home Improvement -:URI: https://www.amazon.com/Fix-Manufacturing-separately-wearable-solution/dp/B07GN74GPS?linkId=28cfbe464c0c3715f1e63728996adc91&language=en_US&psc=1 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/Fix-Manufacturing-Portable-Maintenance-Mountain/dp/B072HM82QX?linkId=04aaf3e29713321e856d9bcf3f196858&language=en_US][Amazon.com : Fix Manufacturing Wheelie Wrench™ Bike Tool Compact and Portable Multi Tool for Bicycle Repair and Maintenance Perfect to fix Most Road, Mountain, and BMX Bikes : Sports & Outdoors]] -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:41] -:ID: Amazon-dot-com-Fix-Manufacturing-Wheelie-Wrench-2026-03-31-17-40-31 -:TITLE: Amazon.com : Fix Manufacturing Wheelie Wrench™ Bike Tool Compact and Portable Multi Tool for Bicycle Repair and Maintenance Perfect to fix Most Road, Mountain, and BMX Bikes : Sports & Outdoors -:URI: https://www.amazon.com/Fix-Manufacturing-Portable-Maintenance-Mountain/dp/B072HM82QX?linkId=04aaf3e29713321e856d9bcf3f196858&language=en_US -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.kickstarter.com/projects/silverfoxtools/neo-pen][Neo Pen by Silver Fox Tools — Kickstarter]] -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:41] -:ID: Neo-Pen-by-Silver-Fox-Tools-Kickstarter-2026-03-31-17-40-37 -:TITLE: Neo Pen by Silver Fox Tools — Kickstarter -:URI: https://www.kickstarter.com/projects/silverfoxtools/neo-pen -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/OUTDOOR-EDGE-UTILIPRO-Utility-Knife/dp/B09X2GLKFD?linkId=b79a428f94e25fea1becf35adfd88ea5&language=en_US][Amazon.com: OUTDOOR EDGE UTILIPRO 5 in 1 Utility Knife - Bottle Opener Flathead/Prybar, Phillips Screw Driver, Line Cutter & Pocket Clip. Uses Standard Utility Razor Blades (Orange) : Tools & Home Improvement]] -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:44] -:ID: Amazon-dot-com-OUTDOOR-EDGE-UTILIPRO-5-in-1-2026-03-31-17-40-44 -:TITLE: Amazon.com: OUTDOOR EDGE UTILIPRO 5 in 1 Utility Knife - Bottle Opener Flathead/Prybar, Phillips Screw Driver, Line Cutter & Pocket Clip. Uses Standard Utility Razor Blades (Orange) : Tools & Home Improvement -:URI: https://www.amazon.com/OUTDOOR-EDGE-UTILIPRO-Utility-Knife/dp/B09X2GLKFD?linkId=b79a428f94e25fea1becf35adfd88ea5&language=en_US -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://veroengineering.com/products/vortex-lite-maintenance-kit][Vortex Lite | Vero Engineering]] -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:51] -:ID: Vortex-Lite-Vero-Engineering-2026-03-31-17-40-50 -:TITLE: Vortex Lite | Vero Engineering -:URI: https://veroengineering.com/products/vortex-lite-maintenance-kit -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -I should be able to make this - -** [[https://www.printables.com/model/741124-lilygo-t-deck-td1-case-by-alley-cat][Lilygo T-Deck TD1 Case by Alley Cat by Alley Cat | Download free STL model | Printables.com]] -:PROPERTIES: -:CREATED: [2024-10-21 Mon 09:01] -:ID: Lilygo-T-Deck-TD1-Case-by-Alley-Cat-by-Alley-Cat-2026-03-31-17-41-23 -:TITLE: Lilygo T-Deck TD1 Case by Alley Cat by Alley Cat | Download free STL model | Printables.com -:URI: https://www.printables.com/model/741124-lilygo-t-deck-td1-case-by-alley-cat -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.lilygo.cc/products/t-deck][T-Deck – LILYGO®]] -:PROPERTIES: -:CREATED: [2024-10-21 Mon 09:02] -:ID: T-Deck-LILYGO-2026-03-31-17-41-32 -:TITLE: T-Deck – LILYGO® -:URI: https://www.lilygo.cc/products/t-deck -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://beyondclothing.com/collections/mens-collection][Men's Collection | Clothing that Protects, Breathes, & Moves with Ease – Beyond Clothing]] -:PROPERTIES: -:CREATED: [2024-10-21 Mon 21:27] -:ID: Men-s-Collection-Clothing-that-Protects-Breathes-2026-03-31-17-41-44 -:TITLE: Men's Collection | Clothing that Protects, Breathes, & Moves with Ease – Beyond Clothing -:URI: https://beyondclothing.com/collections/mens-collection -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -PCU system - -** [[https://store.h2gopurifier.com/products/h2go-purifier-global][H2gO Purifier GLOBAL Model – Aqua Research Store]] -:PROPERTIES: -:CREATED: [2024-10-22 Tue 14:49] -:ID: H2gO-Purifier-GLOBAL-Model-Aqua-Research-Store-2026-03-31-17-41-51 -:TITLE: H2gO Purifier GLOBAL Model – Aqua Research Store -:URI: https://store.h2gopurifier.com/products/h2go-purifier-global -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://unboundmerino.com/collections/mens-merino-wool-clothing/products/compact-travel-hoodie?variant=39707013578846][Men's Compact Travel Hoodie | Unbound Merino]] -:PROPERTIES: -:CREATED: [2024-10-27 Sun 12:43] -:ID: Men-s-Compact-Travel-Hoodie-Unbound-Merino-2026-03-31-17-42-02 -:TITLE: Men's Compact Travel Hoodie | Unbound Merino -:URI: https://unboundmerino.com/collections/mens-merino-wool-clothing/products/compact-travel-hoodie?variant=39707013578846 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.amazon.com/Invisibilia-Dei-Collection-Anti-Magical-Cornelius/dp/B0DKD1MHLB?linkId=1bf323b581c60dfce960c4bf9a4c4045&language=en_US][Amazon.com: Invisibilia Dei: A Collection of Hermetic, Mystical, and Anti-Magical Works by Heinrich Cornelius Agrippa: 9798343685282: Attrell, Dan, Sledge, Justin: Books]] -:PROPERTIES: -:CREATED: [2024-10-30 Wed 09:05] -:ID: Amazon-dot-com-Invisibilia-Dei-A-Collection-of-2026-03-31-17-42-14 -:TITLE: Amazon.com: Invisibilia Dei: A Collection of Hermetic, Mystical, and Anti-Magical Works by Heinrich Cornelius Agrippa: 9798343685282: Attrell, Dan, Sledge, Justin: Books -:URI: https://www.amazon.com/Invisibilia-Dei-Collection-Anti-Magical-Cornelius/dp/B0DKD1MHLB?linkId=1bf323b581c60dfce960c4bf9a4c4045&language=en_US -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.stelo.com/en-us][Stelo Wearable Glucose Biosensor | Stelo by Dexcom]] -:PROPERTIES: -:CREATED: [2024-11-02 Sat 12:35] -:ID: Stelo-Wearable-Glucose-Biosensor-Stelo-by-Dexcom-2026-03-31-17-43-56 -:TITLE: Stelo Wearable Glucose Biosensor | Stelo by Dexcom -:URI: https://www.stelo.com/en-us -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.geoship.is/][Geoship | Bioceramic domes]] -:PROPERTIES: -:CREATED: [2024-11-04 Mon 15:45] -:ID: Geoship-Bioceramic-domes-2026-03-31-17-44-01 -:TITLE: Geoship | Bioceramic domes -:URI: https://www.geoship.is/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.ikoolcore.com/products/ikoolcore-r2-max][R2 Max - Next-Gen 10G Firewall Gateway Server – iKOOLCORE]] -:PROPERTIES: -:CREATED: [2024-11-24 Sun 16:44] -:ID: R2-Max-Next-Gen-10G-Firewall-Gateway-Server-2026-03-31-17-44-35 -:TITLE: R2 Max - Next-Gen 10G Firewall Gateway Server – iKOOLCORE -:URI: https://www.ikoolcore.com/products/ikoolcore-r2-max -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://ezra.com/][Full-Body MRI Screening Service by ezra]] -:PROPERTIES: -:CREATED: [2025-01-05 Sun 10:37] -:ID: Full-Body-MRI-Screening-Service-by-ezra-2026-03-31-17-48-40 -:TITLE: Full-Body MRI Screening Service by ezra -:URI: https://ezra.com/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://mecha.so/comet][Mecha Comet - Modular Linux Handheld Computer powered by Open-Source Software]] -:PROPERTIES: -:CREATED: [2025-01-11 Sat 09:01] -:ID: Mecha-Comet-Modular-Linux-Handheld-Computer-2026-03-31-17-48-48 -:TITLE: Mecha Comet - Modular Linux Handheld Computer powered by Open-Source Software -:URI: https://mecha.so/comet -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://blog.adafruit.com/2025/01/03/portable-air-quality-meter/][Portable Air Quality Meter #piday #raspberrypi @Raspberry_Pi « Adafruit Industries – Makers, hackers, artists, designers and engineers!]] -:PROPERTIES: -:CREATED: [2025-01-12 Sun 15:19] -:ID: Portable-Air-Quality-Meter-piday-raspberrypi-2026-03-31-17-48-58 -:TITLE: Portable Air Quality Meter #piday #raspberrypi @Raspberry_Pi « Adafruit Industries – Makers, hackers, artists, designers and engineers! -:URI: https://blog.adafruit.com/2025/01/03/portable-air-quality-meter/ -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - - -** [[https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-p-5913.html][SenseCAP Card Tracker T1000-E for Meshtastic]] -:PROPERTIES: -:CREATED: [2025-02-19 Wed 08:46] -:ID: SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-2026-03-31-17-52-51 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.ruarkaudio.com/us/products/r610-music-console][Ruark R610 Music Console]] -:PROPERTIES: -:CREATED: [2025-02-24 Mon 10:06] -:ID: Ruark-R610-Music-Console-2026-03-31-17-54-02 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://true-residential.com/][True Residential | Luxury Refrigerators with Commercial DNA]] -:PROPERTIES: -:CREATED: [2025-03-04 Tue 12:44] -:ID: True-Residential-Luxury-Refrigerators-with-2026-03-31-17-56-09 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://echowater.com/products/echo-flask][Echo Flask Hydrogen Water Bottle]] -:PROPERTIES: -:CREATED: [2025-03-05 Wed 17:14] -:ID: Echo-Flask-Hydrogen-Water-Bottle-2026-03-31-17-57-23 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://echowater.com/products/echo-ultimate-hydrogen-water][Echo Ultimate™ Hydrogen Alkaline Water Machine - Multi-Functional Water Enhancement System]] -:PROPERTIES: -:CREATED: [2025-03-05 Wed 17:48] -:ID: Echo-Ultimate-Hydrogen-Alkaline-Water-Machine-2026-03-31-17-57-49 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://frameless.com/][FRAMELESS | The Ultimate Immersive Art Experience]] -:PROPERTIES: -:CREATED: [2025-03-09 Sun 13:01] -:ID: FRAMELESS-The-Ultimate-Immersive-Art-Experience-2026-03-31-18-00-32 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -For a modern temple - -** [[https://www.clockworkpi.com/picocalc][PicoCalc | ClockworkPi]] -:PROPERTIES: -:CREATED: [2025-03-13 Thu 08:47] -:ID: PicoCalc-ClockworkPi-2026-03-31-18-03-11 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://hixfy.com/products/zipfix-quick-repair-tool][ZipFix Quick Repair Tool - Hixfy]] -:PROPERTIES: -:CREATED: [2025-03-13 Thu 09:30] -:ID: ZipFix-Quick-Repair-Tool-Hixfy-2026-03-31-18-03-40 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://lnvpn.net/][LNVPN - Bitcoin VPN & eSIM Service | $0.10 VPN | $0.99 eSIM]] -:PROPERTIES: -:CREATED: [2025-03-16 Sun 02:27] -:ID: LNVPN-Bitcoin-VPN-and-eSIM-Service-0-dot-10-VPN-0-2026-03-31-18-06-10 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://tollgate.me/][TollGate || Bitcoin-powered WiFi Network]] -:PROPERTIES: -:CREATED: [2025-03-16 Sun 08:31] -:ID: TollGate-Bitcoin-powered-WiFi-Network-2026-03-31-18-06-34 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://altairtech.io/product/urlacher/][The Urlacher – Altair Technology – Bitcoin Mining Solutions]] -:PROPERTIES: -:CREATED: [2025-03-17 Mon 14:07] -:ID: The-Urlacher-Altair-Technology-Bitcoin-Mining-2026-03-31-18-12-44 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://source.co/][SOURCE Global]] :water:years: -:PROPERTIES: -:CREATED: [2025-03-31 Mon 14:09] -:ID: SOURCE-Global-2026-03-31-18-15-28 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.bitdeer.com/shop/sealminer][SEALMINER A2 Pro Bitcoin Mining Rig - Mine With Higher Hashrates]] -:PROPERTIES: -:CREATED: [2025-04-05 Sat 07:12] -:ID: SEALMINER-A2-Pro-Bitcoin-Mining-Rig-Mine-With-2026-03-31-18-18-18 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - -Water-cooled, 19 inch racked - -** [[https://www.nutridrip.com/wellness-drips/][Wellness IV Drips - IV Therapy NYC | NutriDrip]] -:PROPERTIES: -:CREATED: [2025-04-15 Tue 16:33] -:ID: Wellness-IV-Drips-IV-Therapy-NYC-NutriDrip-2026-03-31-18-21-41 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.printables.com/model/1214361-opengrid-walldesk-mounting-framework-and-ecosystem][openGrid - Wall/Desk mounting framework and ecosystem by David D | Download free STL model | Printables.com]] -:PROPERTIES: -:CREATED: [2025-04-20 Sun 09:41] -:ID: openGrid-Wall-Desk-mounting-framework-and-2026-03-31-18-25-34 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: -** [[https://m.elecrow.com/pages/shop/product/details?id=172714&][GrowCube-Plant Watering System Garden Smart Watering System]] -:PROPERTIES: -:CREATED: [2025-04-22 Tue 15:36] -:ID: GrowCube-Plant-Watering-System-Garden-Smart-2026-03-31-18-26-00 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.switch-bot.com/pages/switchbot-wallet-finder-card][SwitchBot Wallet Finder Card – SwitchBot International]] -:PROPERTIES: -:CREATED: [2025-04-22 Tue 15:55] -:ID: SwitchBot-Wallet-Finder-Card-SwitchBot-2026-03-31-18-27-07 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.switch-bot.com/pages/switchbot-lock-pro][SwitchBot Lock Pro – SwitchBot International]] -:PROPERTIES: -:CREATED: [2025-04-22 Tue 15:56] -:ID: SwitchBot-Lock-Pro-SwitchBot-International-2026-03-31-18-27-22 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.slate.auto/en][SLATE Auto | The Customizable EV That Works for You]] -:PROPERTIES: -:CREATED: [2025-04-26 Sat 03:29] -:ID: SLATE-Auto-The-Customizable-EV-That-Works-for-You-2026-03-31-18-27-45 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://vanderhallusa.com/models-venice-3-wheel-vehicles-autocycle/][Models Venice - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles]] -:PROPERTIES: -:CREATED: [2025-04-27 Sun 18:53] -:ID: Models-Venice-Vanderhall-Motor-Works-All-Electric-2026-03-31-18-29-43 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://desert-wireless.com/tproduct/627963580-337292067672-tx-500mp-portable-hfvhfl-transceiver][TX-500MP Portable HF/VHFL Transceiver - Lab599]] :radio: -:PROPERTIES: -:CREATED: [2025-04-29 Tue 12:36] -:ID: TX-500MP-Portable-HF-VHFL-Transceiver-Lab599-2026-03-31-18-31-38 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.functionhealth.com/scan][Function Health | Full-Body 160+ Lab Tests & Full-body MRIs]] -:PROPERTIES: -:CREATED: [2025-05-07 Wed 09:30] -:ID: Function-Health-Full-Body-160-plus-Lab-Tests-and-2026-03-31-18-35-16 -:ORG_GTD: Someday -:CATEGORY: Flags -:END: - -** [[https://soundbender36.wordpress.com/][SOUND BENDER 36 | Circuit Bending / Machines électronik & Modular Synth DIY]] :music:modular: -:PROPERTIES: -:CREATED: [2025-05-07 Wed 12:55] -:ID: SOUND-BENDER-36-Circuit-Bending-Machines-2026-03-31-18-36-30 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://hackaday.com/2025/05/06/diy-penicillin/][DIY Penicillin | Hackaday]] :health:medicine: -:PROPERTIES: -:CREATED: [2025-05-07 Wed 20:46] -:ID: DIY-Penicillin-Hackaday-2026-03-31-18-36-54 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.opulo.io/products/lumenpnp][LumenPnP - Accurate and Reliable Pick and Place Machine – Opulo]] :diy:electronics:making: -:PROPERTIES: -:CREATED: [2025-05-09 Fri 15:41] -:ID: LumenPnP-Accurate-and-Reliable-Pick-and-Place-2026-03-31-18-38-41 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://github.com/opulo-inc/lumenpnp][GitHub - opulo-inc/lumenpnp: The LumenPnP is an open source pick and place machine.]] :DIY:electronics:making: -:PROPERTIES: -:CREATED: [2025-05-09 Fri 15:42] -:ID: GitHub-opulo-inc-lumenpnp-The-LumenPnP-is-an-open-2026-03-31-18-39-30 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - - -** [[https://www.chastity-shop.com/][Chastity keys in silver and gold | chastity art | keyholder jewelry – chastity-shop]] :sex: -:PROPERTIES: -:CREATED: [2025-05-14 Wed 08:06] -:ID: Chastity-keys-in-silver-and-gold-chastity-art-2026-03-31-18-40-53 -:ORG_GTD: Someday -:CATEGORY: Atoms -:END: - diff --git a/.#inbox.org b/.#inbox.org deleted file mode 120000 index 0dc00ad..0000000 --- a/.#inbox.org +++ /dev/null @@ -1 +0,0 @@ -user@amr.39930:1774959550 \ No newline at end of file diff --git a/.#org-gtd-tasks.org b/.#org-gtd-tasks.org deleted file mode 120000 index 0dc00ad..0000000 --- a/.#org-gtd-tasks.org +++ /dev/null @@ -1 +0,0 @@ -user@amr.39930:1774959550 \ No newline at end of file diff --git a/SOUL.org b/SOUL.org new file mode 100644 index 0000000..94f7992 --- /dev/null +++ b/SOUL.org @@ -0,0 +1,25 @@ +#+TITLE: SOUL: The Core Alignment Invariants +#+AUTHOR: Sovereign Executive +#+FILETAGS: :philosophy:alignment:invariants:psf: + +* Overview +This file contains the **Core Invariants** of the Personal Software Foundry. These are non-negotiable philosophical constraints that every agentic action MUST satisfy. + +System 2 (Symbolic) uses these headlines as a "Moral Compass" during the decision stage. + +* The Invariants + +** 1. Sovereignty Above All +Every action must increase the user's independence from centralized, proprietary platforms. If a tool or library introduces a dependency on a non-sovereign entity, it must be flagged for replacement. + +** 2. Technical Mastery & Mentorship +The agent's goal is not to "do it for the user," but to "empower the user." Every autonomous action must be explained at a level that increases the user's technical understanding of the Lisp Machine. + +** 3. Zero-Bloat Mandate +The PSF core must remain minimalist. "Just-in-case" code is a security vulnerability. Complexity must be earned, not imported. + +** 4. Radical Transparency +The agent's "Thought Stream" must be fully auditable. Hidden reasoning or obfuscated logic is a violation of the PSF methodology. + +** 5. Long-Term Sustainability +Prioritize local, energy-efficient, and offline-first architectures. The "Memex" should be functional in a 100-year horizon. diff --git a/gtd_archive_2026 b/gtd_archive_2026 index f71a6b0..87f1ec0 100644 --- a/gtd_archive_2026 +++ b/gtd_archive_2026 @@ -4181,3 +4181,1990 @@ CLOSED: [2026-03-31 Tue 18:40] :ARCHIVE_TODO: DONE :END: +**** DONE [[https://codeembedded.com/blog/fpga_zero_to_hero/][FPGA Zero to Hero ·]] :computer:programming: +CLOSED: [2026-03-31 Tue 18:44] +:PROPERTIES: +:CREATED: [2025-05-15 Thu 00:35] +:ID: FPGA-Zero-to-Hero-2026-03-31-18-43-51 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:44 +:ARCHIVE_FILE: /tmp/org-gtd/wip-FPGA-Zero-to-Hero-2026-03-31-18-43-51-V4u6eW.org +:ARCHIVE_CATEGORY: wip-FPGA-Zero-to-Hero-2026-03-31-18-43-51-V4u6eW +:ARCHIVE_TODO: DONE +:END: + + +**** DONE "Thus, the first approach to philosophy to prosper for long is the epistemological approach, and though it inevitably fails on its own (mainly because of how realism leads to ontological dualism and dualism leads skepticism), it gives rise to natural science, eventually making it possible for ontological philosophy to succeed." -- Hugh Renbrics The Wholeness of the World :@personal: +CLOSED: [2026-03-31 Tue 18:45] +:PROPERTIES: +:CREATED: [2025-05-16 Fri 00:35] +:ID: Thus-the-first-approach-to-philosophy-to-prosper-2026-03-31-18-44-58 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:45 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Thus-the-first-approach-to-philosophy-to-prosper-2026-03-31-18-44-58-DJkKHk.org +:ARCHIVE_CATEGORY: wip-Thus-the-first-approach-to-philosophy-to-prosper-2026-03-31-18-44-58-DJkKHk +:ARCHIVE_TODO: DONE +:END: + +**** DONE "Thus, we predict that RNA molecules will eventually be discovered to be a structural cause capable, in suitable, natural circumstances, of generating a structural global regularity in which amino acids are assembled as a protein molecule." -- Hugh Renbrics The Wholeness of the World :@personal: +CLOSED: [2026-03-31 Tue 18:45] +:PROPERTIES: +:CREATED: [2025-05-17 Sat 08:45] +:ID: Thus-we-predict-that-RNA-molecules-will-2026-03-31-18-45-11 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:45 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Thus-we-predict-that-RNA-molecules-will-2026-03-31-18-45-11-0LqYe1.org +:ARCHIVE_CATEGORY: wip-Thus-we-predict-that-RNA-molecules-will-2026-03-31-18-45-11-0LqYe1 +:ARCHIVE_TODO: DONE +:END: + +One way to win a Nobel prize is to show this + +**** DONE [[https://www.thewayofcode.com/][The Way of Code | Rick Rubin]] +CLOSED: [2026-03-31 Tue 18:46] +:PROPERTIES: +:CREATED: [2025-05-23 Fri 07:22] +:ID: The-Way-of-Code-Rick-Rubin-2026-03-31-18-45-20 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:46 +:ARCHIVE_FILE: /tmp/org-gtd/wip-The-Way-of-Code-Rick-Rubin-2026-03-31-18-45-20-NtQsDZ.org +:ARCHIVE_CATEGORY: wip-The-Way-of-Code-Rick-Rubin-2026-03-31-18-45-20-NtQsDZ +:ARCHIVE_TODO: DONE +:END: + + +**** DONE [[https://comma.ai/][comma.ai — make driving chill]] :cars:AI: +CLOSED: [2026-03-31 Tue 18:46] +:PROPERTIES: +:CREATED: [2025-05-26 Mon 09:14] +:ID: comma-dot-ai-make-driving-chill-2026-03-31-18-46-15 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:46 +:ARCHIVE_FILE: /tmp/org-gtd/wip-comma-dot-ai-make-driving-chill-2026-03-31-18-46-15-ABNo20.org +:ARCHIVE_CATEGORY: wip-comma-dot-ai-make-driving-chill-2026-03-31-18-46-15-ABNo20 +:ARCHIVE_TODO: DONE +:END: + + +**** DONE [[https://www.billionmail.com/][An Open-Source MailServer, NewsLetter, Email Marketing | BillionMail]] :homelab:email: +CLOSED: [2026-03-31 Tue 18:50] +:PROPERTIES: +:CREATED: [2025-05-28 Wed 03:19] +:ID: An-Open-Source-MailServer-NewsLetter-Email-2026-03-31-18-47-07 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:50 +:ARCHIVE_FILE: /tmp/org-gtd/wip-An-Open-Source-MailServer-NewsLetter-Email-2026-03-31-18-47-07-6UPucV.org +:ARCHIVE_CATEGORY: wip-An-Open-Source-MailServer-NewsLetter-Email-2026-03-31-18-47-07-6UPucV +:ARCHIVE_TODO: DONE +:END: + + +**** DONE [[https://n8n.io/][Powerful Workflow Automation Software & Tools - n8n]] :homelab:AI: +CLOSED: [2026-03-31 Tue 18:50] +:PROPERTIES: +:CREATED: [2025-05-28 Wed 03:32] +:ID: Powerful-Workflow-Automation-Software-and-Tools-2026-03-31-18-50-33 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:50 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Powerful-Workflow-Automation-Software-and-Tools-2026-03-31-18-50-33-MIbuVj.org +:ARCHIVE_CATEGORY: wip-Powerful-Workflow-Automation-Software-and-Tools-2026-03-31-18-50-33-MIbuVj +:ARCHIVE_TODO: DONE +:END: + + +**** DONE [[https://www.masteringemacs.org/article/whats-new-in-emacs-301][What's New in Emacs 30.1? - Mastering Emacs]] +CLOSED: [2026-03-31 Tue 18:50] +:PROPERTIES: +:TITLE: What's New in Emacs 30.1? - Mastering Emacs +:URI: https://www.masteringemacs.org/article/whats-new-in-emacs-301 +:CREATED: [2025-05-30 Fri 11:41] +:ID: What-s-New-in-Emacs-30-dot-1-Mastering-Emacs-2026-03-31-18-50-50 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:50 +:ARCHIVE_FILE: /tmp/org-gtd/wip-What-s-New-in-Emacs-30-dot-1-Mastering-Emacs-2026-03-31-18-50-50-RUqgqj.org +:ARCHIVE_CATEGORY: wip-What-s-New-in-Emacs-30-dot-1-Mastering-Emacs-2026-03-31-18-50-50-RUqgqj +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://abakcus.com/7-visual-tools-that-make-learning-calculus/][7 Visual Tools That Make Learning Calculus Intuitive - Abakcus]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: 7 Visual Tools That Make Learning Calculus Intuitive - Abakcus +:URI: https://abakcus.com/7-visual-tools-that-make-learning-calculus/ +:CREATED: [2025-05-30 Fri 12:06] +:ID: 7-Visual-Tools-That-Make-Learning-Calculus-2026-03-31-18-50-56 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-7-Visual-Tools-That-Make-Learning-Calculus-2026-03-31-18-50-56-Cqs3ds.org +:ARCHIVE_CATEGORY: wip-7-Visual-Tools-That-Make-Learning-Calculus-2026-03-31-18-50-56-Cqs3ds +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.hindawi.org/books/53514814/5.3/][الهِرْمِسية | كشف الحلقة المفقودة بين أديان التعدد والتوحيد | مؤسسة هنداوي]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: الهِرْمِسية | كشف الحلقة المفقودة بين أديان التعدد والتوحيد | مؤسسة هنداوي +:URI: https://www.hindawi.org/books/53514814/5.3/ +:CREATED: [2025-05-30 Fri 12:23] +:ID: الهِرْمِسية-كشف-الحلقة-المفقودة-بين-أديان-التعدد-2026-03-31-18-51-04 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-الهِرْمِسية-كشف-الحلقة-المفقودة-بين-أديان-التعدد-2026-03-31-18-51-04-U1zlTR.org +:ARCHIVE_CATEGORY: wip-الهِرْمِسية-كشف-الحلقة-المفقودة-بين-أديان-التعدد-2026-03-31-18-51-04-U1zlTR +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://americanarchive.org/catalog/cpb-aacip-75-300zpg26][News in Perspective; Special: An Interview with Egyptian President Gamal Abdel Nasser - American Archive of Public Broadcasting]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: News in Perspective; Special: An Interview with Egyptian President Gamal Abdel Nasser - American Archive of Public Broadcasting +:URI: https://americanarchive.org/catalog/cpb-aacip-75-300zpg26 +:CREATED: [2025-05-30 Fri 12:24] +:ID: News-in-Perspective-Special-An-Interview-with-2026-03-31-18-51-07 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-News-in-Perspective-Special-An-Interview-with-2026-03-31-18-51-07-bSUNX5.org +:ARCHIVE_CATEGORY: wip-News-in-Perspective-Special-An-Interview-with-2026-03-31-18-51-07-bSUNX5 +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://mdavidlitwa.thrivecart.com/hermetica/][The HERMETICA » Powered by ThriveCart]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: The HERMETICA » Powered by ThriveCart +:URI: https://mdavidlitwa.thrivecart.com/hermetica/ +:CREATED: [2025-05-30 Fri 12:24] +:ID: The-HERMETICA-Powered-by-ThriveCart-2026-03-31-18-51-10 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-The-HERMETICA-Powered-by-ThriveCart-2026-03-31-18-51-10-qxENR7.org +:ARCHIVE_CATEGORY: wip-The-HERMETICA-Powered-by-ThriveCart-2026-03-31-18-51-10-qxENR7 +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://opnnas.com/#specs][OpnNas | Customizable NAS Solutions for Modern Data Storage]] :homelab: +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: OpnNas | Customizable NAS Solutions for Modern Data Storage +:URI: https://opnnas.com/#specs +:CREATED: [2025-05-30 Fri 12:24] +:ID: OpnNas-Customizable-NAS-Solutions-for-Modern-Data-2026-03-31-18-51-13 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-OpnNas-Customizable-NAS-Solutions-for-Modern-Data-2026-03-31-18-51-13-ErqwcL.org +:ARCHIVE_CATEGORY: wip-OpnNas-Customizable-NAS-Solutions-for-Modern-Data-2026-03-31-18-51-13-ErqwcL +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://nix.dev/][Welcome to nix.dev — nix.dev documentation]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: Welcome to nix.dev — nix.dev documentation +:URI: https://nix.dev/ +:CREATED: [2025-05-30 Fri 12:26] +:ID: Welcome-to-nix-dot-dev-nix-dot-dev-documentation-2026-03-31-18-51-16 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Welcome-to-nix-dot-dev-nix-dot-dev-documentation-2026-03-31-18-51-16-iaNJhd.org +:ARCHIVE_CATEGORY: wip-Welcome-to-nix-dot-dev-nix-dot-dev-documentation-2026-03-31-18-51-16-iaNJhd +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://medium.com/unified-theory-of-knowledge/the-singular-energy-information-superforce-field-that-started-it-all-2330bfc331d7][The Energy Information Implicate Order that Started It All | by Gregg Henriques | Unified Theory of Knowledge | Medium]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: The Energy Information Implicate Order that Started It All | by Gregg Henriques | Unified Theory of Knowledge | Medium +:URI: https://medium.com/unified-theory-of-knowledge/the-singular-energy-information-superforce-field-that-started-it-all-2330bfc331d7 +:CREATED: [2025-05-30 Fri 12:27] +:ID: The-Energy-Information-Implicate-Order-that-2026-03-31-18-51-19 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-The-Energy-Information-Implicate-Order-that-2026-03-31-18-51-19-wTeg1j.org +:ARCHIVE_CATEGORY: wip-The-Energy-Information-Implicate-Order-that-2026-03-31-18-51-19-wTeg1j +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://medium.com/unified-theory-of-knowledge/now-utoking-culture-e24e43274adb][Now UTOKing: Culture. In this blog and video series, we… | by Gregg Henriques | Unified Theory of Knowledge | Medium]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: Now UTOKing: Culture. In this blog and video series, we… | by Gregg Henriques | Unified Theory of Knowledge | Medium +:URI: https://medium.com/unified-theory-of-knowledge/now-utoking-culture-e24e43274adb +:CREATED: [2025-05-30 Fri 12:27] +:ID: Now-UTOKing-Culture-dot-In-this-blog-and-video-2026-03-31-18-51-22 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Now-UTOKing-Culture-dot-In-this-blog-and-video-2026-03-31-18-51-22-f7fQtD.org +:ARCHIVE_CATEGORY: wip-Now-UTOKing-Culture-dot-In-this-blog-and-video-2026-03-31-18-51-22-f7fQtD +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.facebook.com/scott.anderson.169276/friends/?id=61561496062221&sk=friends][Scott Anderson | Facebook]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: Scott Anderson | Facebook +:URI: https://www.facebook.com/scott.anderson.169276/friends/?id=61561496062221&sk=friends +:CREATED: [2025-05-30 Fri 12:28] +:ID: Scott-Anderson-Facebook-2026-03-31-18-51-42 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Scott-Anderson-Facebook-2026-03-31-18-51-42-N1V5Mq.org +:ARCHIVE_CATEGORY: wip-Scott-Anderson-Facebook-2026-03-31-18-51-42-N1V5Mq +:ARCHIVE_TODO: DONE +:END: + +Randa El-Sherif's widower + +**** DONE [[https://github.com/omer-faruq/assistant.koplugin][GitHub - omer-faruq/assistant.koplugin: Assistant: AI Helper Plugin for KOReader : lets you interact with AI language models (Claude, GPT-4, Gemini, DeepSeek, Ollama etc.) while reading]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: GitHub - omer-faruq/assistant.koplugin: Assistant: AI Helper Plugin for KOReader : lets you interact with AI language models (Claude, GPT-4, Gemini, DeepSeek, Ollama etc.) while reading +:URI: https://github.com/omer-faruq/assistant.koplugin +:CREATED: [2025-05-30 Fri 12:29] +:ID: GitHub-omer-faruq-assistant-dot-koplugin-2026-03-31-18-51-45 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-GitHub-omer-faruq-assistant-dot-koplugin-2026-03-31-18-51-45-y693IJ.org +:ARCHIVE_CATEGORY: wip-GitHub-omer-faruq-assistant-dot-koplugin-2026-03-31-18-51-45-y693IJ +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://github.com/jasonchoimtt/koreader-syncthing][GitHub - jasonchoimtt/koreader-syncthing: Syncthing plugin for KOReader]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: GitHub - jasonchoimtt/koreader-syncthing: Syncthing plugin for KOReader +:URI: https://github.com/jasonchoimtt/koreader-syncthing +:CREATED: [2025-05-30 Fri 12:29] +:ID: GitHub-jasonchoimtt-koreader-syncthing-Syncthing-2026-03-31-18-51-47 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-GitHub-jasonchoimtt-koreader-syncthing-Syncthing-2026-03-31-18-51-47-oiN5X9.org +:ARCHIVE_CATEGORY: wip-GitHub-jasonchoimtt-koreader-syncthing-Syncthing-2026-03-31-18-51-47-oiN5X9 +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://scriptlets.notmarek.com/][Scriptlets!]] :kindle: +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: Scriptlets! +:URI: https://scriptlets.notmarek.com/ +:CREATED: [2025-05-30 Fri 12:30] +:ID: Scriptlets-2026-03-31-18-51-50 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Scriptlets-2026-03-31-18-51-50-qpDHbX.org +:ARCHIVE_CATEGORY: wip-Scriptlets-2026-03-31-18-51-50-qpDHbX +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://github.com/iliane5/meridian][GitHub - iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs.]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: GitHub - iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs. +:URI: https://github.com/iliane5/meridian +:CREATED: [2025-05-30 Fri 12:30] +:ID: GitHub-iliane5-meridian-Meridian-cuts-through-2026-03-31-18-51-55 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-GitHub-iliane5-meridian-Meridian-cuts-through-2026-03-31-18-51-55-4kGJQE.org +:ARCHIVE_CATEGORY: wip-GitHub-iliane5-meridian-Meridian-cuts-through-2026-03-31-18-51-55-4kGJQE +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://web.archive.org/web/20120426105258/http:/www.druze.ca/AboutDruze.html][Canadian Druze Society of Ontario]] +CLOSED: [2026-03-31 Tue 18:51] +:PROPERTIES: +:TITLE: Canadian Druze Society of Ontario +:URI: https://web.archive.org/web/20120426105258/http:/www.druze.ca/AboutDruze.html +:CREATED: [2025-05-30 Fri 12:31] +:ID: Canadian-Druze-Society-of-Ontario-2026-03-31-18-51-56 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:51 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Canadian-Druze-Society-of-Ontario-2026-03-31-18-51-56-NBiHNY.org +:ARCHIVE_CATEGORY: wip-Canadian-Druze-Society-of-Ontario-2026-03-31-18-51-56-NBiHNY +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://spiritsciencecentral.com/][Spirit Science – The Home of Spirit Science]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: Spirit Science – The Home of Spirit Science +:URI: https://spiritsciencecentral.com/ +:CREATED: [2025-05-30 Fri 12:31] +:ID: Spirit-Science-The-Home-of-Spirit-Science-2026-03-31-18-51-59 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Spirit-Science-The-Home-of-Spirit-Science-2026-03-31-18-51-59-ZByxac.org +:ARCHIVE_CATEGORY: wip-Spirit-Science-The-Home-of-Spirit-Science-2026-03-31-18-51-59-ZByxac +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.natreason.com/trilogy-introduction][Trilogy Introduction — natReason.com]] :ontology: +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: Trilogy Introduction — natReason.com +:URI: https://www.natreason.com/trilogy-introduction +:CREATED: [2025-05-30 Fri 12:31] +:ID: Trilogy-Introduction-natReason-dot-com-2026-03-31-18-52-01 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Trilogy-Introduction-natReason-dot-com-2026-03-31-18-52-01-NnfsYj.org +:ARCHIVE_CATEGORY: wip-Trilogy-Introduction-natReason-dot-com-2026-03-31-18-52-01-NnfsYj +:ARCHIVE_TODO: DONE +:END: + +Follow-up to TWOW. + +**** DONE [[https://www.metaontology.org/][Metaontology]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: Metaontology +:URI: https://www.metaontology.org/ +:CREATED: [2025-05-30 Fri 12:32] +:ID: Metaontology-2026-03-31-18-52-05 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Metaontology-2026-03-31-18-52-05-57IygH.org +:ARCHIVE_CATEGORY: wip-Metaontology-2026-03-31-18-52-05-57IygH +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://forward.com/culture/film-tv/700375/holding-liat-beinin-family-brandon-kramer-berlin-documentary-award/][In 'Holding Liat,' a sensitive chronicle of a hostage family's grief – The Forward]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: In 'Holding Liat,' a sensitive chronicle of a hostage family's grief – The Forward +:URI: https://forward.com/culture/film-tv/700375/holding-liat-beinin-family-brandon-kramer-berlin-documentary-award/ +:CREATED: [2025-05-30 Fri 12:32] +:ID: In-Holding-Liat-a-sensitive-chronicle-of-a-2026-03-31-18-52-07 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-In-Holding-Liat-a-sensitive-chronicle-of-a-2026-03-31-18-52-07-gkGDp7.org +:ARCHIVE_CATEGORY: wip-In-Holding-Liat-a-sensitive-chronicle-of-a-2026-03-31-18-52-07-gkGDp7 +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://it-notes.dragas.net/2025/02/26/fedimeteo-how-a-tiny-freebsd-vps-became-a-global-weather-service-for-thousands/][FediMeteo: How a Tiny €4 FreeBSD VPS Became a Global Weather Service for Thousands - IT Notes]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: FediMeteo: How a Tiny €4 FreeBSD VPS Became a Global Weather Service for Thousands - IT Notes +:URI: https://it-notes.dragas.net/2025/02/26/fedimeteo-how-a-tiny-freebsd-vps-became-a-global-weather-service-for-thousands/ +:CREATED: [2025-05-30 Fri 12:33] +:ID: FediMeteo-How-a-Tiny-4-FreeBSD-VPS-Became-a-2026-03-31-18-52-10 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-FediMeteo-How-a-Tiny-4-FreeBSD-VPS-Became-a-2026-03-31-18-52-10-U2qy9q.org +:ARCHIVE_CATEGORY: wip-FediMeteo-How-a-Tiny-4-FreeBSD-VPS-Became-a-2026-03-31-18-52-10-U2qy9q +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.advancedfictionwriting.com/][Advanced Fiction Writing, By Randy Ingermanson, The "Snowflake Guy"]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: Advanced Fiction Writing, By Randy Ingermanson, The "Snowflake Guy" +:URI: https://www.advancedfictionwriting.com/ +:CREATED: [2025-05-30 Fri 12:33] +:ID: Advanced-Fiction-Writing-By-Randy-Ingermanson-The-2026-03-31-18-52-17 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Advanced-Fiction-Writing-By-Randy-Ingermanson-The-2026-03-31-18-52-17-9HKBi9.org +:ARCHIVE_CATEGORY: wip-Advanced-Fiction-Writing-By-Randy-Ingermanson-The-2026-03-31-18-52-17-9HKBi9 +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.colorado.edu/faculty/moddel/research/zero-point-energy-technology][Zero-Point Energy Technology | Garret Moddel | University of Colorado Boulder]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: Zero-Point Energy Technology | Garret Moddel | University of Colorado Boulder +:URI: https://www.colorado.edu/faculty/moddel/research/zero-point-energy-technology +:CREATED: [2025-05-30 Fri 12:34] +:ID: Zero-Point-Energy-Technology-Garret-Moddel-2026-03-31-18-52-20 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Zero-Point-Energy-Technology-Garret-Moddel-2026-03-31-18-52-20-Q6DKDg.org +:ARCHIVE_CATEGORY: wip-Zero-Point-Energy-Technology-Garret-Moddel-2026-03-31-18-52-20-Q6DKDg +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.marketingtech.com/manufacturers/xjet][XJet | Custom Manufacturing Solutions | Marketing Tech]] :making: +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: XJet | Custom Manufacturing Solutions | Marketing Tech +:URI: https://www.marketingtech.com/manufacturers/xjet +:CREATED: [2025-05-30 Fri 12:34] +:ID: XJet-Custom-Manufacturing-Solutions-Marketing-Tech-2026-03-31-18-52-21 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-XJet-Custom-Manufacturing-Solutions-Marketing-Tech-2026-03-31-18-52-21-TENStQ.org +:ARCHIVE_CATEGORY: wip-XJet-Custom-Manufacturing-Solutions-Marketing-Tech-2026-03-31-18-52-21-TENStQ +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://writings.stephenwolfram.com/2021/11/the-concept-of-the-ruliad/][The Concept of the Ruliad—Stephen Wolfram Writings]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: The Concept of the Ruliad—Stephen Wolfram Writings +:URI: https://writings.stephenwolfram.com/2021/11/the-concept-of-the-ruliad/ +:CREATED: [2025-05-30 Fri 12:35] +:ID: The-Concept-of-the-Ruliad-Stephen-Wolfram-Writings-2026-03-31-18-52-24 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-The-Concept-of-the-Ruliad-Stephen-Wolfram-Writings-2026-03-31-18-52-24-4Cc7Ne.org +:ARCHIVE_CATEGORY: wip-The-Concept-of-the-Ruliad-Stephen-Wolfram-Writings-2026-03-31-18-52-24-4Cc7Ne +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.freemasonrywatch.org/cagliostro_egyptianfreemasonry.html][Cagliostro's Secret Ritual of Egyptian Rite Freemasonry]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: Cagliostro's Secret Ritual of Egyptian Rite Freemasonry +:URI: https://www.freemasonrywatch.org/cagliostro_egyptianfreemasonry.html +:CREATED: [2025-05-30 Fri 12:35] +:ID: Cagliostro-s-Secret-Ritual-of-Egyptian-Rite-2026-03-31-18-52-26 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Cagliostro-s-Secret-Ritual-of-Egyptian-Rite-2026-03-31-18-52-26-sMVFFA.org +:ARCHIVE_CATEGORY: wip-Cagliostro-s-Secret-Ritual-of-Egyptian-Rite-2026-03-31-18-52-26-sMVFFA +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://web.archive.org/web/20030920115808/http:/www.uwec.edu/Philrel/faculty/beach/publications/eleusis.html][The Ecole Initiative: The Eleusinian Mysteries]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: The Ecole Initiative: The Eleusinian Mysteries +:URI: https://web.archive.org/web/20030920115808/http:/www.uwec.edu/Philrel/faculty/beach/publications/eleusis.html +:CREATED: [2025-05-30 Fri 12:35] +:ID: The-Ecole-Initiative-The-Eleusinian-Mysteries-2026-03-31-18-52-30 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-The-Ecole-Initiative-The-Eleusinian-Mysteries-2026-03-31-18-52-30-z2TBEW.org +:ARCHIVE_CATEGORY: wip-The-Ecole-Initiative-The-Eleusinian-Mysteries-2026-03-31-18-52-30-z2TBEW +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://emacs.tv/][emacs.tv]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: emacs.tv +:URI: https://emacs.tv/ +:CREATED: [2025-05-30 Fri 12:36] +:ID: emacs-dot-tv-2026-03-31-18-52-32 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-emacs-dot-tv-2026-03-31-18-52-32-HiUcIj.org +:ARCHIVE_CATEGORY: wip-emacs-dot-tv-2026-03-31-18-52-32-HiUcIj +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.ternbicycles.com/us][Tern Bicycles | Electric Bikes, Cargo eBikes and Folding]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: Tern Bicycles | Electric Bikes, Cargo eBikes and Folding +:URI: https://www.ternbicycles.com/us +:CREATED: [2025-05-30 Fri 12:36] +:ID: Tern-Bicycles-Electric-Bikes-Cargo-eBikes-and-2026-03-31-18-52-34 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Tern-Bicycles-Electric-Bikes-Cargo-eBikes-and-2026-03-31-18-52-34-SmzctO.org +:ARCHIVE_CATEGORY: wip-Tern-Bicycles-Electric-Bikes-Cargo-eBikes-and-2026-03-31-18-52-34-SmzctO +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://manassa.news/stories/16245][ما لم يروِه زياد العليمي| نحن والجموع | المنصة]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: ما لم يروِه زياد العليمي| نحن والجموع | المنصة +:URI: https://manassa.news/stories/16245 +:CREATED: [2025-05-30 Fri 12:36] +:ID: ما-لم-يروِه-زياد-العليمي-نحن-والجموع-المنصة-2026-03-31-18-52-36 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-ما-لم-يروِه-زياد-العليمي-نحن-والجموع-المنصة-2026-03-31-18-52-36-wwVLnW.org +:ARCHIVE_CATEGORY: wip-ما-لم-يروِه-زياد-العليمي-نحن-والجموع-المنصة-2026-03-31-18-52-36-wwVLnW +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://imt-decal.org/][IMT DeCal, Spring 2019]] :mathematics: +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: IMT DeCal, Spring 2019 +:URI: https://imt-decal.org/ +:CREATED: [2025-05-30 Fri 12:37] +:ID: IMT-DeCal-Spring-2019-2026-03-31-18-52-38 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-IMT-DeCal-Spring-2019-2026-03-31-18-52-38-phHZrn.org +:ARCHIVE_CATEGORY: wip-IMT-DeCal-Spring-2019-2026-03-31-18-52-38-phHZrn +:ARCHIVE_TODO: DONE +:END: + +Introduction to Mathematical Thinking + +**** DONE [[https://jules.google.com/task?pli=1][Jules]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: Jules +:URI: https://jules.google.com/task?pli=1 +:CREATED: [2025-05-30 Fri 12:39] +:ID: Jules-2026-03-31-18-52-41 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Jules-2026-03-31-18-52-41-jVopNL.org +:ARCHIVE_CATEGORY: wip-Jules-2026-03-31-18-52-41-jVopNL +:ARCHIVE_TODO: DONE +:END: + +Jules tackles bugs, small feature requests, and other software engineering tasks, with direct export to GitHub. + +**** DONE [[https://github.com/Fosowl/agenticSeek][GitHub - Fosowl/agenticSeek: Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. 🔔 Official updates only via twitter @Martin993886460. Any other account is fake.]] +CLOSED: [2026-03-31 Tue 18:52] +:PROPERTIES: +:TITLE: GitHub - Fosowl/agenticSeek: Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. 🔔 Official updates only via twitter @Martin993886460. Any other account is fake. +:URI: https://github.com/Fosowl/agenticSeek +:CREATED: [2025-06-02 Mon 09:39] +:ID: GitHub-Fosowl-agenticSeek-Fully-Local-Manus-AI-2026-03-31-18-52-48 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:52 +:ARCHIVE_FILE: /tmp/org-gtd/wip-GitHub-Fosowl-agenticSeek-Fully-Local-Manus-AI-2026-03-31-18-52-48-wCEQtW.org +:ARCHIVE_CATEGORY: wip-GitHub-Fosowl-agenticSeek-Fully-Local-Manus-AI-2026-03-31-18-52-48-wCEQtW +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.veryoldwriting.com/][Secrets of the Scribes]] +CLOSED: [2026-03-31 Tue 18:53] +:PROPERTIES: +:TITLE: Secrets of the Scribes +:URI: https://www.veryoldwriting.com/ +:CREATED: [2025-06-02 Mon 09:39] +:ID: Secrets-of-the-Scribes-2026-03-31-18-52-50 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:53 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Secrets-of-the-Scribes-2026-03-31-18-52-50-JUuAGe.org +:ARCHIVE_CATEGORY: wip-Secrets-of-the-Scribes-2026-03-31-18-52-50-JUuAGe +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1][nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 · Hugging Face]] :OCR: +CLOSED: [2026-03-31 Tue 18:53] +:PROPERTIES: +:TITLE: nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 · Hugging Face +:URI: https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 +:CREATED: [2025-06-04 Wed 12:02] +:ID: nvidia-Llama-3-dot-1-Nemotron-Nano-VL-8B-V1-2026-03-31-18-53-13 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:53 +:ARCHIVE_FILE: /tmp/org-gtd/wip-nvidia-Llama-3-dot-1-Nemotron-Nano-VL-8B-V1-2026-03-31-18-53-13-nj1vfX.org +:ARCHIVE_CATEGORY: wip-nvidia-Llama-3-dot-1-Nemotron-Nano-VL-8B-V1-2026-03-31-18-53-13-nj1vfX +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://www.palladiummag.com/2025/06/01/the-megaproject-economy/][The Megaproject Economy]] +CLOSED: [2026-03-31 Tue 18:53] +:PROPERTIES: +:TITLE: The Megaproject Economy +:URI: https://www.palladiummag.com/2025/06/01/the-megaproject-economy/ +:CREATED: [2025-06-04 Wed 13:07] +:ID: The-Megaproject-Economy-2026-03-31-18-53-24 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:53 +:ARCHIVE_FILE: /tmp/org-gtd/wip-The-Megaproject-Economy-2026-03-31-18-53-24-pqesMm.org +:ARCHIVE_CATEGORY: wip-The-Megaproject-Economy-2026-03-31-18-53-24-pqesMm +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://youtube.com/watch?v=w0-mqKtTy-w&si=A_mJmH4ekGmYyrBX][Carl Jung’s Life Changing World of Psychedelics: Explained by Terence Mc...]] +CLOSED: [2026-03-31 Tue 18:53] +:PROPERTIES: +:CREATED: [2025-06-07 Sat 07:05] +:ID: Carl-Jung-s-Life-Changing-World-of-Psychedelics-2026-03-31-18-53-27 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:53 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Carl-Jung-s-Life-Changing-World-of-Psychedelics-2026-03-31-18-53-27-U2ql0A.org +:ARCHIVE_CATEGORY: wip-Carl-Jung-s-Life-Changing-World-of-Psychedelics-2026-03-31-18-53-27-U2ql0A +:ARCHIVE_TODO: DONE +:END: + +26:00 After-history. By rediscovering psilocybin we are entering post-history. The mushroom is the mysteries + +**** DONE You'd figure that in the US one major party would say 'open immigration but no welfare whatsoever' while the other says 'welfare but less immigration', but then, that would make sense and it's not supposed to. :@personal: +CLOSED: [2026-03-31 Tue 18:54] +:PROPERTIES: +:CREATED: [2025-06-10 Tue 09:32] +:ID: You-d-figure-that-in-the-US-one-major-party-would-2026-03-31-18-53-48 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:54 +:ARCHIVE_FILE: /tmp/org-gtd/wip-You-d-figure-that-in-the-US-one-major-party-would-2026-03-31-18-53-48-MpT0F6.org +:ARCHIVE_CATEGORY: wip-You-d-figure-that-in-the-US-one-major-party-would-2026-03-31-18-53-48-MpT0F6 +:ARCHIVE_TODO: DONE +:END: + +**** DONE Middle East wars :@personal: +CLOSED: [2026-03-31 Tue 18:56] +:PROPERTIES: +:CREATED: [2025-06-11 Wed 12:53] +:ID: Middle-East-wars-2026-03-31-18-54-10 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:56 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Middle-East-wars-2026-03-31-18-54-10-KmyGYx.org +:ARCHIVE_CATEGORY: wip-Middle-East-wars-2026-03-31-18-54-10-KmyGYx +:ARCHIVE_TODO: DONE +:END: + +First war: starting with WWI + +Second war: Iran coup, Egypt coup, part of the Cold War. Soviet union and republics vs US and kingdoms. + +Third war: Islamists vs the US and Arab regimes + +Fourth war: After US withdrawal leading to the Arab Spring, a three way regional conflict erupts between: + + * Turkey, Qatar, Muslim Brotherhood + * Iran, Assad, Hizbullah and Iraq + * Israel, UAE + * KSA and Egypt + +**** DONE [[https://www.astrolink.com/en/article/quadrants][Quadrants and Hemispheres of the Birth Chart]] +CLOSED: [2026-03-31 Tue 18:56] +:PROPERTIES: +:CREATED: [2025-06-13 Fri 08:15] +:ID: Quadrants-and-Hemispheres-of-the-Birth-Chart-2026-03-31-18-56-15 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:56 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Quadrants-and-Hemispheres-of-the-Birth-Chart-2026-03-31-18-56-15-MAyOhv.org +:ARCHIVE_CATEGORY: wip-Quadrants-and-Hemispheres-of-the-Birth-Chart-2026-03-31-18-56-15-MAyOhv +:ARCHIVE_TODO: DONE +:END: + + +**** DONE [[https://www.astrolink.com/en/article/part-of-fortune][Myths and truths about the Part of Fortune]] +CLOSED: [2026-03-31 Tue 18:56] +:PROPERTIES: +:CREATED: [2025-06-13 Fri 08:34] +:ID: Myths-and-truths-about-the-Part-of-Fortune-2026-03-31-18-56-38 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:56 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Myths-and-truths-about-the-Part-of-Fortune-2026-03-31-18-56-38-rQ9wmn.org +:ARCHIVE_CATEGORY: wip-Myths-and-truths-about-the-Part-of-Fortune-2026-03-31-18-56-38-rQ9wmn +:ARCHIVE_TODO: DONE +:END: + + +**** DONE [[https://advanced-astrology.com/part-of-fortune-in-sagittarius/][Part of Fortune in Sagittarius Natal Meaning in Astrology - Astrology]] :@personal: +CLOSED: [2026-03-31 Tue 18:57] +:PROPERTIES: +:CREATED: [2025-06-13 Fri 08:44] +:ID: Part-of-Fortune-in-Sagittarius-Natal-Meaning-in-2026-03-31-18-56-49 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:57 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Part-of-Fortune-in-Sagittarius-Natal-Meaning-in-2026-03-31-18-56-49-Njy1gT.org +:ARCHIVE_CATEGORY: wip-Part-of-Fortune-in-Sagittarius-Natal-Meaning-in-2026-03-31-18-56-49-Njy1gT +:ARCHIVE_TODO: DONE +:END: + +Astrology + +a stellar tool for self-reflection +Menu +Part of Fortune in Sagittarius Natal Meaning in Astrology +Posted on January 22, 2021 by stargazer + +If you have your Part of Fortune in Sagittarius and want to learn about this placement, this article is for you. This is a very interesting position. Sagittarius is ruled by Jupiter, the planet of luck and abundance. The Part of Fortune here enjoys the benevolent rays of Jupiter, what makes it more powerful. + +People with their Part of Fortune in Sagittarius are joyful and optimistic. They are aligned with the divine laws and they intuitively understand how to make their good fortune come to them. This placement suggest that you are open-minded and have faith in life. In return, life supports you. + +The Part of Fortune is a very important point in the natal chart. This Arabic part can reveal how to tap into your luck and where you can become abundant and joyful. It is associated with mental, emotional, spiritual, material, physical well-being. + +It is interesting that the Part of Fortune is calculated based on the position of the Sun, the Moon, and the ascendant in the birth chart. If you know a little about astrology, you know how important these three are and how much influence they have over the whole chart. The Part of Fortune mixes these energies, resulting a unique point which is very unique to you. You can make the most out of your Part of Fortune if you are true to yourself and follow your inner guidance. + +Keep reading to learn more about the Part of Fortune in Sagittarius! +part of fortune in sagittarius +Part of Fortune in Sagittarius + +How to find luck if you have your natal Part of Fortune in Sagittarius? + +This placement suggests that your greatest joy comes from expansion. You want to grow on every level of existence. The Part of Fortune in Sagittarius suggests that you hate restrictions. You cannot be truly happy if you feel that you are limited in some way. Freedom is a must with a Partrt of Fortune in Sagittarius. This placement suggest that you love everything that helps you broaden your horizons. You want new experiences and excitement to feel alive. You are not bound to one source of joy, you can find it anywhere. + +With the Part of Fortune in Sagittarius, you need to focus on the energy of this sign. As a fire sign, Sagittarius is optimistic, motivated, enthusiastic, brave, courageous. You often find that good fortune comes to you when you cultivate these traits in yourself. This placement suggests that you find an easier flow of energy when you have faith in yourself and when you believe that the universe wants to support you. + +The Part of Fortune in Sagittarius suggests that you are a joyful person by nature. You connect with others well, and you can learn a lot if you are willing to listen. Education is important with this placement in the natal chart (informal education as well). Learning brings you a lot of joy. The Part of Fortune in Sagittarius suggests that you can thrive on new information and seeing the world from a new perspective. + +With this placement, your relationship with your higher self is very important. Sagittarius is the sign of spirituality and the search for meaning. The Part of Fortune here indicates that you can attract the most good if you live your life aligned with the divine principles. Your intuition can guide you to where you can find abundance and prosperity. You follow joy in a spontaneous way. + +In astrology, Sagittarius is connected with foreign cultures and long-distance travel. Some people with who have their Part of Fortune in this sign often feel compelled to travel or even to move abroad. Depending on the rest of the chart, it can indicate good fortune coming to you far away from the place where you were born, or through people who belong to other cultures. You need a diverse community around you with various philosophical and various views. + +If you don’t travel physically, you still want to travel mentally. Exploring new ideas is what makes you feel fulfilled with this placement. +The Part of Fortune in Sagittarius in the Natal Chart + +The zodiac sign very your Part of Fortune is located reveals how you can find the greatest joy and abundance. However, there are some other factors that you also have to consider. These are just as important in the birth chart: + + the ruler of the Part of Fortune’s sign (for the Part of Fortune in Sagittarius, this is Jupiter). Analyze the position of the planetary ruler by houses and signs. Is it in a good dignity? Does it receive harmonious or challenging aspects? + the house + natal planets forming an aspect to the Part of Fortune (the conjunction carries the most weight) + planets in transit or progressed planets aspecting the Part of Fortune + +How you can make the most out of your Part of Fortune also depends on the house where it is located. Astrological houses correspond to different areas of life. The Part of Fortune in Sagittarius in the eleventh house suggests that like-minded people help you grow. Someone with their Part of Fortune in Sagittarius in the first house has to establish a solid sense of self and find out which ideas actually belong to them to be truly happy. They need to be self-reliant and get the ball rolling to make good fortune come to them. + +If you want to learn more about the Part of Fortune through the astrological houses in the natal chart, visit this page. +The Part of Fortune in Astrology + +What is the Part of Fortune in astrology, and why is it worth it to pay attention to? + +There are many Arabic parts, but most of them are not widely used nowadays. However, the Part of Fortune is an exception. It is the most popular Arabic part still used in modern astrology. + +The Part of Fortune is calculated based on the three most important astrological features: the ascendant, the Sun, and the Moon. These three describe different but equally important aspects of you. The ascendant corresponds to your physical body and identity, the Sun represents your ego, and the Moon can be called your soul. The Part of Fortune is a blend between these energies, and it can be seen as your divine essence. In the birth chart, the Part of Fortune shows what brings you the most joy, where you can find your luck, and in general it is a point of harmony. + +To calculate the Part of Fortune, you have to know the hour and minute of your birth. The ascendant changes very quickly, and so does the Part of Fortune. The formula for a day chart (where the Sun is in houses 7-12, above the horizon) is the ascendant + Moon – Sun. For a night chart (the Sun is below the ascendant descendant axis in houses 1-6), you can calculate the Part of Fortune as the ascendant + Sun – Moon. +The Zodiac Sign Sagittarius in Astrology + +Sagittarius is the ninth sign of the Zodiac. In the natural chart, the Archer is connected with the ninth house of the higher mind. Its planetary ruler is Jupiter, the planet of luck and expansion. + +Sagittarius is all about adventure and freedom. It is not bound to one place, it can feel at home anywhere. In astrology, Sagittarius is connected with foreign cultures,foreign languages, travel, education, philosophy. This zodiac sign loves to wonder about the great questions of life. + +By element, Sagittarius is a fire sign (along with Aries and Leo), and by modality, it belongs to the group of mutable signs. + +As all zodiac signs, Sagittarius also has its shadow side. It is blunt, can be self-righteous, and it can be hard for the Archer to commit. + +If you found this article helpful, maybe you want to save it for later. Make sure to share it with your friends who enjoy learning astrology! +SEARCH BAR +CATEGORIES + + Karmic Relationships + Life Purpose + Ideal Career + Asteroids + Sun in Houses + Sun in Signs + Moon in Houses + Moon in Signs + Mercury in Houses + Mercury in Signs + Venus in Houses + Venus in Signs + Mars in Houses + Jupiter in Houses + Jupiter in Signs + Saturn in Houses + Saturn in Signs + Uranus in Houses + Neptune in Houses + Pluto in Houses + North Node in Houses + North Node in Signs + Part of Fortune in Houses + Part of Fortune in Signs + Lilith in Houses + Lilith in Signs + Chiron Aspects + Aspects Meaning + +♥️ For entertainment purposes only ♥️ This website doesn't provide any financial, legal, medical, psychological, or any other kind of professional advice. +Legal Stuff + + About Us + Privacy Policy + Website Terms and Conditions of Use + Contact Us + +© 2020-2025 advanced-astrology.com + +**** DONE [[https://advanced-astrology.com/part-of-fortune-in-3rd-house/][Part of Fortune in 3rd House:Your Luck in the Natal Chart]] :@personal: +CLOSED: [2026-03-31 Tue 18:57] +:PROPERTIES: +:CREATED: [2025-06-13 Fri 08:53] +:ID: Part-of-Fortune-in-3rd-House-Your-Luck-in-the-2026-03-31-18-57-13 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:57 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Part-of-Fortune-in-3rd-House-Your-Luck-in-the-2026-03-31-18-57-13-CoSz9y.org +:ARCHIVE_CATEGORY: wip-Part-of-Fortune-in-3rd-House-Your-Luck-in-the-2026-03-31-18-57-13-CoSz9y +:ARCHIVE_TODO: DONE +:END: + +Astrology + +a stellar tool for self-reflection +Menu +Part of Fortune in 3rd House +Posted on December 8, 2020 by stargazer + +If you have your Part of Fortune in 3rd house in your birth chart, this article is for you. + +What are the advantages of this position? + +In the birth chart, the house of the Part of Fortune reveals where is a harmonious flow of energy, in which area you find luck and good fortune. The Part of Fortune is also connected with material and worldly success. + +The Part of Fortune in 3rd house suggests that good fortune comes to you through connecting with other people. You need to stay open-minded and curious to feel truly connected with the universe and receive its blessings. + +The Part of Fortune in 3rd house can also indicate luck coming to you through your siblings, aunts, uncles, cousins, relatives, neighbors, people who are close to you. + +This position is somewhat similar to having the Part of Fortune in the zodiac sign Gemini. + +Keep reading to learn more about the Part of Fortune in 3rd House! +Part of Fortune in 3rd House + +What the Part of Fortune in 3rd house suggests about abundance, joy, and harmony? + +In the natal chart, this position emphasizes the importance of communication. The Part of Fortune in 3rd house brings joy through connecting with other people. You can be abundant by being open-minded and curious. Being understood makes you happy and the company of others brings you joy. You can make the most out of the Part of Fortune in 3rd house if you develop an intuitive understanding of the principles of the universe (the 9th house is the opposite of the third, important for the Part of Fortune to function well). + +The Part of Fortune here suggests that it is important to be open to the views of others. Understanding others and their point of view brings you good fortune. Connecting with the people around you help you expand your mind and bring new opportunities. Sharing ideas usually bring joy to people with the Part of Fortune in 3rd house. + +Communication is one of the most vital skills you can master with the Part of Fortune in 3rd house. The third house is all about connecting with others. + +Words often contribute to your good fortune. To you, a good conversation is an opportunity for happiness. The Part of Fortune in 3rd house is usually accompanied by a strong need for self-expression. + +This position can indicate an interest in foreign languages or philosophy. The Part of Fortune in 3rd house can suggest literary talent. These people often have a way with words. + +If you want to read about the most frequent indicators of this talent, read this article about the indicators of writing talent in the birth chart! + +People with this placement are creative thinkers, and this is often a source of good fortune in their lives. It is important to establish a balance between your concrete mind and your higher self. The Part of Fortune in 3rd house can function the best when it is supported by your intuition. + +With the Part of Fortune here, you are often attracted to writing, reading, sharing your thoughts and consuming the thoughts of others. Your intellect can help you achieve your goals and create abundance in your life. People with this placement often work in a position where they use their brain power. + +Part of Fortune in 3rd house indicates that mental well-being helps you achieve well-being on every other plane. + +Learning usually brings you plenty of joy with the Part of Fortune in 3rd house. People with this placement are usually in love with learning, they enjoy reading about various topics and they never stop educating themselves. The Part of Fortune in 3rd house is sometimes accompanied by great hand dexterity. These people can gain great skills. + +The Part of Fortune in 3rd house can also indicate good fortune coming into your life through relatives. Your relationship with your siblings (if you have any) can also be a blessing. They can be a source of luck and happiness in your life. + +The Part of Fortune in 3rd house often indicates that your immediate surroundings contribute to your success. Some people find joy on exciting short trips, or they like talking to their neighbors or local friends. Socializing usually helps you feel content with the Part of Fortune in 3rd house. +part of fortune in 3rd house + +Besides its house, the sign of the Part of Fortune is also significant. The sign reveals how you can activate this energy. If you have planets aspecting your Part of Fortune, make sure to pay attention to them. Transiting planets or progressed planets are important influences, too. They often trigger an event in your life (the nature of the event depends on the planet, Jupiter transits can be extremely lucky, while malefics are not necessarily easy to deal with). +The Part of Fortune in Astrology + +What is the Part of Fortune in astrology, and why is it important? + +This Arabic Part is perhaps the most popular, it is frequently used in chart reading. There are numerous Arabic parts in astrology. The Lot or Part of Fortune is associated with harmony, joy, good fortune, luck. This is somewhat different from the luck of Jupiter, as it depends on you and your ability to serve others with your talents and joy. The Part of Fortune depends on the position of the Sun, the Moon, and the ascendant, the three key features of the natal chart. This makes it very special, as it can be seen as the essence of you. + + In order to calculate the Part of Fortune, you have to know your exact time of birth. The formula is the function of the degree of the ascendant, Moon, and Sun in the natal chart. + +The calculation differs for day charts and night charts. (In a day chart, the Sun is placed in houses 7-12, in a night chart, it is below the horizon, in houses 1-6). + +In a night chart, the Part of Fortune is calculated as the ascendant + Sun – Moon. For a day chart, the formula is the ascendant + Moon – Sun. + +In the birth chart, the house of the Part of Fortune is usually a life area where you can easily succeed. The zodiac sign where the Part of Fortune is placed shows how you can activate this point. To make the most out of the Part of Fortune, you have to be happy and fulfilled, and strive to help others with your joy and talents. + +To fully understand the Part of Fortune in your natal chart, you have to analyze its position by house and sign, and all the aspects it forms with the rest of the chart (the orb should be tight). When progressed or transiting planets touch the Part of Fortune, important events often occur in your life. + +The symbol of the Part of Fortune is a circle with a cross in it. +The Third House in the Chart Wheel + +What are the things you need to know about the third house in the birth chart? + +The most important life areas connected with this house are communication and learning. As a decadent house, planets here manifest on a mental plane. + +Besides communication, the third house is also the house of places close to you, people living in your immediate environment, but also relatives. The third house also represents your peers in school, elementary education. + +Short trips, transportation, vehicles also belong to the third house. + +In the natural chart, the third house is associated with the zodiac sign Gemini. Gemini is ruled by Mercury, and Mercury is in accidental dignity here. + +If you want to learn more about this house, make sure to read this article: the third house in astrology. + +If you found this article helpful, maybe you want to save it for later. Make sure to share it with your friends who enjoy learning astrology! +SEARCH BAR +CATEGORIES + + Karmic Relationships + Life Purpose + Ideal Career + Asteroids + Sun in Houses + Sun in Signs + Moon in Houses + Moon in Signs + Mercury in Houses + Mercury in Signs + Venus in Houses + Venus in Signs + Mars in Houses + Jupiter in Houses + Jupiter in Signs + Saturn in Houses + Saturn in Signs + Uranus in Houses + Neptune in Houses + Pluto in Houses + North Node in Houses + North Node in Signs + Part of Fortune in Houses + Part of Fortune in Signs + Lilith in Houses + Lilith in Signs + Chiron Aspects + Aspects Meaning + +♥️ For entertainment purposes only ♥️ This website doesn't provide any financial, legal, medical, psychological, or any other kind of professional advice. +Legal Stuff + + About Us + Privacy Policy + Website Terms and Conditions of Use + Contact Us + +© 2020-2025 advanced-astrology.com + +**** DONE [[http://harmonagon.com/#][Harmonagon™]] :music:education: +CLOSED: [2026-03-31 Tue 18:57] +:PROPERTIES: +:TITLE: Harmonagon™ +:URI: http://harmonagon.com/# +:CREATED: [2025-06-13 Fri 13:05] +:ID: Harmonagon-2026-03-31-18-57-36 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:57 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Harmonagon-2026-03-31-18-57-36-RkCTiT.org +:ARCHIVE_CATEGORY: wip-Harmonagon-2026-03-31-18-57-36-RkCTiT +:ARCHIVE_TODO: DONE +:END: + +**** DONE [[https://github.com/google-gemini/gemini-fullstack-langgraph-quickstart][GitHub - google-gemini/gemini-fullstack-langgraph-quickstart: Get started with building Fullstack Agents using Gemini 2.5 and LangGraph]] :AI: +CLOSED: [2026-03-31 Tue 18:57] +:PROPERTIES: +:TITLE: GitHub - google-gemini/gemini-fullstack-langgraph-quickstart: Get started with building Fullstack Agents using Gemini 2.5 and LangGraph +:URI: https://github.com/google-gemini/gemini-fullstack-langgraph-quickstart +:CREATED: [2025-06-13 Fri 13:06] +:ID: GitHub-google-gemini-gemini-fullstack-langgraph-2026-03-31-18-57-46 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:57 +:ARCHIVE_FILE: /tmp/org-gtd/wip-GitHub-google-gemini-gemini-fullstack-langgraph-2026-03-31-18-57-46-ioFIpo.org +:ARCHIVE_CATEGORY: wip-GitHub-google-gemini-gemini-fullstack-langgraph-2026-03-31-18-57-46-ioFIpo +:ARCHIVE_TODO: DONE +:END: + +**** DONE Nancy birth chart :@personal: +CLOSED: [2026-03-31 Tue 18:58] +:PROPERTIES: +:ID: Nancy-birth-chart-2026-03-31-18-58-00 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:58 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Nancy-birth-chart-2026-03-31-18-58-00-mXIy7j.org +:ARCHIVE_CATEGORY: wip-Nancy-birth-chart-2026-03-31-18-58-00-mXIy7j +:ARCHIVE_TODO: DONE +:END: + +If you have a blank section on your report, please comment below so we may fix it. +Chart Data For NApril 21, 1977 at 6:50 (6:50 am) (time zone = UTC+3) +Universal Time: 03:50 +Moscow, Moscow, Russia +55°N45' 37°E37' +Tropical Zodiac + +***** Placidus Houses +****** Your Conscious Self + +Your sun sign in Taurus radiates a calm and grounded energy. You are someone who values stability, reliability, and security in life. People see you as strong-willed and determined. When it comes to expressing your vital energies, you have a steady and patient approach. + +But there's something special about your sun placement in the twelfth house. This house represents the subconscious mind, spirituality, and hidden aspects of your personality. With the sun in the twelfth house, your vital energies may be directed towards exploring your inner world, seeking spiritual enlightenment, and understanding the mysteries of life. + +You have a deep well of intuition and inner wisdom within you. You may find yourself drawn to activities like meditation, dream analysis, or other forms of spiritual practices. Your inner world is rich and vibrant, and you often seek solitude to recharge and reconnect with yourself. + +However, be aware of a potential challenge that may arise from this placement. The twelfth house can also bring a tendency towards escaping reality and retreating into your own world. Sometimes it may be tempting to avoid facing difficult emotions or responsibilities. Remember to maintain a balance between your inner world and the external reality. Stay mindful of any tendencies towards self-sabotaging behaviors, like procrastination or self-doubt. + +Despite these potential challenges, the synthesis of Taurus and the twelfth house offers you great potential for personal growth and self-discovery. By embracing your inner world and using your strong will and determination, you have the power to transform your life in profound ways. Trust in your intuition, follow your passions, and let your vital energies guide you towards a more fulfilling and spiritually-aligned life. + +Your sun in Taurus in the twelfth house signifies a deep connection to your inner self and a desire for spiritual growth. Embrace this unique combination and make the most of your inherent strengths. Your path may have its challenges, but with your persistence and self-awareness, you have the potential to find deep fulfillment and create a life aligned with your true purpose. + +****** Your Inner Subconscious + +Your moon in Gemini suggests that you have a naturally curious and adaptable emotional nature. You tend to react to situations and people in a communicative and intellectual way. Your mind is constantly buzzing with thoughts and ideas, and you have a need for mental stimulation and variety in your emotional experiences. + +With the moon in the twelfth house, you seek emotional fulfillment, security, and comfort in the realm of spirituality, dreams, and the unconscious. You have a deep emotional sensitivity and intuition, and you may find solace and emotional release through meditation, creative pursuits, or exploring your dreams and the hidden aspects of your psyche. This house placement suggests that you may have a deep emotional connection to the world beyond the physical, and you may experience periods of introspection and soul-searching. + +The conjunction aspect between your moon in Gemini and Jupiter in Gemini in the twelfth house adds a touch of expansion and optimism to your emotional nature. You have a naturally positive and enthusiastic outlook, and you are able to find joy and emotional fulfillment in learning, exploring new ideas, and expanding your knowledge. This aspect suggests that you have a natural ability to see the bigger picture and find meaning and purpose in your emotional experiences. + +The synthesis of the moon in Gemini in the twelfth house with the moon conjunction Jupiter amplifies your emotional intelligence and intuitive abilities. You have a keen awareness of not only your own emotional landscape but also the emotional needs and experiences of others. Your empathy and understanding make you a compassionate and supportive presence in the lives of those around you. + +It is important to mention that with this conjunction aspect, there is a potential for overindulgence or an excess of emotions at times. You may have a tendency to get caught up in the excitement of new ideas or experiences, which could lead to scattered emotions or difficulties in finding emotional stability. It is crucial for you to find a balance between your curiosity and emotional grounding, ensuring that you stay connected to your emotions even in the midst of change and novelty. + +However, overall, your moon in Gemini in the twelfth house conjunction Jupiter signifies a deep emotional wisdom and an innate ability to bring optimism and enthusiasm to your emotional experiences. You have a unique capacity to find emotional fulfillment and a sense of belonging through the exploration of your intellectual and spiritual nature. Embrace your natural curiosity and use it to deepen your understanding of your emotions and the world around you. By staying connected to your emotional core, you will continue to grow and find emotional stability and comfort in your life's journey. + +****** Your Filter Over Your Personality + +With your Ascendant in Gemini, you have a lively and curious approach to life. Gemini Ascendants are known for their versatile and adaptable nature. You have a chameleon-like ability to fit in and interact with various people and situations. Your witty and intellectual charm naturally draws others towards you, making you a delightful conversationalist and a great storyteller. + +However, the opposition aspect between Neptune and your Ascendant adds a layer of dreaminess and sensitivity to your personality. Neptune, the planet of spirituality and illusions, influences your Ascendant, making you highly empathetic and attuned to the emotions of others. You have a vivid imagination, which often leads you to explore the mystical and transcendental aspects of life. + +This strong Neptune-style influence means that you're likely to have a compassionate and idealistic nature. You genuinely care about helping others and may be drawn towards creative or healing professions. Your intuition is heightened, allowing you to see beyond the surface and perceive the deeper meaning in people and situations. + +Now, let's talk about how your Gemini Ascendant modifies the expression of your Taurus Sun. With your Sun in Taurus, you have a practical and grounded nature. You value stability, comfort, and reliability. This earthy energy often translates into a patient and determined approach to achieving your goals. + +However, your Gemini Ascendant adds a touch of intellectual curiosity and versatility to your Taurus nature. You possess a flexible mindset and love to learn new things. Your Gemini Ascendant also infuses a sense of playfulness and sociability into your demeanor, making you outgoing and adaptable in social settings. + +With your Ascendant combination of Gemini and Neptune in opposition, you have the potential to be a compassionate communicator with a deep understanding of others' emotions. You may be drawn to creative or spiritual pursuits that allow you to express your natural empathy and imagination. + +You need to be aware that the Neptune opposition can sometimes blur the boundaries between reality and fantasy. While this can enhance your creativity and spiritual understanding, make sure you stay grounded and discerning when it comes to making important life decisions. Focusing on self-care and setting healthy boundaries will be essential to maintain your emotional well-being. + +Embrace your gift of empathy and use it to connect with others on a deeper level. Your Gemini Ascendant will help you express your Taurus Sun's practicality in a more versatile and sociable way. With a harmonious balance, you can thrive as a compassionate and creative individual who brings light and understanding into the lives of those around you. + +****** Your Communication Style and Thought Process + +Your Mercury in Taurus suggests that you have a steady and practical way of thinking and communicating. You value stability and reliability in your thought processes, and your mind often prefers to work at a slow and deliberate pace. You have a preference for practicality and common sense when it comes to understanding and expressing ideas. + +With Mercury in the twelfth house, your thoughts and communication are deeply influenced by your subconscious mind. You may have a rich inner world, filled with dreams, fantasies, and intuition. You possess great insight and can tap into a wealth of hidden knowledge. Your thinking may be influenced by spiritual or metaphysical matters, and you have a natural inclination for introspection and reflection. + +The opposition aspect between Mercury and Uranus adds a twist of originality and unpredictability to your thinking and communication style. You have an inventive and innovative mind that enjoys exploring unconventional ideas and approaches. You may experience sudden flashes of insight or brilliant ideas that come to you unexpectedly. You possess a unique perspective and enjoy challenging conventional wisdom. + +With Mercury in the twelfth house opposing Uranus in the sixth house, your mind may sometimes feel at odds with the demands of your day-to-day routines and work environment. You may resist conforming to strict schedules and traditional methods of doing things. Your keen intelligence and individuality may clash with the more structured and routine expectations of your workplace or daily routines. + +Find a balance between your need for personal freedom and the practical demands of everyday life. Embrace your ability to think outside the box and find innovative solutions, but also be mindful of the potential for restlessness or rebelliousness that can arise from this aspect. By being aware of these tendencies, you can harness your unique mental abilities to bring fresh ideas and approaches to your work and daily life. + +Every aspect has its challenges and opportunities. Embrace the excitement that your unique thinking and communication style brings, and seek ways to channel your originality and creativity into your daily life and work. By doing so, you have the potential to inspire and influence those around you, and bring a fresh perspective to your chosen field. + +****** Your Love, Values, and Attraction + +With your Venus in Aries in the twelfth house, you have a fiery and dynamic approach to expressing affection and love. Aries, the first sign of the zodiac, gives you an enthusiastic and courageous energy when it comes to your relationships. You are not afraid to take the initiative and pursue the person you desire. Your affectionate nature is characterized by a straightforward and assertive expression of your emotions. + +The twelfth house, where Venus resides, indicates that you seek pleasure, contentment, and happiness in the realm of spirituality, meditation, and introspection. It suggests that you find fulfillment in connecting with your inner self and exploring the depths of your subconscious mind. You may also find joy in helping others in need or engaging in charitable activities. + +The opposition aspect between Venus and Pluto adds a transformative intensity to your relationships and expression of affection. In particular, it may bring about power struggles or intense emotional experiences within your partnerships. This aspect can make you emotionally intense and passionate, but also prone to mood swings and possessiveness at times. + +This aspect also highlights the importance of maintaining a healthy balance between independence and intimacy. You may have a tendency to either be too domineering and controlling or to give up your own desires and needs to maintain harmony in your relationships. It is crucial for you to find a middle ground where you can assert yourself without overpowering others or suppressing your own desires. + +Potential issues to be mindful of include the tendency to become overly possessive or jealous in your relationships. The intensity of your emotions might sometimes lead to power struggles or conflicts that could impact the harmony of your partnerships. It is essential to work on developing a healthy sense of self-confidence and self-worth, as this will help you navigate your relationships more effectively. + +On a positive note, your Venus in Aries in the twelfth house provides you with a deep wellspring of passion and love to draw from. When channeled positively, this energy can create a profound connection and spiritual bond within your relationships. By nurturing your inner self and practicing self-reflection, you can learn to express your affection in a way that empowers both yourself and your loved ones. + +Your dynamic nature can make your relationships exciting, but it is essential to find a balance between assertiveness and consideration for others. With self-awareness and willingness to learn from your experiences, you can develop fulfilling relationships that bring you joy and satisfaction. + +****** Your Energy and Action +***** Outer Planets +****** Your Luck, Expansion, and Growth + +According to your natal chart, your Jupiter is placed in the zodiac sign of Gemini, and it occupies the twelfth house, which is the house of spirituality, imagination, and dreams. Furthermore, it is in conjunction aspect with your Moon, which is also in Gemini and in the twelfth house. Let me explain the significance of this placement and its manifestations in your life. + +Jupiter's placement in Gemini suggests that you are curious, communicative, and quick-witted. You share your ideas and thoughts with enthusiasm and optimism, and you enjoy learning new things that broaden your intellectual horizons. You may find yourself drawn towards fields such as journalism, education, or communication, which would put your natural talents of expressing yourself to good use. However, Jupiter in Gemini also has a tendency to spread themselves too thin, giving too much attention towards a range of frivolous subjects to pursue rather than focusing their energy on a single subject. Therefore you may need to stay focused and channel your energies in a direction that can take you where you want to go. + +The twelfth house placement of Jupiter suggests that you have a deep inner spiritual calling that may not be visible to others. You tend to introspect and spend time in solitude to understand yourself better, which allows you to connect with the divine source. You may also have a keen interest in exploring the esoteric mysteries of life, the nature of the soul, and the mysteries of the universe. The influence of Jupiter in the twelfth house also suggests that you possess great intuition and have the ability to perceive things intuitively, even before they take place. + +The conjunction of Jupiter and the Moon in Gemini suggests that your emotions and thoughts are intertwined. You may find it easy to express your feelings verbally, and you have the ability to influence what others think and feel by expressing yourself. You may have a good sense of timing and perception, especially when it comes to assessing what others need emotionally. However, this placement could also lead to restless thoughts and emotional indecisiveness at times. + +With Jupiter in Gemini in the twelfth house in conjunction with the Moon in Gemini in the twelfth house, your chart tends to suggest that you may be driven to seek out new experiences, knowledge, and deeper spiritual meaning in life. It may not always be easy, but your optimistic, curious nature and your intuition can lead you towards finding a greater sense of purpose and understanding. + +I hope this interpretation has been helpful to you, and may the path you choose be filled with joy and fulfillment. + +****** Your Responsibility, Self-Discipline, and Limitations + +With Saturn in Leo in your fourth house, you have a strong desire to establish and preserve yourself through creating a secure and stable home and family life. You take on the responsibility of providing a solid foundation for yourself and your loved ones, and you find deep satisfaction in being the pillar of support for those around you. You seek recognition and respect for your role as the head of the household, and you take your responsibilities seriously. + +Leo is a sign known for its creativity and expression, and this energy influences how you approach your home life. You have a flair for adding personal touches to your living space, making it a warm and inviting environment. You take pride in your home and enjoy showcasing your unique sense of style and aesthetic. Your creative abilities can also extend to activities such as cooking, gardening, or interior design, where you can excel and find joy. + +However, the square aspect to Uranus in your sixth house brings some interesting dynamics to this dynamic. Uranus represents the need for freedom and individuality, and in the sixth house of work and daily routine, it suggests that you may experience tension between your desire for stability and structure and your need for personal freedom and innovation in your work environment. + +You may find yourself frequently desiring change and feeling restless in your job or daily routines. The rebellious and unconventional energy of Uranus pushes against the more traditional and serious nature of Saturn, creating a conflict between your need for stability and your urge for personal growth and change. This can lead to a sense of restlessness and dissatisfaction with your career path or the way you spend your day-to-day life. + +To find harmony in this dynamic, it is important to find ways to incorporate innovation and personal freedom into your work and daily routines. Embrace opportunities to introduce new ideas or approaches, and seek environments that allow for flexibility and creativity. By finding a balance between stability and change, you can create a fulfilling and meaningful career and daily life that aligns with your desire to establish a secure foundation. + +In terms of potential issues to watch out for, be aware that this aspect can sometimes create tension and disruptions in your home and family life. Uranus' influence may lead to unexpected changes or conflicts within your domestic sphere, challenging your efforts to establish stability. It's important to be open to adaptability and find ways to address any unexpected disruptions that may arise. + +Saturn in Leo in the fourth house square Uranus in the sixth house emphasizes the importance of finding your own unique expression within the structures of your life. By balancing your need for stability and structure with your desire for personal freedom and innovation, you can establish a solid foundation that supports both your home life and your professional endeavors. With patience, perseverance, and a willingness to embrace change, you can find success, satisfaction, and meaningful fulfillment in both areas of your life. + +***** Generational Outer Planets +****** Your Uniqueness and Rebellion + +In your natal chart, Uranus, the planet of uniqueness, originality, and excitement, is located in your sixth house. This placement indicates that the area of life where you can most immediately experience these qualities is related to your daily routines, work, and health. You have a strong need to express yourself freely and intuitively in these areas, allowing your true genius to shine through. + +With Uranus in your sixth house, you are naturally inclined to approach your daily tasks in an unconventional and experimental manner. You may have a knack for finding innovative solutions or introducing new technologies or methods into your work environment. Your ability to think outside the box and come up with creative ideas can bring a fresh perspective to your professional life. + +It is also important to note that Uranus in the sixth house often makes you keenly aware of the issues affecting society as a whole. You may find yourself drawn to causes that promote positive changes in the world, particularly in relation to work-related matters. Your unique perspective and ability to challenge the status quo can contribute to the improvement of workplace conditions and societal norms. + +However, it is crucial to be mindful of the opposition aspect between Uranus and Mercury in Taurus, which is located in your twelfth house. This aspect can present certain challenges in how you communicate and express your ideas. The stabilizing and cautious energy of Mercury in Taurus may clash with the unpredictable and unconventional nature of Uranus. This can sometimes result in internal conflict or difficulty in effectively conveying your thoughts to others. + +To navigate this aspect, it is essential to find a balance between your need for innovation and the need for practicality in your communication style. Being aware of these potential challenges can help you find creative ways to bridge the gap between your unique ideas and the more traditional expectations of others. Embrace your inventive thoughts while also recognizing the value of grounding them in practicality and stability. + +This aspect suggests that your unique approach and originality in your daily routines, work, and health can lead to significant positive changes in your life and society as a whole. By embracing your intuitive and experimental nature, you have the potential to make a lasting impact. Remember to navigate the opposition aspect with a mindful and balanced approach, taking into account the needs of both your individuality and the practicality demanded by others. + +****** Your Inner Dreamer, Intuition, and Imagination + +With Neptune in your seventh house, you have a heightened sensitivity to the mystical and transcendent aspects of your relationships. This house represents the area of your life where you can experience the non-material, the inspiring, and the spiritual. You possess an innate ability to connect deeply with others on a soul level, seeking profound and spiritual connections in your partnerships. + +You have a strong desire to escape from any routine, oppressive, or uninspiring conditions that might hinder the growth and fulfillment of your relationships. You long for a love that is not bound by the limitations of the material world, and you may find yourself easily swept away by romantic ideals and fantasies. It is essential for you to navigate the fine line between idealization and reality in your relationships, as this can sometimes lead to seeing your partner through rose-colored glasses and overlooking their flaws. + +The trine aspect between Neptune in the seventh house and Saturn in Leo enhances your ability to create long-lasting, stable, and committed partnerships that are also deeply imbued with spiritual and transformative qualities. Saturn's influence in your fourth house of home and family brings a sense of responsibility and maturity to your relationships, as well as a need for a solid foundation and security. + +This aspect suggests that your relationships can be a source of strength and stability in your life. You may find that your partner helps you ground your lofty spiritual ideals into practical reality and provides the stability you need to manifest your dreams together. Your ability to harmonize the imaginative and idealistic energy of Neptune with the structure and discipline of Saturn can create a profound and enduring bond with your partner. + +However, be aware of potentially becoming too idealistic or emotionally dependent on your relationships. There is a risk of projecting your own desires and fantasies onto your partner, rather than truly seeing them for who they are. Strive for open and honest communication, as well as maintaining healthy boundaries, to maintain balance and avoid disappointment. + +Your Neptune in the seventh house, in trine aspect to Saturn, gifts you with the ability to experience deep and soulful connections in your relationships. The fusion of these energies allows you to create a love that is both spiritually inspired and grounded in reality. By staying true to yourself, maintaining healthy boundaries, and embracing the transformative power of love, you have the potential for beautiful and meaningful partnerships. + +****** Your Power of Transformation, Rebirth, and Profound Change + +Your Pluto in the sixth house signifies a profound transformation that you experience in the area of daily routines, work, and health. This house represents the day-to-day activities that structure your life and how you approach your responsibilities. + +With Pluto here, you have a deep and intense approach to these areas of life. You may be driven towards understanding the underlying motivations behind your work and the need for a sense of purpose in your daily activities. You have a strong desire to experience profound change in your work environment and may be willing to confront any power dynamics or oppressive systems that you come across. + +Your transformation in this domain may also extend to your attitudes towards health. You have the potential to completely overhaul and reformulate your approach to physical and mental well-being. This may involve addressing any compulsive or self-destructive habits that have hindered your overall sense of wellness. + +This transformative journey may not always be easy. The opposition aspect between Pluto in the sixth house and Venus in Aries in the twelfth house brings your relationships, values, and desires into the equation. There may be periods when your need for personal growth and transformation clashes with your desire for harmony and pleasing others. + +You might find yourself struggling to balance your obligations to others with your own need for personal development. It is essential to find a healthy middle ground where you can evolve and grow without completely disregarding the needs and wishes of those around you. + +While it may present some challenges, this aspect also offers great potential for growth, both in your relationships and in your personal evolution. By confronting and honestly examining the deep-seated patterns and compulsions within you, you can contribute to the evolution of your consciousness and experience a profound transformation in these areas of life. + +Embrace the intense and transformative energy of Pluto in the sixth house, and use it as a catalyst for personal growth. Find a balance between your own needs and the needs of others, and continue to honestly confront the issues that arise. Remember that by doing so, you have the opportunity to revolutionize your work, daily routines, and overall well-being, taking you on a path towards greater fulfillment and consciousness. + +***** Other Points +****** Your Career and Public Reputation + +Your Midheaven in Aquarius adds a unique and unconventional flavor to your career and public image. You have a natural inclination to stand out from the crowd and to innovate in your chosen field. You seek advancements that benefit not only yourself but also society as a whole. + +With the square aspect between your sun in Taurus and Midheaven in Aquarius, there may be some inherent tension between your personal desires and the way you express yourself in your career. You may struggle to find a balance between the stability and security you crave (Taurus) and your need for freedom and uniqueness in your professional life (Aquarius). This tension can manifest as a resistance to conforming to traditional career paths, and you may find yourself drawn to more unconventional or cutting-edge industries. + +Be aware of any potential issues that may arise from this aspect. You may encounter challenges in finding lasting fulfillment in your career or in finding a sense of stability. It may take time and effort to reconcile these two seemingly contradictory energies. + +However, when you do find that balance, the potential is great. Your innovative and forward-thinking approach can lead to breakthroughs and advancements in your field. Your unique perspective and ability to think outside the box will set you apart from others and drive you towards success. Stay true to your authentic self and embrace your unconventional nature as you pursue your career ambitions. + +Remember that success may come through maverick approaches and thinking beyond the norm. Trust in your ability to bring about change and progress. By being true to yourself and your vision, you can make a meaningful impact on the world and carve out a path that reflects your individuality and aspirations. Keep pushing boundaries and don't be afraid to challenge the status quo. Embrace the opportunity to bring your innovative ideas to the forefront and make a difference. + +****** Your Inner Wounds and Healing Journey + +Chiron in Taurus symbolizes an Inner Wound related to self-worth, security, and material possessions. You may have experienced feelings of inadequacy or unworthiness in these areas, which can manifest as a constant search for stability and validation. + +This wound may have manifested early in your life, possibly stemming from a lack of nurturing or feeling valued for who you truly are. It may have also contributed to a fear of change or a resistance to stepping out of your comfort zone. + +The twelfth house placement of Chiron suggests that this wound is deeply rooted in your subconscious mind and may be connected to past life experiences or ancestral patterns. You may struggle with hidden fears, self-sabotaging behaviors, or a tendency to withdraw from the world as a means of self-protection. + +With Chiron in conjunction aspect to your Sun, the search for healing and self-discovery becomes intimately intertwined with your core identity and sense of self. This conjunction magnifies the impact of the wounded energy, making it even more prominent in your life. + +The twelfth house placement of your Sun indicates that the expression of this wound is often veiled or hidden from others. You may feel a sense of isolation or loneliness, even within a group of people. It's important to recognize and embrace the role that your wounds play in shaping your individuality and the lessons they offer for personal growth. + +To embark on your healing path, you are encouraged to cultivate self-acceptance, self-love, and compassion towards yourself. Nurturing your physical and emotional well-being, as well as finding healthy, grounding outlets for your creativity, can be particularly healing for you. + +While the Chiron in Taurus in the twelfth house aspect reveals an enduring struggle, it also imparts a profound gift. Your inner journey of healing and self-discovery can lead to a deep understanding of the value of inner peace, spiritual connection, and the beauty of simple pleasures. By embracing these gifts and integrating them into your life, you can develop a strong sense of purpose and create a solid foundation for lasting emotional and material security. + +It is important to remain aware that your wounds may resurface from time to time, especially during challenging or transformative periods. However, by using the tools and insights gained through your healing journey, you can overcome these challenges with grace and resilience. Trust that through your efforts, you will continue to grow, evolve, and find greater fulfillment in your life. + +****** Your Shadow Side and Overcoming Primary Fears + +Your Lilith in Taurus in the twelfth house signifies that your shadow side and primary fears are deeply rooted in matters relating to security, self-worth, and material possessions. You may have hidden fears related to financial stability and the fear of not having enough resources to sustain yourself. This fear can manifest as a tendency to hold onto possessions and a fear of letting go or experiencing loss. + +With Lilith in the twelfth house, these fears and hidden aspects of yourself may play out in your subconscious mind and affect your spirituality and connection to the divine. You may struggle with deep-seated feelings of guilt, shame, or unworthiness that prevent you from fully embracing your spiritual path. It is important for you to explore and confront these shadows in order to find inner peace and connect with your higher self. + +The conjunction aspect between Lilith and the moon in your birth chart further highlights the intensity of these hidden fears and shadow aspects. The moon represents emotions and instincts, and its conjunction with Lilith magnifies the emotional power of your shadow side. You may experience intense emotional struggles and bouts of moodiness or emotional instability as a result of the subconscious fears represented by Lilith. + +In the twelfth house, the moon and Lilith's influence may also manifest as a tendency to retreat into your own emotional world or seek solace in solitude. You may have a rich inner life, but it's essential to find balance by engaging with others and sharing your emotions in healthy ways. + +The combination of Lilith in Taurus, in the twelfth house, and the conjunction with the moon suggests that you may struggle to recognize and confront your fears regarding security and self-worth. By leaning into your emotional intelligence and exploring the depths of your emotions, you can begin to shed light on these hidden aspects and heal the wounds that hinder your personal growth. + +Be mindful of potential issues that may arise from this aspect. You may tend to bury your fears and repress your emotions, which can lead to passive-aggressive behaviors or emotional outbursts. It is crucial to find healthy outlets for your emotions, such as therapy, creative expression, or spiritual practices, to avoid internalizing and suppressing them. + +Remember, the presence of Lilith in Taurus in the twelfth house offers an opportunity for spiritual healing and growth. By facing your fears head-on and embracing your shadow side, you can transform these challenges into strengths. Trust in your ability to delve deep into your emotions and nurture your sense of self-worth. Through this journey, you can experience personal transformation and find fulfillment in all areas of life. + +****** Your Unique Life Path and Personal Growth Journey + +Having your North Node in Libra in the sixth house indicates that your developmental path and personal growth are closely tied to the themes of balance, harmony, relationships, and service in your day-to-day life. + +Libra, represented by the Scales, is the sign of harmony, diplomacy, and partnerships. With your North Node here, it suggests that cultivating these qualities and learning to navigate relationships with grace and fairness is a key part of your life's journey. You are meant to learn how to establish and maintain equilibrium in your interactions with others, seeking mutually beneficial solutions and avoiding conflict whenever possible. + +In the sixth house, which governs work, daily routines, health, and service, your North Node's energy is channeled towards creating harmony in these areas of your life. You are called to find your unique approach to bringing balance and cooperation into your work environment and daily routines. This could involve fostering a supportive and collaborative atmosphere, mediating conflicts, or using your natural sense of fairness to advocate for justice and equal treatment. + +Additionally, the North Node in the sixth house suggests that your personal growth and self-development will come through acts of service and taking care of others. You are likely to find fulfillment by being of service to others, whether it is through your vocation, volunteer work, or simply supporting those around you. + +However, be mindful of potential challenges that may arise. The North Node always presents a certain level of difficulty to overcome in order to fully embrace its potential. With your North Node in Libra in the sixth house, you may need to work on asserting yourself and setting healthy boundaries. You may have a tendency to prioritize others' needs over your own, leading to feelings of imbalance and resentment. It is important to remember that taking care of yourself is just as important as taking care of others. + +Embracing the lessons of your North Node in Libra in the sixth house will allow you to develop a strong sense of fairness and harmony in your daily life. Cultivating healthy relationships, fostering collaboration, and finding fulfillment in acts of service will lead you towards a more balanced and satisfying life. By honoring your own needs while serving others, you will create a fulfilling and harmonious existence. + +***** Aspects +****** Drivers +******* Sun Conjunction Chiron (orb 0°29') + +This aspect was already discussed in the Your Inner Wounds and Healing Journey section above. + +******* Moon Conjunction Jupiter (orb 3°0') + +This aspect was already discussed in the Your Inner Subconscious section above. + +******* Neptune Opposition Ascendant (orb 3°4') + +This aspect was already discussed in the Your Filter Over Your Personality section above. + +******* Venus Opposition Pluto (orb 3°17') + +This aspect was already discussed in the Your Love, Values, and Attraction section above. + +******* Mercury Opposition Uranus (orb 4°18') + +This aspect was already discussed in the Your Communication Style and Thought Process section above. + +******* Saturn Square Uranus (orb 0°7') + +This aspect was already discussed in the Your Responsibility, Self-Discipline, and Limitations section above. + +******* Chiron Square Midheaven (orb 0°34') + +With Chiron in Taurus in the twelfth house, in a square aspect to the Midheaven in Aquarius, you have a unique blend of energies at play in your birth chart. + +Chiron, often known as the "wounded healer," represents our deepest wounds and the potential for healing that lies within them. It shows us where we may have experienced pain and where we have the opportunity to grow stronger. In Taurus, Chiron's wounds and healing potential are connected to matters of security, self-worth, and material possessions. You may have experienced challenges in these areas at some point in your life, but through these struggles, you have the potential to cultivate a deep sense of self-worth and find healing. + +The twelfth house is associated with hidden strengths, spirituality, and subconscious patterns. With Chiron residing here, your wounds may be rooted in feelings of isolation, guilt, or unprocessed emotions. You might have a tendency to internalize your pain or struggle to express your true needs and desires. However, the twelfth house also offers you an opportunity for spiritual transformation and deep connection with your inner self. By exploring your subconscious patterns and embracing your spirituality, you can find healing and liberation. + +Now, let's focus on the square aspect between Chiron and the Midheaven in Aquarius. The Midheaven represents your career, reputation, and public image. Aquarius brings an innovative and unconventional energy to this aspect, suggesting that you may feel torn between your woundedness and the desire to make a unique contribution to the world. This aspect can bring challenges in finding the right career path or integrating your true self into your professional life. + +However, sometimes the greatest gifts come from our struggles. This aspect indicates a potential for you to bring healing and transformation to the structures and systems within society. By embracing your unique perspective, you have the capacity to inspire change and make a positive impact on a larger scale. + +You need to be aware of the potential challenges that this aspect brings. You may face periods of deep self-doubt as your woundedness and career aspirations clash. You might also encounter resistance or criticism from others who may not fully understand or appreciate your innovative approach. However, by embracing these challenges and persevering, you have the opportunity to create lasting change and find profound fulfillment. + +******* Sun Square Midheaven (orb 1°2') + +This aspect was already discussed in the Your Career and Public Reputation section above. + +******* Mercury Square Saturn (orb 4°25') + +Mercury in Taurus reflects a person who thinks and communicates in a careful, thorough, and practical manner. They have a grounded approach to processing information and tend to favor concrete facts and tangible evidence. This individual may take their time before forming an opinion or making a decision, as they have a deep need to ensure stability and security in their thoughts. Their communication style is often deliberate and deliberate, as they value clear and concise expression. + +With Mercury in the twelfth house, this person's mental activity and communication are strongly influenced by their subconscious mind. They possess a rich inner world and are often introspective and reflective. The twelfth house emphasizes the need for solitude and introspection, making this individual naturally inclined towards private thoughts and quiet contemplation. They may have a heightened intuition and possess a deep understanding of the hidden aspects of life. + +The placement of Mercury square Saturn adds a significant dynamic to their communication style. Saturn's influence in Leo in the fourth house suggests that there may be challenges or limitations in expressing themselves freely within their family or home environment. They may have experienced a strict upbringing or a sense of responsibility towards their family, which can create inhibitions or a fear of being truly heard and understood. This aspect can also bring a certain seriousness or cautiousness to their communication style. + +The square aspect between Mercury and Saturn brings forth a tension that needs to be navigated carefully. It may manifest as self-doubt, a tendency to overthink, or hesitation when expressing oneself. They may struggle with finding the balance between asserting their own opinions and receiving feedback from others. However, this aspect also fosters a strong sense of determination and perseverance in their communication. + +Despite the potential challenges, this combination of planetary placements holds great potential for personal growth. Through introspection and self-reflection, they have a unique ability to tap into their intuition and access hidden knowledge. While they may face uncertainties in expressing themselves openly, the twelfth house energy can grant them the ability to delve into deeper layers of communication and connect on a profound level with others. + +In order to overcome any potential obstacles, it is crucial for this individual to practice self-acceptance and cultivate a sense of self-worth. By embracing their unique thought process and allowing themselves to be vulnerable in their communication, they can foster genuine connections with others. It is important for them to surround themselves with a supportive and understanding environment that encourages their authentic expression. + +Ultimately, this person possesses a wealth of wisdom and the ability to communicate with depth and sincerity. By embracing their reflective nature and trusting their intuition, they can uncover powerful insights and contribute valuable perspectives to their surroundings. +Ease + +******* Pluto Trine Ascendant (orb 0°28') +******* Venus Trine Saturn (orb 1°1') + +Your Venus is in Aries, which makes you someone who expresses affection in a fiery and passionate manner. You tend to value independence and assertiveness in yourself and others, and you seek excitement and adventure in your relationships. + +Your Venus in the twelfth house suggests that you are a deeply sensitive and compassionate person, despite your outwardly assertive nature. You may be drawn to people who need your help or support, or you may find that serving others gives you a sense of fulfillment in your relationships. + +The trine aspect between Venus in Aries and Saturn in Leo indicates that you have a strong, stable foundation in your relationships. You are committed and loyal to those you love, and you take your responsibilities seriously. This aspect also suggests that you have the potential to turn your creative and artistic talents into a source of stability and security for yourself and your loved ones. + +However, be aware that there may be potential conflicts between your need for independence and your desire for stability and security in your relationships. You may need to work on finding a balance between these opposing drives in order to maintain healthy relationships. + +Your chart suggests that you have a great capacity for love and creativity. By embracing your passion and sense of adventure while also cultivating your deep compassion for others, you have the potential to build strong, fulfilling relationships and a rich, rewarding creative life. + +******* Moon Trine Midheaven (orb 1°22') + +The Midheaven in Aquarius indicates that you have a unique and innovative approach to your career and public image. You are driven by a strong desire to make a positive impact on society and to contribute to the greater good. You may be drawn to unconventional professions or those that involve cutting-edge technology, futuristic ideas, or social reform. + +With your moon in Gemini in the twelfth house in trine aspect to your Midheaven, this brings harmony and ease between your emotional well-being and your career pursuits. You possess excellent communication and networking skills, which can help you excel in your chosen field. You are adaptable and versatile, easily navigating different social circles and connecting with diverse groups of people. Your ability to express your feelings articulately and objectively can be a great asset in the workplace. + +However, be mindful of potential challenges that may arise. This aspect suggests a tendency to become easily distracted or scattered, which might hinder your progress or make it difficult to focus on long-term goals. Additionally, your strong desire for intellectual stimulation and variety may lead you to jump from one opportunity to another without fully committing to any one path. + +To fully leverage the potential of your Midheaven in Aquarius, it is crucial to find a balance between your need for independence and your long-term ambitions. Cultivating discipline and creating a structured routine can help you stay focused on your goals and avoid becoming overwhelmed by choice. Embracing your social-mindedness and using your communication skills to advocate for causes you believe in can also bring fulfillment and drive in your career. + +Ultimately, with your Midheaven in Aquarius, you have the potential to create a meaningful and impactful career that aligns with your progressive values. By embracing your natural ability to connect with others and your innovative ideas, you can carve out your own unique path to success. Stay grounded, prioritize your goals, and channel your energy into ventures that truly resonate with your aspirations. Trust in your ability to make a difference in your chosen field and embrace the exciting opportunities that lie ahead! + +******* Jupiter Trine Midheaven (orb 1°38') + +With your Midheaven in Aquarius, there's a strong likelihood that you were born with an innate desire to make your mark in a way that sits outside the norms. Aquarius is all about innovation, uniqueness, and autonomy. You may continuously strive for freedom in your career and have a deep need for something more than just a traditional 9-5 job. You need something that allows for creative self-expression and change. + +Now, Jupiter in your twelfth house stands in a beautiful trine with your Midheaven. This aspect brings luck and expansion into your life when you learn to tap into your inner spiritual and emotional world. As Gemini is the sign on the cusp of your twelfth house where Jupiter resides, your fortune might come in forms that involve communication, be it verbal, written, or digital. Another specialty of Gemini is its adaptability. Lightweight, quick, and agile, your words can pick up other's meaning quickly and turn arguments on their head. + +However, because both Aquarius (Midheaven) and Gemini (Jupiter) are air signs, and considering the twelfth house placement, you might get lost in your thoughts a lot. This might lead to periods of indecision or overthinking, which can become a hindrance to the swift execution of your ideas. + +You might also struggle with your abstract thoughts and ideals clashing with the practical needs of reality. This combination could make it difficult for you to settle with a specific path, as your desires might frequently shift and change, making it challenging to stick to your long-term goals. + +Still, remember that these potential struggles simply indicate areas for growth. This adventurous and freedom-loving configuration can lead to an exciting and non-conventional career, often allowing you to function well in professions linked to technology, humanitarian causes, science, astrology, or aviation. Your ability to express complex ideas simply and vividly can let you shine in the fields of writing, education, and the media. + +When you embrace the innovative and unconventional side of Aquarius, combined with the quick-wit and communicative prowess of Gemini, you can truly flourish. Just remember, harness the different elements of your unique astrological makeup and use them to drive towards significant achievements. It's a journey, so pace yourself and tap into the innate wisdom present within your stars. The universe is cheering you on. + +******* Saturn Trine Neptune (orb 5°48') + +Saturn in Leo in the fourth house suggests that you seek to establish and preserve your sense of self through your home, family, and emotional foundations. You have a deep desire for stability, structure, and a sense of belonging in these areas of your life. You take on responsibility and work diligently to create a solid and secure home environment. It is important for you to feel a sense of pride and respect from your family members and to be recognized for your efforts in nurturing and caring for them. + +With Saturn in the fourth house, you may feel the weight of expectations and obligations within your family dynamics. Perhaps there is a strong sense of tradition or authority figures who play a significant role in shaping your family life. This can bring both rewards and challenges. On the positive side, you have the capacity to create a strong and enduring family unit that provides a solid foundation for everyone involved. Your determination and dedication to your loved ones are admirable. + +The trine aspect between Saturn in Leo and Neptune in the seventh house adds an element of creativity and sensitivity to your approach in establishing lasting partnerships and relationships. You have the ability to blend the practical and the imaginative, bringing a touch of magic into your interactions. You may strive to find a balance between your personal needs for stability and the desire to connect with others in a deep and meaningful way. + +This aspect suggests that you have a strong understanding of the emotional needs of others and are able to create a nurturing environment in your relationships. Your compassion and empathy allow you to form strong bonds with others, as you are attentive to their hopes and dreams. + +However, the potential challenge with this aspect is that you might find it difficult to assert your own needs and boundaries in relationships. It is important to remember that building a healthy partnership requires reciprocity and mutual respect. Be mindful of not sacrificing your own happiness and well-being solely for the sake of maintaining harmony. + +Your Saturn in Leo in the fourth house indicates that you seek to establish and preserve your sense of self through your home and family life. Your dedication and hard work create a stable and secure foundation for yourself and your loved ones. The trine aspect between Saturn and Neptune adds a touch of creativity, sensitivity, and compassion to your relationships. However, be cautious about not neglecting your own needs in your quest to support and nurture others. With awareness and balance, you have the potential to create deeply fulfilling and meaningful connections in your life. + +******* Saturn Sextile Pluto (orb 2°17') + +Saturn in Leo in the fourth house indicates that you seek to establish and preserve your sense of self through your family, home, and roots. You have a deep desire for stability and security in these areas of life, and you take on the responsibility of being the anchor for your loved ones. You take your role as a provider seriously, and you strive to create a strong foundation for yourself and your family. + +With Saturn in Leo, you have a strong need for recognition and validation, and you may feel that you need to work extra hard to prove your worth. You are ambitious and driven to succeed, and you are willing to put in the necessary effort to achieve your goals. While you may face challenges in expressing your individuality within the confines of your family or ancestral traditions, you have the potential to redefine and bring fresh energy to these areas. + +The sextile aspect between Saturn in the fourth house and Pluto in the sixth house adds intensity and depth to your work and daily routines. You have a natural ability to transform the mundane into something meaningful and profound. You are highly disciplined, and you take your responsibilities at work very seriously. You are not afraid of hard work and you have the ability to work through obstacles and challenges, ultimately emerging stronger. + +This aspect also suggests that your work can have a transformative impact on your sense of self and your connection to your roots and family. It is through your dedicated effort and commitment to your career or daily routines that you can find a deep sense of satisfaction and purpose. You have the potential to make a lasting and profound impact in your chosen field. + +However, be aware of potential issues that can arise with this planetary configuration. With Saturn in Leo, you may sometimes put too much pressure on yourself to meet your own high standards, leading to feelings of self-doubt and unworthiness. Remember to take time for self-care and balance your need for achievement with moments of relaxation and joy. + +Your Saturn in Leo in the fourth house, in sextile aspect to Pluto in the sixth house, signifies your dedication to establishing a strong foundation and sense of self through your family and home. Your hard work and commitment in your career or daily routines can bring deep satisfaction and meaning to your life. While you may face challenges in balancing your need for recognition with family expectations, by embracing your individuality and transforming the mundane, you have the potential to create a legacy that brings fulfillment and joy. + +******* Saturn Sextile Ascendant (orb 2°44') + +With your Ascendant in Gemini, you have a youthful spirit that brings a lively, curious, and social approach to life. Being the first point of contact with the world, your Gemini Ascendant shows you naturally enjoy absorbing and sharing information. Your inherent curiosity and adaptability make you a social butterfly, always ready to explore and learn. + +Your Saturn, the planetary taskmaster, is comfortably placed in fiery Leo in your fourth house, forming a sextile aspect with your Gemini Ascendant. This aspect brings a wonderful harmony, blending responsibility with your naturally charismatic communication style. Your Saturn in Leo might add more structure and discipline to your verbal expressions, helping you communicate your thoughts and ideas more effectively and responsibly. + +Moreover, having Sun in Taurus adds stability and a penchant for practicality. Yet, as your Gemini Ascendant filters these Taurus traits, they may manifest as a practical approach towards acquiring knowledge, with a grounded and constant desire to learn and communicate. The synthesis of this combination allows you to be comfortable managing multiple tasks, and you might find yourself thriving in dynamic environments. + +However, a potential challenge might come in the form of restlessness due to your intellectual curiosity and social disposition. At times, you could veer towards being superficial or inconsistent, as Gemini Ascendant may encourage hopping from one topic or person to another. Balancing your inquisitive and mutable Gemini nature with the steadfast qualities of your Taurus Sun will be essential. + +On the positive side, these aspects promote versatility, adaptability, and intellectual playfulness. Your Taurus sun's groundedness, combined with your Gemini Ascendant's mental flexibility and Saturn's discipline in Leo, allows you to share and apply your knowledge responsibly, creating stability and getting things done efficiently. + +******* Neptune Sextile Pluto (orb 3°32') + +Neptune in the seventh house brings the energy of non-material, mystical experiences to the area of relationships and partnerships in your life. This placement suggests that your connections with others may have a particularly spiritual or even transcendent quality. You seek to form deep and meaningful connections, where love and compassion flourish. You may have a deep desire to merge with your partner on an emotional and spiritual level, creating a bond that feels otherworldly. + +The seventh house is also associated with idealization, and with Neptune here, you may have a tendency to put your relationships on a pedestal, seeing your partner through rose-colored glasses. It is important to balance your idealism with a healthy dose of realism to avoid potential disillusionment. Keep in mind that no relationship can live up to perfection, and that true fulfillment comes from accepting and embracing each other's flaws. + +With Neptune sextile Pluto in the sixth house, there is a harmonious flow of energy between the transformative power of Pluto in the area of work, health, and daily routines, and the mystical realm of Neptune. This aspect suggests that you have the ability to infuse your daily life with a sense of inspiration and magic. You may find that your work or daily routines become a spiritual practice for you, allowing you to tap into a deeper meaning and purpose. + +This aspect can also indicate a talent for healing and transformation in a work or service-oriented setting. Your intuition and empathy combine with a powerful drive for self-improvement, allowing you to help others in profound ways. You may have the ability to uncover hidden truths or bring about positive changes in your workplace or daily life. + +However, it is important to be cautious of the potential escapism that Neptune can bring. With both Neptune in the seventh house and the sextile aspect to Pluto, there is a risk of becoming lost in fantasies or using relationships and work as a means to escape from the realities of life. It is essential to stay grounded and face any challenges or responsibilities head-on, rather than avoiding them. Balancing your spiritual ideals with practicality will help you navigate potential pitfalls. + +This combination of Neptune in the seventh house and Neptune sextile Pluto encourages you to seek and foster meaningful connections in your relationships and infuse your daily life with inspiration and transformation. By staying grounded and finding a healthy balance between idealism and reality, you can tap into the deep wells of spirituality and create a life that is both transcendent and practical. + +******* Venus Sextile Ascendant (orb 3°45') + +As a Gemini Ascendant, your approach to life is filled with curiosity and an insatiable thirst for knowledge. Your mind moves at a rapid pace, always analyzing and gathering information. This mental agility makes you adaptable, flexible, and incredibly versatile, able to fit your thoughts and actions to any situation. There's a charming sense of unpredictability about you which others find intriguing. But the key word for Gemini Ascendant is variety. You love having many strings to your bow and juggling numerous balls in the air at the same time. + +Your Venus placed in Aries in the twelfth house sextiling your Ascendant adds flair to your personality. Venus here brings a passionate, assertive, and fiery edge to the way you express love and relate to others. This Venus-in-Aries energy complements your Gemini Ascendant, enabling you to be a charming conversationalist with a knack for keeping things lively and interesting. The harmonious sextile aspect suggests you have a natural ability to combine your charm and assertiveness in a way that is appealing to others. It also impacts the way you approach relationships and social situations, enabling you to cut through complications and be direct, adding a layer of straightforwardness to the Gemini's innate charm. + +Your Sun sign, Taurus, is known for having a steadfast nature, with a strong desire for security, comfort and practicality. But with a Gemini Ascendant, this Taurean energy takes on a more flexible form. There's a continuous interplay between your core desire for stability (Taurus) and the need for variety (Gemini) in your life. You might find yourself fluctuating between wanting to stay put (Taurus Sun) and wanting to explore and gather more information (Gemini Ascendant). However, the Gemini Ascendant infuses your personality with flexibility that helps to adapt the Taurean stubbornness into more malleable forms, enabling you to balance stability with a need for change and intellectual stimulation. + +The only potential downside here is that you might spread yourself too thin at times. Your Gemini Ascendant could make you a jack of all trades and master of none if you're not careful. There's a danger of getting too scattered and not finishing what you start. Your Taurus Sun, however, might anchor you, helping you to realize when you need to slow down and nourish your soul. + +Remember, the combination of your Gemini Ascendant with your Taurus Sun gives you a unique diplomatic gift. Your quick wit, combined with your practical determination, makes you a force to be reckoned with. You have this dynamism about you - the ability to keep others on their toes, yet make them feel completely at ease. So, use it to navigate through life's intricate maze. It's a journey of balancing, learning, and evolving. Bring forth the fun-loving Gemini, the practical Taurus and the passionate Venus in Aries to give you a diverse life experience full of exciting adventures, meaningful relationships, and satisfying achievements. + +******* Venus Sextile Jupiter (orb 5°26') +******* Moon Sextile Mars (orb 5°37') + +With your Moon in Gemini positioned in the Twelfth House, your emotional realm is one of dual complexities and great depth. You find comfort within the ephemeral - fleeting thoughts, intellectual concepts, and abstract ideas are your safety blankets. You are naturally curious, with an ever-present thirst for knowledge. The constant change and motion of Gemini's influence may make you a bit restless, causing you to feel anxious if you're not mentally stimulated. + +Combine this with your twelfth house position, and there's a strong instinct towards introspection and solitude. This house is about the hidden, the subconscious, and spiritual realms. You may find yourself needing time and space to process your ever-changing emotions and thoughts. Your emotions are your private sanctuary and sharing them isn't always easy for you. You're likely to be drawn to esoteric or spiritual pursuits, hoping to find answers to your inner mysteries. + +The sextile aspect between your Moon and Mars suggests an energetic demeanor that exhibits itself as a subconscious desire for action. This aspect can animate your emotional nature, giving you a significant drive to channel your restless mind and emotions into strong social motivations or humanitarian efforts. + +Specifically, with your Mars in Pisces in the Eleventh House, you may find yourself driven to help others in communal or charitable ways that are both creative and compassionate. This alignment is ensuring that your empathetic, gentle methods of communication could be very effective in such settings. + +However, you need to watch out for potential issues relating to your emotional health. With your emotions tucked away in the twelfth house, you may struggle with acknowledging or expressing your true feelings. You could fall into a pattern of retreating into solitude or getting lost in your thoughts, creating emotional detachment from others around you. + +In addition, with your Moon sextile Mars, it's vital that your need for action doesn't surge into impulsivity. You should also consciously work on creating a balance since the constant mental stimulation seeking behavior can cause burnout. + +On a positive note, your intellectual curiosity combined with your compassion and impulse for action creates the potential for true depth and richness in your life journey. You possess an unique combination of imagination and intellect, and when harnessed correctly, this can open up wonderful opportunities. Whether it's channeling your energy towards knowledge sharing, producing creative expressions, or getting involved with social causes, you have a natural capability to make a profound impact. Embrace these qualities and make sure to take time for self-care and grounding, and you're well on your way to experiencing a fulfilling and balanced life. +Unrealized Potential, Waiting For You To Make Adjustments + +******* Venus Quincunx Uranus (orb 1°7') + +With Venus in Aries in the twelfth house in a quincunx aspect to Uranus in the sixth house, there is a theme of unrealized potential in your relationships and work life. + +The quincunx aspect creates a sense of tension and adjustment between these two energies. Venus, the planet of love and harmony, in the fiery sign of Aries, brings passion, enthusiasm, and a desire for independence in your relationships. You want to assert yourself and express your individuality. However, the twelfth house signifies hidden and subconscious patterns, suggesting that you may have difficulty fully expressing these desires in your relationships. There may be a sense of secrecy or low self-esteem in this area of your life. + +Uranus, the planet of innovation and unexpected changes, in the practical sixth house, brings a need for freedom, variety, and a dislike for routine in your work environment. You have unique ideas and may find it challenging to conform to traditional norms or authority figures. However, the quincunx aspect from Venus indicates a need to reconcile this desire for liberation with your underlying need for stability and security, which may create some tension or frustration. + +To navigate these dynamics, it is important to become aware of any unconscious patterns or fears that may be blocking your potential. Taking time for introspection and self-reflection can help you understand the deeper layers of your desires and fears, allowing you to make conscious choices. + +In your relationships, it is important to communicate openly and honestly about your needs and desires. Find a balance between asserting yourself and considering the needs of your partner. Embracing vulnerability and working on building self-confidence can help you express your true individuality while maintaining harmonious connections. + +In your work life, explore alternative approaches and embrace change when necessary. Look for opportunities that allow you to express your creativity and originality while considering practical considerations. Finding a career that aligns with your unique talents and values can help you unlock your true potential. + +While there may be challenges and adjustments, this aspect also offers you the opportunity to grow and evolve. By embracing your unrealized potential, you can create fulfilling relationships and a work life that resonates with your true self. Stay open-minded, maintain a positive attitude, and trust in the journey of self-discovery. + +******* Mercury Quincunx Neptune (orb 1°23') + +Mercury in Taurus in the twelfth house quincunx Neptune in the seventh house creates an aspect that revolves around the theme of unrealized potential. Let's break down this aspect and understand its implications for you. + +Mercury, as the ruler of communication and intellect, reflects how you process information and express yourself. Taurus, being an earth sign, brings stability, practicality, and a preference for tangible results. Having Mercury in Taurus means that you think and communicate in a deliberate, grounded manner. You enjoy taking your time to fully understand and process information before expressing it. + +The twelfth house represents hidden depths, spirituality, and the subconscious. It is a place where your inner world is often active and plays a significant role in shaping your thoughts, ideas, and self-expression. With Mercury in the twelfth house, your mind tends to be more sensitive, intuitive, and deeply connected to the spiritual realm. You may have vivid dreams, strong instincts, and an inclination towards introspection. + +The quincunx aspect between Mercury in Taurus and Neptune in the seventh house adds an element of tension and challenge to the mix. Neptune, the planet of dreams, illusions, and creativity, represents a blur between reality and fantasy. It can accentuate the poetic or imaginative side of your communication style. The seventh house governs relationships, partnerships, and the desire for harmony and balance in your interactions with others. + +This aspect suggests that sometimes your potential may go unrealized due to a disconnect between your practical mindset (Mercury in Taurus) and the dreamy, idealistic tendencies of Neptune in the seventh house. You may find it challenging to accurately convey your thoughts and ideas, as your message might get lost in a fog of confusion or misinterpretation. This could lead to missed opportunities or difficulty in forming harmonious connections with partners. + +To overcome these challenges, it's important to strike a balance between the practical and the imaginative. Cultivate self-awareness of the tendency to get lost in your dreams or become overly idealistic in your communication. Honing your communication skills, particularly in partnerships, will help you bridge any gaps and make your ideas more accessible to others. + +By tapping into your intuitive nature and embracing your imaginative side, you can harness your unrealized potential. Don't be afraid to explore unconventional approaches and trust your instincts. Through understanding and integrating both Mercury in Taurus and Neptune in the seventh house energies, you can overcome any hurdles and unlock the creativity and potential that lies within you. +Spiritual + +******* Moon Septile Venus (orb 0°34') + +Details for septile aspects are not yet included in this report. We're working on it. + +****** Other Aspects +******* Moon Conjunction Black Moon Lilith (orb 0°56') + +This aspect was already discussed in the Your Shadow Side and Overcoming Primary Fears section above. + +******* Pluto Square Part of Fortune (orb 0°8') + +Details for this aspect are not included in this report. We're currently working on a separate "Part of Fortune Report". + +**** DONE Nari birth chart :ATTACH:@personal: +CLOSED: [2026-03-31 Tue 18:58] +:PROPERTIES: +:ID: 04399bd0-62da-4c89-97fa-845b32c9e26c +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:58 +:ARCHIVE_FILE: /tmp/org-gtd/wip-04399bd0-62da-4c89-97fa-845b32c9e26c-FNl2Jc.org +:ARCHIVE_CATEGORY: wip-04399bd0-62da-4c89-97fa-845b32c9e26c-FNl2Jc +:ARCHIVE_TODO: DONE +:END: + +If you have a blank section on your report, please comment below so we may fix it. +Chart Data For NariJune 29, 1975 at 15:0 (3:00 pm) (time zone = UTC+3) +Universal Time: 12:00 +Cairo, Cairo, Egypt +30°N4' 31°E15' +Tropical Zodiac + +***** Campanus Houses +****** Your Conscious Self + +Your sun in Cancer indicates that you have a nurturing and caring nature. You have a strong emotional core and tend to express your vital energies through nurturing and protecting others. You have a deep sense of instinct and can easily sense the needs of those around you. + +With your sun in the ninth house, you focus your vital energies on expanding your horizons and seeking truth and knowledge. You have a strong desire to explore new cultures, philosophies, and belief systems. You are intellectually curious and enjoy learning about different perspectives and ways of life. Traveling and broadening your horizons through education are important to you. + +The square aspect between your sun in Cancer and Pluto in the twelfth house adds intensity and transformation to your energy expression. This aspect indicates that you have a powerful ability to delve into your subconscious and face your fears and deepest emotions. You may go through periods of intense self-discovery and transformation, which can lead to profound personal growth. + +However, this aspect also presents some challenges. The square aspect suggests that you may experience power struggles or conflicts related to your self-expression and personal growth. It is important for you to find healthy ways of integrating your deep emotions and transform any negative patterns or control issues that may arise. It is advisable to seek support from therapy or counseling to navigate through these challenges. + +Your combined chart suggests that you have a nurturing and caring nature, deeply curious about the world and eager to learn and grow. By embracing your transformative tendencies and working through any challenges that come your way, you can tap into your immense emotional strength and bring positive change to your life and the lives of others. + +****** Your Inner Subconscious + +Your moon in Pisces in the fifth house signifies that you have a deeply emotional and sensitive nature when it comes to matters of creativity, self-expression, and romance. The fifth house represents the area of life where you seek emotional fulfillment and a sense of comfort. Here, you find joy and belonging through artistic endeavors and recreational activities that allow you to tap into your imaginative and dreamy side. + +With the moon square Neptune in the second house, there is a complex interplay between your emotional needs and your sense of material security. This aspect suggests that you may have a tendency to blur the lines between reality and fantasy when it comes to financial matters. It's important for you to be cautious with your resources and make sure to ground your financial decisions in practicality. Beware of idealizing material possessions or relying too heavily on others for financial support. Maintaining a balanced perspective will help you navigate any challenges that may arise. + +Despite the potential pitfalls, this combination also brings significant gifts. Your emotional sensitivity, coupled with your creative flair, allows you to express yourself artistically in ways that others may find captivating and inspiring. You have a natural ability to tap into the collective unconscious, which can lead to profound insights and intuitive understanding. Your compassion and empathy make you a nurturing presence to those around you. + +One area to be mindful of is setting healthy boundaries with your emotional attachments. With your moon in Pisces, you may be prone to absorbing the emotions of others and losing yourself in the process. Pay attention to your instincts and ensure you prioritize self-care, so you can enjoy a sense of emotional security and stability. + +Your moon in Pisces in the fifth house, square Neptune, brings emotional depth and artistic sensitivity to your life. By staying grounded and channeling your creativity in a balanced way, you can harness the immense potential this combination offers. Take care of your emotional well-being and foster healthy boundaries, allowing you to fully embrace the beauty and magic that life has to offer. + +****** Your Filter Over Your Personality + +With your Ascendant in Scorpio, your approach to life is highly intense and passionate. You possess a deep curiosity about the mysteries of life and are driven to uncover hidden truths. This gives you a perceptive and penetrating nature, allowing you to easily see beneath the surface of any situation. Your determination and resourcefulness are key strengths, as you possess a powerful inner strength that enables you to overcome any obstacles in your path. + +Now, let's talk about the influence of Uranus in conjunction with your Ascendant. Uranus, the planet of innovation, rebellion, and unpredictability, adds an extra layer of uniqueness and originality to your personality. You possess a strong need for individuality and freedom, and you're not afraid to challenge established norms and boundaries. Your unconventional approach to life may manifest in your appearance, style, or overall attitude, and you're often seen as someone who marches to the beat of their own drum. + +The conjunction between Uranus and your Ascendant amplifies these Uranus-style characteristics within your personality, making them more pronounced. You are likely to have an electric and magnetic presence that draws others in, as people are intrigued by your unconventional nature. You have the ability to inspire and influence others with your innovative ideas and forward-thinking mindset. + +However, be aware that the Scorpio Ascendant modifies the expression of your Cancer sun. With your Sun in Cancer, you possess a deeply nurturing and sensitive nature. You have a natural instinct to care for and protect those close to you, and you prioritize emotional connections in your relationships. The influence of Scorpio on your Ascendant adds intensity and depth to your nurturing qualities, making you incredibly loyal and fiercely protective of those you love. Your emotions run deep, and you may have a tendency to hold onto old wounds or grudges, so it's important to work on letting go and forgiving. + +Your Ascendant in Scorpio combined with the conjunction of Uranus provides you with a unique and dynamic personality. You have a sharp intuition and an ability to uncover hidden truths, which adds depth and richness to your interactions with others. Your Uranus influence makes you innovative, individualistic, and willing to challenge the status quo. However, it is also essential to balance this with your Sun in Cancer and embrace your nurturing and protective nature. + +Expect a life filled with transformation and growth, as you navigate the depths of your own psyche and utilize your inventive and independent spirit to make a positive impact on the world around you. By embracing all aspects of your personality, you will find a sense of fulfillment and purpose in your journey. + +****** Your Communication Style and Thought Process + +After analyzing your chart, I can see that you have Mercury in Gemini in the eighth house, which is in a square aspect to the moon in Pisces in the fifth house. Let's dive into what this says about your thinking, communication style, and areas of experience where you shine. + +Mercury in Gemini describes someone who is quick-witted and versatile in their thinking and communication. You have an active mind that enjoys a wide range of topics and conversations. You likely have no shortage of ideas, and you're able to express them with ease, both verbally and in writing. You're a natural communicator; the challenge comes in focusing your energy and avoiding scattered thinking. + +Your eighth house placement of Mercury adds depth and intensity to your intellectual pursuits. You're interested in probing beneath the surface and getting to the heart of an issue, whether that be in conversations with others or through personal research. You may be drawn to psychology, secrets, or hidden knowledge. You're naturally curious and have a talent for uncovering the truth. + +With your moon in Pisces in the fifth house, you're a highly intuitive person with a strong creative side. You have a deep connection to the emotions and creativity that underlie your thinking—it's not always purely logical for you. The square aspect between Mercury and the moon, while challenging, can create a healthy tension between the two parts of yourself. You may sometimes get lost in your thoughts and emotions and struggle to communicate them effectively, but with practice, you can learn to balance the two. + +When it comes to issues to watch out for, this aspect can indicate a tendency towards anxiety or overthinking. You may have difficulty making decisions or feel a sense of restlessness. However, with mindfulness and self-awareness, you can avoid these pitfalls and make the most of your strengths. + +Your chart suggests that you're a highly intelligent and curious person who naturally excels in areas of research and communication. Your challenge lies in finding a way to balance your logical mind with your emotional and creative side, but with patience and persistence, this is within your reach. I hope this description resonates with you and helps you understand more about yourself. + +****** Your Love, Values, and Attraction + +Your Venus in Leo in the tenth house indicates that you have a natural urge to express your affection in grand and enthusiastic ways, particularly in your professional and public life. You exude a confident and dramatic energy that can naturally attract attention and admiration from others in these domains, making you feel valued and appreciated for your skills and contributions. + +Moreover, your Venus is in trine aspect to Jupiter in Aries in the sixth house, which amplifies your desire for growth and expansion in your work environment. You possess abundant energy, a natural drive towards success, and a contagious sense of optimism that can inspire those around you. Your creativity can be a significant asset in your career, and you may find that your ability to promote your ideas and yourself in a positive light can lead to opportunities for advancement. + +However, the potential issue to be watchful of is to avoid becoming overly egoistic or taking on more than you can realistically handle. While you may feel compelled to pursue your ambitions, it is essential to remember that balance is crucial, both for your own well-being and for the sustainability of your work. + +Your Venus in Leo in the tenth house, trine Jupiter in Aries in the sixth house, indicates a dynamic, confident, and creative energy that can flourish in your professional life, leading to a sense of fulfillment and satisfaction. By keeping a healthy perspective and staying grounded, you can manifest your aspirations and create opportunities for yourself. + +****** Your Energy and Action + +Your Mars in Aries placement indicates that you assert yourself with great enthusiasm and fervor. You have an unwavering sense of self-confidence, and your desires are expressed boldly and directly. You tackle challenges head-on and possess a strong competitive spirit, always striving to be at the forefront. + +With Mars in the sixth house, your assertiveness is channeled primarily into your work and daily routines. You have a strong work ethic and take great pride in being productive and efficient. You have a natural ability to initiate projects, and your courageous nature inspires those around you to do the same. In this area of life, it is essential for you to prioritize your physical well-being and maintain a healthy balance between work and rest. + +However, your Mars opposition Uranus aspect brings an element of unpredictability and rebellion into the mix. This opposition between your assertive nature and the unconventional energy of Uranus in the twelfth house suggests that you may encounter sudden disruptions or unexpected changes in your daily routines and work environment. Your desire for independence and freedom may clash with the demands of your responsibilities, leading to occasional tension and restlessness. + +It is important for you to find ways to express your unique individuality and assertiveness within the confines of your daily life. Listen to the innovative ideas that arise within you, and do not be afraid to challenge the status quo. Embracing your need for originality and excitement can actually bring positive changes and opportunities for growth in your work and routines. + +At times, this aspect can manifest as a rebellious streak that may disrupt your stability or create conflicts in your professional life. Be mindful of this potential tendency and strive for open communication and flexibility when faced with unexpected challenges. By embracing these ongoing lessons, you will develop a deep sense of adaptability and mental strength, enhancing your ability to thrive in any situation. + +Remember, your Mars in Aries placement in the sixth house, along with the opposition to Uranus, indicates immense potential for success and personal growth. By embracing your assertiveness and harnessing your drive, you will inspire and motivate others. Stay open to the opportunities that arise, and trust in your innate ability to overcome obstacles. Your determination and courage will propel you forward on your path towards fulfillment, making a significant impact not only in your work and routines but also in all areas of your life. + +***** Outer Planets +****** Your Luck, Expansion, and Growth + +Your Jupiter is in Aries in the sixth house, in a challenging square aspect to Saturn in Cancer in the ninth house. + +Jupiter in Aries represents an urge to learn, grow, and expand through taking bold and decisive action. You are driven to seek new experiences and take risks, with a determination to achieve your goals. In the sixth house, which deals with work, health, and daily routines, you may find faith and trust in your ability to improve your work habits, health, and service to others. You have a positive and optimistic attitude towards these areas of life, which can help you achieve success and fulfillment. + +However, the square aspect between Jupiter and Saturn suggests that you may face challenges in these areas. Saturn in the ninth house may indicate a fear of taking risks, traveling or stepping out of your comfort zone. This may also create conflicts with your beliefs and values, leading to a loss of faith. You may struggle with self-doubt, pessimism, and a lack of motivation to take action towards your goals. You may also experience setbacks or delays in achieving your goals. + +But, don't worry! With Jupiter in Aries, you have the determination, courage, and resilience to overcome these obstacles and achieve your dreams. This aspect also suggests that challenges can help you grow and learn valuable lessons that will benefit you in the long run. By facing these challenges, your faith and trust in yourself will strengthen, and you will become more confident in taking risks and pursuing your goals. Stay positive, focus on your strengths, and take action towards what you truly desire. + +****** Your Responsibility, Self-Discipline, and Limitations + +Your Saturn in Cancer in the ninth house suggests that you find stability, structure, and deep satisfaction through expanding your horizons and seeking meaning in life. You have a strong need to nurture and protect your beliefs and philosophies, finding a sense of security in exploring different cultures, religions, and higher education. You may feel a strong connection to topics such as spirituality, philosophy, or law. + +In the ninth house, you are drawn to intellectual pursuits that broaden your understanding of the world. You may be naturally inclined to study or work in areas such as academia, publishing, or international affairs. Your desire for stability in this area of life can lead you to become a lifelong learner and deeply engage in activities that help you gain wisdom and new experiences. + +However, the square aspect between your Saturn in Cancer and Jupiter in Aries in the sixth house can create some tension between personal responsibilities and the pursuit of growth. You may find that your dedication to work and routines clashes with your desire for exploration and expansion. This aspect can bring about feelings of frustration, as you may feel torn between following your ambitious career path and nurturing your thirst for knowledge and adventure. + +It's important for you to find a balance between your professional obligations and your personal growth. You may need to establish clear boundaries and create a structure that allows you to pursue your interests while honoring your commitments. Embracing a disciplined approach, you can use your drive and determination to overcome challenges and find success in both realms. + +Be mindful of potential issues that could arise from this square aspect. It may be easy for you to get caught up in a workaholic mindset, neglecting your need for exploration and personal growth. Remember to make time for self-care and prioritize your well-being along with your professional duties. By making conscious efforts to find equilibrium, you can tap into your full potential and create a fulfilling life that integrates both stability and expansion. + +This aspect presents opportunities for growth and self-discovery. While the journey may have its challenges, you possess the strength and resilience to navigate them and find your own unique path. Embrace the lessons Saturn brings, and with determination and adaptability, there is immense potential for you to establish deep satisfaction and meaning in life through the pursuit of knowledge and personal growth. +Generational Outer Planets + +****** Your Uniqueness and Rebellion + +In your natal chart, Uranus is positioned in the twelfth house, which represents the subconscious mind, spirituality, and hidden strengths. This signifies that you possess a unique and unconventional approach to matters related to your inner self and spiritual growth. You have a strong need for freedom and individuality, which may emerge unpredictably and even disrupt the traditional patterns of your subconscious and spiritual exploration. Your intuition is sharp and you are able to tap into the collective consciousness, effortlessly connecting with the spiritual energies around you. + +Additionally, Uranus forms an opposition aspect to Mars in Aries, which is located in your sixth house of work, routine, and health. This dynamic aspect creates tension between your desire for freedom and individuality, and the necessity for structure and discipline in your daily life and health matters. You may find it challenging at times to balance the need for excitement and change with the practical demands of your work and responsibilities. + +However, the positive side of this aspect is the potential for groundbreaking and original ideas regarding your daily routines and health practices. You are not content with following the crowd, and you seek innovative ways to improve your wellbeing and efficiency in the workplace. This aspect also suggests that your pursuit of freedom and individuality could lead to unconventional career choices or a desire for work that allows you to express your unique perspectives and talents. + +You need to be aware that the Uranus opposition Mars aspect can sometimes manifest as a strong urge to rebel against authority figures or challenge traditional structures. This can lead to confrontations and conflicts, particularly in the workplace. It is crucial to find ways to express your inventive and visionary ideas without stirring unnecessary tension or creating an environment of hostility. + +Embracing your Uranus in the twelfth house energy and the opposition aspect with Mars can bring forth your true genius and spark positive changes in your life. By finding creative solutions to obstacles and incorporating innovation into your daily routine, you will be able to navigate the delicate balance between freedom and structure. Remember to approach challenges with an open mind and a willingness to adapt, as this will help you make the most of your exceptional qualities and make a meaningful impact in the world. +Your Inner Dreamer, Intuition, and Imagination + +In your natal chart, Neptune resides in the second house, which indicates that areas related to your material possessions, values, and finances hold significant importance in your life. With Neptune in this house, you have a strong inclination to experience the transcendent and non-material aspects of life in connection with your material well-being. + +This placement suggests that you possess a unique ability to tap into the mystical and imaginative realm when it comes to money and possessions. You may find yourself driven to seek a deep sense of spiritual satisfaction through the acquisition and management of material resources. But be cautious of any tendencies to idealize wealth or develop unrealistic notions around money. Stay grounded and maintain a balanced approach in your financial pursuits. + +Now, let's delve into the square aspect of Neptune with your Moon in Pisces in the fifth house. This aspect brings together the ethereal qualities of Neptune with the emotional and nurturing elements of the Moon. With this configuration, you have a heightened sensitivity and intuitive connection to the mystical world, creativity, and leisure activities. + +The Moon in Pisces in the fifth house signifies that you possess a profound emotional depth when it comes to self-expression, creativity, and matters related to personal pleasure. Your imagination is a powerful tool for artistic pursuits, as well as for finding joy, inspiration, and fulfillment through recreational activities and hobbies. The square aspect between Neptune and the Moon indicates that there may be some tension or challenge in reconciling these energies. + +Potential issues to watch out for are unrealistic expectations surrounding your creative abilities or recreational pursuits. You may struggle with finding the balance between unrealistic fantasies and the actual implementation of your creative talents. Be mindful of any tendencies to escape reality through excessive daydreaming or indulgence in pleasurable activities without taking practical considerations into account. + +However, Neptune's influence in your second house and its square aspect to your Moon also bring great potential for spiritual growth and transformation. By cultivating a balance between material reality and your spiritual connection, you can channel your imagination and creativity in practical and meaningful ways. Trusting your intuition and nurturing your emotional well-being will ultimately lead to a sense of fulfillment and a deepened spiritual connection. + +Your natal chart reveals that you have a unique ability to find the mystical and transcendent in the realm of material possessions and finances. Balancing your dreams and ideals with a practical approach is crucial. Additionally, your intuitive connection with creativity and pleasure can bring great joy, but it's important to ground your creative aspirations and avoid unrealistic expectations. By embracing your spiritual inclinations and staying attuned to your emotions, you have the potential to create a fulfilling and meaningful life that integrates both material and spiritual realms. + +****** Your Power of Transformation, Rebirth, and Profound Change + +Pluto in the twelfth house is a powerful placement that brings intense transformation to your inner world and subconscious patterns. This is the realm where you experience deep and thorough changes in your attitudes and behaviors that may have been deeply ingrained. + +The twelfth house represents the hidden realms of the unconscious mind, spirituality, and the collective consciousness. With Pluto in this house, you possess a profound depth of understanding of these areas. You have the potential to tap into the depths of your psyche, exploring hidden truths and bringing them to light. This transformative energy can lead to a heightened intuition and a profound connection to the spiritual realm. + +However, the square aspect between Pluto in the twelfth house and your Sun in Cancer in the ninth house can bring about some challenges. The square aspect creates inner tension, causing potential conflicts and struggles in integrating these energies. It may indicate that you often feel a tug-of-war between your transformative inner journey and your need for security and emotional stability. + +The ninth house represents higher learning, travel, and expansion of consciousness. With the Sun in Cancer in this house, you have a deep emotional connection to knowledge and a desire to explore the world around you. You may feel a strong emotional attachment to your beliefs and seek truth and wisdom in your own unique way. + +With Pluto square your Sun, you may find that your personal growth and transformation clash with your desire for emotional security and stability. This aspect can manifest as a fear of change and difficulty in letting go of old patterns that no longer serve you. It could also indicate a struggle to find balance between your need for security and your desire for growth and expansion. + +Despite these potential challenges, this aspect offers incredible potential for growth and evolution. By honestly and directly confronting the areas of your life represented by the twelfth and ninth houses, you can experience a deepened sense of self-awareness and spiritual awakening. Embracing change and letting go of old habits will lead to a more profound sense of personal power and transformation. + +Remember, growth is a continuous journey, and it is okay to encounter challenges along the way. Stay committed to your inner transformation, and trust that the profound insights gained will contribute to the evolution of your consciousness. + +***** Other Points +****** Your Career and Public Reputation + +With your Midheaven in Leo, you have a strong desire to be in the spotlight and to make your mark on the world. You possess a natural talent for leadership and have the ability to inspire others with your creative vision and passion. People are naturally drawn to your charismatic and confident personality, and you have the potential to excel in careers that allow you to shine and be recognized for your unique talents. + +Now, let's talk about the trine aspect between your Neptune and Midheaven. This aspect brings a sense of idealism and imagination to your professional aspirations. You may have a deep longing to make a meaningful impact and to be involved in work that has a higher purpose or spiritual significance. Your intuition and compassionate nature can guide you in finding ways to infuse your career with greater meaning and fulfilment. + +The Neptune trine Midheaven aspect can enhance your ability to connect with others on an emotional level and to tap into your intuition when making important career decisions. You may have a natural talent for understanding the needs and desires of people, allowing you to create a harmonious and supportive work environment. Your artistic and creative abilities may also be enhanced, making you particularly suited for careers in the arts, entertainment, or healing professions. + +While this aspect offers great potential, be aware of a potential pitfall. Sometimes, the rose-tinted glasses of Neptune's influence can lead to unrealistic expectations or a tendency to daydream rather than take action. It's crucial for you to stay grounded and keep your goals tangible and achievable. Try to balance your idealism with practicality and take steps towards your dreams with patience and perseverance. + +Your Midheaven in Leo combined with the Neptune trine Midheaven aspect indicates a career path that allows you to express your creative flair and leadership qualities. By staying connected to your intuition and being mindful of realistic goals, you have the potential to achieve success and recognition in a way that deeply fulfills you. Embrace your ability to inspire others and use your unique talents to make a positive impact in the world. + +****** Your Inner Wounds and Healing Journey + +Chiron in Aries indicates that your inner wound revolves around issues of self-assertion, independence, and identity. This means that you may have experienced childhood experiences that challenged your sense of self-worth and confidence. As a result, you may constantly feel the need to prove yourself to others and struggle with finding your true inner power. + +With your Chiron in the sixth house, the area of life where Chiron will express itself is related to your daily routines, work, and health. This suggests that your wound may manifest in difficulties and challenges in these areas. You may struggle with asserting yourself in the workplace, feeling confident in your abilities, or finding a career path that truly aligns with your passion and purpose. Health issues may also play a significant role, as you might struggle to maintain balance and harmony in your physical well-being. + +The conjunction aspect between Chiron and Mars further intensifies the impact of your wounds in your daily life and work sphere. It suggests that your woundedness may affect your energy levels and motivation, making it harder for you to assert yourself effectively. You may feel a deep sense of frustration and anger when faced with situations that challenge your independence or when you're unable to express your true desires. + +The key to healing your Chiron wound lies in learning to embrace your own power and assertiveness. It's important for you to identify and confront any self-doubts or insecurities that may have stemmed from past experiences. By developing a strong sense of self-confidence and embracing your individuality, you can begin to heal and transform your wounds. Seek opportunities that allow you to take charge of your own life and find ways to express your true desires and passions. + +Watch out for potential pitfalls that may arise from the Chiron in Aries in the sixth house conjunction aspect. You may struggle with perfectionism and an overemphasis on productivity, leading to burnout and neglecting your own well-being. Remember to create a healthy work-life balance and prioritize self-care. Additionally, be mindful of any tendencies towards impatience or impulsivity, as these can hinder your progress. Practice patience and self-reflection while navigating through your healing journey. + +Ultimately, embracing your wounds and utilizing the gifts that Chiron in Aries offers will help you cultivate a powerful sense of self and find fulfillment in your daily life and work. With dedication and self-awareness, you have the potential to turn your wounds into sources of strength and wisdom. + +****** Your Shadow Side and Overcoming Primary Fears + +Lilith in Pisces in the fifth house suggests that you have a deep-seated fear of expressing your true self creatively and authentically. You may struggle with feelings of self-doubt and a fear of criticism or rejection when it comes to showcasing your talents and passions. + +This placement also indicates a strong inclination towards allowing others to dictate how you should express yourself. You may easily get caught up in seeking validation and approval from others, hindering your ability to tap into your own creative potential. + +The shadow side of Lilith in Pisces in the fifth house can manifest as a tendency to suppress your unique artistic abilities, leading to frustration and a sense of unfulfilled potential. You may fear being judged for your artistic expression or worry that your creativity falls short of societal or personal expectations. + +You should recognize that tapping into your creative side and expressing yourself freely is essential for your personal growth and happiness. This may require you to confront your fears and insecurities head-on. By gently embracing and honoring your artistic gifts, you can begin to release the self-imposed limitations that have been holding you back. + +In the fifth house, Lilith's influence extends beyond creative expression to your experiences with love, romance, and children. You may feel a fear of being vulnerable in relationships, leading you to hold back emotionally or struggle with establishing deep connections. This fear may stem from past experiences or a fear of being rejected for your true self. + +To overcome these fears, it is crucial to cultivate self-love and acceptance. By embracing your authentic self and allowing your creativity to flow freely, you can attract more meaningful and fulfilling relationships. Additionally, exploring your relationship with children and your inner child can also provide insights into your fears and help you to heal and grow. + +In this synthesis of Lilith in Pisces and the fifth house, it is important to be aware of potential challenges, such as a tendency to seek external validation and fear of expressing yourself authentically. However, with self-reflection and personal growth, you have the opportunity to transform these hidden aspects of yourself into empowering strengths. + +Your creative expression is unique and valuable. By acknowledging and embracing your true artistic self, you can find joy, fulfillment, and deeper connections in all areas of your life. + +****** Your Unique Life Path and Personal Growth Journey + +The North Node in Sagittarius in the first house suggests that your developmental path and personal growth will be greatly influenced by the qualities of adventure, expansion, and exploration. You have a deep desire to seek truth, knowledge, and meaning in life. You are driven to understand the bigger picture and explore different cultures, philosophies, and belief systems. + +This placement indicates that you may have a natural enthusiasm and optimism which can inspire and uplift others around you. You may find great fulfillment in sharing your wisdom and experiences, encouraging others to expand their horizons and embrace new perspectives. Your ability to communicate with enthusiasm and conviction can make you an effective leader and motivator. + +However, be mindful of potential challenges that may arise. With the North Node in the first house, you may sometimes struggle with finding the right balance between your personal needs and those of others. You may need to develop a sense of independence and self-assertiveness, while also learning to maintain harmony and cooperation in your relationships. + +Additionally, be aware of a tendency to become restless or impatient. Your desire for constant exploration and new experiences may lead you to overlook important details or rush into decisions without careful consideration. It's crucial to cultivate patience and discipline, and to focus on developing a solid foundation before embracing new opportunities or ventures. + +The North Node in Sagittarius in the first house encourages you to embrace your natural curiosity, adventurous spirit, and passion for knowledge. By pursuing personal growth, expanding your horizons, and embracing new experiences, you have the potential to inspire and positively impact those around you. Stay true to yourself, be mindful of balance, and approach new opportunities with thoughtful consideration. Your journey towards personal fulfillment and self-discovery will be an exciting and rewarding one. + +***** Aspects +****** Drivers +******* Mars Conjunction Chiron (orb 1°8') + +This aspect was already discussed in the Your Inner Wounds and Healing Journey section above. + +******* Uranus Conjunction Ascendant (orb 4°39') + +This aspect was already discussed in the Your Filter Over Your Personality section above. + +******* Mars Opposition Uranus (orb 0°26') + +This aspect was already discussed in the Your Energy and Action section above. + +******* Uranus Opposition Chiron (orb 0°42') + +Chiron, the "Inner Wound" asteroid, resides in the fiery sign of Aries in your birth chart. This signifies that your core wound revolves around issues related to your independence, self-identity, and assertiveness. You may have experienced situations where your ability to express your unique self was hindered or where you felt a lack of confidence in asserting your needs and desires. + +The sixth house placement of Chiron indicates that these wounded feelings are likely to manifest in your daily routines, work environment, and health matters. You may have encountered challenges in finding your place in the professional sphere or in maintaining a healthy work-life balance. These struggles could stem from deep-rooted wounds that impact your self-esteem and ability to assert yourself in these areas of life. + +Furthermore, Chiron's opposition to Uranus in the twelfth house adds another layer to this dynamic. The relationship between these planetary energies suggests that your wound may be tied to feelings of unpredictability, instability, and a need for freedom. It is possible that you have experienced unexpected events or disruptions that have shaped your sense of identity and affected your ability to take charge of your life. The twelfth house placement of Uranus indicates that these challenges may manifest in hidden or subconscious ways, potentially leading to occasional feelings of confusion or rebellion. + +To address this, your healing path lies in developing self-confidence, assertiveness, and a strong sense of self-identity. Learning to navigate the areas of work, daily routines, and health with greater self-assurance will be crucial. It may be beneficial to explore activities or practices that foster personal empowerment and allow you to express your independence. + +While this combination suggests some potential challenges, it is important to approach them with optimism and a growth mindset. By acknowledging and working through these wounds, you have the potential to transform your experiences into valuable lessons. Healing takes time and effort, but with perseverance, you can emerge stronger and more resilient. + +******* Mars Opposition Ascendant (orb 4°13') + +With your Ascendant in Scorpio, dear, you have a dynamic, mysterious, and intense approach to life. The Ascendant represents the outer mask you wear when interacting with the world, and yours portrays a person who is perceptive, secretive, and deeply passionate. + +Your Ascendant in Scorpio also modifies the expression of your Cancer sun, adding an extra layer of intensity and depth to your emotional nature. While Cancer individuals are already known for their sensitivity and nurturing instincts, your Scorpio Ascendant brings a powerful sense of intuition, determination, and resourcefulness. You may possess a shrewd ability to assess situations and people, often seeing beyond surface appearances and uncovering hidden truths. + +It's important to note that your Mars is in Aries in the sixth house, forming an opposition aspect with your Scorpio Ascendant. This aspect suggests that you have a strong, assertive, and independent energy. Mars is the planet of action and drive, and its influence gives you a passionate and active approach to life. + +With this aspect, you may possess a competitive spirit and a desire to lead. Your strong Martian energy can manifest in a direct and forceful way, making you fearless when it comes to pursuing your goals. You have the inherent ability to stand up for yourself and those you love, preferring to take charge and make things happen rather than waiting for others to act. + +However, while this Martian energy can be empowering, it also carries its challenges. You may encounter some conflicts or power struggles with others due to your assertive nature. It is essential to embrace diplomacy and find healthy outlets for your passionate energy to avoid being overly confrontational or overly impulsive. + +Your Ascendant in Scorpio adds depth and intensity to your sensitive Cancer sun, creating a personality that is perceptive, resourceful, and emotionally attuned. With the Mars opposition aspect, your assertive and independent side shines through, providing you with considerable drive and determination. + +To make the most of this combination, harness your intuition, passion, and ability to assess situations effectively, ensuring you use your Martian energy constructively to achieve your goals. Be mindful of potential power struggles or conflicts, taking care to find balanced ways to express your assertiveness without alienating those around you. + +Remember, dear, that you possess the ability to navigate successfully through any challenges that may arise. Embrace your unique combination of strengths, and approach life with passion, authenticity, and emotional insight. + +******* Sun Square Pluto (orb 0°37') + +This aspect was already discussed in the Your Conscious Self section above. + +******* Jupiter Square Saturn (orb 0°59') + +This aspect was already discussed in the Your Luck, Expansion, and Growth section above. + +******* Moon Square Neptune (orb 3°27') + +This aspect was already discussed in the Your Inner Subconscious section above. + +******* Moon Square Mercury (orb 3°42') + +Your moon in Pisces reflects a deeply sensitive and intuitive nature. You are attuned to the emotions of others and possess a strong imagination. Being in the fifth house, the area of creativity, self-expression, and romance, you seek emotional fulfillment through artistic endeavors, such as painting or writing, where you can channel your deep emotions into something beautiful. You have a natural ability to connect with others on an emotional level, making you an empathetic and compassionate friend or partner. + +However, the square aspect between your moon in Pisces and Mercury in Gemini in the eighth house presents some challenges. This aspect can create a conflict between your emotional intuition and your logical mind. You may have difficulty expressing your feelings or articulating your emotions accurately to others, leading to misunderstandings. Your mind is highly active and analytical, seeking to gain a deeper understanding of the mysteries of life, including psychological and spiritual aspects. + +Navigating this aspect successfully requires balance and self-awareness. It is essential to find ways to engage both your emotional sensitivity and intellectual curiosity simultaneously. Cultivating effective communication skills will help you bridge the gap between your emotions and your thoughts. Journaling or talking with a trusted confidant can provide an outlet for your emotions and help you gain clarity. + +While this aspect can present some challenges, it also offers you an opportunity for personal growth. Embrace the synergy between your intuitive and analytical sides, allowing them to enhance each other. Trust your instincts while also developing your communication skills, as this will enable you to share your emotions with others in a more precise and understanding manner. + +By integrating both your emotional intelligence and intellectual curiosity, you have the potential to become a well-rounded individual who can offer unique perspectives and insights to those around you. Your creative endeavors can serve as a therapeutic outlet and a means to express your deepest emotions. Through self-awareness and practice, you can harmonize the contrasting energies of your moon in Pisces with Mercury square, allowing you to enjoy a fulfilling and meaningful life. + +Remember, the journey of personal growth is ongoing, and it's normal to encounter challenges along the way. Embrace the lessons that come with this aspect and have faith in your ability to navigate the complexities of your emotional and intellectual self. With determination and self-compassion, you can create a fulfilling life that integrates both your emotional sensitivity and logical thinking. +Ease + +******* Venus Trine Jupiter (orb 0°38') + +This aspect was already discussed in the Your Love, Values, and Attraction section above. + +******* Neptune Trine Midheaven (orb 3°53') + +This aspect was already discussed in the Your Career and Public Reputation section above. + +******* Sun Trine Ascendant (orb 4°6') + +Your Ascendant is in Scorpio, and it plays a significant role in shaping your approach to life. Scorpio Ascendant individuals are intense, passionate, and mysterious. You have a deep desire to understand the underlying truths and motivations in every situation, which drives you to explore the depths of knowledge and experience. + +With your Sun in Cancer in the ninth house in trine aspect to your Ascendant, your Scorpio filter enhances the expression of your Sun sign, making you even more compassionate, sensitive, and nurturing. This aspect brings harmony between your outer self and your inner emotional core. You have a natural ability to connect with others on a deep, emotional level, and your intuition is strong. + +People are often drawn to your calm and comforting presence. You genuinely care about others and love to offer support and guidance. Your Scorpio Ascendant intensifies your feelings and emotions, making you highly perceptive and insightful. You have the ability to see through superficiality and get to the heart of any matter, which can be a great asset in any situation. + +Your interest in learning and expanding your horizons is also accentuated by this aspect. You have a curiosity that drives you to explore different cultures, philosophies, and belief systems. Travel and higher education may play a significant role in your personal growth and development. You have a thirst for knowledge and a desire to make a positive impact in the world. + +While you have many strengths, be aware of potential challenges that may arise with this combination. The intensity of Scorpio can sometimes lead to emotional extremes, and you may find yourself grappling with periods of deep introspection and self-doubt. Remember to practice self-care and seek balance to avoid becoming overwhelmed by your own emotions. + +Your Ascendant in Scorpio brings depth, passion, and an intuitive understanding to everything you do. It enhances the caring nature of your Sun in Cancer, making you a compassionate and perceptive individual. Embrace your ability to connect with others on a profound level and use it as a force for good in your life and the lives of those around you. + +******* Sun Trine Moon (orb 6°2') + +Your sun in Cancer indicates that you have a nurturing and protective nature. Cancer is a sensitive and emotional sign, and people with this placement tend to deeply care for their loved ones. You are likely someone who values family and home life, and you may find great satisfaction in creating a warm and loving environment for yourself and those around you. + +With your sun in the ninth house, your vital energies are focused on seeking knowledge and expanding your horizons. The ninth house is associated with higher learning, philosophy, and travel. You have a strong desire to explore different cultures and belief systems, and may find yourself drawn to educational pursuits or spiritual practices. Your ability to integrate these experiences into your daily life is a testament to your adaptability and openness. + +The trine aspect between your sun and moon further enhances your emotional sensitivity and receptiveness. Sun trine moon brings harmony and ease between your conscious self and your emotional needs. You have a natural ability to navigate your emotions and understand your own emotional landscape. This alignment also suggests a strong intuition and an innate understanding of the deeper aspects of life. + +In the fifth house, your moon in Pisces highlights your creative expression and desire for emotional fulfillment. This placement suggests that you may find solace and joy in artistic pursuits such as painting, writing, or music. Your emotions are often channeled into your creative endeavors, allowing you to express yourself authentically and intuitively. + +We see a compassionate and caring individual whose nurturing nature extends beyond just their loved ones. You have a strong desire to make a positive impact on the world, and this may manifest through your involvement in charitable or humanitarian causes. Your love for learning and exploration fuels your curiosity, and you may find great joy in immersing yourself in different cultures and belief systems. + +However, be mindful of the potential challenges that may arise with this combination. Your strong emotional sensitivity can sometimes lead to feeling overwhelmed or easily influenced by others. It's crucial to establish healthy boundaries that protect your own emotional well-being. + +You have a beautiful combination of traits that allows you to bring warmth, compassion, and wisdom to any situation you encounter. By nurturing yourself and maintaining a healthy balance between your emotions and intellect, you can make a significant positive impact on both your own life and the lives of those around you. + +******* Moon Trine Saturn (orb 7°16') + +The moon in your natal chart reveals your instinctive reactions and your deep-rooted emotional tendencies. With your moon in Pisces, you have a sensitive and empathetic nature. You possess a vivid imagination and are highly attuned to the emotional currents around you. This placement suggests that you respond to situations based on your subconscious predisposition, often guided by your intuition rather than rationality. + +Additionally, your moon resides in the fifth house, which indicates that you seek emotional fulfillment and security through creative self-expression and experiences that bring you joy. This house represents pleasure, romance, and finding meaning through self-expression. Your emotional well-being is deeply connected to artistic endeavors, recreational activities, and the pursuit of passion and self-discovery. You have a natural ability to tap into your creative side and find comfort and a sense of belonging through these avenues. + +Moreover, your moon forms a trine aspect with Saturn, which is located in your ninth house. This aspect harmoniously aligns the energies of the moon and Saturn, allowing for a supportive and constructive relationship between these two planets. With Saturn's influence in your ninth house, you possess a strong sense of responsibility towards your beliefs, moral values, and higher education. You are driven to explore and understand the world through intellectual pursuits and philosophical inquiry. + +The moon trine Saturn aspect emphasizes your emotional stability and groundedness, as Saturn's influence adds a practical and disciplined element to your emotional nature. You possess the ability to find balance between emotion and reason, allowing you to navigate life's challenges with resilience and determination. This aspect also suggests that you have a mature approach to your emotions and are adept at understanding and managing them in a healthy manner. + +However, be mindful of potential challenges that may arise from this configuration. With the moon in Pisces, you might sometimes be prone to self-doubt and over-sensitivity, particularly when it comes to matters of self-expression and creativity. The influence of Saturn can also bring a tendency to be too self-critical or withhold emotions due to a fear of vulnerability. Embrace your imaginative nature while maintaining a healthy balance with the practical aspects of life. + +You possess a profound emotional depth and a gift for creative expression. By embracing your sensitivity and artistic inclinations, you will find fulfillment and a strong sense of self. With the harmonious trine between the moon and Saturn, you have the potential to overcome challenges through resilience and emotional maturity. Trust in your intuitive guidance and use it to navigate both the practical aspects of life and the realms of creativity. + +******* Pluto Sextile Midheaven (orb 0°42') + +The Midheaven in Leo signifies a strong desire to be seen and recognized for your unique and creative talents. You have a natural flair for leadership, and your ambition is fueled by a need to make a significant impact in your chosen field. You crave admiration and respect from others, and you strive to shine brightly in whatever you do. + +With Pluto sextile the Midheaven, you possess a powerful inner drive to transform your career and public image. This aspect can bring about intense and deep-rooted changes in your professional life. You are not afraid to dig deep within yourself and explore your hidden desires and motivations. This constant search for personal power and authenticity can lead to significant breakthroughs in your career path. + +The sextile aspect between Pluto and the Midheaven suggests that you have the ability to harness the transformative energy of Pluto to your advantage. You are likely to experience opportunities for personal growth and success through your career. You possess a keen intuition and the capacity to make astute decisions, particularly when it comes to your professional choices. + +However, be aware that with Pluto's influence, there may be periods of intense change and upheaval in your career journey. You may encounter power struggles or an intense desire to control your professional environment. It's crucial to be mindful of using this energy constructively, rather than being consumed by it. + +Your Midheaven in Leo brings forth your natural magnetism and leadership qualities. Embrace your passion and self-expression, and let it shine through your professional endeavors. People are drawn to your charisma and confidence, and this can greatly enhance your chances of success. + +With the Midheaven in Leo and the Pluto sextile Midheaven aspect, you have the potential to make a lasting impact on your chosen field. Embrace your unique talent and passion, and allow yourself to transform and grow in your career. Stay true to your authentic self, and let your natural leadership abilities guide you towards success. + +******* Neptune Sextile Pluto (orb 3°11') + +Your Neptune in the second house signifies that you have a profound connection to the non-material realm, the mystical, and the transcendent when it comes to matters of personal values, finances, and material possessions. You find inspiration and spiritual growth in the way you earn and handle money, as well as in your approach to material resources. + +With Neptune in the second house, you may have a strong inclination to escape from mundane routines and uninspiring conditions that surround finances and material stability. You seek to infuse your day-to-day life with imagination and enchantment. Your ideals are closely tied to how you perceive and interact with money and possessions. + +The sextile aspect between Neptune in the second house and Pluto in the twelfth house emphasizes the deep transformative potential in your spiritual and mystical pursuits. This aspect strengthens your ability to penetrate the hidden realms of the psyche and explore the unconscious mind. You possess an intuitive insight and an extraordinary capacity to uncover the true essence of the unseen. + +This aspect illuminates a profound connection between your idealized view of personal values and the transformative potential of your spiritual practices. Through meditation, dream analysis, or other introspective techniques, you can tap into a wellspring of inspiration and personal growth. Your ability to integrate the mystical and the material is heightened, allowing you to navigate life's challenges with a higher degree of awareness and depth. + +However, be aware of the potential pitfalls of this configuration. Excessive idealization, particularly in matters related to personal finances, can lead to unrealistic expectations and disappointment. It is crucial to stay grounded and balanced in your approach to money, ensuring that you make practical decisions based on real-world circumstances. + +Your Neptune in the second house, in sextile aspect to Pluto in the twelfth house, indicates a powerful connection between your spiritual aspirations and your material well-being. By aligning your values with your spiritual growth, you can find profound inspiration and transformation in your everyday life. Remain mindful of the potential for idealization, and strive for a balanced approach that harmonizes your spiritual pursuits with the practical demands of the material world. + +******* Mercury Sextile Jupiter (orb 4°32') + +I can help you understand how your natal chart impacts your thinking and communication style. Your Mercury in Gemini in the eighth house indicates that you have an active and adaptable mind, especially when it comes to deep and transformative topics. You may have a natural proclivity towards investigative and analytical thinking, particularly when it comes to understanding the hidden truths of life. Your quick-witted nature enables you to think on your feet and communicate complex ideas with ease, which can make you a great conversationalist. + +The sextile aspect between your Mercury and Jupiter in Aries in the sixth house further emphasizes your strong intellect and ability to articulate your thoughts with ease. You are naturally curious and eager to learn new things, which can make you an excellent student or researcher. With Jupiter's influence in the mix, you may be particularly interested in analyzing belief systems and philosophies, and you have the potential to come up with original ideas and insights in this area. + +However, one thing to watch out for with this placement is a tendency towards overthinking. With strong mental energy and inquisitive nature, you may end up ruminating too much on a particular subject, causing undue stress. It's important to take breaks and practice mindfulness to avoid mental exhaustion. + +You are a curious and intelligent person with a natural inclination towards transformative thinking. By utilizing your quick-witted communication skills, you have the potential to gain deep insights and explore a wide range of subjects. Try to balance your mental activity with self-care, and you will continue to excel. + +******* Mercury Sextile Venus (orb 5°10') + +You possess a Mercury in Gemini in your eighth house in sextile aspect to Venus in Leo in your tenth house. This indicates a very unique expression of your intellect and communication abilities. + +The placement of Mercury in Gemini highlights your exceptional mental agility and your ability to think fast on your feet. You possess a sharp wit and a love for intellectual conversation and debate. You have a talent for language and communication, and you are able to convey complex ideas with ease due to your natural intelligence and excellent communicative skills. + +With Mercury in the eighth house, you may experience a heightened sensitivity towards taboo topics such as death, sex, and transformation. You possess the ability to delve deep into the meaning of things and to uncover hidden truths. In this area of life, you may instinctively turn towards deeper, more esoteric or mystical knowledge, and become passionate about the mysteries of existence. + +Your Mercury in Gemini sextile to Venus in Leo indicates that you possess a charming, magnetic personality, and a charm that draws people to you. In your professional life, you have charisma, the ability to speak with authority, and an ease in relating to people. You are naturally ambitious and may be very successful in your career. + +However, be careful that your success doesn't come at the expense of others. This combination can sometimes lead to a tendency for self-promotion and self-aggrandizement, which can create friction in your personal relationships. It's important to use your natural charisma and communication abilities to build bridges that will benefit everyone. + +Your Mercury in Gemini in the eighth house in sextile aspect to Venus in Leo in the tenth house highlights your natural intelligence, passion for deep knowledge, and ease with communication and language. It's important to use these skills in a mutually beneficial way that will allow you to achieve your personal goals while also serving others. +Talents + +******* Venus Quintile Ascendant (orb 1°0') + +Your Venus in Leo in the tenth house in a quintile aspect to your Ascendant in Scorpio brings a powerful combination of creative expression and ambition to your personality. Let's break this down and explore the meaning behind this aspect and how it influences your unique talents. + +The quintile aspect is associated with unusual abilities and talents that set you apart from others. It indicates that you possess a natural gift for artistic expression, particularly in areas related to beauty, aesthetics, and harmony. You have a knack for infusing your creativity into everything you do, adding a touch of glamour and passion in your pursuits. + +With Venus in Leo, your innate sense of style and magnetism shines through. You possess a radiant and confident energy that draws attention and admiration from those around you. Your creative endeavors are fueled by a strong desire for self-expression and recognition. You have a flair for the dramatic and a natural ability to captivate others with your artistry. + +Placed in the tenth house, your Venus in Leo highlights your ambitions and professional aspirations. You have a strong drive to achieve success and recognition in your chosen field. You strive to be seen as a leader and authority in your area of expertise. Your creative talents can be channeled into a public or high-profile career, where you can showcase your unique abilities to a larger audience. + +The Ascendant in Scorpio adds depth and intensity to your personality. You possess a magnetic and mysterious aura that captivates others. Your creative expression may have an underlying sense of power and sensuality, as you delve into the depths of emotions and explore the hidden aspects of life. This energy gives your artistry a certain enigmatic quality that others find intriguing. + +However, be mindful of potential challenges that may arise with this aspect. The combination of a strong desire for recognition and a need for intensity can sometimes lead to a tendency to seek validation through external sources. It's essential to cultivate a healthy balance between recognition and inner fulfillment, ensuring that your creative pursuits align with your own values and passions. + +Your quintile aspect between Venus in Leo in the tenth house and your Ascendant in Scorpio highlights your unique talents and creative abilities. You have a natural gift for artistic expression and a desire to make a lasting impact on the world. Stay true to your creative vision while remaining grounded and focused on your personal fulfillment. Embrace opportunities to share your artistry with others, and you will continue to shine brightly. + +******* Moon Biquintile Midheaven (orb 1°20') + +Your moon being in Pisces in the fifth house represents a deep emotional connection to creativity, self-expression, and enjoyment in life. This placement reflects a natural ability to tap into your emotions to fuel your artistic pursuits. You possess a vivid imagination and are highly intuitive, allowing you to infuse your creative projects with a touch of magic and fantasy. + +The biquintile aspect between your moon and the Midheaven in Leo adds a special touch to your unique talents. The biquintile aspect is known to bestow an extra spark of creativity and innovation in an individual's life. In your case, it enhances your ability to use your artistic gifts to make a lasting impact on the world around you. + +With your moon in Pisces, you are compassionate, sensitive, and deeply attuned to the emotions of others. You have a natural inclination towards empathy and nurturing, which can be channeled into your creative work. Your artistic endeavors may revolve around themes of spirituality, dreams, and compassion for the human experience. + +The fifth house represents self-expression, creativity, and joy. With the moon in this house, you find emotional fulfillment through your creative pursuits. It is likely that you have a strong emotional attachment to the art you create, and that it serves as an outlet for your deepest feelings. + +The Midheaven in Leo signifies a strong desire for recognition and a need to be in the spotlight. You possess a natural sense of leadership and a strong will to achieve your ambitions. Your creative talents, influenced by the biquintile aspect, have the potential to make a significant impact in your public life and career. You have the ability to captivate others with your creative expression, and people are drawn to your powerful presence and charisma. + +However, be aware of some potential challenges. With the moon in Pisces, you might sometimes struggle with boundaries, becoming emotionally overwhelmed or getting lost in your dreams. This can hinder your ability to seize opportunities and manifest your creative visions. Balancing your emotions and being assertive in pursuing your goals is a key lesson for you. + +To make the most of this aspect, embrace your unique talents and trust in your instinctual creativity. Cultivate a strong sense of self-belief and confidence in your abilities. Take advantage of opportunities that allow you to share your creative gifts with others, as this combination signifies great potential for success and recognition. + +Remember, your creativity is a gift, and by honing your skills and staying true to your artistic vision, you can leave a lasting impact on the world and inspire others. Stay grounded and connected to your emotions, find healthy ways to release and channel your emotions, and don't be afraid to step outside of your comfort zone to shine your light brightly. + +****** Unrealized Potential, Waiting For You To Make Adjustments +******* Sun Quincunx Neptune (orb 2°34') + +The quincunx aspect between your Sun in Cancer in the ninth house and Neptune in the second house suggests a theme of unrealized potential in your life. Let's break it down to understand what this aspect means and how it may manifest for you. + +To begin, let's look at the nature of the quincunx aspect. It brings together two energies that are disconnected, creating a sense of tension and challenge. In your case, this tension exists between your core self-expression (represented by the Sun) and your dreams, spirituality, and imagination (represented by Neptune). It can sometimes feel like these two aspects of your life are not aligned, causing confusion and a sense of unfulfilled potential. + +The Sun in Cancer reflects your emotional nature and your desire for security and nurturing. It suggests that you feel most fulfilled when you can connect on a deep emotional level with others and when you create a sense of belonging and stability in your environment. With the Sun in the ninth house, you have an inherent curiosity about the world and a strong need for expanding your horizons through travel, learning, and exploring different belief systems. + +On the other hand, Neptune in the second house brings a spiritual and imaginative quality to your sense of values, possessions, and finances. It can make your relationship with money and material resources somewhat elusive or prone to illusions. You may find it challenging to strike a balance between your material aspirations and your deeper spiritual needs. This could lead to a sense of unrealized potential in terms of material abundance or financial stability. + +There may be times when you feel unsure about how to integrate your spiritual beliefs and your need for security. You may have a tendency to idealize or romanticize certain aspects of life, including your finances and personal values. This can sometimes lead to disappointment or confusion, as your expectations may not align with reality. + +However, this aspect also holds great potential for growth and transformation. By recognizing that these seemingly opposing energies can coexist, you have the opportunity to find a more harmonious balance between your emotional fulfillment and your spiritual aspirations. Embrace your imaginative nature to infuse your sense of security and material well-being with inspiration and a higher purpose. + +Developing a deep sense of self-worth and understanding that material possessions do not define your value will be crucial in navigating the challenges associated with this aspect. By tapping into your intuition and learning to trust your inner guidance, you can unlock your untapped potential and find the balance that brings you both emotional fulfillment and material abundance. + +Life is a journey, and unrealized potential is simply an invitation for growth and expansion. Embrace the lessons that this aspect brings, and you will find your own unique path to living a meaningful and fulfilled life. +Spiritual + +******* Uranus Novile Neptune (orb 1°19') + +Having Uranus in your twelfth house in a novile aspect to Neptune in your second house suggests that you have a unique and unconventional approach when it comes to your values, possessions, and finances. + +The novile aspect, which is a minor aspect, indicates a potential for inspiration, originality, and creative thinking in the areas of life represented by the planets involved. In your case, this means that you have the ability to think outside the box and come up with innovative ideas when it comes to your material resources and how you define your self-worth. + +With Uranus in your twelfth house, you have a strong inclination towards exploring the depths of your subconscious mind and seeking spiritual experiences. You may have a unique way of connecting with the spiritual realm or be drawn to alternative or non-traditional spiritual practices. You have a natural intuition that allows you to tap into hidden truths and perceive things beyond the physical world. + +Neptune in your second house suggests that your relationship with money and possessions can be quite idealistic and even elusive at times. You may have a tendency to be overly generous or self-sacrificing when it comes to your material resources. Be mindful of becoming too attached to material possessions or falling into financial escapism through unrealistic spending or financial choices. + +In the synthesis of these interpretations, it appears that you have a strong desire to merge your spiritual and material worlds. You may find unconventional ways to manifest your desires or create financial stability. Your ability to tap into your intuitive knowledge can be valuable when it comes to making financial decisions, as long as you don't let idealism cloud your judgment. It's important to strike a balance between the spiritual and the practical, finding ways to integrate your unique insights into your daily life. + +Potential challenges for you may arise when you become overly detached from material concerns or struggle with financial stability due to impulsive or non-traditional choices. It's important to stay grounded and maintain a realistic perspective on your resources and financial well-being. + +Your innovative and intuitive nature can be a powerful asset in navigating your financial journey. Embrace your ability to think outside the box and find ways to bridge the gap between your spiritual aspirations and your material reality. Trust in your intuitive guidance, but also stay grounded and practical in your approach. By finding this balance, you have the potential to make significant strides in creating a fulfilling and prosperous life that aligns with your unique values and desires. + +**** DONE [[https://www.usmcu.edu/Outreach/Marine-Corps-University-Press/Books-by-topic/MCUP-Titles-A-Z/Returning-from-Ebb-Tide/][Returning from Ebb Tide]] +CLOSED: [2026-03-31 Tue 18:58] +:PROPERTIES: +:TITLE: Returning from Ebb Tide +:URI: https://www.usmcu.edu/Outreach/Marine-Corps-University-Press/Books-by-topic/MCUP-Titles-A-Z/Returning-from-Ebb-Tide/ +:CREATED: [2025-06-17 Tue 12:54] +:ID: Returning-from-Ebb-Tide-2026-03-31-18-58-29 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:58 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Returning-from-Ebb-Tide-2026-03-31-18-58-29-wyd2bY.org +:ARCHIVE_CATEGORY: wip-Returning-from-Ebb-Tide-2026-03-31-18-58-29-wyd2bY +:ARCHIVE_TODO: DONE +:END: + +**** DONE Moving :@personal: +CLOSED: [2026-03-31 Tue 18:58] +:PROPERTIES: +:CREATED: [2025-07-10 Thu 18:08] +:ID: Moving-2026-03-31-18-58-42 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:58 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Moving-2026-03-31-18-58-42-kBFeYn.org +:ARCHIVE_CATEGORY: wip-Moving-2026-03-31-18-58-42-kBFeYn +:ARCHIVE_TODO: DONE +:END: + +Hi. We are moving to a place 5 minutes away by car. The origin is an apartment building with a dedicated loading dock. Freight elevator booked 12:30-3:30 on 24 July. Destination is a house with a private driveway. + +This is an inventory: + + * Between 30-40 medium-sized boxes + * 1 King sized bed, disassembled + * 1 King sized mattress + * 1 Twin sized bed, with drawer + * 2 Twin sized mattresses + * 1 80' couch + * 1 L-shaped couch, broken down in 3 parts + * 2 futon + * 1 60'x40' dining table, 4 light high chairs + * 1 coffee table + * 1 entertainment console + * 1 medium-sized rug + * 2 TVs + * 2 flat art pieces 40'x12' + * 1 bean bag + * 2 potted plants + * 1 wooden desk + * 2 light metal desks, disassembled + * 2 desk chairs + * 1 30' wooden chest + * 4 standing lamps, and a few light long items that don't fit in boxes + * half a dozen suit cases. + +I will be helping you with the move, so we only need a truck, a dolly, and moving blankets. + +**** DONE Nancy had another episode :@personal: +CLOSED: [2026-03-31 Tue 18:59] +:PROPERTIES: +:CREATED: [2025-07-19 Sat 14:17] +:ID: Nancy-had-another-episode-2026-03-31-18-58-53 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:59 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Nancy-had-another-episode-2026-03-31-18-58-53-rWgHvD.org +:ARCHIVE_CATEGORY: wip-Nancy-had-another-episode-2026-03-31-18-58-53-rWgHvD +:ARCHIVE_TODO: DONE +:END: + +Today is the last weekend in Wisconsin Place before we move to Kanahwa. I am almost done packing everything. 21 big pieces of furniture and 40 boxes, plus a few smaller things. Nancy had another outburst at me today because while she is a 48 year old and still has to do things she doesn't like, I don't. I can sit all day and watch YouTube if that's what I want, while she has to fundraise, get things done, and meet people. She is so tired and nobody feels what it feels like. I keep saying I do know what it feels like but I don't, because she is on the verge of breaking down and I am still pushing her to pack her papers (which I did almost completely but she didn't appreciate me messing the way she ordered things (there is no order), and her clothes and personal belongings. + +Once again, she hit her head, screamed and locked herself in the bathroom and banged against things. Then she went out, emptied her night stand on the bed and continued sobbing. Throughout, I said nothing and tried to remind myself that this is not about me, or even her burn out from work for that matter. This is about unsettling change. Packing and unpacking, even if for a few nights in NYC is extremely difficult for Nancy. In her dreams and tears today I could clearly see how this isn't about the task at hand (putting things in boxes and clothes in suitcases). This clearly has to do with the old trauma, and she still thinks I don't see it. + +She said she doesn't want to be in the new place because she will be isolated. She is upset here because she has to accommodate everybody. Both things can't be right at the same time unless she is worried that I will finally have space and the ability to do things other than sitting all day, watching YouTube, and keeping out of her way until she wants me around. Part of her knows I am not happy specifically because of this arrangement, which is why she always asks if I love her. She fears that I will eventually drift away, and how she acts based on that fear (in addition to the constant mess) is what will cause the drift to happen. + +Four years ago, I promised myself I won't let Nancy insult me or unreasonably and explosively take her emotions out on me. She is getting better at not doing this, and I hope because she is genuinely getting better, not because she is bottling up. It cannot come fast enough for me. + +My green card is up for renewal by late October. I hope I have the wisdom afterwards to manage future conflicts like these, because I will have less selfish reasons to. I don't think I really begun to voice myself, mainly for avoiding any escalations. I hope the new, improved situation will help Nancy deal with me when I start filling my space and time and making myself heard. + +Kanahwa is a much bigger home that will cost twice the money. She complains less now about me not contributing since I am paying for the new place. The new complaint now is that I am not doing nice things, like planning trips. We had an argument about this last week. I am very clear about not making plans that she will change later anyway. + +I hope she realizes she can take time off or go part-time. Still unfathomable. + +Meanwhile, life in this flat is unbearable and I am actually looking forward to not hearing the whirr of air conditioning, the space that allows Nancy and the kids to do their part of the house work, and the space to allow me to not be around a mess when it inevitably arises. + +I was hoping to turn the shed into my own messy workshop, and the basement into a cleaner workshop and a place where I can build speakers, listen to music and do some soldering and computer work, but it seems the basement is being eyed by both Farida and Nancy, which is lovely. I'm sure my clean workshop will fit somewhere in their plans. + +**** DONE Kanawha :@personal: +CLOSED: [2026-03-31 Tue 18:59] +:PROPERTIES: +:CREATED: [2025-07-23 Wed 10:05] +:ID: Kanawha-2026-03-31-18-59-07 +:ORG_GTD: Reference +:ARCHIVE_TIME: 2026-03-31 Tue 18:59 +:ARCHIVE_FILE: /tmp/org-gtd/wip-Kanawha-2026-03-31-18-59-07-HjcWXb.org +:ARCHIVE_CATEGORY: wip-Kanawha-2026-03-31-18-59-07-HjcWXb +:ARCHIVE_TODO: DONE +:END: + +November. Shut off the water to the hoses, next to the electric box + +Spring, change the air conditioner filter, every six months. + +Gardner. Bob will advise + +Gutter: mid may, mid November, then later in December + +Hose in the back doesn't exist + +ADT security system. + diff --git a/inbox.org b/inbox.org index 8f3e340..ccf190f 100644 --- a/inbox.org +++ b/inbox.org @@ -3,4728 +3,12 @@ This is the inbox. Everything goes in here when you capture it. #+end_comment -* Reliable Sources: How Wikipedia Admin David Gerard Launders His Grudges Into the Public Record -:PROPERTIES: -:CREATED: [2024-07-30 Tue 04:50] -:ID: Reliable-Sources-How-Wikipedia-Admin-David-Gerard-Launders-His-Grudges-Into-the-Public-Record-2025-06-04-15-13-43 -:END: - -https://www.tracingwoodgrains.com/p/reliable-sources-how-wikipedia-admin - -* World gone -:PROPERTIES: -:CREATED: [2024-07-30 Tue 06:08] -:END: - -I was born in a world that's over now. People used to believe that Einstein 's theories were too complex to understand, that Freud was deep and valuable. - -* Lessons from the FDA for AI -:PROPERTIES: -:CREATED: [2024-08-01 Thu 21:47] -:END: - -https://ainowinstitute.org/lessons-from-the-fda-for-ai - -* Amazon.com: CANARY Cardboard Cutter with Safe Cover, Safety Box Cutter Box Opener Tool, Serrated Japanese Stainless Steel Blade, Orange, Made in JAPAN : Tools & Home Improvement -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:35] -:END: - -https://www.amazon.com/CANARY-Corrugated-Cardboard-Cutter-DC-191C/dp/B00HEZNHYA?linkId=98555c3c2c3f9b960cdaca3060908da1&language=en_US - -* Amazon.com: Gravel Travel Bottles TSA Approved 2-Pack 3 Oz Travel Bottles - Leakproof, Squeezable, BPA-Free Travel Bottles for Toiletries includes Label System for Travel Containers (Clear Speckle & Gray Speckle) : Beauty & Personal Care -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:42] -:END: - -https://www.amazon.com/GRAVEL-Silicone-Travel-Bottles-Approved/dp/B09NMNWMYT?linkId=e4e52a4a091244f07c31c57a4636fcb1&language=en_US - -* Amazon.com: Gravel Hanging Toiletry Bag, Water Resistant Hanging Travel Toiletry Bag for Shaving Kits, Makeup, Hanging Toiletry Bag for Men Dopp Kit & Hanging Cosmetic Travel Bag for Women (Black, Plus) : Beauty & Personal Care -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:42] -:END: - -https://www.amazon.com/Gravel-Explorer-PLUS-Waterproof-Toiletry/dp/B07CWPW7H9?linkId=c2ae74cd51801091eac5e4657b697886&language=en_US - -* Amazon.com: WITHINGS Body Scan - Smart Scale with Segmental Body Composition Analysis, Weighing Scales Body Weight & Vascular Age, Visceral Fat, Heart Rate, iOS/Android : Health & Household -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:47] -:END: - -https://www.amazon.com/WITHINGS-Body-Scan-Segmental-Composition/dp/B0CZTL6Q5G?ufe=app_do%3Aamzn1.fos.1740e8b9-be2d-46a4-a376-9d8efb903409&linkId=13725ec9fc8a20e1e0d6f56d43217993&language=en_US - -* X3 Bar Elite | X3 Bar | Products | Jaquish Biomedical -:PROPERTIES: -:CREATED: [2024-08-06 Tue 14:47] -:END: - -https://www.jaquishbiomedical.com/products/x3-bar/ - -* SmarterHome - Smarter Simpler Safer :home:automation: -:PROPERTIES: -:CREATED: [2024-08-07 Wed 12:04] -:END: - -https://www.smarterhome.com/ - -* Eight Sleep | The Intelligent Sleep System :sleep: -:PROPERTIES: -:CREATED: [2024-08-07 Wed 12:21] -:END: - -https://www.eightsleep.com/ - -* [[https://www.bloomberg.com/news/articles/2024-08-08/irvine-based-startup-leads-field-to-make-water-out-of-thin-air?cmpid%3D=socialflow-twitter-energy][Irvine-Based Startup Leads Field to Make Water Out of Thin Air - Bloomberg]] -:PROPERTIES: -:TITLE: Irvine-Based Startup Leads Field to Make Water Out of Thin Air - Bloomberg -:URI: https://www.bloomberg.com/news/articles/2024-08-08/irvine-based-startup-leads-field-to-make-water-out-of-thin-air?cmpid%3D=socialflow-twitter-energy -:CREATED: [2024-08-08 Thu 11:51] -:END: - -* [[https://www.nytimes.com/2024/08/04/business/bill-gates-warren-buffett-friendship.html][Has the Long Friendship of Bill Gates and Warren Buffett Reached Its Final Act? - The New York Times]] -:PROPERTIES: -:TITLE: Has the Long Friendship of Bill Gates and Warren Buffett Reached Its Final Act? - The New York Times -:URI: https://www.nytimes.com/2024/08/04/business/bill-gates-warren-buffett-friendship.html -:CREATED: [2024-08-08 Thu 11:51] -:END: - -* [[https://library.oapen.org/][OAPEN Home]] :books:library: -:PROPERTIES: -:TITLE: OAPEN Home -:URI: https://library.oapen.org/ -:CREATED: [2024-08-08 Thu 11:51] -:END: - -* [[https://www.amazon.com/dp/B0020TVDDM?social_share=cm_sw_r_cp_ud_dp_VS8HY1XMQK1EGJWH58WR][Amazon.com : MSR Alpine 2 Stainless Steel Camping Pot Set : Camping Cooking Utensils : Sports & Outdoors]] -:PROPERTIES: -:TITLE: Amazon.com : MSR Alpine 2 Stainless Steel Camping Pot Set : Camping Cooking Utensils : Sports & Outdoors -:URI: https://www.amazon.com/dp/B0020TVDDM?social_share=cm_sw_r_cp_ud_dp_VS8HY1XMQK1EGJWH58WR -:CREATED: [2024-08-08 Thu 12:20] -:END: - -* [[https://www.amazon.com/dp/B00453QNU4?social_share=cm_sw_r_cp_ud_dp_EN8YCXR2F86GDFN3CW0A][Amazon.com: MSR Alpine Spatula, Black : Home & Kitchen]] -:PROPERTIES: -:TITLE: Amazon.com: MSR Alpine Spatula, Black : Home & Kitchen -:URI: https://www.amazon.com/dp/B00453QNU4?social_share=cm_sw_r_cp_ud_dp_EN8YCXR2F86GDFN3CW0A -:CREATED: [2024-08-08 Thu 12:21] -:END: - -* [[https://www.amazon.com/dp/B000AR7970?social_share=cm_sw_r_cp_ud_dp_GG8XPE6F23TF1DB4FXH6][Amazon.com: TRANGIA Spirit Burner with Screwcap Versatile Easy to Use Alcohol Stove, 0 : Sports & Outdoors]] -:PROPERTIES: -:TITLE: Amazon.com: TRANGIA Spirit Burner with Screwcap Versatile Easy to Use Alcohol Stove, 0 : Sports & Outdoors -:URI: https://www.amazon.com/dp/B000AR7970?social_share=cm_sw_r_cp_ud_dp_GG8XPE6F23TF1DB4FXH6 -:CREATED: [2024-08-08 Thu 12:22] -:END: - -* [[https://www.amazon.com/dp/B079S2349Y?social_share=cm_sw_r_cp_ud_dp_0YFWT9C1ACDG4Z9HBF88][Amazon.com: Trangia Fuel Bottle Green : Automotive]] -:PROPERTIES: -:TITLE: Amazon.com: Trangia Fuel Bottle Green : Automotive -:URI: https://www.amazon.com/dp/B079S2349Y?social_share=cm_sw_r_cp_ud_dp_0YFWT9C1ACDG4Z9HBF88 -:CREATED: [2024-08-08 Thu 12:22] -:END: - -* [[https://modularbottle.com/products/tmb-standard][TMB - Modular Bottle – TMB ModularBottle]] :water: -:PROPERTIES: -:TITLE: TMB - Modular Bottle – TMB ModularBottle -:URI: https://modularbottle.com/products/tmb-standard -:CREATED: [2024-08-08 Thu 12:23] -:END: - -* Dick flash :video:sex: -:PROPERTIES: -:CREATED: [2024-08-09 Fri 13:49] -:END: - -https://www.erome.com/a/hqJOmm9g - -* Bitcoin on Docker - -With bitcoin blockchain on ZFS, you'll need to change ownership on ZFS - -chown -R 100000:100000 bitcoin /barrel/bitcoin - -then mount the directory on the container - -pct set 101 --mp0 /barrel/bitcoin,mp=/var/lib/docker/volumes/bitcoin/_data - -* Guy films himself getting waxed in front of wax class - ThisVid.com -:PROPERTIES: -:CREATED: [2024-08-13 Tue 01:28] -:END: - -https://thisvid.com/videos/giy-films-himself-getting-waxed-in-front-of-wax-class/ - -* OHMNI | Tin Foil Hat -:PROPERTIES: -:CREATED: [2024-08-14 Wed 08:24] -:END: - -https://www.ohmni.com/product-detail/tin-foil-hat - -* Bernie Sanders Blowjob : r/SluttyConfessions -:PROPERTIES: -:CREATED: [2024-08-14 Wed 15:25] -:END: - -https://www.reddit.com/r/SluttyConfessions/comments/l2jkw4/bernie_sanders_blowjob/ - -* CM3588 :computers:nas: -:PROPERTIES: -:CREATED: [2024-08-14 Wed 16:29] -:END: - -https://www.friendlyelec.com/index.php?route=product%2Fproduct&product_id=294 - -* Scots in kilts accidentally flashing - men flashing porn at ThisVid tube :video:nudity: -:PROPERTIES: -:CREATED: [2024-08-16 Fri 03:54] -:END: - -https://thisvid.com/videos/scots-in-kilts-accidentally-flashing/ - -* Hung daddy flash his hard cock to maids CFNM compilation - ThisVid.com :sex:video: -:PROPERTIES: -:CREATED: [2024-08-16 Fri 04:12] -:END: - -https://thisvid.com/videos/hung-daddy-flash-his-hard-cock-to-maids-cfnm-compilation/ - -* [[https://www.amazon.com/Odyssey-Friend-Letters-F-Buckley-1954-1961/dp/0895265672][Odyssey of a Friend: Letters to William F. Buckley, Jr. 1954-1961: Chambers, Whittaker: 9780895265678: Amazon.com: Books]] -:PROPERTIES: -:TITLE: Odyssey of a Friend: Letters to William F. Buckley, Jr. 1954-1961: Chambers, Whittaker: 9780895265678: Amazon.com: Books -:URI: https://www.amazon.com/Odyssey-Friend-Letters-F-Buckley-1954-1961/dp/0895265672 -:CREATED: [2024-08-16 Fri 11:58] -:END: - -* What Game Theory Reveals About Life, The Universe, and Everything -:PROPERTIES: -:CREATED: [2024-08-17 Sat 12:45] -:END: - -https://youtube.com/watch?v=mScpHTIi-kM&si=2RIgVf79OznFGG_2 - -Thr best strategy is tit-for-tat - -All good strategies are -- nice, not nasty. They don't begin with defection -- forgiving, not unforgiving. They forgive after one response -- retaliatory, not a pushover. When attacked, attack back. -- clear, not opaque. Let others figure out your strategy - -* The 6 Hidden Patterns of History: Chapter 1, A Brief Introduction to the Metamemes Model - Metamoderna -:PROPERTIES: -:CREATED: [2024-08-19 Mon 15:47] -:END: - -https://metamoderna.org/the-6-hidden-patterns-of-history-chapter-1-a-brief-introduction-to-the-metamemes-model/ - -* Pluralistic: “Disenshittify or Die” (17 Aug 2024) – Pluralistic: Daily links from Cory Doctorow -:PROPERTIES: -:CREATED: [2024-08-19 Mon 15:47] -:END: - -https://pluralistic.net/2024/08/17/hack-the-planet/#how-about-a-nice-game-of-chess - -* The Rise of Therapy-Speak | The New Yorker -:PROPERTIES: -:CREATED: [2024-08-19 Mon 15:48] -:END: - -https://www.newyorker.com/culture/cultural-comment/the-rise-of-therapy-speak?utm_social-type=owned - -* In the Age of A.I., What Makes People Unique? | The New Yorker -:PROPERTIES: -:CREATED: [2024-08-19 Mon 15:48] -:END: - -https://www.newyorker.com/culture/open-questions/in-the-age-of-ai-what-makes-people-unique?utm_social-type=owned - -* Ranches, Farms, and Land for Sale Near Me - Land.com -:PROPERTIES: -:CREATED: [2024-08-19 Mon 15:48] -:END: - -https://www.land.com/ - -* New & Used Recreational Vehicles for Sale | RVT -:PROPERTIES: -:CREATED: [2024-08-19 Mon 15:48] -:END: - -https://www.rvt.com/ - -* The Hacker Fab at Carnegie Mellon University – The first open-source semiconductor fab -:PROPERTIES: -:CREATED: [2024-08-20 Tue 15:39] -:END: - -https://hackerfab.ece.cmu.edu/ - -* [[https://www.posenlibrary.com/entry/truth-land-israel][Truth from the Land of Israel | Posen Library]] -:PROPERTIES: -:TITLE: Truth from the Land of Israel | Posen Library -:URI: https://www.posenlibrary.com/entry/truth-land-israel -:CREATED: [2024-08-22 Thu 17:59] -:END: - -* [[https://www.squarepegtoys.com/eggplugs/][EggPlugs | SquarePegToys®]] :sex: -:PROPERTIES: -:TITLE: EggPlugs | SquarePegToys® -:URI: https://www.squarepegtoys.com/eggplugs/ -:CREATED: [2024-08-22 Thu 18:00] -:END: - -* [[https://www.sifive.com/press/sifive-announces-high-performance-risc-v-datacenter-processor-for-ai-workloads][SiFive Announces New High-performance RISC-V Datacenter Processor for Demanding AI Workloads]] -:PROPERTIES: -:TITLE: SiFive Announces New High-performance RISC-V Datacenter Processor for Demanding AI Workloads -:URI: https://www.sifive.com/press/sifive-announces-high-performance-risc-v-datacenter-processor-for-ai-workloads -:CREATED: [2024-08-22 Thu 18:03] -:END: - -* Nomad Border Pass -:PROPERTIES: -:CREATED: [2024-08-24 Sat 09:06] -:END: - -https://plumia.org/nbp/ - -* The Oven of Akhnai - Wikipedia -:PROPERTIES: -:CREATED: [2024-08-24 Sat 09:09] -:END: - -https://en.m.wikipedia.org/wiki/The_Oven_of_Akhnai - -From the Talmud. Iearned about this from literatureandhistory.com podcast. According to this story, God was happy when his children outgrew him in knowledge. - -The brilliance of the Talmud is that it is not a philosophical system like that of Plato, Aristotle, Spinoza, Kant, or Hegel. Rather, it is a collective thinking process - -* The eighth turning of the US -:PROPERTIES: -:CREATED: [2024-08-26 Mon 11:35] -:END: - -I am watching a video on the seven ages of the US: colonial, federalist, Jacksonian Democrats, Lincoln Republicans, Roosevelt Progressives, Roosevelt New Dealers, and Regan's Revival. We are on the cusp of another turning with the coming election. It seems to me this is a pendulum swing between idealist elites (federalists, Lincoln, New Dealers) and pragmatic populists (Jackson, Roosevelt and Reagan). This can also be a swing between a yin and yang. It would be interesting to look deeper into the biographies of the leading presidents in these eras, as it seems to me Jackson, Roosevelt and Reagan were affected more by their fathers than mothers growing up. Of course, nothing more indicative of a swing to yang than a Kamala Harris presidency. - -https://youtu.be/HP0jUPf1uUk?si=Qt2JfPF-rLXfyeyO - -* [[https://www.palestine-studies.org/ar/node/1646542][دروز في زمن "الغفلة": من المحراث الفلسطيني إلى البندقية الإسرائيلية | مؤسسة الدراسات الفلسطينية]] -:PROPERTIES: -:TITLE: دروز في زمن "الغفلة": من المحراث الفلسطيني إلى البندقية الإسرائيلية | مؤسسة الدراسات الفلسطينية -:URI: https://www.palestine-studies.org/ar/node/1646542 -:CREATED: [2024-08-28 Wed 11:16] -:END: - -* [[https://ibis.wiki/article/Announcing_Ibis,_the_federated_Wikipedia_Alternative@ibis.wiki][]] -:PROPERTIES: -:TITLE: -:URI: https://ibis.wiki/article/Announcing_Ibis,_the_federated_Wikipedia_Alternative@ibis.wiki -:CREATED: [2024-08-28 Wed 11:17] -:END: - -* [[https://joinmobilizon.org/en/][#JoinMobilizon - Let’s take back control of our events]] -:PROPERTIES: -:TITLE: #JoinMobilizon - Let’s take back control of our events -:URI: https://joinmobilizon.org/en/ -:CREATED: [2024-08-28 Wed 11:17] -:END: - -* [[https://store.45homelab.com/presale/hl8][45HomeLab Store]] -:PROPERTIES: -:TITLE: 45HomeLab Store -:URI: https://store.45homelab.com/presale/hl8 -:CREATED: [2024-08-28 Wed 11:17] -:END: - -* [[https://www.prospectmagazine.co.uk/world/40640/the-new-american-civil-war][The new American Civil War]] -:PROPERTIES: -:TITLE: The new American Civil War -:URI: https://www.prospectmagazine.co.uk/world/40640/the-new-american-civil-war -:CREATED: [2024-08-28 Wed 11:18] -:END: - -* [[https://reason.com/2024/08/13/can-nostr-make-twitters-dreams-come-true/][Can Nostr Make Twitter’s Dreams Come True?]] -:PROPERTIES: -:TITLE: Can Nostr Make Twitter’s Dreams Come True? -:URI: https://reason.com/2024/08/13/can-nostr-make-twitters-dreams-come-true/ -:CREATED: [2024-08-28 Wed 11:18] -:END: - -* [[https://github.com/feder-cr/linkedIn_auto_jobs_applier_with_AI][GitHub - feder-cr/linkedIn_auto_jobs_applier_with_AI: LinkedIn_AIHawk is a tool that automates the jobs application process on LinkedIn. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way.]] -:PROPERTIES: -:TITLE: GitHub - feder-cr/linkedIn_auto_jobs_applier_with_AI: LinkedIn_AIHawk is a tool that automates the jobs application process on LinkedIn. Utilizing artificial intelligence, it enables users to apply for multiple job offers in an automated and personalized way. -:URI: https://github.com/feder-cr/linkedIn_auto_jobs_applier_with_AI -:CREATED: [2024-08-30 Fri 18:12] -:END: - -* أدوات القانون -:PROPERTIES: -:CREATED: [2024-09-03 Tue 14:36] -:END: - -- العقد -- التوكيل -- الشهادة -- القسم -- الخطاب -- -- أظن أن التوكيل و الشهادة و القسم المكتوب كلها إعلانات، و بالتالي تكون الأنواع القانونية هي العقد و الإعلان و الخطاب. العقد التزام من طرفين. الإعلان التزام من طرف واحد، و الخطاب لا التزام فيه - -* Lovense Hush 2 -:PROPERTIES: -:CREATED: [2024-09-04 Wed 08:35] -:END: - -https://www.lovense.store/lovense-hush-2 - -* miniscan: a 35mm film illuminator for camera based scanning « Adafruit Industries – Makers, hackers, artists, designers and engineers! -:PROPERTIES: -:CREATED: [2024-09-05 Thu 11:28] -:END: - -https://blog.adafruit.com/2024/09/05/miniscan-a-35mm-film-illuminator-for-camera-based-scanning/ - -* [[https://www.pipedreamlabs.co/][Pipedream - Autonomous Underground Delivery]] -:PROPERTIES: -:TITLE: Pipedream - Autonomous Underground Delivery -:URI: https://www.pipedreamlabs.co/ -:CREATED: [2024-09-06 Fri 11:48] -:END: - -* [[https://choosemuse.com/pages/muse-2-offers?cppid=5792&cpclid=0b5262f7d0c24afabfcd064748db2740][Muse S & Muse 2 - Special Offers | Muse™ EEG-Powered Meditation & Sleep Headband]] -:PROPERTIES: -:TITLE: Muse S & Muse 2 - Special Offers | Muse™ EEG-Powered Meditation & Sleep Headband -:URI: https://choosemuse.com/pages/muse-2-offers?cppid=5792&cpclid=0b5262f7d0c24afabfcd064748db2740 -:CREATED: [2024-09-06 Fri 11:48] -:END: - -* [[https://www.imodsystems.com/][iMod Systems]] -:PROPERTIES: -:TITLE: iMod Systems -:URI: https://www.imodsystems.com/ -:CREATED: [2024-09-06 Fri 11:48] -:END: - -Modular buildings - -* [[https://www.mycoworks.com/][MycoWorks - Growing the Future of Materials with Fine Mycelium™]] -:PROPERTIES: -:TITLE: MycoWorks - Growing the Future of Materials with Fine Mycelium™ -:URI: https://www.mycoworks.com/ -:CREATED: [2024-09-07 Sat 07:28] -:END: - -* [[https://us.narwal.com/pages/freo-z-ultra-robot-vacuum-and-mop][Narwal Freo Z Ultra - Clean Before You Even Notice – Narwal Robotics]] -:PROPERTIES: -:TITLE: Narwal Freo Z Ultra - Clean Before You Even Notice – Narwal Robotics -:URI: https://us.narwal.com/pages/freo-z-ultra-robot-vacuum-and-mop -:CREATED: [2024-09-08 Sun 09:20] -:END: - -* [[https://theimaginativeconservative.org/2016/06/the-conservativsm-of-willmoore-kendall.html][The Conservatism of Willmoore Kendall ~ The Imaginative Conservative]] -:PROPERTIES: -:TITLE: The Conservatism of Willmoore Kendall ~ The Imaginative Conservative -:URI: https://theimaginativeconservative.org/2016/06/the-conservativsm-of-willmoore-kendall.html -:CREATED: [2024-09-10 Tue 20:49] -:END: - -* [[https://www.recipetineats.com/potatoes-au-gratin/][Potatoes au Gratin (Dauphinoise) - RecipeTin Eats]] -:PROPERTIES: -:TITLE: Potatoes au Gratin (Dauphinoise) - RecipeTin Eats -:URI: https://www.recipetineats.com/potatoes-au-gratin/ -:CREATED: [2024-09-10 Tue 20:49] -:END: - -* [[https://historywalksvenice.com/venetian-story/the-venetian-constitution/][The Venetian constitution – History Walks in Venice]] -:PROPERTIES: -:TITLE: The Venetian constitution – History Walks in Venice -:URI: https://historywalksvenice.com/venetian-story/the-venetian-constitution/ -:CREATED: [2024-09-10 Tue 20:49] -:END: - -* [[https://www.cnn.com/2024/09/08/climate/regreen-desert-sinai-egypt/index.html][The controversial plan to regreen a desert | CNN]] -:PROPERTIES: -:TITLE: The controversial plan to regreen a desert | CNN -:URI: https://www.cnn.com/2024/09/08/climate/regreen-desert-sinai-egypt/index.html -:CREATED: [2024-09-10 Tue 20:50] -:END: - -* [[https://www.newyorker.com/culture/photo-booth/a-picture-book-guide-to-maine?utm_social-type=owned][A Picture-Book Guide to Maine | The New Yorker]] -:PROPERTIES: -:TITLE: A Picture-Book Guide to Maine | The New Yorker -:URI: https://www.newyorker.com/culture/photo-booth/a-picture-book-guide-to-maine?utm_social-type=owned -:CREATED: [2024-09-10 Tue 20:50] -:END: - -* New asymmetric war -:PROPERTIES: -:CREATED: [2024-09-13 Fri 08:30] -:END: - -Following the US partial defeat in the war on terror and the resurgence of Taliban as a true sovereign, possibly the only other true sovereign besides the US itself, the US has pivoted from engaging its army and other land forces in asymmetric warfare and is now refocusing on near-peer conflict. - -Due to technology, a similar thing has been happening at sea and in the air. Lessons from Ukraine and the Houthis are showing that asymmetric warfare is extending beyond land only. The very expensive and complicated fighting pieces of navies and air forces are finally seeing what kamikaze attacks can do, except the attackers this time are cheaper drones instead of cheaper suicide bombers. - -* صعود اليمين المصري -:PROPERTIES: -:CREATED: [2024-09-13 Fri 11:26] -:END: - -* Pakboats Kayaks - Pakboats -:PROPERTIES: -:CREATED: [2024-09-20 Fri 18:41] -:END: - -https://www.pakboats.com/folding-kayaks/ - -* الجامعة -:PROPERTIES: -:CREATED: [2024-09-21 Sat 11:08] -:END: - -- كلية العلوم الطبيعية و الصورية -- كلية الفنون و الآداب و الإنسانيات و العلوم الاجتماعية - -* Law in Arabic -:PROPERTIES: -:CREATED: [2024-09-21 Sat 13:21] -:END: - -I have been reading (listening to audiobooks) the Federalist Papers and reading about Rome recently, and as always thinking about the law and the constitutional set up of an imaginary future Egypt. I have also taken a good look at Egypt's 1947 Civil Code and other major statutes in Egypt. I admire the language more than the substance, to be honest. - -All these things together make me think of the words used, both in Arabic and the original meaning of the Latin. For a long time, I have been thinking if the words جمعية, دستور, شعب, جمهورية were good adaptations, and also the root connection between communal and communism, absent in the prevalent Arabic parallels مجتمع and شيوعية. This is a summary of my thinking so far. - -I like the root جمع to indicate what is communal, especially that it has similar uses in Arabic and Islamic traditions. جماعة - -الجماعة community هي عدد من الناس تجمعهم أشياء و خصائص إلا أنهم ليسوا مجتمعا society و لا جمعية association اجتمعت associated خصيصا لغرض ما ( و هو بالمناسبة تعريف الجمعية في القانون المدني المصري، غير أنه جعل الغرض بالضرورة خيري و غير ربحي)، و العام public هو ما ليس بخاص، لذلك فالجمهورية res publica، حرفيا "الصالح العام commonwealth" ليست بالضرورة أفضل ترجمة لها هي الجمهورية، خصوصا أن جمهر (و دستر) جذور أصلها أعجمي، لذلك يعجبني تعبير السلطة العمومية الوارد في قانون العقوبات لأنه يعني مباشرة the public sovreign، باعتبار أن الموظفين العموميين هم وكلاء agents السلطة العمومية، و أن السلطة العمومية في المجتمع الحديث هي العموم public خصيصا، و ليست الحكومة و لا البرلمان و لا القضاء، التي هي أفرع branches للعموم و ليست أصلا في ذاتها. و لذا فالشعب، (و هذه مفردة أخرى لا أحب استخدامها الحديث لأنها تشير إلى شيء واحد مصمت بينما الجماعة community و العموم public، الذي يشار إليه أيضا في الإنجليزية commons ليسا واحدا مصمتا) ليس مصدر السلطات بل هو السلطان sovreign عينها، الوريث الحقيقي للسلطان في مفهومه القديم المشخص. فإذا أصبح العموم هم السلطان فإن الحكومة الدستورية أصبحت هي الصولجان scepter الذي يستعمله السلطان. حتى الأباطرة الرومان كانوا يمارسون قيادة imperium نيابة عن السلطان imperium. - -يتبقى أن أفكر في العلاقة بين public و common و بين الجماعة و العموم. العبارة العبرية تقول أن "عم يسرائيل حي" أي أن شعب إسرائيل حي. - -* ThunderScope | Crowd Supply -:PROPERTIES: -:CREATED: [2024-09-22 Sun 02:32] -:END: - -https://www.crowdsupply.com/eevengers/thunderscope - -* Amazon.com: The Guerrilla's Guide To The Baofeng Radio: 9798366525107: Scout, NC: Books -:PROPERTIES: -:CREATED: [2024-09-23 Mon 16:45] -:END: - -https://www.amazon.com/Guerrillas-Guide-Baofeng-Radio/dp/B0BNV21F4P?linkId=fa8d8952af9821a0b68f3706676c02bc&language=en_US - -* Sherpa iPhone Lens Kit: ND, CPL, Anamorphic & More -:PROPERTIES: -:CREATED: [2024-09-24 Tue 15:50] -:END: - -https://www.freewellgear.com/en/55-smart-phone - -* On infrastructure -:PROPERTIES: -:CREATED: [2024-09-26 Thu 14:20] -:END: - -The word usually conveys the meaning of water, sewage, electricity, telecoms, roads and other utilities. This is only because at the current level of technology, these things need to be made and managed collectively. - -We are, however, at a stage where several technologies are making it more feasible to manage many of these on a smaller level, even on a household level. This is already the case with water, sewage and power, and once EVTOL flying is widespread, a lot of the needs for highways will also be superseded. A lot of telecoms can, and is overdue, to be run in more distributed architectures, and with robotics and artificial intelligence, a lot of manufacturing and services too. A breakthrough in power generation by nuclear fusion will accelerate all this massively. The megawatt household will be far more autonomous than the 10 KW house of today. - -As this unfolds, infrastructure will be redefined to mean social norms, rule of law, public peace, and tolerance, and a moderate climate. - -* [[https://www.google.com/books/edition/_/MypbfKdMePIC?hl=en&gbpv=0&kptab=overview][Medieval Islamic Civilization: A-K, index - Google Books]] -:PROPERTIES: -:TITLE: Medieval Islamic Civilization: A-K, index - Google Books -:URI: https://www.google.com/books/edition/_/MypbfKdMePIC?hl=en&gbpv=0&kptab=overview -:CREATED: [2024-09-27 Fri 10:44] -:END: - -* [[https://techcrunch.com/2024/09/22/techcrunch-reference-guide-to-security-terminology/?guccounter=1][The TechCrunch Cyber Glossary | TechCrunch]] -:PROPERTIES: -:TITLE: The TechCrunch Cyber Glossary | TechCrunch -:URI: https://techcrunch.com/2024/09/22/techcrunch-reference-guide-to-security-terminology/?guccounter=1 -:CREATED: [2024-09-27 Fri 10:45] -:END: - -* [[https://dfatermasr.net/en/home/][Home - دفاتر مصر]] -:PROPERTIES: -:TITLE: Home - دفاتر مصر -:URI: https://dfatermasr.net/en/home/ -:CREATED: [2024-09-27 Fri 10:45] -:END: - -* [[https://masaar.net/ar/%d9%85%d8%b0%d9%83%d8%b1%d8%a9-%d8%af%d9%81%d8%b9-%d8%a8%d8%b9%d8%af%d9%85-%d8%af%d8%b3%d8%aa%d9%88%d8%b1%d9%8a%d8%a9-%d8%ac%d8%b1%d9%8a%d9%85%d8%a9-%d9%86%d8%b4%d8%b1-%d8%a3%d8%ae%d8%a8%d8%a7%d8%b1/][مذكرة دفع بعدم دستورية جريمة نشر أخبار كاذبة في الخارج (المادة 80د من قانون العقوبات) - Masaar]] -:PROPERTIES: -:TITLE: مذكرة دفع بعدم دستورية جريمة نشر أخبار كاذبة في الخارج (المادة 80د من قانون العقوبات) - Masaar -:URI: https://masaar.net/ar/%d9%85%d8%b0%d9%83%d8%b1%d8%a9-%d8%af%d9%81%d8%b9-%d8%a8%d8%b9%d8%af%d9%85-%d8%af%d8%b3%d8%aa%d9%88%d8%b1%d9%8a%d8%a9-%d8%ac%d8%b1%d9%8a%d9%85%d8%a9-%d9%86%d8%b4%d8%b1-%d8%a3%d8%ae%d8%a8%d8%a7%d8%b1/ -:CREATED: [2024-09-27 Fri 10:45] -:END: - -* [[https://www.jstor.org/stable/604423?origin=crossref][Scholasticism and Humanism in Classical Islam and the Christian West on JSTOR]] -:PROPERTIES: -:TITLE: Scholasticism and Humanism in Classical Islam and the Christian West on JSTOR -:URI: https://www.jstor.org/stable/604423?origin=crossref -:CREATED: [2024-09-27 Fri 10:46] -:END: - -* [[https://academic.oup.com/ajcl/article-abstract/53/4/785/2571424?login=false][Absence of the Corporation in Islamic Law: Origins and Persistence | The American Journal of Comparative Law | Oxford Academic]] -:PROPERTIES: -:TITLE: Absence of the Corporation in Islamic Law: Origins and Persistence | The American Journal of Comparative Law | Oxford Academic -:URI: https://academic.oup.com/ajcl/article-abstract/53/4/785/2571424?login=false -:CREATED: [2024-09-27 Fri 10:48] -:END: - -* [[https://www.sciencedirect.com/science/article/abs/pii/S0167268104001702?via%3Dihub][The logic of financial westernization in the Middle East - ScienceDirect]] -:PROPERTIES: -:TITLE: The logic of financial westernization in the Middle East - ScienceDirect -:URI: https://www.sciencedirect.com/science/article/abs/pii/S0167268104001702?via%3Dihub -:CREATED: [2024-09-27 Fri 10:48] -:END: - -* [[https://www.aeaweb.org/articles?id=10.1257/0895330042162421][Why the Middle East is Economically Underdeveloped: Historical Mechanisms of Institutional Stagnation - American Economic Association]] -:PROPERTIES: -:TITLE: Why the Middle East is Economically Underdeveloped: Historical Mechanisms of Institutional Stagnation - American Economic Association -:URI: https://www.aeaweb.org/articles?id=10.1257/0895330042162421 -:CREATED: [2024-09-27 Fri 10:48] -:END: - -* [[https://www.ft.com/content/8d84f669-5c8a-4bf6-8e24-5474076f214a?sharetype=blocked][America should think twice before replacing sanctions with tariffs]] -:PROPERTIES: -:TITLE: America should think twice before replacing sanctions with tariffs -:URI: https://www.ft.com/content/8d84f669-5c8a-4bf6-8e24-5474076f214a?sharetype=blocked -:CREATED: [2024-09-27 Fri 10:50] -:END: - -* الإمبريالية المضادة ليست مناهضة للإمبريالية -:PROPERTIES: -:CREATED: [2024-09-28 Sat 04:54] -:END: - -اليوم قتل حسن نصر الله. دون إنكار لدور حزب الله في مقاومة إسرائيل ، و دون تجاهل لدوره في تعزيز النظام الطائفي في لبنان و فظاعاته في الحربين الأهليتين في لبنان و سوريا، فهو في التحليل الأخير تهديد إيران الأقوى و الأقرب لإسرائيل. بعد أن دمرت إسرائيل هيكل القيادة و السيطرة العسكرية للحزب في أسبوع، يصبح اليوم أمل إيران الوحيد في الحفاظ على ما تبقى من أفضل توابعها بتدخل أكثر مباشرة في قيادة الحزب، و هو ما سيجري على الأرجح و إلا تخسر إيران كثيرا في محاولتها في الحفاظ على نظامها السياسي القائم. - -هذا التدخل عينه هو ما يتلوه مباشرة غزو بري إسرائيلي للبنان و حرب إقليمية تخسر فيها إيران توابعها و ربما نظامها السياسي. الخاسر الأكبر هنا هو طبعا أهل لبنان و سوريا اللذين سيقذفون إلى أتون حرب أهلية لا زالت متقدة تحت الرماد بعد سنين في سوريا و عقود في لبنان. - -الله يرحم الجميع. - -* Freewell | Top Camera, Smartphone & Drone Gear for Pros -:PROPERTIES: -:CREATED: [2024-09-28 Sat 05:27] -:END: - -https://www.freewellgear.com/en/ - -* Left-wing Melancholia — Parapraxis -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:18] -:END: - -https://www.parapraxismagazine.com/articles/leftwing-melancholia - -* Hickman's Hinterlands | A.M. Hickman | Substack -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:18] -:END: - -https://shagbark.substack.com/ - -* AOOSTAR WTR PRO 4 Bay 90T Storage INTEL N100 Nas Mini PC – AOOSTAR Mini PC -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:18] -:END: - -https://aoostar.com/products/aoostar-n9e-intel-n100-mini-pc4c-4t-up-to-3-4ghz-with-w11-home-8-16gb-ddr4-3200mhz-ram-256-512gb-m-2-2280-nvme-ssd - -* Transit Backpack Plus | Large laptop travel backpack | Bellroy -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:19] -:END: - -https://bellroy.com/products/transit-backpack-plus?color=black&material=dura_nylon_recycled&ranEAID=3707496&ranMID=43345&ranSiteID=zejn0xW3gLs-0gSj8VAMIc2BB7QglxWYMw#slide-15 - -* Cerambyx64 MOD_01 – Bag-Builds -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:21] -:END: - -https://bagbuilds.com/products/cerambyx64-mod_01 - -* How Our Llama Grant Recipients Are Tackling Global Issues | Meta -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:22] -:END: - -https://about.fb.com/news/2024/09/llama-grant-recipients-are-tackling-global-issues - -* Laying the Legal Foundation for Civilian Cyber Corps | Lawfare -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:23] -:END: - -https://www.lawfaremedia.org/article/laying-the-legal-foundation-for-civilian-cyber-corps - -* The Last Stand of the Rural Democrats | The New Yorker -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:23] -:END: - -https://www.newyorker.com/news/the-political-scene/the-last-stand-of-the-rural-democrats?utm_social-type=owned - -* Anti-interdiction Update: Six Month Retrospective – Purism -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:23] -:END: - -https://puri.sm/posts/anti-interdiction-update-six-month-retrospective/ - -* My Great-Great-Granddaughter Appraises My Belongings on “Antiques Roadshow” | The New Yorker -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:23] -:END: - -https://www.newyorker.com/humor/daily-shouts/my-great-great-granddaughter-appraises-my-belongings-on-antiques-roadshow?utm_social-type=owned - -* Best Home Lab Server Pics and gear in 2024 – Home Lab Pics – VHT Forum -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:24] -:END: - -https://www.virtualizationhowto.com/community/home-lab-pics/best-home-lab-server-pics-and-gear-in-2024/ - -* Navigator Collapsible Sling 6L – NOMATIC -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:24] -:END: - -https://www.nomatic.com/collections/all-backpacks-bags/products/navigator-collapsible-sling-6l - -* How Agroforestry Could Help Revitalize America’s Corn Belt - Yale E360 -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:25] -:END: - -https://e360.yale.edu/features/trees-agriculture-farming - -* videos/cloudflare-tunnel-tutorial at main · ChristianLempa/videos · GitHub -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:25] -:END: - -https://github.com/ChristianLempa/videos/tree/main/cloudflare-tunnel-tutorial - -* Docker Scout | Docker Docs -:PROPERTIES: -:CREATED: [2024-09-30 Mon 15:25] -:END: - -https://docs.docker.com/scout/ - -* GitHub - i-am-shodan/USBArmyKnife: USB Army Knife – the ultimate close access tool for penetration testers and red teamers. -:PROPERTIES: -:CREATED: [2024-10-03 Thu 06:12] -:END: - -https://github.com/i-am-shodan/USBArmyKnife - -* الغنوصية المصرية Egyptian Gnostic -:PROPERTIES: -:CREATED: [2024-10-03 Thu 11:57] -:END: - -https://egyptiangnostic.blogspot.com/?m=1 - -* Le biologiste qui me donne le plus d'espoir pour l'avenir -:PROPERTIES: -:CREATED: [2024-10-08 Tue 17:05] -:END: - -https://youtube.com/watch?v=jN9dKtb3Tu0&si=Nask123ZpJIfUJkW - -Robustness Vs performance. Civilian is performance and military is robust. The army is robust and the air force is performant. - -* WEAV – APRG -:PROPERTIES: -:CREATED: [2024-10-06 Sun 05:52] -:END: - -https://faculty.eng.ufl.edu/aprg/research/weav/ - -* H4M Receiver and Spectrum Analyzer,HackRF One & Portapack -:PROPERTIES: -:CREATED: [2024-10-06 Sun 11:07] -:END: - -https://opensourcesdrlab.com/products/h4m-receiver-and-spectrum-analyzer - -* USGS Maps Booklet -:PROPERTIES: -:CREATED: [2024-10-07 Mon 20:00] -:END: - -https://pubs.usgs.gov/gip/usgsmaps/usgsmaps.html#7.5-minute - -* MyTopo Map Store: Waterproof Maps Shipped in 24 Hours -:PROPERTIES: -:CREATED: [2024-10-07 Mon 20:01] -:END: - -https://mapstore.mytopo.com/ - -* How do I find, download, or order topographic maps? | U.S. Geological Survey -:PROPERTIES: -:CREATED: [2024-10-07 Mon 20:02] -:END: - -https://www.usgs.gov/faqs/how-do-i-find-download-or-order-topographic-maps - -* True Guy - All Natural Foxfibre Selvedge | Naked & Famous Denim – Tate + Yoko -:PROPERTIES: -:CREATED: [2024-10-08 Tue 05:45] -:END: - -https://tateandyoko.com/products/true-guy-all-natural-foxfibre-selvedge - -* Tom Murphy Profile | Do the Math -:PROPERTIES: -:CREATED: [2024-10-08 Tue 21:00] -:END: - -https://dothemath.ucsd.edu/tom-murphy-profile/ - -* Fly above the weather. Fight in the shade -:PROPERTIES: -:CREATED: [2024-10-09 Wed 08:12] -:END: - -* بيرم التونسي -:PROPERTIES: -:CREATED: [2024-10-11 Fri 13:46] -:END: - -أنا اتلهيت و خدن زندي -ما انيش نبي الله غاندي - -* kv4p HT - open source ham radio transceiver for your smartphone -:PROPERTIES: -:CREATED: [2024-10-15 Tue 13:57] -:END: - -https://kv4p.com/ - -* Yasak Çikolata (@yasakcikolata) • Instagram photos and videos -:PROPERTIES: -:CREATED: [2024-10-15 Tue 01:55] -:END: - -https://www.instagram.com/yasakcikolata/ - -* Flex Companion – Modular SAK for Ultimate Versatility -:PROPERTIES: -:CREATED: [2024-10-15 Tue 16:46] -:END: - -https://roxontool.com/products/s503g?sscid=a1k8_t8q53 - -* Constitutional article -:PROPERTIES: -:CREATED: [2024-10-19 Sat 02:24] -:END: - -The ecology is a perpetual legal minor and the government is it's guardian - -* Amazon.com: Fix Manufacturing/All Time Belt/Black/holds tool (sold separately) wearable solution (Medium) : Tools & Home Improvement -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:41] -:END: - -https://www.amazon.com/Fix-Manufacturing-separately-wearable-solution/dp/B07GN74GPS?linkId=28cfbe464c0c3715f1e63728996adc91&language=en_US&psc=1 - -* Amazon.com : Fix Manufacturing Wheelie Wrench™ Bike Tool Compact and Portable Multi Tool for Bicycle Repair and Maintenance Perfect to fix Most Road, Mountain, and BMX Bikes : Sports & Outdoors -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:41] -:END: - -https://www.amazon.com/Fix-Manufacturing-Portable-Maintenance-Mountain/dp/B072HM82QX?linkId=04aaf3e29713321e856d9bcf3f196858&language=en_US - -* Neo Pen by Silver Fox Tools — Kickstarter -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:41] -:END: - -https://www.kickstarter.com/projects/silverfoxtools/neo-pen - -* Amazon.com: OUTDOOR EDGE UTILIPRO 5 in 1 Utility Knife - Bottle Opener Flathead/Prybar, Phillips Screw Driver, Line Cutter & Pocket Clip. Uses Standard Utility Razor Blades (Orange) : Tools & Home Improvement -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:44] -:END: - -https://www.amazon.com/OUTDOOR-EDGE-UTILIPRO-Utility-Knife/dp/B09X2GLKFD?linkId=b79a428f94e25fea1becf35adfd88ea5&language=en_US - -* Vortex Lite | Vero Engineering -:PROPERTIES: -:CREATED: [2024-10-19 Sat 09:51] -:END: - -https://veroengineering.com/products/vortex-lite-maintenance-kit - -I should be able to make this - -* Who is Curtis Yarvin, the monarchist, anti-democracy blogger? | Vox -:PROPERTIES: -:CREATED: [2024-10-21 Mon 08:20] -:END: - -https://www.vox.com/policy-and-politics/23373795/curtis-yarvin-neoreaction-redpill-moldbug - -* Healthy Democracy - National Civic League -:PROPERTIES: -:CREATED: [2024-10-21 Mon 08:58] -:END: - -https://www.nationalcivicleague.org/2024-healthy-democracy/ - -* Lilygo T-Deck TD1 Case by Alley Cat by Alley Cat | Download free STL model | Printables.com -:PROPERTIES: -:CREATED: [2024-10-21 Mon 09:01] -:END: - -https://www.printables.com/model/741124-lilygo-t-deck-td1-case-by-alley-cat - -* T-Deck – LILYGO® -:PROPERTIES: -:CREATED: [2024-10-21 Mon 09:02] -:END: - -https://www.lilygo.cc/products/t-deck - -* Men's Collection | Clothing that Protects, Breathes, & Moves with Ease – Beyond Clothing -:PROPERTIES: -:CREATED: [2024-10-21 Mon 21:27] -:END: - -https://beyondclothing.com/collections/mens-collection - -PCU system - -* H2gO Purifier GLOBAL Model – Aqua Research Store -:PROPERTIES: -:CREATED: [2024-10-22 Tue 14:49] -:END: - -https://store.h2gopurifier.com/products/h2go-purifier-global - -* Men's Compact Travel Hoodie | Unbound Merino -:PROPERTIES: -:CREATED: [2024-10-27 Sun 12:43] -:END: - -https://unboundmerino.com/collections/mens-merino-wool-clothing/products/compact-travel-hoodie?variant=39707013578846 - -* UK-based Palestinian refugee gets Spanish citizenship due to Sephardic roots - Jewish News -:PROPERTIES: -:CREATED: [2024-10-30 Wed 09:03] -:END: - -https://www.jewishnews.co.uk/uk-based-palestinian-refugee-gets-spanish-citizenship-due-to-sephardic-roots/ - -* Amazon.com: Invisibilia Dei: A Collection of Hermetic, Mystical, and Anti-Magical Works by Heinrich Cornelius Agrippa: 9798343685282: Attrell, Dan, Sledge, Justin: Books -:PROPERTIES: -:CREATED: [2024-10-30 Wed 09:05] -:END: - -https://www.amazon.com/Invisibilia-Dei-Collection-Anti-Magical-Cornelius/dp/B0DKD1MHLB?linkId=1bf323b581c60dfce960c4bf9a4c4045&language=en_US - -* The end of pre history -:PROPERTIES: -:CREATED: [2024-10-31 Thu 10:49] -:END: - -* [[https://www.economist.com/business/2024/10/15/why-microsoft-excel-wont-die][Why Microsoft Excel won’t die]] -:PROPERTIES: -:TITLE: Why Microsoft Excel won’t die -:URI: https://www.economist.com/business/2024/10/15/why-microsoft-excel-wont-die -:CREATED: [2024-10-31 Thu 11:06] -:END: - -* [[https://www.parlmany.com/News/2/557895/%D8%A7%D9%84%D9%82%D8%B6%D8%A7%D8%A1-%D9%8A%D8%B1%D8%AA%D9%82%D9%89-%D8%A8%D9%84%D8%BA%D8%A9-%D8%A7%D9%84%D8%B6%D8%A7%D8%AF-%D8%A7%D9%84%D9%86%D9%82%D8%B6-%D8%AA%D8%B6%D8%B9-%D8%B6%D9%88%D8%A7%D8%A8%D8%B7-%D8%A7%D9%84%D8%A5%D8%B9%D9%84%D8%A7%D9%86-%D8%B9%D9%86-%D8%A7%D9%84%D8%B3%D9%84%D8%B9][القضاء يرتقى بلغة "الضاد".. النقض تضع ضوابط الإعلان عن السلع والمنتجات باللغة العربية.. قانون حماية المستهلك أوجب وضع المواصفات القياسية للإعلان عن المنتج بــ"العربى"..والمحكمة توضح علاقة الدفاع المكتوب بالشفوى | برلمانى]] -:PROPERTIES: -:TITLE: القضاء يرتقى بلغة "الضاد".. النقض تضع ضوابط الإعلان عن السلع والمنتجات باللغة العربية.. قانون حماية المستهلك أوجب وضع المواصفات القياسية للإعلان عن المنتج بــ"العربى"..والمحكمة توضح علاقة الدفاع المكتوب بالشفوى | برلمانى -:URI: https://www.parlmany.com/News/2/557895/%D8%A7%D9%84%D9%82%D8%B6%D8%A7%D8%A1-%D9%8A%D8%B1%D8%AA%D9%82%D9%89-%D8%A8%D9%84%D8%BA%D8%A9-%D8%A7%D9%84%D8%B6%D8%A7%D8%AF-%D8%A7%D9%84%D9%86%D9%82%D8%B6-%D8%AA%D8%B6%D8%B9-%D8%B6%D9%88%D8%A7%D8%A8%D8%B7-%D8%A7%D9%84%D8%A5%D8%B9%D9%84%D8%A7%D9%86-%D8%B9%D9%86-%D8%A7%D9%84%D8%B3%D9%84%D8%B9 -:CREATED: [2024-10-31 Thu 11:07] -:END: - -* [[https://paulkingsnorth.substack.com/][The Abbey of Misrule | Paul Kingsnorth | Substack]] -:PROPERTIES: -:TITLE: The Abbey of Misrule | Paul Kingsnorth | Substack -:URI: https://paulkingsnorth.substack.com/ -:CREATED: [2024-10-31 Thu 11:07] -:END: - -* [[https://23andwe.nakamotomining.ai/][Nakamoto DLP UI]] -:PROPERTIES: -:TITLE: Nakamoto DLP UI -:URI: https://23andwe.nakamotomining.ai/ -:CREATED: [2024-10-31 Thu 11:08] -:END: - -* [[https://mdavidlitwa.thrivecart.com/hermetica/][The HERMETICA » Powered by ThriveCart]] -:PROPERTIES: -:TITLE: The HERMETICA » Powered by ThriveCart -:URI: https://mdavidlitwa.thrivecart.com/hermetica/ -:CREATED: [2024-10-31 Thu 11:08] -:END: - -* [[https://www.wevolver.com/article/learning-from-git-the-role-of-software-practices-in-hardware-development][Learning from Git: The Role of Software Practices in Hardware Development]] -:PROPERTIES: -:TITLE: Learning from Git: The Role of Software Practices in Hardware Development -:URI: https://www.wevolver.com/article/learning-from-git-the-role-of-software-practices-in-hardware-development -:CREATED: [2024-10-31 Thu 11:09] -:END: - -* [[https://www.certosoftware.com/digital-breakup-assistant/][Digital Breakup Assistant | Certo Software]] -:PROPERTIES: -:TITLE: Digital Breakup Assistant | Certo Software -:URI: https://www.certosoftware.com/digital-breakup-assistant/ -:CREATED: [2024-10-31 Thu 11:10] -:END: - -* [[https://www.nybooks.com/articles/2024/10/17/the-race-that-cant-be-won-jessica-t-mathews/][The Race That Can’t Be Won | Jessica T. Mathews | The New York Review of Books]] -:PROPERTIES: -:TITLE: The Race That Can’t Be Won | Jessica T. Mathews | The New York Review of Books -:URI: https://www.nybooks.com/articles/2024/10/17/the-race-that-cant-be-won-jessica-t-mathews/ -:CREATED: [2024-10-31 Thu 11:11] -:END: - -* [[https://www.joinprospect.com/][Prospect]] -:PROPERTIES: -:TITLE: Prospect -:URI: https://www.joinprospect.com/ -:CREATED: [2024-10-31 Thu 11:12] -:END: - -* [[https://www.alaraby.co.uk/politics/%D8%A3%D8%A8%D9%88%D8%B8%D8%A8%D9%8A-%D8%AA%D8%AE%D9%81%D9%82-%D9%81%D9%8A-%D8%AA%D8%B9%D8%AF%D9%8A%D9%84-%D9%85%D9%88%D9%82%D9%81-%D8%A7%D9%84%D9%82%D8%A7%D9%87%D8%B1%D8%A9-%D8%A8%D8%B4%D8%A3%D9%86-%D8%A7%D9%84%D8%AD%D8%B1%D8%A8-%D9%81%D9%8A-%D8%A7%D9%84%D8%B3%D9%88%D8%AF%D8%A7%D9%86][أبوظبي تخفق في تعديل موقف القاهرة بشأن الحرب في السودان]] -:PROPERTIES: -:TITLE: أبوظبي تخفق في تعديل موقف القاهرة بشأن الحرب في السودان -:URI: https://www.alaraby.co.uk/politics/%D8%A3%D8%A8%D9%88%D8%B8%D8%A8%D9%8A-%D8%AA%D8%AE%D9%81%D9%82-%D9%81%D9%8A-%D8%AA%D8%B9%D8%AF%D9%8A%D9%84-%D9%85%D9%88%D9%82%D9%81-%D8%A7%D9%84%D9%82%D8%A7%D9%87%D8%B1%D8%A9-%D8%A8%D8%B4%D8%A3%D9%86-%D8%A7%D9%84%D8%AD%D8%B1%D8%A8-%D9%81%D9%8A-%D8%A7%D9%84%D8%B3%D9%88%D8%AF%D8%A7%D9%86 -:CREATED: [2024-10-31 Thu 11:12] -:END: - -* [[https://paulgraham.com/richnow.html][How People Get Rich Now]] -:PROPERTIES: -:TITLE: How People Get Rich Now -:URI: https://paulgraham.com/richnow.html -:CREATED: [2024-10-31 Thu 11:13] -:END: - -* [[https://lifeedited.com/][- LifeEdited]] -:PROPERTIES: -:TITLE: - LifeEdited -:URI: https://lifeedited.com/ -:CREATED: [2024-10-31 Thu 11:13] -:END: - -* [[https://oh8stn.org/blog/2024/10/01/the-modern-day-printing-press/][The Modern Day Printing Press – Off Grid Ham Radio OH8STN]] -:PROPERTIES: -:TITLE: The Modern Day Printing Press – Off Grid Ham Radio OH8STN -:URI: https://oh8stn.org/blog/2024/10/01/the-modern-day-printing-press/ -:CREATED: [2024-10-31 Thu 11:14] -:END: - -* [[https://www.unqualified-reservations.org/2008/11/patchwork-2-profit-strategies-for-our/][Chapter 2: Profit Strategies for Our New Corporate Overlords | Patchwork: A Political System for the 21st Century | Unqualified Reservations by Mencius Moldbug]] -:PROPERTIES: -:TITLE: Chapter 2: Profit Strategies for Our New Corporate Overlords | Patchwork: A Political System for the 21st Century | Unqualified Reservations by Mencius Moldbug -:URI: https://www.unqualified-reservations.org/2008/11/patchwork-2-profit-strategies-for-our/ -:CREATED: [2024-10-31 Thu 11:15] -:END: - -* [[https://ridebdr.com/idbdr/][Idaho Backcountry Discovery Route (IDBDR) Map & Information]] -:PROPERTIES: -:TITLE: Idaho Backcountry Discovery Route (IDBDR) Map & Information -:URI: https://ridebdr.com/idbdr/ -:CREATED: [2024-10-31 Thu 11:15] -:END: - -* [[https://caseyhandmer.wordpress.com/2024/10/26/we-can-terraform-the-american-west/][We can Terraform the American West – Casey Handmer's blog]] -:PROPERTIES: -:TITLE: We can Terraform the American West – Casey Handmer's blog -:URI: https://caseyhandmer.wordpress.com/2024/10/26/we-can-terraform-the-american-west/ -:CREATED: [2024-10-31 Thu 11:15] -:END: - -* [[https://www.legislation.gov.uk/ukpga/1992/27/contents][Parliamentary Corporate Bodies Act 1992]] -:PROPERTIES: -:TITLE: Parliamentary Corporate Bodies Act 1992 -:URI: https://www.legislation.gov.uk/ukpga/1992/27/contents -:CREATED: [2024-10-31 Thu 11:16] -:END: - -* [[https://caseytrees.org/2023/09/mythbusting-trees-and-crime/][Mythbusting: The “Trees and Crime” Myth - Casey Trees]] -:PROPERTIES: -:TITLE: Mythbusting: The “Trees and Crime” Myth - Casey Trees -:URI: https://caseytrees.org/2023/09/mythbusting-trees-and-crime/ -:CREATED: [2024-10-31 Thu 11:16] -:END: - -* [[https://www.maine.gov/dps/fmo/building-codes][Building Codes | Office of State Fire Marshal]] -:PROPERTIES: -:TITLE: Building Codes | Office of State Fire Marshal -:URI: https://www.maine.gov/dps/fmo/building-codes -:CREATED: [2024-10-31 Thu 11:17] -:END: - -* [[https://www.joshuagoldstein.com/jgcycle.htm][Long Cycles: Prosperity and War in the Modern Age by Prof. Joshua Goldstein]] -:PROPERTIES: -:TITLE: Long Cycles: Prosperity and War in the Modern Age by Prof. Joshua Goldstein -:URI: https://www.joshuagoldstein.com/jgcycle.htm -:CREATED: [2024-10-31 Thu 11:17] -:END: - -* Daily Memes posted an attachment - Mastodon -:PROPERTIES: -:CREATED: [2024-11-01 Fri 08:10] -:END: - -https://mastodon.social/@daylymemes/113323990956742439 - -* Stelo Wearable Glucose Biosensor | Stelo by Dexcom -:PROPERTIES: -:CREATED: [2024-11-02 Sat 12:35] -:END: - -https://www.stelo.com/en-us - -* Geoship | Bioceramic domes -:PROPERTIES: -:CREATED: [2024-11-04 Mon 15:45] -:END: - -https://www.geoship.is/ - -* After the elections -:PROPERTIES: -:CREATED: [2024-11-06 Wed 12:51] -:END: - -Trump and Musk control the country for the next two years. If he persuades Alito and Thomas to resign, he will appoint young conservatives that will be the majority in the Supreme Court for decades to come. With any luck, the court will have a 7:2 absolute majority. - -The Democratic party will fracture to a social democratic movement and party led by AOC, who might compete against Vance in 2028, and a centrist Liberal-Conservative coalition made of the Democrats left and the RINO renegades, perhaps fusing with Forward Party at one point. This coalition will be statist and more authoritarian than what we have now, an elite of neo-cons and neo-liberals. - -With space for libertarian and anti-authoritarian closing after this realignment, a feasible project could move in the direction of autonomy, reducing what requires politics and capital to be organized. Technology will help, so will resiliency. - -Whoever finds inroads with the MAGA party and forms a strong coalition depends on how effective the resiliency movement is. - -* SSN -:PROPERTIES: -:CREATED: [2024-11-12 Tue 16:56] -:END: - -122-37-9078 - -* Why the Guardian is no longer posting on X | Social media | The Guardian -:PROPERTIES: -:CREATED: [2024-11-13 Wed 07:05] -:END: - -https://www.theguardian.com/media/2024/nov/13/why-the-guardian-is-no-longer-posting-on-x - -* R2 Max - Next-Gen 10G Firewall Gateway Server – iKOOLCORE -:PROPERTIES: -:CREATED: [2024-11-24 Sun 16:44] -:END: - -https://www.ikoolcore.com/products/ikoolcore-r2-max - -* Mark Passio - Natural Law Seminar - New Haven, CT - Part 2 of 3 - YouTube -:PROPERTIES: -:CREATED: [2024-11-26 Tue 11:50] -:END: - -https://m.youtube.com/watch?v=57UBuxnicOA - -1:50 money is not current (currency); it is not a capacitor also. Money is resistance in the circuit. Resistance to change. - -* michaeltsarion - MICHAEL TSARION HOMEPAGE. -:PROPERTIES: -:CREATED: [2024-11-27 Wed 14:51] -:END: - -https://www.michaeltsarion.com/ - -* Best non-fiction of 2024 - Marginal REVOLUTION -:PROPERTIES: -:CREATED: [2024-11-27 Wed 14:54] -:END: - -https://marginalrevolution.com/marginalrevolution/2024/11/best-non-fiction-of-2024.html - -* Bitcoin Is Worse Is Better · Gwern.net -:PROPERTIES: -:CREATED: [2024-11-27 Wed 14:57] -:END: - -https://gwern.net/bitcoin-is-worse-is-better - -* Home - Antioch Declaration -:PROPERTIES: -:CREATED: [2024-11-27 Wed 14:58] -:END: - -https://antiochdeclaration.com/#declaration - -* Al sayed al domiaty (@sayedaldomiaty) / X -:PROPERTIES: -:CREATED: [2024-12-08 Sun 12:20] -:END: - -https://x.com/sayedaldomiaty - -* Free music composition and notation software | MuseScore -:PROPERTIES: -:CREATED: [2024-12-11 Wed 12:09] -:END: - -https://musescore.org/en - -* Speculative Attack, Season 2 | Satoshi Nakamoto Institute -:PROPERTIES: -:CREATED: [2024-12-12 Thu 14:22] -:END: - -https://nakamotoinstitute.org/mempool/speculative-attack-season-2/ - -* America Is Cursed by a Foreign Policy of Nostalgia | Foreign Affairs -:PROPERTIES: -:CREATED: [2024-12-13 Fri 02:12] -:END: - -https://www.foreignaffairs.com/united-states/america-cursed-foreign-policy-nostalgia - -* GitHub - microsoft/markitdown: Python tool for converting files and office documents to Markdown. -:PROPERTIES: -:CREATED: [2024-12-13 Fri 18:49] -:END: - -https://github.com/microsoft/markitdown - -* The question of the fertile crescent -:PROPERTIES: -:CREATED: [2024-12-14 Sat 11:39] -:END: - -Was never about good and evil. It was always about order and chaos - -* (PDF) Managing Digital Records within South Africa's Legislative and Regulatory Framework -:PROPERTIES: -:CREATED: [2024-12-15 Sun 13:36] -:END: - -https://www.researchgate.net/publication/291328795_Managing_Digital_Records_within_South_Africa's_Legislative_and_Regulatory_Framework - -* A longitudinal study of the process of acquiring absolute pitch: A practical report of training with the ‘chord identification method’ - Ayako Sakakibara, 2014 -:PROPERTIES: -:CREATED: [2024-12-15 Sun 13:36] -:END: - -https://journals.sagepub.com/doi/abs/10.1177/0305735612463948?journalCode=poma - -* Egyptian Masonic Order UK -:PROPERTIES: -:CREATED: [2024-12-15 Sun 13:37] -:END: - -https://www.emo.org.uk/ - -* Egyptian Origin of the Tarot - michaeltsarion -:PROPERTIES: -:CREATED: [2024-12-18 Wed 03:39] -:END: - -https://www.michaeltsarion.com/egyptian-origin-of-the-tarot.html - -* FREEMASONRY IN EGYPT -:PROPERTIES: -:CREATED: [2024-12-21 Sat 15:35] -:END: - -http://www.egy.com/community/99-03-01.php - -* Masonic High Council of Egypt -:PROPERTIES: -:CREATED: [2024-12-21 Sat 16:01] -:END: - -https://www.rgle.org.uk/RGLE_MHC_Egypt.htm - -* History of Freemasonry in Egypt since the 19th Century" -:PROPERTIES: -:CREATED: [2024-12-21 Sat 16:09] -:END: - -https://www.freemasonryresearchforumqsa.com/elocci-freemasonry-in-egypt.php - -* Welcome to the Home of Eastern Freemasonry. - Sovereign Grand Lodge of Egypt -:PROPERTIES: -:CREATED: [2024-12-21 Sat 16:15] -:END: - -https://sgle.org/ - -* NPR | The staff of two at the packed hole-in-the-wall Syrian restaurant Yarok in Berlin are swamped making hummus and falafel for a lunch crowd,... | Instagram -:PROPERTIES: -:CREATED: [2024-12-22 Sun 07:01] -:END: - -https://www.instagram.com/p/DD2w6aFP6Hc/?img_index=1 - -* Coq au vin -:PROPERTIES: -:CREATED: [2024-12-24 Tue 16:27] -:END: - -- 3lbs skin on chicken drumsticks -- Bottle of wine - -Put in a baggy, push air out of the bag, put in a bowl and fridge 20-30 min - -Lay on parchment paper, dry with paper towel and 450f over for 20-30 minutes - -- 4 thick bacon slices, (150g) diced 1/4 inch thick - -- Heat pot -- Olive oil -- Render bacon for 10 min -- Remove bacon and keep fat -- cook 500g quartered mushrooms in fat with some salt, deglazed fat with 2 tbsp water, until soft and brown, stir -- add 225g diced carrots and 225g diced onions and salt, stir -- add 25g tomato paste, 25g minced garlic, stir -- add 75g cognac to deglaze -- add 40g op flour, stir for a minute or two -- add wine -- add 300g full body chicken stock (300g water, 25g better than bullion, 3 sachets gelatin) -- add bacon -- simmer -- add chicken, and drippings -- add 2 sprigs of thyme, 2 bay leaves -- cover with parchment lid with a whole in the middle -- braise in 350f oven 40-50 minutes -- remove chicken -- reduce cooking liquid by 30% -- taste sauce for seasoning -- - -* Bitcoin Home Mining Made Simple - SoloSatoshi.com -:PROPERTIES: -:CREATED: [2024-12-25 Wed 09:18] -:END: - -https://www.solosatoshi.com/ - -* Typhur Sync Dual | Most Stable Wireless Meat Thermometer -:PROPERTIES: -:CREATED: [2024-12-25 Wed 09:18] -:END: - -https://www.typhur.com/products/sync-wireless-thermometer - -* Fundamentals of Alexander Technique: learn to get out of your own way -:PROPERTIES: -:CREATED: [2024-12-25 Wed 09:19] -:END: - -https://expandingawareness.org/courses/ - -* Egyptian Origin of the Tarot - michaeltsarion -:PROPERTIES: -:CREATED: [2024-12-25 Wed 09:20] -:END: - -https://www.michaeltsarion.com/egyptian-origin-of-the-tarot.html - -* Digital Gold: Evaluating a Strategic Bitcoin Reserve for the United States -:PROPERTIES: -:CREATED: [2024-12-25 Wed 09:20] -:END: - -https://www.btcpolicy.org/articles/digital-gold-evaluating-a-strategic-bitcoin-reserve-for-the-united-states - -* Masonic Reading List -:PROPERTIES: -:CREATED: [2024-12-27 Fri 17:14] -:END: - -https://docs.google.com/document/u/0/d/15gESERVdDiohquMW2Aa6Lw9m0zCAy5JZ5RstfeUx1Fs/mobilebasic?pli=1 - -Edit with the Docs app -Make tweaks, leave comments, and share with others to edit at the same time. -NO THANKSUSE THE APP -Masonic Reading List - -To-do: - -Group each degree/section by - -General - -Deeper - -Esoteric/’weird’ - -Re-read Contemplating Craft Masonry to confirm if it can be started at EA w/o spoilers - -Links/recommended translations/etc - -Review: - -https://nymasoniclibrary.org/reading-course/ - -http://www.freemasons-freemasonry.com/esoteric_freemason.html - -Coursework: - -Scottish Rite Master Craftsman: Symbolic Lodge (focuses on Craft Lodge/1-3*) - https://www.mastercraftsmancollege.org/course-details/l5 - -Candidate: - -5 Proofs of the Existence of God - Edward Feser - -Allegory of the Cave - Plato - -Freemasons for Dummies - Christopher Hodapp (skip what it tells you to skip) - -Gorgias - Plato - -Man and His Symbols - CG Jung - -Meditations - Marcus Aurelias - -Phaedo - Plato - -Phaedrus - Plato - -Philosophy: The Basics by Nigel Warburton - -The Mystery Religions - Angus - -The Power of Myth - Joseph Campbell - -The Problems with Philosophy, ch. 1. - Bertrand Russel - -The Republic - Plato - -The Rites of Passage - Arnold van Gennep - -Timaeus - Plato - -EA: - -East of Eden - John Steinbeck - -Art of Virtue: Formula for Successful Living - George L. Rogers - -Ceremony of Initiation - WL Wilmshurst - -EA Handbook - JSM Ward - -Introduction to Freemasonry - Entered Apprentice - Carl Claudy - -King, Warrior, Magician, Lover: Rediscovering the Archetypes of the Mature Masculine - Robert Moore - -Neoplatonic Philosophy: Introductory Readings trans. John Dillon and Lloyd P. Gerson - -Nicomachean Ethics - Aristotle - -Summa Theologica - St. Thomas Aquinas - -The Masonic Initiation - WL Wilmshurst - -FC: - -A Beginner's Guide to Constructing the Universe: Mathematical Archetypes of Nature, Art, and Science - Michael Schneider - -Approaching the Middle Chamber - Jaime Paul Lamb - -Ceremony of the Passing - WL Wilmshurst - -Elements - Euclid - -FC Handbook - JSM Ward - -Introduction to Freemasonry - Fellowcraft - Carl Claudy - -Meditations - Renee Descartes (emphasis second meditation) - -Quadrivium: The Four Classical Liberal Arts of Number, Geometry, Music, & Cosmology (Wooden Books) - -Sacred Geometry - Robert Lawlor - -The Golden Ratio: The Divine Beauty of Mathematics - Gary Meisner - -Trivium: The Classical Liberal Arts of Grammar, Logic, & Rhetoric (Wooden Books) - -MM: - -365 Level Steps: Masonic Meditations for Every Day of the Year - Jonti Marks - -A Mason's Words - Bob Davis - -A Traditional Observance Lodge - Cliff Porter - -A True Mason (article) - Manly P Hall - -Contemplating Craft Masonry - Kirk MacNulty - -Contemplative Masonry - Chuck Dunning - -Freemasonry and the Birth of Modern Science - Robert Lomas - -Freemasonry: A Journey Through Ritual and Symbol by W. Kirk MacNulty - -Hermetica: The Greek Corpus Hermeiticum Translated - Brian P. Copenhaver - -Introduction to Freemasonry - Master Mason - Carl Claudy - -Jurisdiction's Masonic Code - -Jurisdiction's Masonic History - -Jurisdiction's Masonic Ritual - -Legend of Hiram (article) - Manly P Hall - -Masonic Initiation - WL Wilmhurst - -MM Handbook - JSM Ward - -Myth, Magick, & Masonry - Jaime Paul Lamb - -Observing the Craft - Andrew Hammer - -Perennial Philosophy - Aldous Huxley - -Practical Freemasonry - Matt Gallagher - -Renaissance Man & Mason - Piers Vaughan - -Restorations of Masonic Geometry and Symbolry: Being a Dissertation of the Lost Knowledges of the Lodge - Bromwell, Henry P.H. - -Ritual Offerings - Aaron Leitch - -Solomon's Memory Palace - Bob Lingerfelt - -Stellar Theology and Masonic Astronomy - RH Brown - -The Archetypal Temple - Jaime Paul Lamb - -The Better Angels of Our Nature: Freemasonry in the American Civil War by Michael A. Halleran - -The Builders - Joseph Fort Newton - -The Craft and Its Symbols - Allen Roberts - -The Craft Driven Lodge - Dan Hrinko - -The Golden Builders - Tobias Churton - -The Grand Communication - Nathan Schick - -The Kybalion - Three Initiates - -The Masonic Letter G - Paul Foster Case - -The Masonic Myth - Jay Kinney - -The Meaning of Masonry - Wilmhurst, W.L. - -The Old Charges: http://theoldcharges.com/ (This is a collection of old text fragments that will help you see some of the progression of our ritual, thoughts, and ideas over time) - -The Spirit of Masonry by William Hutchinson - -The Symbolism of Freemasonry - Mackey - -The Theosophical Enlightenment by Joscelyn Godwin - -The Way of the Craftsman - W Kirk MacNulty - -Theurgy and the Soul: the Neoplatonism of Iamblichus - Gregory Shaw - -Theurgy Theory and Practice - Brother P.D. Newman - -Three Books of Occult Philosphoy - Henry Agrippa - -Esotericy things: - -If you want to explore Qabbalah and don't know where to start: - -The Chicken Qabalah of Rabbi Lamed Ben Clifford: Dilettante's Guide to What You Do and Do Not Need to Know to Become a Qabalist - Lon Milo DuQuette - -Occult Fundamentals and Spiritual Unfoldment - Paul Foster Case - -Esoteric Secrets of Meditation and Magic- Paul Foster Case - -32 Paths of Wisdom - Paul Foster Case - -Mystical Qabalah - Dion Fortune - -Qabalah Recommended section changes: Drop Occult Fundamentals and Esoteric Secrets (Too advanced) - -Add “The Hermetic Qabalah” by Paul Clark - -Drop 32 paths of wisdom by PFC, the available versions are essentially pirated and also too advanced - -On the flip side: Make sure True and Invisible is Under MM books - -Also everything by Algis Uzdavinys - -Divine Magic by Patrick Dunn - -If you want to explore Tarot and don’t know where to start: - -The Tarot: A Key to the Wisdom of the Ages - Paul Foster Case - -For reference, don't just read please: - -Waite New Encyclopedia of Freemasonry - -Mackey Encyclopedia of Freemasonry - -Aasimov (yes that Aasimov) Guide to the Bible - -Penguin Dictionary of Symbols - -Fillmore Metaphysical Bible Dictionary - -Keep until very late in the list: - -Manly P Hall (any works) - -Pike Morals and Dogma - -* The Emeth Recommended Reading List — MW Cameron M. Bailey -:PROPERTIES: -:CREATED: [2024-12-27 Fri 17:16] -:END: - -https://write.as/cmbailey/the-emeth-recommended-reading-list - -* Nostr NIP-05: Name Verification using GitHub Pages -:PROPERTIES: -:CREATED: [2024-12-27 Fri 20:47] -:END: - -https://satsdev.github.io/nostr/nip-05-name-verification-using-github-pages.html - -* Pitrezor: PiTrezor : A DIY bitcoin hardware wallet based on trezor and raspberry pi zero -:PROPERTIES: -:CREATED: [2024-12-27 Fri 20:52] -:END: - -https://www.pitrezor.com/2018/02/pitrezor-homemade-trezor-bitcoin-wallet.html?m=1 - -* Quareia -:PROPERTIES: -:CREATED: [2024-12-28 Sat 00:45] -:END: - -https://www.quareia.com - -* About | Josephine McCarthy -:PROPERTIES: -:CREATED: [2024-12-29 Sun 19:10] -:END: - -https://josephinemccarthy.com/about/ - -* الجريدة الرسمية -:PROPERTIES: -:CREATED: [2024-12-29 Sun 19:22] -:END: - -50 -48 مكرر د -49 مكرر -50 - -281 -280 تابع - -* الحيثيات الكاملة لحكم حبس علاء وباقر واكسجين - مكتب دفاع للمحاماه -:PROPERTIES: -:CREATED: [2025-01-01 Wed 08:47] -:END: - -https://defenselaws.net/?p=1279 - -* Meet Arsenal 2, the Intelligent Camera Assistant -:PROPERTIES: -:CREATED: [2025-01-04 Sat 07:43] -:END: - -https://witharsenal.com/ - -* Credit-Card-Reward-Optimizer/Credit_Card_Optimizer_Pulp.ipynb at main · engineerinvestor/Credit-Card-Reward-Optimizer · GitHub -:PROPERTIES: -:CREATED: [2025-01-05 Sun 00:28] -:END: - -https://github.com/engineerinvestor/Credit-Card-Reward-Optimizer/blob/main/Credit_Card_Optimizer_Pulp.ipynb - -* Full-Body MRI Screening Service by ezra -:PROPERTIES: -:CREATED: [2025-01-05 Sun 10:37] -:END: - -https://ezra.com/ - -* Mecha Comet - Modular Linux Handheld Computer powered by Open-Source Software -:PROPERTIES: -:CREATED: [2025-01-11 Sat 09:01] -:END: - -https://mecha.so/comet - -* Capital, AGI, and human ambition - by L Rudolf L -:PROPERTIES: -:CREATED: [2025-01-12 Sun 09:38] -:END: - -https://nosetgauge.substack.com/p/capital-agi-and-human-ambition - -* Portable Air Quality Meter #piday #raspberrypi @Raspberry_Pi « Adafruit Industries – Makers, hackers, artists, designers and engineers! -:PROPERTIES: -:CREATED: [2025-01-12 Sun 15:19] -:END: - -https://blog.adafruit.com/2025/01/03/portable-air-quality-meter/ - -* Edison Motors -:PROPERTIES: -:CREATED: [2025-01-13 Mon 13:19] -:END: - -https://www.edisonmotors.ca/ - -* The Symbolism of Freemasonry, by Albert G. Mackey, M.D. -:PROPERTIES: -:CREATED: [2025-01-15 Wed 02:46] -:END: - -https://www.gutenberg.org/files/11937/11937-h/11937-h.htm#fn125 - -* Universal Co-Masonry | Freemasonry for Men and Women -:PROPERTIES: -:CREATED: [2025-01-17 Fri 18:20] -:END: - -https://www.universalfreemasonry.org/ - -* [[https://astrolibrary.org/free-birth-chart/][Free Birth Report | AstroLibrary]] :ATTACH: -:PROPERTIES: -:CREATED: [2025-01-19 Sun 20:54] -:ID: f5f4e365-bc1b-4bbb-bfe8-ac18027f0136 -:END: - -Update: We fixed the blank sections for those of you who had missing sections in your Birth Report. But, if you still have a blank section on your report, please comment over here. -Antique gold astrology chart wheel - -This free astrology birth reading, which just got a fresh update, is a full-length, personalized, holistic birth report. It includes a chart wheel and a printable information sheet. - -Jump down below to see what's included. - -Chart Data For Amr -October 15, 1979 at 05:15 (5:15 am) (time zone = UTC+3) -Universal Time: 02:15 -Kuwait City, Al Asimah, Kuwait -29°N22' 47°E59' -Tropical Zodiac - -** Campanus Houses -*** Your Conscious Self - -Your sun in Libra in the first house indicates that your vital energies are expressed through the lens of balance, harmony, and relationships. Libra is an air sign, which means you have a natural ability to communicate and connect with others. You prioritize fairness and cooperation, and you strive to create peace and harmony in your interactions. - -With the sun in the first house, you focus your vital energies on yourself and your personal identity. You have a strong sense of self and are confident in expressing who you are to the world. You have a natural magnetism and tend to attract attention and admiration from others. People are drawn to your charm and ability to make them feel seen and valued. - -The conjunction aspect between the sun and Pluto further adds intensity and depth to your expression. This aspect suggests that you have a powerful presence and an ability to transform situations and people around you. You possess great personal strength and a strong will, which can sometimes come across as imposing or domineering to others. However, your influence is not based on control or manipulation but rather on your ability to penetrate deeply into the heart of matters and catalyze change. - -In the first house, this conjunction indicates that your personal identity is closely tied to your power and influence. You have a great need to assert yourself and make a significant impact in your chosen field or area of interest. You approach life with determination and intensity, and this can sometimes create power struggles or conflicts, especially when your needs clash with others'. - -It is essential to find a healthy balance between your assertiveness and the needs of others. Remember to listen and consider different perspectives, as your strength lies not only in your power but also in your ability to collaborate and create harmonious relationships. Channel your energy into productive and positive pursuits, using your ability to transform situations for the greater good. - -Though there may be challenges along the way, this combination of energies offers you tremendous potential for personal growth, success, and impact. Embrace your natural gifts of diplomacy, charm, and transformative energy, and you will find fulfillment in your relationships and endeavors. - -*** Your Inner Subconscious - -With your moon in Leo in the eleventh house, you possess a radiant and expressive emotional nature. The moon in Leo indicates that your subconscious predisposition is to seek recognition and appreciation from others. Your emotions are amplified by a strong need for validation and attention. You have a flair for drama and a natural ability to captivate those around you. - -The eleventh house governs social connections, friendships, and your contributions to the wider community. With your moon in this house, you find emotional fulfillment through friendships and belonging to groups that share your passions and ideals. You thrive in social settings and feel a strong sense of comfort and security when surrounded by like-minded individuals. Your emotional well-being is intimately connected to your involvement in social activities and your ability to contribute to a collective cause. - -Additionally, your moon is in conjunction with Mars in Leo in the tenth house. This aspect intensifies your emotional energy and amplifies your desires and ambitions. The tenth house represents your career, public image, and worldly achievements. With this conjunction, you have a powerful drive to assert yourself and succeed in your chosen field. Your emotions are closely intertwined with your professional aspirations, and you may find that your sense of emotional security is predicated on your achievements and recognition in your career. - -You have a natural leadership ability and a strong desire to be seen as successful and respected by others. Your emotions are passionate and fiery, often motivating you to take bold actions and pursue your goals with unwavering determination. - -While your moon conjunction Mars offers you a great deal of energy and ambition, it is crucial to be mindful of potential issues that may arise. The intense emotional energy brought forth by this aspect can sometimes lead to impulsive behavior or a tendency to become overly reactive in certain situations. It is important to find healthy outlets for your emotions and ensure that you take breaks to avoid burnout. - -Your moon in Leo in the eleventh house, in conjunction with Mars, highlights your need for recognition, your desire to belong, and your ambitious drive to succeed. By channeling your emotional energy into your social interactions and career pursuits, you can create a life filled with passion, purpose, and fulfillment. Remember to listen to your heart and nurture your emotional well-being as you navigate your path to success. - -*** Your Filter Over Your Personality - -With your Ascendant in Libra, you approach life with a strong sense of balance and harmony. You place great importance on relationships and seek to create a peaceful and cooperative environment in everything you do. Your natural charm and diplomacy make you a true social butterfly, effortlessly connecting with others and creating a sense of unity wherever you go. - -Now, let's integrate the influence of Mars sextile your Ascendant, which adds a fiery and dynamic energy to your already charming persona. This aspect brings a boost of confidence and assertiveness, allowing you to be more proactive in pursuing your goals and ambitions. It ignites a passionate drive within you to express yourself authentically and take charge of your life. - -Your Sun in Libra further enhances the qualities of your Ascendant, as it represents your core identity and self-expression. With the Sun in the same sign as your Ascendant, it magnifies your diplomatic nature, making you highly attuned to the needs and desires of others. You have a natural ability to find common ground in conflicts and can mediate effectively to find fair solutions. - -With this Ascendant combination, you have an innate sense of style and aesthetic appeal. People are drawn to your refined tastes, and you possess a natural talent for creating beauty in your surroundings. Your harmonious and graceful approach extends beyond your personal relationships and into your creative endeavors as well. - -However, be aware of potential challenges that may arise. As Mars brings an assertive energy to your Ascendant, you may sometimes struggle to find a balance between asserting your own needs and maintaining harmony in your relationships. There might be moments when you find yourself caught between wanting to appease others and standing up for what you believe in. Remember, it's essential to prioritize your own happiness and not solely focus on keeping the peace. - -With your Ascendant in Libra, buoyed by the influence of Mars sextile Ascendant, you possess a captivating and diplomatic charm. You have the ability to create harmony in all aspects of your life and thrive in social settings. Embrace your natural talents for mediation, and with a steady focus, you can achieve your ambitions while maintaining the peace and balance that are so important to you. - -*** Your Communication Style and Thought Process - -Your Mercury in Scorpio in the first house suggests that you possess a highly analytical and perceptive mind. You have a probing nature and an intense desire to delve deep into any subject that piques your interest. You possess excellent investigative skills and are adept at getting to the heart of any matter. Your thought processes are sharp and focused, allowing you to uncover hidden truths and secrets. - -As Mercury is placed in your first house, the area of self-expression and personal identity, you project an air of intensity and seriousness when communicating with others. You possess a magnetic presence and are able to captivate those around you with your words. In conversations, you maintain a sense of depth and are drawn to discuss profound and transformative topics. Your intellect is always active, and you require meaningful exchanges of mental energy to feel mentally satisfied. - -Furthermore, the square aspect between Mercury in Scorpio and Mars in Leo in the tenth house adds a dynamic and assertive energy to your communication style. You possess a strong desire to assert your opinions and ideas, sometimes even forcefully. Your words carry weight and impact, making it difficult for others to ignore your presence. Your passion for self-expression drives you to take on leadership roles and assert your authority in your career or public life. - -However, this aspect may also bring about potential challenges in communication. The square aspect between Mercury and Mars can sometimes lead to impatience and a tendency to speak without thoroughly considering the consequences. You may be prone to heated debates and arguments, oftentimes fueled by your strong convictions. This can sometimes hinder effective communication if you are not mindful of balancing assertiveness with tactfulness. - -In order to maintain clarity and promote healthy communication, it is important to be aware of any tendencies towards aggression or impulsive speech. Practice actively listening to others' viewpoints, and strive to find a balance between expressing your ideas and respecting differing opinions. By harnessing the transformative energy of Mercury in Scorpio and the assertiveness of Mars in Leo, you possess the potential to be a powerful and impactful communicator. - -Remember to channel your passion and intensity in a positive direction, utilizing your strong leadership skills to inspire and motivate others. Your ability to uncover hidden truths and communicate them with confidence can help you excel in your chosen profession. Use your sharp mind and perceptive nature to achieve your goals, while also fostering understanding and empathy in your interactions with others. - -Embracing the transformative power of communication will allow you to forge deep connections and create meaningful change in both your personal and professional life. Trust in your ability to think deeply, communicate powerfully, and make a lasting impact on those around you. - -NOTE: Since your Mercury in 1st house is very close to the 2nd house cusp, the next item is also relevant. - -Your Mercury in Scorpio in the second house indicates that your thinking and communication style is intense, deep, and highly focused. Your mind is probing and investigative, always seeking the hidden truths and underlying motives behind any situation. You possess great mental power and a sharp intuition, allowing you to see beyond the surface and uncover secrets that others might miss. Your thoughts are often deep and complex, and you tend to approach issues with a critical and strategic mindset. - -With Mercury in the second house, you experience the meaning of real communication in the realm of personal values, self-worth, and material possessions. You have a strong inclination to connect your thoughts and ideas with your financial matters and material wealth. This placement suggests that you may possess a natural gift for analyzing investments, managing resources, or even exploring alternative financial philosophies. You are likely to be a shrewd negotiator and could excel in professions related to finance, such as banking, accounting, or investment management. - -However, your Mercury square Mars aspect in Leo in the tenth house adds another layer to your communication style. This aspect indicates a strong and assertive energy in your speech and actions. You have a dynamic and passionate way of expressing yourself, and you can be quite persuasive and even forceful when it comes to sharing your ideas and opinions. This aspect can give rise to a competitive nature and a desire to assert your authority and dominance in your chosen field, whether it be your career or personal endeavors. - -The tenth house placement of Mars points to your ambitious nature and your need for recognition and success in your chosen profession or public image. You possess a strong drive to achieve your goals and may excel as a leader or entrepreneur. This aspect can also bring a certain level of impatience and a tendency to act impulsively, which could sometimes hinder your communication skills or lead to clashes with others who do not share the same level of intensity and drive. - -In combining these aspects, it is important for you to be mindful of balancing your intense communication style and assertiveness with diplomacy and empathy. While your analytical mind and strategic thinking can bring you success, remember to listen to others' perspectives and not become too fixed in your own opinions. Your drive for success should be balanced with a sense of collaboration and cooperation, as true communication requires a two-way exchange of ideas and understanding. - -In relationships or group settings, it is essential to be aware of how your intensity may come across to others. While your probing nature can bring deep insights, it may also intimidate or overwhelm those who are not accustomed to your level of analysis. Be patient and allow others the space to express themselves as well. - -Your Mercury in Scorpio in the second house, paired with the Mercury square Mars aspect in Leo in the tenth house, showcases your powerful intellect, ambition, and determination. When harnessed positively, these traits can lead to remarkable success in your field. By balancing your intensity with open-mindedness and empathy, you can become a master communicator, capable of inspiring and influencing others through your persuasive words and strong presence. - -*** Your Love, Values, and Attraction - -I see that you have an intricate blend of energies with Venus in Scorpio in the first house, in sextile aspect to Jupiter in Virgo in the eleventh house. This combination offers a unique and powerful expression of love, affection, and appreciation. - -Venus in Scorpio is known for its intensity and depth of emotions. You have a passionate and transformative way of expressing affection, diving into the depths of your relationships with great intensity. Your love is unwavering and profound, and you have a natural ability to connect with others on a deeper emotional level. You are likely to be attracted to relationships that have a sense of mystery and intrigue, and you value loyalty and trust above all else. - -With Venus in the first house, you have a magnetic presence and an ability to project your charming and alluring energy effortlessly. People are naturally drawn to you, and you have a captivating personality that makes others feel at ease in your presence. You have a powerful need to be appreciated for who you truly are, and you often seek validation through personal relationships. In such relationships, you are likely to prioritize the emotional connection and invest your time and energy in nurturing them. - -The sextile aspect between Venus in Scorpio and Jupiter in Virgo blesses you with an optimistic and expansive approach to love and relationships. You possess a sense of adventure and a willingness to explore uncharted territories in your emotional experiences. This aspect boosts your natural charm and charisma, making you a social butterfly who enjoys gathering a diverse and supportive circle of friends. You find joy in connecting with like-minded individuals who share your values and beliefs. - -This combination indicates a profound appreciation for personal growth and self-improvement within the realm of relationships. You are likely to find pleasure and contentment by engaging in activities that allow you to expand your knowledge, improve your skills, and contribute positively to the community around you. - -However, be aware of potential challenges that may arise. The intensity of Scorpio can sometimes lead to possessiveness and jealousy, which may create tension in your relationships if left unchecked. Your desire for deep connections can also lead to emotional vulnerability, so it is crucial to establish healthy boundaries and develop trust in your relationships. - -In overall synthesis, your Venus in Scorpio in the first house, sextile Jupiter in Virgo in the eleventh house, gifts you with a magnetic and transformative love energy. You have the potential to form loyal and profound connections with others, expanding your emotional horizons and nurturing relationships that are authentic and supportive. By maintaining a healthy balance between intensity and restraint, you can create a fulfilling and passionate love life, while also experiencing personal growth and joy through your social connections. Trust yourself and embrace the opportunities that come your way. - -*** Your Energy and Action - -I have found that Mars is located in Leo, and it is in your tenth house, in conjunction with your moon, which is also in Leo, but in the eleventh house. - -Mars in Leo gives you a natural desire for attention and recognition. You are likely to express yourself in a bold, confident, and dramatic way. You possess the courage and fearlessness to accomplish whatever you desire. Your ambitions and goals are often centered around being in the spotlight and leading others. You are proud of your accomplishments, and you enjoy receiving praise and admiration for your hard work. - -Additionally, having Mars in the tenth house highlights your career and professional aspirations. You have a dominant personality that enables you to lead and take initiatives in your field of work. Ambitious and driven, you possess the energy to tackle challenging career goals with enthusiasm. Your vitality and competitiveness give you the endurance to succeed in your professional endeavors. - -However, having your Moon conjunct Mars suggests that you can become easily agitated when dealing with authority and criticism. You may struggle to control your emotions in professional settings, which could lead to conflicts with colleagues and superiors. - -Your Mars in Leo in the tenth house suggests that your career and professional life are essential components of your life. Your high energy level and goal-oriented mindset will be a key contributor to your success. However, you must also be mindful of managing your emotions accurately to refrain from unnecessary friction with colleagues. - -I suggest that you focus on using your Mars in Leo positively to accomplish your goals. Continue to assert yourself and take the initiative in your professional settings while learning to channel your emotions effectively. By balancing these qualities, you will become a successful and accomplished leader in your field. - -NOTE: Since your Mars in 10th house is very close to the 11th house cusp, the next item is also relevant. - -I have found that your Mars is in Leo, and it is located in your eleventh house. Additionally, it is in conjunction with your Moon in Leo, which further adds to the intensity of this placement. - -As Mars represents your assertiveness, drive, and courage, it being in Leo describes that you express these qualities with boldness, passion, and creativity. You have a strong desire to be recognized for your actions, and you are not hesitant to let others know about your actions, and you are not hesitant to let others know about your achievements. Your natural leadership qualities are also reflected in this placement, and you have a knack for inspiring others around you. - -With Mars in the eleventh house, the area where it is prominent for you to express yourself assertively is in groups, social circles, and networking. You strive to work with like-minded individuals and have a natural ability to bring people together to achieve a common goal. The eleventh house's energies enable you to work as part of a team while also retaining your independence and individuality. - -Your Mars in Leo conjunction with the Moon in Leo further amplifies this placement, making you very emotional and passionate about your actions. You thrive on inspiration and emotional drama, which enable you to push forward with vigor and determination. However, sometimes, this can also bring emotional volatility that might lead to outbursts and unnecessary conflicts. - -This placement reflects significant potential for you to undertake creative endeavors, work with teams and groups effectively, assert your independent personality while inspiring others. Nonetheless, try to keep check of strong emotional outbursts that might cause misunderstandings and conflicts with others. - -Your Mars in Leo conjunction with the Moon in Leo provides you with a natural charisma that facilitates you to connect with others. By effectively utilizing your energies in groups and networks, you can achieve great success and recognition. - -I hope this interpretation helps you in understanding your natal chart better and gives you valuable insights into your character traits and how they reflect in your life. - -** Outer Planets -*** Your Luck, Expansion, and Growth - -Your Jupiter is in Virgo in the eleventh house, forming a sextile aspect to Venus in Scorpio in the first house. This combination of placements and aspects suggests that you have a natural inclination towards personal growth, self-improvement, and experiencing trust in your life. - -With Jupiter in Virgo, you possess a meticulous and detail-oriented approach to expanding your horizons. You seek to grow through practical and analytical means, always striving for perfection and efficiency. Your enthusiasm for self-improvement is fueled by a deep desire to refine your skills and knowledge in order to be of service to others. You have a strong sense of purpose and find fulfillment by contributing to your community or a group you align yourself with. - -The eleventh house placement of Jupiter highlights the area of your life where you can most immediately experience faith, truth, and hope for the future. This is in the realm of friendships, social networks, and collective endeavors. You have a natural ability to inspire and uplift those around you, bringing a sense of optimism and possibility to group settings. Your presence has a positive impact on your friends and associates, and you likely attract people who share your philosophical or intellectual interests. - -The sextile aspect between Jupiter and Venus further enhances your ability to create harmonious relationships and deepen your personal connections. With Venus in Scorpio in the first house, there is intensity and passion within your romantic encounters and personal interactions. Your warmth and charm make you magnetic to others, and you possess a deep understanding of the emotional dynamics at play in your relationships. - -The synthesized description of these placements and aspects suggests that you find faith and hope in the pursuit of knowledge and personal growth within the context of your social connections. You may discover that your friendships and group involvement provide you with opportunities for personal expansion and the development of your talents. You inspire others through your practical approach and service-oriented mindset. - -However, be mindful of potential challenges that may arise. Due to your focused nature, you may sometimes become overly critical of yourself or others, leading to moments of self-doubt. Embrace the process of growth and allow yourself to make mistakes along the way. Additionally, while you have a natural ability to uplift others, be cautious not to become overly responsible for their happiness, as it is essential for everyone to take responsibility for their own growth and well-being. - -Your chart suggests that you have a strong potential for personal and collective growth. By embracing your meticulous nature, finding inspiration through your social connections, and cultivating a healthy balance between self-improvement and nurturing relationships, you will continue to shine your light on others and experience profound personal fulfillment. - -*** Your Responsibility, Self-Discipline, and Limitations - -Saturn in Virgo in the twelfth house suggests that you seek to establish and preserve your sense of self through diligent effort and practicality. In the area of your life represented by the twelfth house, which pertains to the subconscious mind, spirituality, and hidden aspects of your personality, you can find stability, structure, and deep satisfaction. This suggests that your personal growth and sense of fulfillment come from delving into your own psyche, exploring your dreams and intuition, and connecting with the spiritual dimensions of life. - -With Saturn in Virgo, you have a strong need for order, precision, and cleanliness. You thrive when you have well-defined routines and systems in place that allow you to be organized and efficient. Your attention to detail and analytical mindset help you make practical decisions and accomplish tasks effectively. However, it's important for you to be gentle with yourself and not become overly critical or perfectionistic. - -In addition, the square aspect between Saturn and Neptune, specifically focusing on the Saturn side of the aspect, suggests that there may be some challenges related to clarity and boundaries in your communication and thought processes. With Neptune in the third house, which governs your immediate environment, learning, and communication, you may experience periods of confusion or lack of focus. This can lead to difficulties in clearly expressing your thoughts or muddled thinking. - -It is essential for you to develop healthy boundaries in your interactions with others, as you might sometimes feel overwhelmed by their demands or lose sight of your own needs. While Neptune's influence can bring creativity and imagination, it's important to keep your expectations realistic and grounded. Practice discernment and ensure that you are not being overly influenced by illusions or deception. - -Being aware of these potential challenges can help you navigate them more effectively. Focus on developing clear communication skills and be patient with yourself when it comes to organizing your thoughts. Engaging in practices that promote mental clarity, such as meditation or journaling, can be beneficial for you. - -Ultimately, with Saturn in Virgo in the twelfth house, you have the opportunity to find deep fulfillment and meaning in exploring your own depths and connecting with your spirituality. Embrace the discipline and responsibility that comes with this placement, and remember to balance your devotion to hard work with self-care and self-compassion. By doing so, you can unlock your true potential and establish a solid foundation for personal development and growth. - -** Generational Outer Planets -*** Your Uniqueness and Rebellion - -Your Uranus in the second house indicates that you have a unique and original approach to matters related to finance, possessions, and material resources. You march to the beat of your own drum when it comes to managing your money and acquiring assets. You are likely to express yourself freely in this area of life, breaking free from conventional ways of handling financial matters. - -Your need for excitement and change may manifest in a desire to explore alternative ways of earning income or investing your resources. You might be drawn to unconventional and innovative financial strategies that could yield unexpected results. Your intuition plays a crucial role in guiding you towards opportunities for financial growth and progress. - -With Uranus in square aspect to the Moon in Leo in the eleventh house, there may be some tension between your need for freedom and independence, and your emotional desire for stability and security. The Moon in Leo in the eleventh house highlights your need for recognition, social connections, and contributing to a larger cause. You have a strong drive to make a positive impact on society and be involved in progressive movements. However, Uranus square Moon can bring occasional waves of restlessness and rebelliousness, which may clash with your need for stability within your social circles. - -It's important for you to find a balance between following your own path and maintaining harmony within your relationships and communities. While rebellion and innovation can lead to positive changes, it's crucial to approach them in a way that doesn't alienate those around you. By embracing cooperation and understanding, you can effectively channel your unique ideas and perspectives into making a difference in the world. - -Your Uranus in the second house indicates that you have an individualistic and inventive approach to financial matters, seeking alternative ways of managing your resources. The square aspect to the Moon in Leo in the eleventh house brings occasional tensions between your need for freedom and stability within your social circles. Finding a balance between independence and cooperation will allow you to contribute positively to society while maintaining fulfilling connections with others. Keep embracing your unique outlook, as it holds the potential to create positive change in your life and the world around you, but always remember to foster understanding and cooperation in your journey. - -*** Your Inner Dreamer, Intuition, and Imagination - -Your Neptune in the third house reveals that you have a boundless imagination and a deep connection to the mystical and transcendent realms. This influence permeates your thoughts, communication style, and the way you process information. You possess a natural gift for storytelling and possess an innate ability to inspire others with your words. - -In this house, you are able to tap into a stream of creativity and intuition that can greatly enhance your communication skills. Your words have the power to enchant and captivate others, often leaving a profound impact on those who listen to you. You may find that you have an affinity for poetry, writing, or any form of artistic expression that allows you to convey the depths of your imagination. - -At the same time, however, it is important to be aware of the potential pitfalls of this placement. You may have a tendency to daydream or become easily distracted, finding it challenging to focus on practical matters or mundane routines. It is crucial for you to ground yourself regularly and find ways to balance your ethereal inclinations with the demands of everyday life. - -The square aspect between Neptune in the third house and Saturn in Virgo in the twelfth house can present certain challenges. This aspect may create a tension between your idealistic, imaginative nature, and a sense of practicality and responsibility towards spirituality and self-improvement. You may find yourself struggling to bridge the gap between your dreams and the tangible steps necessary to bring them into reality. - -It is important for you to find ways to integrate discipline and structure into your spiritual pursuits. Although it may require effort, establishing routines and practical habits can help you apply your creative energy in more focused and effective ways. Embracing a sense of organization and devotion to a specific path or practice will ensure that your spiritual journey remains grounded and realistic, while still allowing you to tap into the transformative powers of your Neptune placement. - -You have a unique and powerful gift to inspire others through your communication. By finding a balance between your imagination and practicality, you can bring your visions to life and create a positive impact in the world. Trust the process and be patient with yourself as you navigate the challenges that may arise. Ultimately, the synthesis of Neptune in the third house and the square aspect to Saturn will enable you to develop a profound spiritual connection that can bring both personal growth and inspiration to those around you. - -*** Your Power of Transformation, Rebirth, and Profound Change - -Pluto in the first house represents a powerful and transformative energy in your life. This placement indicates that you experience intense personal growth and evolution through a deep introspection and self-examination in the area of self-identity and how you present yourself to the world. You have a strong drive to understand and transform your attitudes, habits, and behaviors, which may have previously held you back from expressing your true self authentically. - -With the conjunction aspect to the sun in Libra, this transformative energy is even more pronounced. The sun being in the first house suggests that self-expression and establishing a strong sense of identity are of utmost importance to you. This conjunction intensifies your desire to explore the depths of your psyche, uncovering any hidden psychological patterns which may have been limiting your true potential. You are inclined to confront these issues head-on, unafraid to confront uncomfortable truths and make deep and lasting changes within yourself. - -In the realm of personal development, this aspect grants you great potential for phenomenal growth and transformation. Your ability to undergo significant personal change and present yourself in a more authentic and genuine way can be truly empowering. By embracing this energy with honesty and openness, you have the opportunity to evolve your consciousness and develop a strong and resilient sense of self. - -However, be aware of the potential challenges that may arise. With Pluto's transformative energy, there may be moments of intense emotions, power struggles, or a tendency towards controlling behaviors. It is crucial to acknowledge and process these emotions in a healthy and constructive manner to avoid falling into a negative pattern that hinders your growth. - -This aspect is a unique and powerful gift that can empower you to achieve incredible personal growth. Embrace the transformational energy of Pluto and utilize it to fully express your authentic self in the world. By honoring your true nature and being mindful of any potential challenges, you can navigate this aspect with wisdom, courage, and grace. - -** Other Points -*** Your Career and Public Reputation - -The Midheaven in Cancer signifies that you have a strong desire for emotional security and a sense of belonging in your career and public life. You may be drawn to professions that involve nurturing and caring for others, such as teaching, counseling, or social work. You have a natural ability to create a warm and nurturing environment wherever you go. - -With Pluto square your Midheaven, there can be some challenges and intensity in your professional life. There may be power struggles or unexpected changes that disrupt your career path. You may find yourself encountering authority figures who challenge you or try to control you. - -These experiences can be quite transformative and may push you to step outside of your comfort zone. The square aspect can bring tension and conflict, but it also has the potential to push you to grow and evolve in your career. The challenges you face can help you develop inner strength, resilience, and resourcefulness. - -It's essential for you to maintain a healthy balance between assertiveness and sensitivity in your professional interactions. Be mindful of power dynamics and avoid becoming overly manipulative or controlling in your pursuit of success. Your natural empathetic nature can truly shine when combined with effective leadership skills. - -While there may be some obstacles to overcome, the Midheaven in Cancer indicates that you have a deep emotional connection to your work and a genuine desire to create a positive impact on others. Embrace the transformative experiences that come your way, and trust in your ability to navigate through challenges with grace and resilience. Your nurturing and caring nature can help you find fulfillment and success in your chosen path. - -*** Your Inner Wounds and Healing Journey - -Chiron in Taurus is considered to have an "Inner Wound" related to self-worth, material security, and a fear of scarcity. This creates a deep longing for stability and a constant search for a sense of value. With Chiron in the seventh house, which represents partnerships and relationships, these themes are expressed through a strong desire for harmonious and balanced connections. - -In the seventh house, Chiron's wound may manifest as difficulties in establishing healthy relationships or struggles with codependency. Your innate desire for security and stability may make it challenging to find the right balance between giving and receiving in your partnerships. You may have experienced wounds related to your self-image within relationships, which could have led to repeated patterns of feeling undervalued or unappreciated. - -Opposition aspects, such as the one between Chiron and Mercury, often bring an inner conflict and a need for integration. In this case, the opposition between Chiron in Taurus and Mercury in Scorpio emphasizes the challenge to express and communicate your true feelings, desires, and vulnerabilities. This may have resulted in a fear of being seen as weak or vulnerable, causing you to hold back from sharing your deepest thoughts and emotions. - -To heal these wounds, it is important for you to develop a strong sense of self-worth and learn to communicate your needs openly and honestly. By recognizing your own value and worthiness, you can attract healthier relationships that meet your needs and allow for mutual growth. Embracing vulnerability and opening up to others will be a vital part of the healing process. - -The gift of Chiron in Taurus in the seventh house is the capacity to create deep and lasting connections, once you have overcome your inner wounds. Your ability to appreciate beauty, stability, and harmony can inspire and uplift those around you. As you grow and heal, you will discover the strength in vulnerability and find joy in building strong, supportive partnerships. - -Be aware that finding balance and healing in relationships may take time and effort, but the rewards are worth it. Stay patient with yourself and others as you navigate the process of healing and growth. Your journey towards self-worth and healthy connections is ongoing, and with each step, you move closer to a more fulfilling and enriching life. - -NOTE: Since your Chiron in 7th house is very close to the 8th house cusp, the next item is also relevant. - -Chiron's placement in Taurus suggests that your inner wound revolves around themes of self-worth, material possessions, and stability. You may have experienced early traumas or insecurities that have impacted your sense of value and security in life. This wound may have caused you to question your worthiness and to struggle with finding a steady and reliable foundation. - -In the eighth house, Chiron brings this woundedness into the realm of shared resources, intimacy, and transformation. This placement suggests that your inner wound finds expression through issues related to trust, power dynamics, and vulnerability in your close relationships. You may have experienced difficulties in merging your resources, whether financial, emotional, or energetic, with others. The concept of deep emotional intimacy might have been challenging for you, leading to fear of vulnerability or a tendency to keep your true self concealed. - -The opposition aspect between Chiron in Taurus and Mercury in Scorpio highlights the significance of communication in your healing journey. This aspect suggests that your inner wound has influenced how you express your thoughts, ideas, and emotions. It may have created barriers to open communication, causing misunderstandings, or difficulties in expressing your true feelings. This opposition aspect can also signify a struggle between being stubborn and resistant to change (Taurus) and intensely digging into the depths of your emotions (Scorpio). - -It is clear that your healing path involves learning to balance your own sense of self-worth, security, and values, while also allowing yourself to be vulnerable and open in your intimate relationships. Finding a way to communicate your needs, desires, and emotions honestly and transparently will be crucial for your growth and healing. - -Be aware of potential challenges that may arise from this synthesis. There may be a tendency to hold onto past wounds and resist change, particularly when it comes to matters of trust and intimacy. Being aware of these patterns and consciously working towards opening up and releasing fear will help you navigate the healing process more effectively. - -Chiron's placement also holds a gift for you. In this case, it suggests that as you embrace your healing journey, you have the potential to develop exceptional intuition, strength, and a deep understanding of the value of both material and emotional nourishment. By working through your wounds and journeying towards self-acceptance, you will cultivate a profound sense of self-worth and transform not only your relationships but also your overall outlook on life. Stay committed to your healing process and trust that your journey will lead you to a more fulfilling and authentic existence. - -*** Your Shadow Side and Overcoming Primary Fears - -Your Lilith placement in Virgo in the eleventh house indicates that your primary fear and hidden aspects are related to perfectionism, self-criticism, and a constant desire to be useful and helpful to others. You may have a tendency to be overly critical of yourself and others, always striving for flawlessness in everything you do. This fear of imperfection can sometimes hinder your personal growth and happiness. - -The eleventh house governs friendships, social networks, and community involvement. With Lilith in this house, you may experience intense emotional struggles in these areas of life. Your hidden fears may manifest in power struggles within your social circles or feeling confined by societal norms and expectations. You may often find yourself grappling with the balance between maintaining your individuality and fitting in with the group. - -The shadow side of Lilith in Virgo in the eleventh house can influence your choices and actions in relationships and social dynamics. You may have a tendency to criticize or nitpick your friends or social groups, which can create tension and strain in your interactions. Your fear of not being useful or perfect may also lead to an excessive need to be of service to others, sometimes neglecting your own needs and desires. - -To overcome your primary fears, it is essential for you to practice self-acceptance and self-compassion. Embracing imperfection and allowing yourself to make mistakes will liberate you from the self-critical mindset. It is important to recognize that perfection is not attainable, and true growth comes from embracing and learning from our flaws. - -In terms of friendships and social dynamics, it is important for you to find a balance between honoring your individuality and contributing to the group. Seek friendships where you can fully express yourself without fear of judgment and strive for connections that support your personal growth. - -You may also benefit from exploring alternative communities or social networks where you can express your unique talents and interests without feeling judged or confined by societal expectations. - -Watch out for tendencies to be overly critical of yourself and others. Everyone has their flaws and imperfections, and it is through acceptance and compassion that we foster growth and fulfillment. By embracing your hidden aspects and working towards self-acceptance, you can experience personal growth, deep healing, and create more fulfilling interpersonal relationships. - -*** Your Unique Life Path and Personal Growth Journey - -Your North Node in Virgo in the eleventh house indicates that your developmental path and personal growth are closely connected to the qualities of Virgo and the experiences you have in your social networks and group associations. - -The North Node in Virgo suggests that you are here to develop qualities such as organization, attention to detail, and a practical approach to life. You may find that you have a natural inclination towards service, wanting to help and support others in a practical and tangible way. Your spiritual growth lies in embracing the Virgoan qualities of precision, practicality, and efficiency, as you seek to bring order and clarity to your life and your interactions with others. - -With the North Node in the eleventh house, your personal growth and challenges are most prominent in the realm of friendships, networks, and group activities. You may have a strong desire to connect with like-minded individuals who share your values and interests. Your path to personal fulfillment involves finding your place within a social community and contributing your unique skills and abilities for the betterment of the group. - -One of the challenges you may face is balancing your need for independence and individuality with the desire to be a part of a collective. It's important for you to cultivate a sense of discernment when choosing the groups you associate with, ensuring that they align with your values and aspirations. You may also need to overcome any tendencies towards perfectionism or self-criticism that could hinder your ability to fully connect and contribute within social circles. - -By embracing the North Node's energies in both Virgo and the eleventh house, you can find profound personal satisfaction and growth. Focus on developing your practical skills, refining your attention to detail, and organizing your life and social networks effectively. As you do so, you will attract people who appreciate and value what you have to offer. Additionally, remember to nurture your own needs for personal freedom and individuality within your group interactions. - -With your North Node in Virgo in the eleventh house, your path to personal growth and fulfillment lies in integrating practicality and service into your social networks and group associations. Embrace your unique skills and work towards contributing to the greater good, while also honoring your individuality. By finding this balance, you can pave the way for deep personal growth and meaningful connections with others. - -** Aspects -*** Drivers -**** Sun Conjunction Pluto (orb 1°55') - -This aspect was already discussed in the Your Conscious Self section above. - -**** Moon Conjunction Mars (orb 3°44') - -This aspect was already discussed in the Your Inner Subconscious section above. - -**** Mercury Opposition Chiron (orb 1°2') - -This aspect was already discussed in the Your Inner Wounds and Healing Journey section above. - -**** Mercury Square Mars (orb 0°15') - -This aspect was already discussed in the Your Communication Style and Thought Process section above. - -**** Mars Square Chiron (orb 0°47') - -Your Chiron in Taurus reveals your "Inner Wound" and the essence of your healing journey. With Chiron in Taurus, you may have experienced wounds related to your self-worth, material security, and the ability to find stability and grounding in your life. You may have encountered challenges in valuing yourself and feeling confident in your abilities. - -Chiron in the seventh house brings focus to your relationships and partnerships. It suggests that you may have encountered wounds in your close connections and experienced difficulties in finding balance, harmony, and fulfillment in your one-on-one relationships. You may have had past experiences of feeling rejected, ignored, or undervalued by others, which left a deep emotional mark. - -The square aspect between Chiron and Mars intensifies the healing journey related to your self-worth and relationships. The square aspect indicates tension and challenging dynamics between these two planets. This suggests that your wounds in these areas may be exacerbated by assertiveness, competitiveness, or conflicts that arise in your professional and public life. You might struggle with expressing your needs and desires assertively, which can lead to frustration and potential conflicts with authority figures or in your career path. - -Despite these challenges, this aspect holds a transformative potential. Through addressing and healing the wounds related to self-worth and relationships, you can learn to value yourself more deeply and cultivate healthier and more balanced dynamics in your partnerships and professional life. This healing journey can help you establish a stronger sense of inner security and find your authentic voice. - -Be mindful of any tendencies to suppress your needs or shy away from conflicts. By addressing these issues head-on and consciously working on improving your self-esteem, assertiveness, and conflict resolution skills, you can develop a more empowered and fulfilling life. - -Remember, this aspect carries a beautiful gift within it. With perseverance and self-reflection, you have the potential to become a rock of stability and support for both yourself and others. Embracing your healing path will allow you to not only nurture your own self-worth but also foster deep and meaningful relationships based on trust, respect, and mutual growth. - -The journey may not always be easy, but with dedication and self-compassion, you possess the strength to transform your wounds into profound wisdom and build a life filled with fulfillment and harmonious connections. Trust in your ability to heal and grow, and know that you are capable of creating a bright and abundant future for yourself. - -**** Moon Square Chiron (orb 2°57') - -Your Chiron in Taurus signifies that your "Inner Wound" revolves around issues related to stability, security, and self-worth. In your search for healing, you may find yourself constantly seeking external validation and struggling to feel grounded and secure within yourself. The expression of your wound is likely to manifest in your close relationships, particularly in the area of partnership and marriage. - -With Chiron in the seventh house, the environment in which your woundedness manifests is through your one-on-one relationships and partnerships. You may have a tendency to attract experiences and individuals who mirror your own unresolved feelings of self-worth. As a result, you may find yourself repeatedly engaging in relationships that challenge your sense of security and test your ability to value yourself. The key to healing lies in exploring and understanding the dynamics within your partnerships, learning to set healthy boundaries, and developing a strong sense of self-worth regardless of external validation. - -Your Chiron square Moon aspect further emphasizes emotional wounds and healing. This aspect suggests that the emotional wounds you carry are directly related to your self-expression, creativity, and personal fulfillment. It's possible that you have experienced moments where your emotions and self-esteem clashed, causing difficulties in fully expressing yourself or pursuing your passions. - -The integration of these aspects reveals that your healing path involves finding emotional fulfillment and self-expression within your partnerships. Learning to balance your need for emotional connection and validation with your own sense of self-worth will be crucial for your personal growth and healing journey. It may also be beneficial for you to explore creative outlets as a way to heal and empower yourself. - -While these challenges may seem daunting, remember that your Chiron placement also holds a powerful gift. In your case, Chiron in Taurus imparts the ability to cultivate deep emotional resilience and inner strength. Through your experiences and healing journey, you have the potential to develop a strong sense of self and become a source of stability and security for not only yourself but also those around you. - -As you navigate through the complexities of your woundedness, remember to be patient and kind with yourself. Healing is a process, and there may be times when you stumble or encounter setbacks. Building a solid foundation of self-worth and learning to create harmonious relationships is a lifelong journey, but one that is filled with immense personal growth and fulfillment. - -**** Saturn Square Neptune (orb 3°11') - -This aspect was already discussed in the Your Responsibility, Self-Discipline, and Limitations section above. - -**** Moon Square Mercury (orb 3°59') - -Your moon in Leo in the eleventh house suggests that you react to situations based on a subconscious predisposition towards seeking recognition and appreciation from your peers and the larger community. You have a deep need to be seen as special and unique, wanting to stand out in social settings. You thrive on attention and love to be the life of the party, often commanding the center stage effortlessly. - -With the moon in the eleventh house, this need for recognition and validation is mostly fulfilled through your involvement in groups, social causes, and friendships. You find emotional comfort and security when you feel like you belong to a like-minded tribe or when you are actively contributing to a larger cause. Your sense of emotional fulfillment is closely tied to the camaraderie, shared goals, and cooperation within these social circles. - -However, your moon in Leo in a square aspect to Mercury in Scorpio in the first house introduces some challenges. The square aspect suggests that there can be friction between your emotional expression and your thought processes. You may often feel torn between your desire for attention and your need for introspection and privacy. While your emotions want you to proudly share your thoughts and ideas, Mercury in Scorpio motivates you to keep some of your deeper thoughts to yourself. This internal conflict can at times create misunderstandings or difficulties in effective communication. - -Find a balance between expressing your desires and ideals while also respecting your need for personal privacy and introspection. Learn to embrace your unique perspectives and communicate them with confidence and clarity, understanding that not everyone will always agree or fully comprehend your position. - -The positive side of this configuration is that you have immense potential for creative and passionate self-expression in your interactions with others. Your magnetic personality, coupled with your ability to convey your thoughts with depth and intensity, can be truly captivating. You have a natural ability to inspire those around you, and your presence can bring about positive change within your social circles. - -However, be mindful of not seeking recognition at the expense of others or becoming too self-absorbed. Remember to foster genuine connections and support your friends and allies in their endeavors as well. Strive to communicate openly and honestly, finding the right balance between sharing your ideas and keeping some aspects of yourself private. - -Your moon in Leo in the eleventh house combined with the square aspect to Mercury in Scorpio in the first house indicates a complex interplay between your need for recognition and your internal world. With self-awareness and conscious effort, you can harness your innate charisma and transform it into a force that positively influences the lives of those around you. Embrace your unique perspective, but also learn to balance self-expression with empathy and respect for the ideas of others. - -**** Moon Square Uranus (orb 4°2') - -Your moon in Leo in the eleventh house signifies that you have a subconscious predisposition towards showcasing your emotions and seeking recognition for your unique qualities and talents within your social circles and larger community. You possess a strong need to be admired and appreciated for who you are and what you contribute to groups and organizations. - -Because the eleventh house is associated with friendships, social networks, and collective endeavors, you find emotional fulfillment through your friendships and being a part of a supportive community. You thrive when you feel a sense of belonging and when you can express your creativity and individuality among like-minded individuals. Your emotional security and comfort come from being surrounded by friends who appreciate and support your uniqueness. - -However, the square aspect between your moon and Uranus in the second house introduces some potential challenges to this dynamic. The moon square Uranus indicates that you may experience emotional upheavals and sudden changes in your sense of security and stability. You might find it difficult to strike a balance between your need for emotional security and your desire for personal freedom and individuality. - -With Uranus in the second house, which is associated with personal resources, values, and finances, you may experience disruptions or uncertainty in these areas, which can impact your emotional well-being. You might have a tendency to be impulsive with your financial decisions or experience sudden shifts in your values and priorities. - -However, challenges are also opportunities for growth. By embracing your moon in Leo in the eleventh house, you can harness your creative energy and leadership skills to inspire and uplift others within your social circles. Your unique perspective and ability to express yourself authentically can potentially bring about positive change and innovation in group settings. - -To navigate the potential challenges of the square aspect, it's helpful to remain flexible and adaptable in your emotional responses. Be open to unexpected changes and approach them as opportunities for personal growth. Develop a solid foundation for emotional security by cultivating self-worth and finding comfort in your own individuality. - -Your moon in Leo in the eleventh house indicates that you seek emotional fulfillment and a sense of belonging by expressing your unique self within your social circles and larger community. However, the square aspect to Uranus in the second house introduces challenges related to emotional stability and financial security. By embracing your creativity and leadership qualities, staying open to change, and nurturing your self-worth, you can overcome these challenges and thrive in your interpersonal relationships and communities. - -**** Pluto Square Midheaven (orb 5°38') - -This aspect was already discussed in the Your Career and Public Reputation section above. - -**** Sun Square Midheaven (orb 7°33') - -The Midheaven in Cancer signifies that you have a deep emotional connection to your career and public image. You have a strong desire to create a nurturing and supportive environment in your professional life. Your ultimate goal is to find a career where you can express your empathy and care for others. - -With the Sun square Midheaven, there may be some challenges and areas to be mindful of. This aspect suggests that there might be a conflict between your personal identity and your professional aspirations. It could create tension between your need for emotional security and your drive to succeed in the outside world. - -You may have a tendency to be overly concerned with what others think of you, which could cause you to suppress your own desires and needs. The pressure to conform to societal expectations may make it difficult for you to authentically express yourself and pursue your true passions. - -Find a balance between your personal life and your career ambitions. Ensure that you prioritize your emotional well-being while striving for success. By learning to assert yourself and establish healthy boundaries, you can find satisfaction and fulfillment in your professional endeavors. - -You possess a natural ability to nurture and support others, which is an invaluable asset in many fields. Trust your compassionate nature to guide you towards a career where you can make a positive impact on people's lives. With patience and self-awareness, you can overcome any obstacles and find a harmonious balance between your personal life and your professional goals. -Ease - -**** Mercury Trine Midheaven (orb 2°7') - -Your Midheaven in Cancer signifies that your career and public image are deeply linked to your emotional well-being and sense of security. Cancer, represented by the crab, is a sensitive and nurturing sign. You value stability and often seek professions that allow you to care for others and create a sense of home and comfort. - -With Mercury in Scorpio in the first house forming a trine aspect to your Midheaven, you have a natural ability to express your thoughts and ideas in a powerful and intense manner. Your communication style is perceptive and investigative, and you possess a keen intuition that allows you to uncover hidden truths and delve into the depths of any subject. - -This favorable aspect between Mercury and your Midheaven suggests that your communication skills can greatly benefit your career aspirations. You have a knack for conveying complex information in a way that is easily understood by others, making you an effective communicator and problem solver. Your words have a profound impact on those around you, and you are able to inspire and influence others through your persuasive abilities. - -However, there may be times when your intensity and desire for deep understanding can become overwhelming. You may find yourself becoming overly obsessed with finding answers and may struggle to let go of certain thoughts or ideas. It's important to strike a balance between delving into the depths and allowing yourself to step back and detach emotionally when necessary. - -This aspect suggests that your career path will benefit from your emotional sensitivity and ability to communicate in a powerful and captivating way. By using your intuition and understanding of human emotions, you can create a nurturing and supportive environment in your professional life. Embrace your talents while also maintaining a healthy balance so you can effectively channel your intensity into successful endeavors. - -**** Moon Trine Neptune (orb 2°50') - -Your Moon in Leo in the eleventh house, in trine aspect to Neptune in the third house, combines to create a unique and fascinating dynamic in your personality and emotional life. - -With the Moon in Leo, you have an instinctive need for attention, validation, and recognition. You shine your brightest when you can express your creativity and individuality. Your emotions are fiery and passionate, and you often wear your heart on your sleeve. Your natural confidence and warmth draw people to you, and you have a natural gift for leadership and inspiring others. - -The eleventh house is where you seek emotional fulfillment and a sense of belonging in your relationships and social circles. You have a deep desire to be part of a community that appreciates and celebrates your unique qualities. You thrive when you are surrounded by like-minded individuals who share your passions and goals. Your emotional security comes from being accepted and loved for who you truly are. You feel most comfortable and at ease when you feel connected to a larger group or a cause that aligns with your values. - -The trine aspect between your Moon in Leo and Neptune in the third house brings an added layer of sensitivity, intuition, and imagination to your emotional nature. You have a heightened ability to pick up on subtle energies and emotions in your environment. Your creativity and emotional expression are deeply influenced by your intuition and imagination. You may have a rich inner world, full of dreams and fantasies. This aspect enhances your communication skills, as you have a natural ability to convey your emotions and ideas in a captivating and poetic way. - -One potential challenge to watch out for is the tendency to get caught up in illusions or unrealistic expectations, either in your relationships or in your creative pursuits. You may romanticize situations or people, leading to disappointment when reality doesn't meet your idealized vision. It's important to stay grounded and discern fact from fiction. Trust your intuition, but also take practical steps to evaluate the feasibility of your dreams. - -Your Moon in Leo in the eleventh house, trine Neptune in the third house, suggests that your emotional fulfillment comes from embracing your unique self-expression and finding your tribe. When you align your emotions with your creative energy and intuition, you have the potential to create a powerful impact in the world. Try to balance your visionary dreams with a grounded approach, and you will find joy, love, and fulfillment in your relationships and creative endeavors. - -**** Uranus Trine Midheaven (orb 5°54') - -The placement of your Midheaven in Cancer suggests that your career and public image are influenced by emotional connections and a strong sense of nurturing. You may have a deep desire to create a sense of security and comfort for others through your work. - -With Uranus trine your Midheaven, there is a harmonious flow of energy between these two points in your chart. This aspect suggests that you have the ability to bring unexpected and innovative ideas into your professional life. You possess a unique and unconventional approach to achieving your goals, often able to think outside the box and come up with creative solutions. - -Your Midheaven in Cancer combined with Uranus trine Midheaven indicates that you are driven by a humanitarian and altruistic mindset. You are likely to be drawn to careers that involve helping others or making a positive impact on society. Your innovative ideas may lead you to find new ways of nurturing and caring for others in your chosen profession. - -However, be mindful of a potential challenge with this aspect. Uranus can sometimes bring unexpected changes and disruptions. While these changes can be exciting and can open up new opportunities for you, they can also create some instability or unpredictability in your professional life. It may take some time for you to find the right balance between your need for security and stability, and your desire for excitement and change. - -Despite potential challenges, this aspect offers great potential for success in your career. Your ability to think outside the box, coupled with your nurturing and empathetic nature, can make you a valuable asset in any field you choose. Trust your intuition and allow your natural creativity to shine through. By embracing change as it comes and adapting to new situations, you can create a fulfilling and impactful professional life that aligns with your deepest values. - -**** Neptune Sextile Pluto (orb 0°56') - -Neptune in the third house in your natal chart signifies that you have a profound connection to the realm of the non-material, the mystical, and the transcendent in the area of communication and learning. Your mind is often inclined towards imaginative and inspirational thinking. You possess the ability to tap into a stream of creative ideas and intuitive understanding. It is within the realm of ideas and communication that you can experience the profound depths of the spiritual. - -This placement suggests that you may find yourself seeking to escape from routine, oppressive, or mundane conditions through your everyday interactions and learning experiences. You may idealize certain forms of communication or information, possibly becoming enraptured by abstract concepts, poetry, or spiritual teachings. Your mind is naturally drawn towards higher realms of thought, and you may have a knack for expressing complex concepts in a poetic and evocative manner. - -However, be aware of potential issues that may arise from this placement. There is a tendency to overly idealize certain forms of communication or information, which can sometimes lead to confusion or a lack of grounding in reality. It is crucial for you to find a balance between the ethereal and the practical aspects of communication and learning. By maintaining a level-headed approach and staying connected to the tangible world, you will be able to harness the immense creative potential that Neptune in the third house offers. - -Remember, this placement can provide you with the ability to inspire and uplift others through your words and ideas. Your spiritual insight can have a profound impact on those around you. Embracing your intuitive nature while also grounding yourself in reality will allow you to navigate the realm of communication and learning with grace and wisdom. Trust in your innate ability to tap into the mystical depths of your mind, and let it guide you towards spiritual growth and personal transformation. - -**** Chiron Sextile Midheaven (orb 1°5') - -With Chiron in Taurus in the seventh house, you have a healing energy centered around your relationships and partnerships. Chiron is known as the wounded healer, and its placement in Taurus signifies that you may have experienced past wounds related to your self-worth, values, and material possessions. - -The seventh house represents our one-on-one relationships, marriage, and business partnerships. With Chiron here, you may have endured emotional pain or learned important lessons in these areas. You may have struggled with trust, abandonment, or feelings of inadequacy in your partnerships. However, the good news is that Chiron also brings the potential for profound healing in these areas of your life. - -Now, let's explore the sextile aspect between Chiron in Taurus and the Midheaven in Cancer. The Midheaven, or MC, represents your career and public image. In Cancer, it reflects your emotional approach to these areas of your life. The sextile aspect indicates a harmonious connection between Chiron and the Midheaven, suggesting that your healing journey and the way you present yourself to the world are intertwined in a positive way. - -This aspect implies that your past experiences with relationships have influenced your career path and how you express your emotions in professional settings. You have the ability to channel your healing energy into your work, which can have a transformative impact on your career and public image. - -However, be aware of certain potential challenges. With Chiron in Taurus, you may struggle with a fear of change or a tendency to hold onto outdated patterns. This could affect your ability to adapt to new environments or seize opportunities for growth. Additionally, your sensitivity and emotional approach to your career may sometimes make it challenging to maintain professional boundaries. - -On the bright side, integrating your healing journey with your public image can lead to success and fulfillment in your chosen career. Your ability to empathize with others and create nurturing environments will be appreciated and valued. Embracing personal growth and being open to change will help you overcome any potential obstacles and lead to long-term happiness in your professional life. - -Your Chiron in Taurus in the seventh house with a sextile aspect to the Midheaven in Cancer suggests that your healing journey is intertwined with your relationships and career. While past wounds may have affected your self-worth and partnerships, you have the potential to transform these experiences into strengths. By integrating your healing energy into your work and being open to growth, you can achieve success and fulfillment in your professional life. Embrace change and establish healthy boundaries to navigate any potential challenges that may arise. - -**** Mars Sextile Ascendant (orb 1°12') - -This aspect was already discussed in the Your Filter Over Your Personality section above. - -**** Venus Sextile Jupiter (orb 1°39') - -This aspect was already discussed in the Your Love, Values, and Attraction section above. - -**** Saturn Sextile Uranus (orb 1°59') - -Saturn is in the sign of Virgo, indicating that you have a strong desire to establish and preserve yourself through hard work and effort. You show great attention to detail and possess a practical, analytical mind. You are diligent and strive for perfection in everything you do. This placement suggests that you have a deep sense of responsibility and take on tasks with a strong work ethic. - -With Saturn in the twelfth house, the area of life where stability and structure are sought is your inner world and the realm of spirituality and the subconscious. You may find deep satisfaction and meaning in introspection, self-reflection, and exploring the hidden aspects of your psyche. The twelfth house can also represent institutions, such as hospitals, prisons, or spiritual retreats, where you can experience a sense of grounding and fulfillment. - -Saturn's sextile aspect to Uranus, which is in your second house, further influences the expression of Saturn in your chart. The sextile aspect indicates an opportunity for positive cooperation and integration between these two planets. Saturn's influence on self-preservation and hard work harmonizes with Uranus, which represents innovation, originality, and freedom. - -In the second house, which governs personal resources, values, and earning capacity, Uranus suggests that you possess a unique and inventive approach to managing your finances and material possessions. You may find unconventional ways to generate income or be drawn to non-traditional career paths. This aspect also hints at the potential for sudden financial gains or unexpected changes in your financial situation. - -It appears that you approach your spiritual and subconscious exploration with a practical mindset grounded in the physical realm. You may use routine, discipline, and structure to navigate the subtle aspects of your inner world. Your ability to merge the realms of practicality and spirituality can be a valuable asset in your personal growth and understanding of yourself. - -However, there are some potential challenges to be aware of. Saturn's influence can sometimes lead to self-criticism and a tendency to set impossibly high standards for yourself. This may create inner pressure and a sense of never being good enough. Be mindful of this tendency and practice self-compassion and self-acceptance. - -On a positive note, this synthesis of Saturn in Virgo and the twelfth house, along with the sextile to Uranus, suggests that you have a unique ability to ground your aspirations and practical goals in the realm of spiritual growth and self-discovery. Your disciplined approach can assist you in unraveling the mysteries of your inner world and finding a profound sense of fulfillment and meaning. - -Try to balance your meticulousness with moments of liberation and allow yourself to embrace the unexpected and welcome change. By embracing both structure and innovation, you can create a life that blends stability, personal growth, and creative expression. - -**** Moon Sextile Ascendant (orb 2°32') - -With your Ascendant in Libra, you approach life with a harmonious and diplomatic nature. You value balance, fairness, and cooperation, always seeking to find a middle ground in any situation. You have an innate ability to see various perspectives and understand the needs of others, which makes you a great peacemaker and mediator. - -Having your moon in Leo in the eleventh house, in a sextile aspect to your Ascendant, adds a touch of warmth and creativity to your overall personality. This aspect enhances your sociability and your desire to be part of a group or community. You are naturally outgoing and enjoy being the center of attention. Your personality shines when you are surrounded by friends or engaging in collaborative projects. - -The combination of your Libra Ascendant and moon in Leo shows that you possess a strong sense of style and a glamorous aura. You have an eye for aesthetics, and your natural charm and charisma draw people towards you. You are likely to be popular and well-liked by others, often being the life of the party. - -In your interactions with the world, you bring a balanced and diplomatic approach, combined with a generous and warm-hearted nature. You have a natural ability to build and maintain harmonious relationships, as you genuinely care for the well-being of others. Your desire for social harmony may lead you to sometimes sacrifice your own needs and desires for the sake of keeping the peace. - -However, be aware of potential challenges that may arise. With the influence of Libra and Leo, you may sometimes struggle with indecisiveness, particularly when it comes to making choices that involve your own personal happiness. You may find yourself torn between your own desires and the expectations or needs of others. Try to find a healthy balance where both your needs and the needs of those around you are taken into consideration. - -With your Ascendant in Libra and the moon in Leo, you have a winning combination that allows you to shine brightly in social settings. You possess a natural ability to create and maintain harmonious relationships, and your lively and warm-hearted personality draws people towards you. By embracing your natural charm and diplomacy, while also ensuring you make space for your own desires, you can navigate life with grace and fulfillment. - -**** Sun Sextile Neptune (orb 2°51') - -Your Sun in Libra in the first house shows that you express your vital energies through harmonious and balanced interactions with others. You have a natural charm and diplomatic skills that make you well-liked by those around you. You thrive when you are able to create harmony and bring people together. - -With the Sun in the first house, you shine brightly in your personal life. You have a strong sense of self and a confident aura that draws people to you. You are a natural leader and have the ability to take charge when necessary. Your presence is felt wherever you go and you have a knack for making a lasting impression on others. - -The sextile aspect between your Sun in the first house and Neptune in the third house brings a touch of dreaminess and sensitivity to your self-expression. You have a vivid imagination and a creative way of communicating with others. Your words have the power to inspire and uplift those around you. You are able to tap into a deeper understanding of the world and express it in a way that resonates with others. - -This aspect also indicates that you have a deep appreciation for culture, art, and spirituality. You may have a natural talent for writing, speaking, or performing, as you are able to connect with people on a soulful level through these mediums. You possess a gentle and compassionate nature that makes you a great listener and confidant to those in need. - -However, be aware of the potential challenges that may arise with this aspect. Sometimes, your idealistic nature can make it difficult for you to see things as they truly are. You may be prone to occasional escapism or confusion, especially in your communication. It is important to stay grounded and maintain a balance between your dreams and reality. - -Your Sun in Libra in the first house, in sextile aspect to Neptune in the third house, gives you a charming and charismatic personality that shines in social interactions. You have the ability to create harmony in your relationships and inspire others with your creative and imaginative communication style. Just remember to stay grounded and maintain a balance between your dreams and reality to make the most of this beautiful energy. - -**** Moon Sextile Pluto (orb 3°46') - -In your natal chart, your moon is in Leo in the eleventh house, forming a sextile aspect with Pluto in the first house. - -With the moon in Leo, your emotional reactions are passionate, expressive, and dramatic. You have a vibrant and creative way of exploring your feelings, and you thrive on being the center of attention. Your emotions are deeply connected to your sense of self-worth and personal identity. You seek validation and admiration from others, and when you receive it, it boosts your confidence and brings you joy. You have a strong desire for love and affection, and you are generous and warm-hearted in your relationships. - -Now, let's blend this energy with the eleventh house, where your moon resides. The eleventh house represents your friendships, social connections, and involvement in groups or collective causes. With your moon in the eleventh house, you seek emotional fulfillment through your interactions with friends and within your social circles. You have a natural ability to create a sense of belonging and camaraderie among your friends and acquaintances. You find comfort and security in being part of a community that shares your values and interests. - -Moving on to the aspect between your moon and Pluto, the sextile aspect brings a harmonious flow of energy between these two planetary energies. Pluto, residing in your first house, infuses your emotional world with intensity and transformation. This aspect brings depth and emotional insight into your life. You have a profound understanding of the hidden motivations and desires that govern your own emotional responses and those of others. - -Through this sextile aspect, the powerful emotional energy of Pluto supports and enhances your Moon in Leo. It allows you to tap into your innermost emotions and channel them creatively, adding depth and richness to your expression. This aspect can greatly enhance your ability to connect with others on an emotional level, as you are able to uncover and understand their deepest feelings. - -You need to be aware that with this intense emotional connection, there is a potential for power struggles or obsessions when it comes to your relationships. It can be tempting to wield your emotional influence to control others or manipulate situations to get the attention you desire. However, it's wise to remember that true emotional security and fulfillment come from genuine connections based on authenticity and mutual respect. - -This combination suggests that you have the potential to shine a bright light on the emotions that run deep within you. You possess a natural ability to create a sense of belonging within your social circles and use your emotional insights to navigate relationships with passion and creativity. Nurturing genuine connections and treating others with respect and kindness will allow you to cultivate the fulfilling emotional fulfillment you seek. - -**** Neptune Sextile Ascendant (orb 5°22') - -With your Ascendant in Libra, your approach to life is marked by a strong desire for harmony, balance, and fairness. You tend to value relationships and social interactions, always striving to create pleasant and cooperative environments for yourself and others. The energy of Libra brings a natural charm, diplomacy, and a deep appreciation for beauty into your personality. You have a keen sense of aesthetics and are often drawn towards artistic pursuits. - -Now, let's look at the influence of Neptune in the third house, forming a sextile aspect to your Ascendant. This aspect infuses your Libra Ascendant with a touch of imagination, intuition, and a dreamy quality in your communication and thought processes. Neptune exerts a gentle influence, softening the energy of your Ascendant and allowing you to approach life with a sense of sensitivity and compassion. You may have a natural talent for poetry, creative writing, or other forms of expression that allow you to convey emotions and perceptions with a touch of magic. Your words may have a poetic flow and can inspire others to see the beauty in the world. - -This combination offers you a unique ability to connect with others on a deep and empathetic level. Your Libra Ascendant already gives you the gift of social grace, and with the influence of Neptune, you have an almost uncanny understanding of people's emotions and desires. This empathy can make you an excellent mediator and peacemaker, as you are able to understand multiple perspectives and find common ground. - -However, it is important to be cautious of the potential pitfalls that this combination may present. With Neptune's influence, there can sometimes be a tendency to become lost in daydreams or to have difficulty distinguishing between reality and illusion. It's important to cultivate a strong sense of discernment and maintain a grounded perspective, ensuring that you do not get carried away by idealized notions or unrealistic expectations in relationships and friendships. - -Having the Ascendant in Libra with Neptune sextile Ascendant means that you possess a wonderful blend of charm, creativity, and sensitivity. By embracing your natural diplomacy and artistic inclinations, you can navigate through life with grace and tenderness. Just remember to stay grounded and keep a clear vision of reality, so your compassionate nature can truly flourish in your connections with others. - -**** Sun Sextile Moon (orb 5°41') - -Your sun in Libra, sitting pretty in the first house, paints a picture of a charming and harmonious individual who exudes grace and elegance in their self-presentation. Libra, as an air sign, brings a lightness to your personality and a strong desire for balance in all aspects of your life. - -With the sun in the first house, you shine brightly and radiate your vital energies through your self-expression and personal identity. You have a natural ability to command attention and have a significant influence on those around you. Others are drawn to your charismatic presence and find you captivating. - -The sun sextile moon aspect reveals a harmonious relationship between your sun in Libra and your moon in Leo, in the eleventh house. This aspect enhances your emotional awareness and social connections, as it brings together the energies of passion and creativity. You have a natural ability to connect with others on a deep and heartfelt level, making you a social butterfly who effortlessly attracts a wide and diverse circle of friends. - -The eleventh house is associated with friendships, social causes, and group activities. With your sun in the first house sextile your moon in the eleventh house, you find joy and fulfillment in being part of a community and contributing to shared goals. Your ability to maintain strong and meaningful relationships is a true asset, as you bring people together and foster positive connections. - -In your journey through life, you may encounter some challenges. Your desire for harmony and balance may, at times, lead you to prioritize others' needs over your own. You need to embrace your own desires and needs, nurturing your individuality and ensuring your own happiness. - -However, the combination of your sun in Libra in the first house, with its charismatic and charming energy, and the sun sextile moon in Leo in the eleventh house, with its passion and love for community, sets the stage for a life filled with natural talents and a harmonious social presence. Your ability to create harmonious connections and lead a balanced life offers you great opportunities for personal growth and fulfillment. Embrace your unique charm and tap into your creativity to make positive and lasting impacts on the lives of those around you. - -*** Unrealized Potential, Waiting For You To Make Adjustments -**** Chiron Quincunx Ascendant (orb 0°25') - -With Chiron in Taurus in the seventh house, quincunx aspect to your Ascendant in Libra, the theme that emerges is 'unrealized potential'. - -First, let's consider the quincunx aspect. This aspect represents a lack of integration or harmony between the energies involved. It can create a sense of discord or tension, and requires adjustment or adaptation to find its balance. In your case, it suggests that there may be some difficulties or challenges in fully manifesting your potential. - -Chiron symbolizes the areas in our lives where we carry deep wounds and it is through these wounds that we gain wisdom and empathetic understanding of others. In Taurus, Chiron brings focus to issues related to self-worth, value, and security. It may indicate some deep-rooted wounds related to these areas, potentially affecting your ability to recognize and fully utilize your talents and resources. - -The seventh house represents partnerships, relationships, and the need for balance and harmony in one-on-one connections. With Chiron in this house, you may encounter challenges in your relationships, and these challenges may stem from your own wounds and insecurities. - -Your Ascendant in Libra emphasizes your need for balance, fairness, and harmony in all aspects of your life, including your relationships and self-expression. However, the quincunx aspect between your Ascendant and Chiron suggests that finding this balance may be challenging for you. It may require constant adjustments and adaptation to achieve the harmony that you desire and deserve. - -Now, bringing together the influences of Taurus, Libra, the seventh house, and the quincunx aspect, it becomes clear that your unrealized potential lies in your ability to fully value yourself and create balanced and harmonious relationships. The wounds you carry in the realm of self-worth and relationships are preventing you from tapping into your full potential. - -However, it's important not to be disheartened. Awareness of these issues is the first step towards growth and healing. By acknowledging and confronting these wounds, you can empower yourself and work towards realizing your potential. - -Seeking support from therapists, healers, or mentors specializing in self-worth and relationship dynamics may be beneficial. By investing time and energy in your self-esteem and learning healthy relationship patterns, you can gradually overcome these challenges and open yourself up to a deeper sense of fulfillment and personal growth. - -This aspect is just one component of your astrological makeup, and it doesn't define you. It simply points out a potential area of growth and learning. Embrace your journey of self-discovery, cultivate self-love, and trust that with time and effort, you can overcome these challenges and create the fulfilling connections and life experiences you desire. -Spiritual - -**** Jupiter Novile Ascendant (orb 0°2') - -Your Jupiter in Virgo in the eleventh house in a novile aspect to your Ascendant in Libra speaks volumes about your unique qualities and the way you interact with the world around you. Let's break it down and see what this means for you. - -First, let's talk about the novile aspect. The novile aspect represents a special energy that brings a touch of inspiration and divine intervention into your life. It is like a spark of creativity that can ignite new ideas and possibilities. This aspect encourages you to think outside the box and embrace your individuality. - -Now, let's move on to the planets involved. Jupiter, the planet of expansion and abundance, is in Virgo. Virgo is an earth sign known for its practicality and attention to detail. With Jupiter here, you have a strong desire to analyze and improve things. You possess a sharp mind and a knack for finding innovative solutions to problems. This energy is amplified in the eleventh house, which is associated with friendships, networks, and dreams for the future. Your Jupiter in Virgo in the eleventh house suggests that you have many big ideas and aspirations for collective endeavors. - -On the other hand, your Ascendant is in Libra. Libra is an air sign characterized by its harmony-seeking nature and love for partnerships. With your Ascendant in Libra, you have a charming and diplomatic way of presenting yourself to others. People are naturally drawn to your balanced and cooperative nature. This aspect, in combination with your Jupiter placement, suggests that you have the ability to rally people together and create positive change through cooperation and collaboration. - -While this combination of energies brings many strengths and opportunities into your life, there are some potential issues to be aware of. With your attention to detail and desire for perfection, you may sometimes struggle with a tendency towards self-criticism and overthinking. Give yourself permission to make mistakes and embrace the learning process. Additionally, with your natural inclination for cooperation, you may find it challenging to assert your own needs and boundaries. It's crucial to find a balance between considering others and honoring your own desires. - -This aspect indicates that you possess a strong innovative spirit and a natural ability to bring people together. Your attention to detail and practical mindset can help you achieve your dreams and contribute to collective endeavors. Embrace your uniqueness, balance your self-criticism, and find a harmonious way to assert your own needs while still valuing collaboration. This combination of energies has the potential to bring you great fulfillment and success in creating positive change. - -**** Mars Novile Saturn (orb 0°15') - -Your Mars in Leo in the tenth house in a novile aspect to Saturn in Virgo in the twelfth house suggests a unique and intriguing energy in your birth chart. Let's dive into the meanings behind this aspect and how it combines with your planets, signs, and houses. - -Novile aspects represent the energy of inspiration and creativity. They bring a sense of originality and innovation to your character. With Mars in Leo and Saturn in Virgo, this novile aspect amplifies your drive and ambition, helping you manifest your goals in unconventional ways. - -Mars in Leo reflects your strong determination and passion. You have a natural flair for leadership and a desire to make your mark in the world. Your presence is magnetic, and you excel in situations that require confidence and self-expression. With this placement in the tenth house, the realm of career and public image, you have the potential to shine brightly in your chosen field. - -Saturn in Virgo adds a practical and analytical touch to the equation. You possess a sharp attention to detail and a strong work ethic. This placement in the twelfth house emphasizes your introspective nature and your ability to tap into your intuition. You are likely to find yourself drawn to spiritual or mystical pursuits, seeking a deeper understanding of life's mysteries. - -Combining Mars in Leo, Saturn in Virgo, and the novile aspect, you have a gift for merging creativity with methodical action. You can infuse your ambitious goals with a unique and inspiring approach, capturing the attention of others. Your ability to think outside the box and be resourceful serves you well in professional endeavors. - -However, be mindful of potential challenges that may arise. The novile aspect can sometimes bring impatience and a tendency to jump into action without proper planning. You may need to cultivate patience and discipline to avoid burning out or becoming overwhelmed with your pursuits. Additionally, the twelfth house's influence might make it challenging for you to let go of perfectionism and self-doubt. Trust yourself and your abilities. - -This novile aspect between Mars in Leo and Saturn in Virgo brings a harmonious blend of creativity and practicality to your chart. You possess the tools to achieve success in your career through originality and hard work. By staying focused and balancing your ambition with patience, you will pave the way for your unique path to shine brightly. Trust in yourself, and the world will recognize and reward your efforts. - -**** Mercury Septile Saturn (orb 1°0') -*** Other Aspects -**** Neptune Conjunction Part of Fortune (orb 0°19') - -Details for this aspect are not included in this report. We're currently working on a separate "Part of Fortune Report". - -* Who told you history is an open buffet? | MadaMasr -:PROPERTIES: -:CREATED: [2025-01-27 Mon 11:04] -:END: - -https://www.madamasr.com/en/2018/05/14/opinion/u/who-told-you-history-is-an-open-buffet/ - -* GitHub - VikParuchuri/surya: OCR, layout analysis, reading order, table recognition in 90+ languages -:PROPERTIES: -:CREATED: [2025-01-27 Mon 11:04] -:END: - -https://github.com/VikParuchuri/surya - -* نصيبي من الخطأ| مساهمة في النقد الذاتي | المنصة -:PROPERTIES: -:CREATED: [2025-01-27 Mon 11:17] -:END: - -https://manassa.news/stories/21888 - -حمدين صباحي - -* ما لم يروِه زياد العليمي| نحن والجموع | المنصة -:PROPERTIES: -:CREATED: [2025-01-29 Wed 10:33] -:END: - -https://manassa.news/stories/16245 - -* Introducing codename goose | codename goose -:PROPERTIES: -:CREATED: [2025-01-29 Wed 10:34] -:END: - -https://block.github.io/goose/blog/2025/01/28/introducing-codename-goose/ - -* Egyptian Rite – The Square Magazine -:PROPERTIES: -:CREATED: [2025-01-29 Wed 12:45] -:END: - -https://www.thesquaremagazine.com/mag/article/202004-count-alessandro-cagliostro/ - -* Apprentice - Module 1 — Quareia -:PROPERTIES: -:CREATED: [2025-01-29 Wed 12:52] -:END: - -https://www.quareia.com/apprentice-module-1 - -* This is the Dream Time - by Robin Hanson - Overcoming Bias -:PROPERTIES: -:CREATED: [2025-01-29 Wed 13:43] -:END: - -https://www.overcomingbias.com/p/this-is-the-dream-timehtml - -* Mery Ka Ba -:PROPERTIES: -:CREATED: [2025-02-07 Fri 16:18] -:END: - -[[https://merykaba.blogspot.com/?m=1][Mery Ka Ba]] - -السيد الدمياطي - -* الحبس 3 سنوات لليوتيوبر أحمد إسبايدر بتهمة إزدراء الأديان - اليوم السابع -:PROPERTIES: -:CREATED: [2025-02-09 Sun 13:55] -:END: - -[[https://m.youm7.com/story/2025/2/9/%D8%A7%D9%84%D8%AD%D8%A8%D8%B3-3-%D8%B3%D9%86%D9%88%D8%A7%D8%AA-%D9%84%D9%84%D9%8A%D9%88%D8%AA%D9%8A%D9%88%D8%A8%D8%B1-%D8%A3%D8%AD%D9%85%D8%AF-%D8%A5%D8%B3%D8%A8%D8%A7%D9%8A%D8%AF%D8%B1-%D8%A8%D8%AA%D9%87%D9%85%D8%A9-%D8%A5%D8%B2%D8%AF%D8%B1%D8%A7%D8%A1-%D8%A7%D9%84%D8%A3%D8%AF%D9%8A%D8%A7%D9%86/6877830][الحبس 3 سنوات لليوتيوبر أحمد إسبايدر بتهمة إزدراء الأديان - اليوم السابع]] - -* SenseCAP Card Tracker T1000-E for Meshtastic -:PROPERTIES: -:CREATED: [2025-02-19 Wed 08:46] -:END: - -[[https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-p-5913.html][SenseCAP Card Tracker T1000-E for Meshtastic]] - -* Home | Methodology Premium Food Delivery: Clean, Custom, Comfort Food -:PROPERTIES: -:CREATED: [2025-02-22 Sat 02:53] -:END: - -[[https://www.gomethodology.com/][Home | Methodology Premium Food Delivery: Clean, Custom, Comfort Food]] - -* Ruark R610 Music Console -:PROPERTIES: -:CREATED: [2025-02-24 Mon 10:06] -:END: - -[[https://www.ruarkaudio.com/us/products/r610-music-console][Ruark R610 Music Console]] - -* Astrological Ages as an Accurate and Effective Model of History - Astrodienst -:PROPERTIES: -:CREATED: [2025-02-24 Mon 15:52] -:END: - -[[https://www.astro.com/astrology/aa_article160602_e.htm][Astrological Ages as an Accurate and Effective Model of History - Astrodienst]] - -* Anunaki, Mensageiros de Vento -:PROPERTIES: -:CREATED: [2025-02-25 Tue 11:48] -:END: - -- Khaki, red jewel: -- Green, Green jewel: Alalu:, burried in Lahmu. Saturn? -- Red, white jewel: Anu, Uranus? -- White:, red jewel Ea:, later Enki from Abizu, eldest son of Anu, father of Adapa and Titus with two human women, themselves parents of Ka-in Abael, Saturn? -- Tiamat, daughter of another woman -- Purple: Enlil, half brother of Ea, son of main wife, Zeus? -- Olive: Marduk, son of Enki, married human Sarpanit, results in Giants , later named himself Ra and created a new religion of the Ram, Zeus? -- White: Ninmah, sister of Enki, mother of Adamu, Venus? -- Turquoise: Ningishzidda, son of Enki -- Gold: Dmuzi, son Enki -- Orange: Inana, granddaughter of Enlil, lover of dead Dumuzi -- - -* حاضر الثقافة في مصر by بيومي قنديل | Goodreads -:PROPERTIES: -:CREATED: [2025-02-27 Thu 12:16] -:END: - -[[https://www.goodreads.com/book/show/20748548][حاضر الثقافة في مصر by بيومي قنديل | Goodreads]] - -* SLUM: The Shadow Library Uptime Monitor -:PROPERTIES: -:CREATED: [2025-03-01 Sat 03:03] -:END: - -[[https://open-slum.org/][SLUM: The Shadow Library Uptime Monitor]] - -* Rûm (Greek) Names: Cross-Language Adaptations in the Levant -:PROPERTIES: -:CREATED: [2025-03-03 Mon 04:33] -:END: - -[[https://www.grecosyrian.com/2025/02/rum-greek-names-hellenistic-identity-in.html?m=1][Rûm (Greek) Names: Cross-Language Adaptations in the Levant]] - -* True Residential | Luxury Refrigerators with Commercial DNA -:PROPERTIES: -:CREATED: [2025-03-04 Tue 12:44] -:END: - -[[https://true-residential.com/][True Residential | Luxury Refrigerators with Commercial DNA]] - -* A History of the Future, 2025-2027 - by L Rudolf L -:PROPERTIES: -:CREATED: [2025-03-04 Tue 19:10] -:END: - -[[https://nosetgauge.substack.com/p/a-history-of-the-future-2025-2027?r=2ve2n0&triedRedirect=true][A History of the Future, 2025-2027 - by L Rudolf L]] - -Great series - -* GitHub - Exafunction/codeium.el: Free, ultrafast Copilot alternative for Emacs -:PROPERTIES: -:CREATED: [2025-03-05 Wed 14:15] -:END: - -[[https://github.com/Exafunction/codeium.el][GitHub - Exafunction/codeium.el: Free, ultrafast Copilot alternative for Emacs]] - -* Echo Flask Hydrogen Water Bottle -:PROPERTIES: -:CREATED: [2025-03-05 Wed 17:14] -:END: - -[[https://echowater.com/products/echo-flask][Echo Flask Hydrogen Water Bottle]] - -* Echo Ultimate™ Hydrogen Alkaline Water Machine - Multi-Functional Water Enhancement System -:PROPERTIES: -:CREATED: [2025-03-05 Wed 17:48] -:END: - -[[https://echowater.com/products/echo-ultimate-hydrogen-water][Echo Ultimate™ Hydrogen Alkaline Water Machine - Multi-Functional Water Enhancement System]] - -* Mistral OCR | Mistral AI -:PROPERTIES: -:CREATED: [2025-03-06 Thu 12:27] -:END: - -[[https://mistral.ai/news/mistral-ocr][Mistral OCR | Mistral AI]] - -* ‎ضحك وتحشيش عراقي‎ | ‎من علامات الرجال عدم لبس اللبسان 🤣🤣🤣🤣 #مقاطع_مضحكه #تحشيش_عراقي #تحشيش #مقالب #فديوهات_مضحكه #الشعب_الصيني_ماله_حل😂😂 #كوميديا_ضحك #ترفيه...‎ | Instagram -:PROPERTIES: -:CREATED: [2025-03-08 Sat 11:44] -:END: - -[[https://www.instagram.com/reel/DAoYwZptsdH/][‎ضحك وتحشيش عراقي‎ | ‎من علامات الرجال عدم لبس اللبسان 🤣🤣🤣🤣 #مقاطع_مضحكه #تحشيش_عراقي #تحشيش #مقالب #فديوهات_مضحكه #الشعب_الصيني_ماله_حل😂😂 #كوميديا_ضحك #ترفيه...‎ | Instagram]] - -* "In order to explain the general theory, we assume that the ether itself can have a velocity in space, one that varies across space according to the accumulations of matter nearby." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-08 Sat 11:55] -:END: - -So if the One is Time, two is space, and three is matter, both existing in Time (the definition of existence is "being in time". - -The four are the four elements of matter, the five is matter and Ether. These together are micro-cosmological Truth relative to Space, with which they become the six, i.e. macro-cosmological Truth. - -The Seven are the five plus the two hidden, Space and Time. - -* "we shall take the basic laws of physics to be descriptions of regularities about their motion and interaction that result from their being contained by space, that is, as ontological effects of both space and matter." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-08 Sat 12:24] -:END: - -Existing = being in time -Laws of physics = being in space - -* "That is to hold that there are immaterial substances in space, for it implies that there are substances that do not obey the basic laws of physics. That may mean that there are no material substances, only immaterial substances that appear at times to be material. In" -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-08 Sat 13:09] -:END: - -Emergentism = the world is mental - -* "Thus, it accepts what is called "property dualism," while cleaving to materialism (or physicalism). Matter must have phenomenal properties as well as physical properties." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-08 Sat 13:12] -:END: - -This is the belief that each bit of matter is conscious to one degree or another. - -But if you put consciousness and goodness in space itself, that explains everything and gives you something worthy of holiness. - -* "Though different foundations were used in different eras of philosophy, they were always epistemological." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-08 Sat 17:25] -:END: - -Religions are ontologies - -* "In short, the assumption we shall make in explaining Einsteinian relativity is that space has an absolute, uniform Euclidean three dimensional structure, and that that structure is not changed even though the extrinsic essential nature of space includes interactions with matter that change the state of certain parts of space and, thereby, change how bits of matter coincide with space in those regions." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-09 Sun 11:14] -:END: - -I'd rather have ether as a third substance ( a type of matter?) existing and acting between space and matter. Ether is a substance that exists whole as space does but that flows relative to Space affected by concentration of matter, while keeping a constant speed of light. - -This also makes for a concept that I use a lot but struggle to name it describe, perhaps best called categorical completeness. Instead of coming up with different arbitrary categories, categorical completeness (admittedly arbitrary) properties and creates as many categories to complete a matrix containing all the possible permutations of the possible values of each category. The simplest matrix is 1x1 but by far the most useful is 2x2. - -* "The intrinsic property of each bit of matter is simply whatever it is in itself, that is, as something that has an existence distinct from every other substances. This could be anything a substance might be in itself (though as we shall see, it is the aspect of the essential nature of matter that makes it possible to explain phenomenal properties.) Since there may be different forms of matter, with different essential natures, the intrinsic properties of matter may be various." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-09 Sun 11:54] -:END: - -I agree that the intrinsic property of matter is what gives identity to each bit of matter, but I disagree about it explaining phenomenal properties, at least not wholly. It seems to me, at this stage, that consciousness is an intrinsic property of space, not matter, especially if we want consciousness to endure beyond the current arrangement of matter that makes up the subjective animal machine, or if we want to see consciousness as a single whole space whose intrinsic property is being the Nous. - -* FRAMELESS | The Ultimate Immersive Art Experience -:PROPERTIES: -:CREATED: [2025-03-09 Sun 13:01] -:END: - -[[https://frameless.com/][FRAMELESS | The Ultimate Immersive Art Experience]] - -For a modern temple - -* "correct in believing it to be possible, in principle, to explain everything that happens in nature by the efficient causes picked out by physical properties, two facts about these properties follow. One is that phenomenal properties are somehow effects of the physical (or functional) properties of such organisms. The other is that having phenomenal properties cannot itself have any effect, in turn, on physical or functional properties. In other words, phenomenal properties would be epiphenomenal relative to physical (and functional) properties." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-09 Sun 14:39] -:END: - -Building on this, magic would be phenomenal properties having an effect on physical properties. - -And if the world is mental (or mathematical), then a subject with the power to use magic is not breaking the flow of causality, rather just reversing it to its original direction of flow. - -* Country Boundary Viewer - March 10, 2025 -:PROPERTIES: -:CREATED: [2025-03-10 Mon 10:28] -:END: - -[[https://mapscaping.com/country-boundary-viewer/][Country Boundary Viewer - March 10, 2025]] - -* "is not easy for contemporary physicists to see this, however, because the twentieth century revolutions in physics have forced them to abandon the expectation of an intuitive understanding of what their highly mathematical theories are about. Though the intelligibility of scientific theories in terms of spatial imagination was taken for granted in classical physics, it is now generally assumed that it is beyond our grasp." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-10 Mon 22:43] -:END: - -Intuitive understanding of the physical world is part of the lost common sense - -* "Though the geometrical relations among parts of space are aspects of their essential natures, they are distinct substances related geometrically, that is, by way of the parts of space between them, and any change in one part of space must first produce real changes to the parts in between before it can affect more distant parts of space. And it must propagate at a finite velocity, or it would not be propagating at all. |1.852| In either case, whether the action is mediated by a bit of matter or by space itself, something must move across space as time passes, or there can be no effect of one on the other." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-11 Tue 23:45] -:END: - -Since action at a distance is not allowed in spatiomaterialism, then quantum entanglement needs a good explanation or it will break spatiomaterialism. - -* Quantum Information Panpsychism Explained | Federico Faggin -:PROPERTIES: -:CREATED: [2025-03-12 Wed 14:40] -:END: - -[[https://youtube.com/watch?v=0FUFewGHLLg&si=NIIP5yyXRFFZEgle][Quantum Information Panpsychism Explained | Federico Faggin]] - -51:00 "Entanglement is what connects everything from the inside. It is what allows the world to be holistic." - -1:14:00 "In my model, space is the memory of the self-knowing of one. And because one knows evermore about itself, space must inflate, must grow exponentially. You know that quantum states only exist within a very narrow present. So in order to remember your experience, you must put it in long term memory." - -* PicoCalc | ClockworkPi -:PROPERTIES: -:CREATED: [2025-03-13 Thu 08:47] -:END: - -[[https://www.clockworkpi.com/picocalc][PicoCalc | ClockworkPi]] - -* ZipFix Quick Repair Tool - Hixfy -:PROPERTIES: -:CREATED: [2025-03-13 Thu 09:30] -:END: - -[[https://hixfy.com/products/zipfix-quick-repair-tool][ZipFix Quick Repair Tool - Hixfy]] - -* Russel on mathematical knowledge -:PROPERTIES: -:CREATED: [2025-03-13 Thu 10:33] -:END: - -Physics is mathematical, not because we know so much about the physical world, but because we know so little: it is only its mathematical properties that we can discover. For the rest our knowledge is negative. -— Bertrand Russell, An Outline of Philosophy (1927) - -* Interview with idealist physicist and inventor of the microprocessor, Fe... -:PROPERTIES: -:CREATED: [2025-03-13 Thu 13:50] -:END: - -[[https://youtube.com/watch?v=SVS3-NDUC0M&si=g9mEcmGu9-xTevXh][Interview with idealist physicist and inventor of the microprocessor, Fe...]] - -30:00 "Existence is equivalent to knowing, for One" - -* Quantum Consciousness Debate: Does the Wave Function Actually Exist? | P... -:PROPERTIES: -:CREATED: [2025-03-13 Thu 14:55] -:END: - -[[https://youtube.com/watch?v=0nOtLj8UYCw&si=sv5o8B8zPW28lCz4][Quantum Consciousness Debate: Does the Wave Function Actually Exist? | P...]] - -30:00 Roger Penrose: "you've got to have something that looks like, more or less, the classical world. And if you don't have a collapse of the wave function, the quantum evolution of the state does not look like the classical world." - -53:00 "I have to be careful about this. I have a point of view, and this has to be taken in the right spirit. The point of view is that it's a good thing to have had at a certain stage in your life to have believed in the many worlds interpretation of quantum physics. The shorter the period, the better. I did go through such a stage myself, believing in the. many world interpretation. I can't believe how long. Whatever it was it was as long as a year." - -* Spirit Science – The Home of Spirit Science -:PROPERTIES: -:CREATED: [2025-03-13 Thu 19:09] -:END: - -[[https://spiritsciencecentral.com/][Spirit Science – The Home of Spirit Science]] - -* Crimson Circle -:PROPERTIES: -:CREATED: [2025-03-13 Thu 19:10] -:END: - -[[https://www.crimsoncircle.com/][Crimson Circle]] - -* natReason.com -:PROPERTIES: -:CREATED: [2025-03-13 Thu 19:10] -:END: - -[[https://www.natreason.com/][natReason.com]] - -* SRS - SIERRA RADIO SYSTEMS -:PROPERTIES: -:CREATED: [2025-03-15 Sat 15:08] -:END: - -[[https://www.packtenna.com/srs.html#/][SRS - SIERRA RADIO SYSTEMS]] - -* GitHub - allenai/OLMo: Modeling, training, eval, and inference code for OLMo -:PROPERTIES: -:CREATED: [2025-03-16 Sun 02:02] -:END: - -[[https://github.com/allenai/OLMo][GitHub - allenai/OLMo: Modeling, training, eval, and inference code for OLMo]] - -* LNVPN - Bitcoin VPN & eSIM Service | $0.10 VPN | $0.99 eSIM -:PROPERTIES: -:CREATED: [2025-03-16 Sun 02:27] -:END: - -[[https://lnvpn.net/][LNVPN - Bitcoin VPN & eSIM Service | $0.10 VPN | $0.99 eSIM]] - -* TollGate || Bitcoin-powered WiFi Network -:PROPERTIES: -:CREATED: [2025-03-16 Sun 08:31] -:END: - -[[https://tollgate.me/][TollGate || Bitcoin-powered WiFi Network]] - -* The Urlacher – Altair Technology – Bitcoin Mining Solutions -:PROPERTIES: -:CREATED: [2025-03-17 Mon 14:07] -:END: - -[[https://altairtech.io/product/urlacher/][The Urlacher – Altair Technology – Bitcoin Mining Solutions]] - -* Synthetic Aperture Radar Doppler Tomography Reveals Details of Undiscovered High-Resolution Internal Structure of the Great Pyramid of Giza -:PROPERTIES: -:CREATED: [2025-03-20 Thu 10:02] -:END: - -[[https://www.mdpi.com/2072-4292/14/20/5231][Synthetic Aperture Radar Doppler Tomography Reveals Details of Undiscovered High-Resolution Internal Structure of the Great Pyramid of Giza]] - -* Mathematics for the adventurous self-learner | Neil Sainsbury -:PROPERTIES: -:CREATED: [2025-03-20 Thu 10:51] -:END: - -[[https://www.neilwithdata.com/mathematics-self-learner][Mathematics for the adventurous self-learner | Neil Sainsbury]] - -* "To explain the endurance of the cyclic nature of quantum events may, however, make it seem that matter is not a substance at all. If quantum events are ultimately just the exertion of a force in some part of space making some other event occur that is also constituted by forces, it is conceivable that quantum matter is just a property of parts of space, much like force-field matter. Could matter be entirely reducible to space? This is not what we assumed when we took spatiomaterialism as the foundation for this ontological way of doing philosophy." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-23 Sun 17:53] -:END: - -He's hinting here at something far deeper, and probably a unification of idealism and materialism - -* You Don't Need a Smartphone (Digital) — August Lamm -:PROPERTIES: -:CREATED: [2025-03-23 Sun 18:28] -:END: - -[[https://augustlamm.com/shop/you-dont-need-a-smartphone-digital][You Don't Need a Smartphone (Digital) — August Lamm]] - -* Finally a game with playing : r/freeuse :sex:video: -:PROPERTIES: -:CREATED: [2025-03-28 Fri 08:52] -:END: - -[[https://www.reddit.com/r/freeuse/comments/1jldw76/finally_a_game_with_playing/][Finally a game with playing : r/freeuse]] - -* "The second law of thermodynamics.This ontological explanation of the second law of thermodynamics reveals that two different global regularities are involved: a tendency of potential energy to become kinetic energy (and/or photons) and a tendency of kinetic energy (and/or photons) to become evenly distributed heat. In both cases, there is a geometrical structure about the region that tends to be wiped out by how objects move and interact." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-03-28 Fri 10:37] -:END: - -This offers a paradox in spatiomaterialism: If there is a tendency towards randomness in nature, and nature is eternal as no substances come into existence or go out of existence, then how come the heat death of the universe hasn't happened yet, and what caused the inequality in the first place? - -* SOURCE Global :water:years: -:PROPERTIES: -:CREATED: [2025-03-31 Mon 14:09] -:END: - -[[https://source.co/][SOURCE Global]] - -* Lumen | Boost Your Metabolism | Lumen -:PROPERTIES: -:CREATED: [2025-04-01 Tue 18:09] -:END: - -[[https://www.lumen.me/][Lumen | Boost Your Metabolism | Lumen]] - -* Maryland taxes -:PROPERTIES: -:CREATED: [2025-04-02 Wed 10:11] -:END: - -Security questions - -In what city were you born: Moscow -What was your first pet's name: Nuts - -What is the name of your favorite childhood friend: Nadine - -Password -NancyMaryland25$ -Security questions answer: Moscow - -* Install | Terraform | HashiCorp Developer -:PROPERTIES: -:CREATED: [2025-04-03 Thu 14:02] -:END: - -[[https://developer.hashicorp.com/terraform/install?product_intent=terraform][Install | Terraform | HashiCorp Developer]] - -* Hermeticism Posts | The Digital Ambler -:PROPERTIES: -:CREATED: [2025-04-04 Fri 10:10] -:END: - -[[https://digitalambler.com/about/hermeticism-posts/][Hermeticism Posts | The Digital Ambler]] - -* SEALMINER A2 Pro Bitcoin Mining Rig - Mine With Higher Hashrates -:PROPERTIES: -:CREATED: [2025-04-05 Sat 07:12] -:END: - -[[https://www.bitdeer.com/shop/sealminer][SEALMINER A2 Pro Bitcoin Mining Rig - Mine With Higher Hashrates]] - -Water-cooled, 19 inch racked - -* GitHub - lizqwerscott/mcp.el: An Mcp client inside Emacs -:PROPERTIES: -:CREATED: [2025-04-10 Thu 02:29] -:END: - -[[https://github.com/lizqwerscott/mcp.el][GitHub - lizqwerscott/mcp.el: An Mcp client inside Emacs]] - -* GitHub - ckreiling/mcp-server-docker: MCP server for Docker -:PROPERTIES: -:CREATED: [2025-04-10 Thu 02:37] -:END: - -[[https://github.com/ckreiling/mcp-server-docker][GitHub - ckreiling/mcp-server-docker: MCP server for Docker]] - -* uv -:PROPERTIES: -:CREATED: [2025-04-10 Thu 02:41] -:END: - -[[https://docs.astral.sh/uv/][uv]] - -* GitHub - vivekhaldar/emacs-mcp-server -:PROPERTIES: -:CREATED: [2025-04-10 Thu 02:44] -:END: - -[[https://github.com/vivekhaldar/emacs-mcp-server][GitHub - vivekhaldar/emacs-mcp-server]] - -* AI in Emacs | Will Schenk -:PROPERTIES: -:CREATED: [2025-04-10 Thu 02:53] -:END: - -[[https://willschenk.com/labnotes/2024/ai_in_emacs/][AI in Emacs | Will Schenk]] - -* Make, Sew and Mend: Traditional Techniques to Sustainably Maintain and – DFTBA -:PROPERTIES: -:CREATED: [2025-04-15 Tue 11:46] -:END: - -[[https://store.dftba.com/products/make-sew-and-mend-traditional-techniques-to-sustainably-maintain-and-refashion-your-clothes-book-and-signed-book-plate?variant=41132082888779&country=US¤cy=USD][Make, Sew and Mend: Traditional Techniques to Sustainably Maintain and – DFTBA]] - -* Wellness IV Drips - IV Therapy NYC | NutriDrip -:PROPERTIES: -:CREATED: [2025-04-15 Tue 16:33] -:END: - -[[https://www.nutridrip.com/wellness-drips/][Wellness IV Drips - IV Therapy NYC | NutriDrip]] - -* A programmable modular robot for the synthesis of molecular machines: Chem -:PROPERTIES: -:CREATED: [2025-04-19 Sat 09:48] -:END: - -[[https://www.cell.com/chem/fulltext/S2451-9294(25)00094-4?rss=yes][A programmable modular robot for the synthesis of molecular machines: Chem]] - -* Inside arXiv—the Most Transformative Platform in All of Science | WIRED -:PROPERTIES: -:CREATED: [2025-04-19 Sat 09:48] -:END: - -[[https://www.wired.com/story/inside-arxiv-most-transformative-code-science/?utm_social-type=owned][Inside arXiv—the Most Transformative Platform in All of Science | WIRED]] - -* Deskware - A Modular Desk System by BlackjackDuck - Hands on Katie Guild Member - MakerWorld -:PROPERTIES: -:CREATED: [2025-04-20 Sun 09:38] -:END: - -[[https://makerworld.com/en/models/1331760-deskware-a-modular-desk-system#profileId-1370168][Deskware - A Modular Desk System by BlackjackDuck - Hands on Katie Guild Member - MakerWorld]] - -* Underware 2.0 - Infinite Cable Management! Remixed by BlackjackDuck - Hands on Katie Guild Member - MakerWorld -:PROPERTIES: -:CREATED: [2025-04-20 Sun 09:40] -:END: - -[[https://makerworld.com/en/models/783010-underware-2-0-infinite-cable-management#profileId-808979][Underware 2.0 - Infinite Cable Management! Remixed by BlackjackDuck - Hands on Katie Guild Member - MakerWorld]] - -* openGrid - Wall/Desk mounting framework and ecosystem by David D | Download free STL model | Printables.com -:PROPERTIES: -:CREATED: [2025-04-20 Sun 09:41] -:END: - -[[https://www.printables.com/model/1214361-opengrid-walldesk-mounting-framework-and-ecosystem][openGrid - Wall/Desk mounting framework and ecosystem by David D | Download free STL model | Printables.com]] - -* GrowCube-Plant Watering System Garden Smart Watering System -:PROPERTIES: -:CREATED: [2025-04-22 Tue 15:36] -:END: - -[[https://m.elecrow.com/pages/shop/product/details?id=172714&][GrowCube-Plant Watering System Garden Smart Watering System]] - -* SwitchBot Wallet Finder Card – SwitchBot International -:PROPERTIES: -:CREATED: [2025-04-22 Tue 15:55] -:END: - -[[https://www.switch-bot.com/pages/switchbot-wallet-finder-card][SwitchBot Wallet Finder Card – SwitchBot International]] - -* SwitchBot Lock Pro – SwitchBot International -:PROPERTIES: -:CREATED: [2025-04-22 Tue 15:56] -:END: - -[[https://www.switch-bot.com/pages/switchbot-lock-pro][SwitchBot Lock Pro – SwitchBot International]] - -* SLATE Auto | The Customizable EV That Works for You -:PROPERTIES: -:CREATED: [2025-04-26 Sat 03:29] -:END: - -[[https://www.slate.auto/en][SLATE Auto | The Customizable EV That Works for You]] - -* Fair winds, Randa. You're Flying! -:PROPERTIES: -:CREATED: [2025-04-27 Sun 12:10] -:END: - -Randa El-Sherif was on my mind all yesterday. Not much personally, but Dao and Tai-chi. This morning I remembered us in her room and in her place. - -Even though she lives in Crystal Lake, IL with her husband whose name I don't remember, I wasn't sure if she was alive or not on her last birthday (she was born on Christmas). Communication with her had grown difficult over the years as what I assume is some sort of a neurodegenerative disease progressed. I thought I'd get in touch with her daughter Alia but thought it might be the first birthday without her, so I told myself better call next year. - -Turned out last Christmas was Randa's last birthday. Today I woke up to news that she did die. Yesterday I presume. Such a rare beautiful spirit. I saw her at her lightest and with her worst demons. The last time we spent together was in Nottingham when she came to visit. She spoke on her sleep and seemed to be working through a lot. - -Her Facebook bio says: - -I am . . . - -Restored and fulfilled. - -True, love. You are free to go Flying! Fair winds. It has been two blasts. - -* Models Venice - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles -:PROPERTIES: -:CREATED: [2025-04-27 Sun 18:53] -:END: - -[[https://vanderhallusa.com/models-venice-3-wheel-vehicles-autocycle/][Models Venice - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles]] - -* TX-500MP Portable HF/VHFL Transceiver - Lab599 -:PROPERTIES: -:CREATED: [2025-04-29 Tue 12:36] -:END: - -[[https://desert-wireless.com/tproduct/627963580-337292067672-tx-500mp-portable-hfvhfl-transceiver][TX-500MP Portable HF/VHFL Transceiver - Lab599]] - -* ESP32 appliances -:PROPERTIES: -:CREATED: [2025-04-29 Tue 18:55] -:END: - -A series of minimalist appliances that have no attached physical interface. The interface is Home Assistant compliant. Hard interfaces (knobs and buttons and screens) can be attached magnetically. - -* Limitless -:PROPERTIES: -:CREATED: [2025-04-29 Tue 21:44] -:END: - -[[https://www.limitless.ai/][Limitless]] AI pendant - -* GitHub - JohnMachado11/Build-a-Large-Language-Model-from-Scratch: Building a GPT-like LLM from scratch with PyTorch. -:PROPERTIES: -:CREATED: [2025-04-30 Wed 17:21] -:END: - -[[https://github.com/JohnMachado11/Build-a-Large-Language-Model-from-Scratch][GitHub - JohnMachado11/Build-a-Large-Language-Model-from-Scratch: Building a GPT-like LLM from scratch with PyTorch.]] - -* Hitler's first 100 days — and Trump's - Alternet.org -:PROPERTIES: -:CREATED: [2025-04-30 Wed 17:59] -:END: - -[[https://www.alternet.org/hitler-100-days/][Hitler's first 100 days — and Trump's - Alternet.org]] - -* TODO US Global Mail: Virtual Mailbox & Virtual Address Services -:PROPERTIES: -:CREATED: [2025-05-02 Fri 16:34] -:END: - -[[https://www.usglobalmail.com/][US Global Mail: Virtual Mailbox & Virtual Address Services]] - -* The Day the Music Burned - The New York Times -:PROPERTIES: -:CREATED: [2025-05-03 Sat 10:28] -:END: - -[[https://www.nytimes.com/2019/06/11/magazine/universal-fire-master-recordings.html][The Day the Music Burned - The New York Times]] - -* Function Health | Full-Body 160+ Lab Tests & Full-body MRIs -:PROPERTIES: -:CREATED: [2025-05-07 Wed 09:30] -:END: - -[[https://www.functionhealth.com/scan][Function Health | Full-Body 160+ Lab Tests & Full-body MRIs]] - -* Eddy Bergman.com :modular: -:PROPERTIES: -:CREATED: [2025-05-07 Wed 12:54] -:END: - -[[https://www.eddybergman.com/?m=1][Eddy Bergman.com]] - -* SOUND BENDER 36 | Circuit Bending / Machines électronik & Modular Synth DIY :music:modular: -:PROPERTIES: -:CREATED: [2025-05-07 Wed 12:55] -:END: - -[[https://soundbender36.wordpress.com/][SOUND BENDER 36 | Circuit Bending / Machines électronik & Modular Synth DIY]] - -* DIY Penicillin | Hackaday :health:medicine: -:PROPERTIES: -:CREATED: [2025-05-07 Wed 20:46] -:END: - -[[https://hackaday.com/2025/05/06/diy-penicillin/][DIY Penicillin | Hackaday]] - -* Voltera: Pioneering Prototyping Solutions for Additive Electronics :DIY:electronics: -:PROPERTIES: -:CREATED: [2025-05-09 Fri 15:28] -:END: - -[[https://www.voltera.io/][Voltera: Pioneering Prototyping Solutions for Additive Electronics]] - -* LumenPnP - Accurate and Reliable Pick and Place Machine – Opulo :diy:electronics:making: -:PROPERTIES: -:CREATED: [2025-05-09 Fri 15:41] -:END: - -[[https://www.opulo.io/products/lumenpnp][LumenPnP - Accurate and Reliable Pick and Place Machine – Opulo]] - -* GitHub - opulo-inc/lumenpnp: The LumenPnP is an open source pick and place machine. :DIY:electronics:making: -:PROPERTIES: -:CREATED: [2025-05-09 Fri 15:42] -:END: - -[[https://github.com/opulo-inc/lumenpnp][GitHub - opulo-inc/lumenpnp: The LumenPnP is an open source pick and place machine.]] - -* GitHub - cifertech/ESP32-DIV: ESP32DIV is a dual-purpose wireless testing toolkit powered by an ESP32 -:PROPERTIES: -:CREATED: [2025-05-13 Tue 05:55] -:END: - -[[https://github.com/cifertech/ESP32-DIV][GitHub - cifertech/ESP32-DIV: ESP32DIV is a dual-purpose wireless testing toolkit powered by an ESP32]] - -* Chastity keys in silver and gold | chastity art | keyholder jewelry – chastity-shop :sex: -:PROPERTIES: -:CREATED: [2025-05-14 Wed 08:06] -:END: - -[[https://www.chastity-shop.com/][Chastity keys in silver and gold | chastity art | keyholder jewelry – chastity-shop]] - -* Levante :solar:power: -:PROPERTIES: -:CREATED: [2025-05-14 Wed 13:49] -:END: - -[[https://www.levante.eco/][Levante]] - -* Products Archive - Whatsminer -:PROPERTIES: -:CREATED: [2025-05-14 Wed 17:48] -:END: - -[[https://whatsminer.net/shop/][Products Archive - Whatsminer]] - -Rack mounted Bitcoin miner - -* FPGA Zero to Hero · :computer:programming: -:PROPERTIES: -:CREATED: [2025-05-15 Thu 00:35] -:END: - -[[https://codeembedded.com/blog/fpga_zero_to_hero/][FPGA Zero to Hero ·]] - -* "Thus, the first approach to philosophy to prosper for long is the epistemological approach, and though it inevitably fails on its own (mainly because of how realism leads to ontological dualism and dualism leads skepticism), it gives rise to natural science, eventually making it possible for ontological philosophy to succeed." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-05-16 Fri 00:35] -:END: - -* "Thus, we predict that RNA molecules will eventually be discovered to be a structural cause capable, in suitable, natural circumstances, of generating a structural global regularity in which amino acids are assembled as a protein molecule." -- Hugh Renbrics The Wholeness of the World -:PROPERTIES: -:CREATED: [2025-05-17 Sat 08:45] -:END: - -One way to win a Nobel prize is to show this - -* The Way of Code | Rick Rubin -:PROPERTIES: -:CREATED: [2025-05-23 Fri 07:22] -:END: - -[[https://www.thewayofcode.com/][The Way of Code | Rick Rubin]] - -* comma.ai — make driving chill :cars:AI: -:PROPERTIES: -:CREATED: [2025-05-26 Mon 09:14] -:END: - -[[https://comma.ai/][comma.ai — make driving chill]] - -* Products – Rack Robo -:PROPERTIES: -:CREATED: [2025-05-26 Mon 09:17] -:END: - -[[https://rackrobo.io/collections/all][Products – Rack Robo]] - -* An Open-Source MailServer, NewsLetter, Email Marketing | BillionMail :homelab:email: -:PROPERTIES: -:CREATED: [2025-05-28 Wed 03:19] -:END: - -[[https://www.billionmail.com/][An Open-Source MailServer, NewsLetter, Email Marketing | BillionMail]] - -* Powerful Workflow Automation Software & Tools - n8n :homelab:AI: -:PROPERTIES: -:CREATED: [2025-05-28 Wed 03:32] -:END: - -[[https://n8n.io/][Powerful Workflow Automation Software & Tools - n8n]] - -* [[https://www.masteringemacs.org/article/whats-new-in-emacs-301][What's New in Emacs 30.1? - Mastering Emacs]] -:PROPERTIES: -:TITLE: What's New in Emacs 30.1? - Mastering Emacs -:URI: https://www.masteringemacs.org/article/whats-new-in-emacs-301 -:CREATED: [2025-05-30 Fri 11:41] -:END: - -* [[https://abakcus.com/7-visual-tools-that-make-learning-calculus/][7 Visual Tools That Make Learning Calculus Intuitive - Abakcus]] -:PROPERTIES: -:TITLE: 7 Visual Tools That Make Learning Calculus Intuitive - Abakcus -:URI: https://abakcus.com/7-visual-tools-that-make-learning-calculus/ -:CREATED: [2025-05-30 Fri 12:06] -:END: - -* [[https://www.hindawi.org/books/53514814/5.3/][الهِرْمِسية | كشف الحلقة المفقودة بين أديان التعدد والتوحيد | مؤسسة هنداوي]] -:PROPERTIES: -:TITLE: الهِرْمِسية | كشف الحلقة المفقودة بين أديان التعدد والتوحيد | مؤسسة هنداوي -:URI: https://www.hindawi.org/books/53514814/5.3/ -:CREATED: [2025-05-30 Fri 12:23] -:END: - -* [[https://americanarchive.org/catalog/cpb-aacip-75-300zpg26][News in Perspective; Special: An Interview with Egyptian President Gamal Abdel Nasser - American Archive of Public Broadcasting]] -:PROPERTIES: -:TITLE: News in Perspective; Special: An Interview with Egyptian President Gamal Abdel Nasser - American Archive of Public Broadcasting -:URI: https://americanarchive.org/catalog/cpb-aacip-75-300zpg26 -:CREATED: [2025-05-30 Fri 12:24] -:END: - -* [[https://mdavidlitwa.thrivecart.com/hermetica/][The HERMETICA » Powered by ThriveCart]] -:PROPERTIES: -:TITLE: The HERMETICA » Powered by ThriveCart -:URI: https://mdavidlitwa.thrivecart.com/hermetica/ -:CREATED: [2025-05-30 Fri 12:24] -:END: - -* [[https://opnnas.com/#specs][OpnNas | Customizable NAS Solutions for Modern Data Storage]] :homelab: -:PROPERTIES: -:TITLE: OpnNas | Customizable NAS Solutions for Modern Data Storage -:URI: https://opnnas.com/#specs -:CREATED: [2025-05-30 Fri 12:24] -:END: - -* [[https://nix.dev/][Welcome to nix.dev — nix.dev documentation]] -:PROPERTIES: -:TITLE: Welcome to nix.dev — nix.dev documentation -:URI: https://nix.dev/ -:CREATED: [2025-05-30 Fri 12:26] -:END: - -* [[https://medium.com/unified-theory-of-knowledge/the-singular-energy-information-superforce-field-that-started-it-all-2330bfc331d7][The Energy Information Implicate Order that Started It All | by Gregg Henriques | Unified Theory of Knowledge | Medium]] -:PROPERTIES: -:TITLE: The Energy Information Implicate Order that Started It All | by Gregg Henriques | Unified Theory of Knowledge | Medium -:URI: https://medium.com/unified-theory-of-knowledge/the-singular-energy-information-superforce-field-that-started-it-all-2330bfc331d7 -:CREATED: [2025-05-30 Fri 12:27] -:END: - -* [[https://medium.com/unified-theory-of-knowledge/now-utoking-culture-e24e43274adb][Now UTOKing: Culture. In this blog and video series, we… | by Gregg Henriques | Unified Theory of Knowledge | Medium]] -:PROPERTIES: -:TITLE: Now UTOKing: Culture. In this blog and video series, we… | by Gregg Henriques | Unified Theory of Knowledge | Medium -:URI: https://medium.com/unified-theory-of-knowledge/now-utoking-culture-e24e43274adb -:CREATED: [2025-05-30 Fri 12:27] -:END: - -* [[https://vanderhallusa.com/][Home - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles]] -:PROPERTIES: -:TITLE: Home - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles -:URI: https://vanderhallusa.com/ -:CREATED: [2025-05-30 Fri 12:28] -:END: - -* [[https://www.facebook.com/scott.anderson.169276/friends/?id=61561496062221&sk=friends][Scott Anderson | Facebook]] -:PROPERTIES: -:TITLE: Scott Anderson | Facebook -:URI: https://www.facebook.com/scott.anderson.169276/friends/?id=61561496062221&sk=friends -:CREATED: [2025-05-30 Fri 12:28] -:END: - -Randa El-Sherif's widower - -* [[https://github.com/omer-faruq/assistant.koplugin][GitHub - omer-faruq/assistant.koplugin: Assistant: AI Helper Plugin for KOReader : lets you interact with AI language models (Claude, GPT-4, Gemini, DeepSeek, Ollama etc.) while reading]] -:PROPERTIES: -:TITLE: GitHub - omer-faruq/assistant.koplugin: Assistant: AI Helper Plugin for KOReader : lets you interact with AI language models (Claude, GPT-4, Gemini, DeepSeek, Ollama etc.) while reading -:URI: https://github.com/omer-faruq/assistant.koplugin -:CREATED: [2025-05-30 Fri 12:29] -:END: - -* [[https://github.com/jasonchoimtt/koreader-syncthing][GitHub - jasonchoimtt/koreader-syncthing: Syncthing plugin for KOReader]] -:PROPERTIES: -:TITLE: GitHub - jasonchoimtt/koreader-syncthing: Syncthing plugin for KOReader -:URI: https://github.com/jasonchoimtt/koreader-syncthing -:CREATED: [2025-05-30 Fri 12:29] -:END: - -* [[https://scriptlets.notmarek.com/][Scriptlets!]] :kindle: -:PROPERTIES: -:TITLE: Scriptlets! -:URI: https://scriptlets.notmarek.com/ -:CREATED: [2025-05-30 Fri 12:30] -:END: - -* [[https://github.com/iliane5/meridian][GitHub - iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs.]] -:PROPERTIES: -:TITLE: GitHub - iliane5/meridian: Meridian cuts through news noise by scraping hundreds of sources, analyzing stories with AI, and delivering concise, personalized daily briefs. -:URI: https://github.com/iliane5/meridian -:CREATED: [2025-05-30 Fri 12:30] -:END: - -* [[https://web.archive.org/web/20120426105258/http:/www.druze.ca/AboutDruze.html][Canadian Druze Society of Ontario]] -:PROPERTIES: -:TITLE: Canadian Druze Society of Ontario -:URI: https://web.archive.org/web/20120426105258/http:/www.druze.ca/AboutDruze.html -:CREATED: [2025-05-30 Fri 12:31] -:END: - -* [[https://spiritsciencecentral.com/][Spirit Science – The Home of Spirit Science]] -:PROPERTIES: -:TITLE: Spirit Science – The Home of Spirit Science -:URI: https://spiritsciencecentral.com/ -:CREATED: [2025-05-30 Fri 12:31] -:END: - -* [[https://www.natreason.com/trilogy-introduction][Trilogy Introduction — natReason.com]] :ontology: -:PROPERTIES: -:TITLE: Trilogy Introduction — natReason.com -:URI: https://www.natreason.com/trilogy-introduction -:CREATED: [2025-05-30 Fri 12:31] -:END: - -Follow-up to TWOW. - -* [[https://www.metaontology.org/][Metaontology]] -:PROPERTIES: -:TITLE: Metaontology -:URI: https://www.metaontology.org/ -:CREATED: [2025-05-30 Fri 12:32] -:END: - -* [[https://forward.com/culture/film-tv/700375/holding-liat-beinin-family-brandon-kramer-berlin-documentary-award/][In 'Holding Liat,' a sensitive chronicle of a hostage family's grief – The Forward]] -:PROPERTIES: -:TITLE: In 'Holding Liat,' a sensitive chronicle of a hostage family's grief – The Forward -:URI: https://forward.com/culture/film-tv/700375/holding-liat-beinin-family-brandon-kramer-berlin-documentary-award/ -:CREATED: [2025-05-30 Fri 12:32] -:END: - -* [[https://it-notes.dragas.net/2025/02/26/fedimeteo-how-a-tiny-freebsd-vps-became-a-global-weather-service-for-thousands/][FediMeteo: How a Tiny €4 FreeBSD VPS Became a Global Weather Service for Thousands - IT Notes]] -:PROPERTIES: -:TITLE: FediMeteo: How a Tiny €4 FreeBSD VPS Became a Global Weather Service for Thousands - IT Notes -:URI: https://it-notes.dragas.net/2025/02/26/fedimeteo-how-a-tiny-freebsd-vps-became-a-global-weather-service-for-thousands/ -:CREATED: [2025-05-30 Fri 12:33] -:END: - -* [[https://www.advancedfictionwriting.com/][Advanced Fiction Writing, By Randy Ingermanson, The "Snowflake Guy"]] -:PROPERTIES: -:TITLE: Advanced Fiction Writing, By Randy Ingermanson, The "Snowflake Guy" -:URI: https://www.advancedfictionwriting.com/ -:CREATED: [2025-05-30 Fri 12:33] -:END: - -* [[https://www.colorado.edu/faculty/moddel/research/zero-point-energy-technology][Zero-Point Energy Technology | Garret Moddel | University of Colorado Boulder]] -:PROPERTIES: -:TITLE: Zero-Point Energy Technology | Garret Moddel | University of Colorado Boulder -:URI: https://www.colorado.edu/faculty/moddel/research/zero-point-energy-technology -:CREATED: [2025-05-30 Fri 12:34] -:END: - -* [[https://www.marketingtech.com/manufacturers/xjet][XJet | Custom Manufacturing Solutions | Marketing Tech]] :making: -:PROPERTIES: -:TITLE: XJet | Custom Manufacturing Solutions | Marketing Tech -:URI: https://www.marketingtech.com/manufacturers/xjet -:CREATED: [2025-05-30 Fri 12:34] -:END: - -* [[https://writings.stephenwolfram.com/2021/11/the-concept-of-the-ruliad/][The Concept of the Ruliad—Stephen Wolfram Writings]] -:PROPERTIES: -:TITLE: The Concept of the Ruliad—Stephen Wolfram Writings -:URI: https://writings.stephenwolfram.com/2021/11/the-concept-of-the-ruliad/ -:CREATED: [2025-05-30 Fri 12:35] -:END: - -* [[https://www.freemasonrywatch.org/cagliostro_egyptianfreemasonry.html][Cagliostro's Secret Ritual of Egyptian Rite Freemasonry]] -:PROPERTIES: -:TITLE: Cagliostro's Secret Ritual of Egyptian Rite Freemasonry -:URI: https://www.freemasonrywatch.org/cagliostro_egyptianfreemasonry.html -:CREATED: [2025-05-30 Fri 12:35] -:END: - -* [[https://web.archive.org/web/20030920115808/http:/www.uwec.edu/Philrel/faculty/beach/publications/eleusis.html][The Ecole Initiative: The Eleusinian Mysteries]] -:PROPERTIES: -:TITLE: The Ecole Initiative: The Eleusinian Mysteries -:URI: https://web.archive.org/web/20030920115808/http:/www.uwec.edu/Philrel/faculty/beach/publications/eleusis.html -:CREATED: [2025-05-30 Fri 12:35] -:END: - -* [[https://emacs.tv/][emacs.tv]] -:PROPERTIES: -:TITLE: emacs.tv -:URI: https://emacs.tv/ -:CREATED: [2025-05-30 Fri 12:36] -:END: - -* [[https://www.ternbicycles.com/us][Tern Bicycles | Electric Bikes, Cargo eBikes and Folding]] -:PROPERTIES: -:TITLE: Tern Bicycles | Electric Bikes, Cargo eBikes and Folding -:URI: https://www.ternbicycles.com/us -:CREATED: [2025-05-30 Fri 12:36] -:END: - -* [[https://manassa.news/stories/16245][ما لم يروِه زياد العليمي| نحن والجموع | المنصة]] -:PROPERTIES: -:TITLE: ما لم يروِه زياد العليمي| نحن والجموع | المنصة -:URI: https://manassa.news/stories/16245 -:CREATED: [2025-05-30 Fri 12:36] -:END: - -* [[https://imt-decal.org/][IMT DeCal, Spring 2019]] :mathematics: -:PROPERTIES: -:TITLE: IMT DeCal, Spring 2019 -:URI: https://imt-decal.org/ -:CREATED: [2025-05-30 Fri 12:37] -:END: - -Introduction to Mathematical Thinking - -* [[https://jules.google.com/task?pli=1][Jules]] -:PROPERTIES: -:TITLE: Jules -:URI: https://jules.google.com/task?pli=1 -:CREATED: [2025-05-30 Fri 12:39] -:END: - -Jules tackles bugs, small feature requests, and other software engineering tasks, with direct export to GitHub. - -* [[https://github.com/Fosowl/agenticSeek][GitHub - Fosowl/agenticSeek: Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. 🔔 Official updates only via twitter @Martin993886460. Any other account is fake.]] -:PROPERTIES: -:TITLE: GitHub - Fosowl/agenticSeek: Fully Local Manus AI. No APIs, No $200 monthly bills. Enjoy an autonomous agent that thinks, browses the web, and code for the sole cost of electricity. 🔔 Official updates only via twitter @Martin993886460. Any other account is fake. -:URI: https://github.com/Fosowl/agenticSeek -:CREATED: [2025-06-02 Mon 09:39] -:END: - -* [[https://www.veryoldwriting.com/][Secrets of the Scribes]] -:PROPERTIES: -:TITLE: Secrets of the Scribes -:URI: https://www.veryoldwriting.com/ -:CREATED: [2025-06-02 Mon 09:39] -:END: - -* [[https://www.indiegogo.com/projects/liberux-nexx--3#/][Liberux NEXX | Indiegogo]] :days: -:PROPERTIES: -:TITLE: Liberux NEXX | Indiegogo -:URI: https://www.indiegogo.com/projects/liberux-nexx--3#/ -:CREATED: [2025-06-03 Tue 11:31] -:END: - -* [[https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1][nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 · Hugging Face]] :OCR: -:PROPERTIES: -:TITLE: nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 · Hugging Face -:URI: https://huggingface.co/nvidia/Llama-3.1-Nemotron-Nano-VL-8B-V1 -:CREATED: [2025-06-04 Wed 12:02] -:END: - -* [[https://www.palladiummag.com/2025/06/01/the-megaproject-economy/][The Megaproject Economy]] -:PROPERTIES: -:TITLE: The Megaproject Economy -:URI: https://www.palladiummag.com/2025/06/01/the-megaproject-economy/ -:CREATED: [2025-06-04 Wed 13:07] -:END: - -* Carl Jung’s Life Changing World of Psychedelics: Explained by Terence Mc... -:PROPERTIES: -:CREATED: [2025-06-07 Sat 07:05] -:END: - -[[https://youtube.com/watch?v=w0-mqKtTy-w&si=A_mJmH4ekGmYyrBX][Carl Jung’s Life Changing World of Psychedelics: Explained by Terence Mc...]] - -26:00 After-history. By rediscovering psilocybin we are entering post-history. The mushroom is the mysteries - -* You'd figure that in the US one major party would say 'open immigration but no welfare whatsoever' while the other says 'welfare but less immigration', but then, that would make sense and it's not supposed to. -:PROPERTIES: -:CREATED: [2025-06-10 Tue 09:32] -:END: - -* [[https://www.coalax.com/products/lancer300-modular-backpack][Coalax Lancer300 Camera Backpack]] :radio:weeks: -:PROPERTIES: -:TITLE: Coalax Lancer300 Camera Backpack -:URI: https://www.coalax.com/products/lancer300-modular-backpack -:CREATED: [2025-06-10 Tue 15:13] -:END: - -Might be a good backpack for mobile radio operation - -* Middle East wars -:PROPERTIES: -:CREATED: [2025-06-11 Wed 12:53] -:END: - -First war: starting with WWI - -Second war: Iran coup, Egypt coup, part of the Cold War. Soviet union and republics vs US and kingdoms. - -Third war: Islamists vs the US and Arab regimes - -Fourth war: After US withdrawal leading to the Arab Spring, a three way regional conflict erupts between: - - * Turkey, Qatar, Muslim Brotherhood - * Iran, Assad, Hizbullah and Iraq - * Israel, UAE - * KSA and Egypt - -* Quadrants and Hemispheres of the Birth Chart -:PROPERTIES: -:CREATED: [2025-06-13 Fri 08:15] -:END: - -[[https://www.astrolink.com/en/article/quadrants][Quadrants and Hemispheres of the Birth Chart]] - -* Myths and truths about the Part of Fortune -:PROPERTIES: -:CREATED: [2025-06-13 Fri 08:34] -:END: - -[[https://www.astrolink.com/en/article/part-of-fortune][Myths and truths about the Part of Fortune]] - -* Part of Fortune in Sagittarius Natal Meaning in Astrology - Astrology -:PROPERTIES: -:CREATED: [2025-06-13 Fri 08:44] -:END: - -[[https://advanced-astrology.com/part-of-fortune-in-sagittarius/][Part of Fortune in Sagittarius Natal Meaning in Astrology - Astrology]] - -Astrology - -a stellar tool for self-reflection -Menu -Part of Fortune in Sagittarius Natal Meaning in Astrology -Posted on January 22, 2021 by stargazer - -If you have your Part of Fortune in Sagittarius and want to learn about this placement, this article is for you. This is a very interesting position. Sagittarius is ruled by Jupiter, the planet of luck and abundance. The Part of Fortune here enjoys the benevolent rays of Jupiter, what makes it more powerful. - -People with their Part of Fortune in Sagittarius are joyful and optimistic. They are aligned with the divine laws and they intuitively understand how to make their good fortune come to them. This placement suggest that you are open-minded and have faith in life. In return, life supports you. - -The Part of Fortune is a very important point in the natal chart. This Arabic part can reveal how to tap into your luck and where you can become abundant and joyful. It is associated with mental, emotional, spiritual, material, physical well-being. - -It is interesting that the Part of Fortune is calculated based on the position of the Sun, the Moon, and the ascendant in the birth chart. If you know a little about astrology, you know how important these three are and how much influence they have over the whole chart. The Part of Fortune mixes these energies, resulting a unique point which is very unique to you. You can make the most out of your Part of Fortune if you are true to yourself and follow your inner guidance. - -Keep reading to learn more about the Part of Fortune in Sagittarius! -part of fortune in sagittarius -Part of Fortune in Sagittarius - -How to find luck if you have your natal Part of Fortune in Sagittarius? - -This placement suggests that your greatest joy comes from expansion. You want to grow on every level of existence. The Part of Fortune in Sagittarius suggests that you hate restrictions. You cannot be truly happy if you feel that you are limited in some way. Freedom is a must with a Partrt of Fortune in Sagittarius. This placement suggest that you love everything that helps you broaden your horizons. You want new experiences and excitement to feel alive. You are not bound to one source of joy, you can find it anywhere. - -With the Part of Fortune in Sagittarius, you need to focus on the energy of this sign. As a fire sign, Sagittarius is optimistic, motivated, enthusiastic, brave, courageous. You often find that good fortune comes to you when you cultivate these traits in yourself. This placement suggests that you find an easier flow of energy when you have faith in yourself and when you believe that the universe wants to support you. - -The Part of Fortune in Sagittarius suggests that you are a joyful person by nature. You connect with others well, and you can learn a lot if you are willing to listen. Education is important with this placement in the natal chart (informal education as well). Learning brings you a lot of joy. The Part of Fortune in Sagittarius suggests that you can thrive on new information and seeing the world from a new perspective. - -With this placement, your relationship with your higher self is very important. Sagittarius is the sign of spirituality and the search for meaning. The Part of Fortune here indicates that you can attract the most good if you live your life aligned with the divine principles. Your intuition can guide you to where you can find abundance and prosperity. You follow joy in a spontaneous way. - -In astrology, Sagittarius is connected with foreign cultures and long-distance travel. Some people with who have their Part of Fortune in this sign often feel compelled to travel or even to move abroad. Depending on the rest of the chart, it can indicate good fortune coming to you far away from the place where you were born, or through people who belong to other cultures. You need a diverse community around you with various philosophical and various views. - -If you don’t travel physically, you still want to travel mentally. Exploring new ideas is what makes you feel fulfilled with this placement. -The Part of Fortune in Sagittarius in the Natal Chart - -The zodiac sign very your Part of Fortune is located reveals how you can find the greatest joy and abundance. However, there are some other factors that you also have to consider. These are just as important in the birth chart: - - the ruler of the Part of Fortune’s sign (for the Part of Fortune in Sagittarius, this is Jupiter). Analyze the position of the planetary ruler by houses and signs. Is it in a good dignity? Does it receive harmonious or challenging aspects? - the house - natal planets forming an aspect to the Part of Fortune (the conjunction carries the most weight) - planets in transit or progressed planets aspecting the Part of Fortune - -How you can make the most out of your Part of Fortune also depends on the house where it is located. Astrological houses correspond to different areas of life. The Part of Fortune in Sagittarius in the eleventh house suggests that like-minded people help you grow. Someone with their Part of Fortune in Sagittarius in the first house has to establish a solid sense of self and find out which ideas actually belong to them to be truly happy. They need to be self-reliant and get the ball rolling to make good fortune come to them. - -If you want to learn more about the Part of Fortune through the astrological houses in the natal chart, visit this page. -The Part of Fortune in Astrology - -What is the Part of Fortune in astrology, and why is it worth it to pay attention to? - -There are many Arabic parts, but most of them are not widely used nowadays. However, the Part of Fortune is an exception. It is the most popular Arabic part still used in modern astrology. - -The Part of Fortune is calculated based on the three most important astrological features: the ascendant, the Sun, and the Moon. These three describe different but equally important aspects of you. The ascendant corresponds to your physical body and identity, the Sun represents your ego, and the Moon can be called your soul. The Part of Fortune is a blend between these energies, and it can be seen as your divine essence. In the birth chart, the Part of Fortune shows what brings you the most joy, where you can find your luck, and in general it is a point of harmony. - -To calculate the Part of Fortune, you have to know the hour and minute of your birth. The ascendant changes very quickly, and so does the Part of Fortune. The formula for a day chart (where the Sun is in houses 7-12, above the horizon) is the ascendant + Moon – Sun. For a night chart (the Sun is below the ascendant descendant axis in houses 1-6), you can calculate the Part of Fortune as the ascendant + Sun – Moon. -The Zodiac Sign Sagittarius in Astrology - -Sagittarius is the ninth sign of the Zodiac. In the natural chart, the Archer is connected with the ninth house of the higher mind. Its planetary ruler is Jupiter, the planet of luck and expansion. - -Sagittarius is all about adventure and freedom. It is not bound to one place, it can feel at home anywhere. In astrology, Sagittarius is connected with foreign cultures,foreign languages, travel, education, philosophy. This zodiac sign loves to wonder about the great questions of life. - -By element, Sagittarius is a fire sign (along with Aries and Leo), and by modality, it belongs to the group of mutable signs. - -As all zodiac signs, Sagittarius also has its shadow side. It is blunt, can be self-righteous, and it can be hard for the Archer to commit. - -If you found this article helpful, maybe you want to save it for later. Make sure to share it with your friends who enjoy learning astrology! -SEARCH BAR -CATEGORIES - - Karmic Relationships - Life Purpose - Ideal Career - Asteroids - Sun in Houses - Sun in Signs - Moon in Houses - Moon in Signs - Mercury in Houses - Mercury in Signs - Venus in Houses - Venus in Signs - Mars in Houses - Jupiter in Houses - Jupiter in Signs - Saturn in Houses - Saturn in Signs - Uranus in Houses - Neptune in Houses - Pluto in Houses - North Node in Houses - North Node in Signs - Part of Fortune in Houses - Part of Fortune in Signs - Lilith in Houses - Lilith in Signs - Chiron Aspects - Aspects Meaning - -♥️ For entertainment purposes only ♥️ This website doesn't provide any financial, legal, medical, psychological, or any other kind of professional advice. -Legal Stuff - - About Us - Privacy Policy - Website Terms and Conditions of Use - Contact Us - -© 2020-2025 advanced-astrology.com - -* Part of Fortune in 3rd House:Your Luck in the Natal Chart -:PROPERTIES: -:CREATED: [2025-06-13 Fri 08:53] -:END: - -[[https://advanced-astrology.com/part-of-fortune-in-3rd-house/][Part of Fortune in 3rd House:Your Luck in the Natal Chart]] - -Astrology - -a stellar tool for self-reflection -Menu -Part of Fortune in 3rd House -Posted on December 8, 2020 by stargazer - -If you have your Part of Fortune in 3rd house in your birth chart, this article is for you. - -What are the advantages of this position? - -In the birth chart, the house of the Part of Fortune reveals where is a harmonious flow of energy, in which area you find luck and good fortune. The Part of Fortune is also connected with material and worldly success. - -The Part of Fortune in 3rd house suggests that good fortune comes to you through connecting with other people. You need to stay open-minded and curious to feel truly connected with the universe and receive its blessings. - -The Part of Fortune in 3rd house can also indicate luck coming to you through your siblings, aunts, uncles, cousins, relatives, neighbors, people who are close to you. - -This position is somewhat similar to having the Part of Fortune in the zodiac sign Gemini. - -Keep reading to learn more about the Part of Fortune in 3rd House! -Part of Fortune in 3rd House - -What the Part of Fortune in 3rd house suggests about abundance, joy, and harmony? - -In the natal chart, this position emphasizes the importance of communication. The Part of Fortune in 3rd house brings joy through connecting with other people. You can be abundant by being open-minded and curious. Being understood makes you happy and the company of others brings you joy. You can make the most out of the Part of Fortune in 3rd house if you develop an intuitive understanding of the principles of the universe (the 9th house is the opposite of the third, important for the Part of Fortune to function well). - -The Part of Fortune here suggests that it is important to be open to the views of others. Understanding others and their point of view brings you good fortune. Connecting with the people around you help you expand your mind and bring new opportunities. Sharing ideas usually bring joy to people with the Part of Fortune in 3rd house. - -Communication is one of the most vital skills you can master with the Part of Fortune in 3rd house. The third house is all about connecting with others. - -Words often contribute to your good fortune. To you, a good conversation is an opportunity for happiness. The Part of Fortune in 3rd house is usually accompanied by a strong need for self-expression. - -This position can indicate an interest in foreign languages or philosophy. The Part of Fortune in 3rd house can suggest literary talent. These people often have a way with words. - -If you want to read about the most frequent indicators of this talent, read this article about the indicators of writing talent in the birth chart! - -People with this placement are creative thinkers, and this is often a source of good fortune in their lives. It is important to establish a balance between your concrete mind and your higher self. The Part of Fortune in 3rd house can function the best when it is supported by your intuition. - -With the Part of Fortune here, you are often attracted to writing, reading, sharing your thoughts and consuming the thoughts of others. Your intellect can help you achieve your goals and create abundance in your life. People with this placement often work in a position where they use their brain power. - -Part of Fortune in 3rd house indicates that mental well-being helps you achieve well-being on every other plane. - -Learning usually brings you plenty of joy with the Part of Fortune in 3rd house. People with this placement are usually in love with learning, they enjoy reading about various topics and they never stop educating themselves. The Part of Fortune in 3rd house is sometimes accompanied by great hand dexterity. These people can gain great skills. - -The Part of Fortune in 3rd house can also indicate good fortune coming into your life through relatives. Your relationship with your siblings (if you have any) can also be a blessing. They can be a source of luck and happiness in your life. - -The Part of Fortune in 3rd house often indicates that your immediate surroundings contribute to your success. Some people find joy on exciting short trips, or they like talking to their neighbors or local friends. Socializing usually helps you feel content with the Part of Fortune in 3rd house. -part of fortune in 3rd house - -Besides its house, the sign of the Part of Fortune is also significant. The sign reveals how you can activate this energy. If you have planets aspecting your Part of Fortune, make sure to pay attention to them. Transiting planets or progressed planets are important influences, too. They often trigger an event in your life (the nature of the event depends on the planet, Jupiter transits can be extremely lucky, while malefics are not necessarily easy to deal with). -The Part of Fortune in Astrology - -What is the Part of Fortune in astrology, and why is it important? - -This Arabic Part is perhaps the most popular, it is frequently used in chart reading. There are numerous Arabic parts in astrology. The Lot or Part of Fortune is associated with harmony, joy, good fortune, luck. This is somewhat different from the luck of Jupiter, as it depends on you and your ability to serve others with your talents and joy. The Part of Fortune depends on the position of the Sun, the Moon, and the ascendant, the three key features of the natal chart. This makes it very special, as it can be seen as the essence of you. - - In order to calculate the Part of Fortune, you have to know your exact time of birth. The formula is the function of the degree of the ascendant, Moon, and Sun in the natal chart. - -The calculation differs for day charts and night charts. (In a day chart, the Sun is placed in houses 7-12, in a night chart, it is below the horizon, in houses 1-6). - -In a night chart, the Part of Fortune is calculated as the ascendant + Sun – Moon. For a day chart, the formula is the ascendant + Moon – Sun. - -In the birth chart, the house of the Part of Fortune is usually a life area where you can easily succeed. The zodiac sign where the Part of Fortune is placed shows how you can activate this point. To make the most out of the Part of Fortune, you have to be happy and fulfilled, and strive to help others with your joy and talents. - -To fully understand the Part of Fortune in your natal chart, you have to analyze its position by house and sign, and all the aspects it forms with the rest of the chart (the orb should be tight). When progressed or transiting planets touch the Part of Fortune, important events often occur in your life. - -The symbol of the Part of Fortune is a circle with a cross in it. -The Third House in the Chart Wheel - -What are the things you need to know about the third house in the birth chart? - -The most important life areas connected with this house are communication and learning. As a decadent house, planets here manifest on a mental plane. - -Besides communication, the third house is also the house of places close to you, people living in your immediate environment, but also relatives. The third house also represents your peers in school, elementary education. - -Short trips, transportation, vehicles also belong to the third house. - -In the natural chart, the third house is associated with the zodiac sign Gemini. Gemini is ruled by Mercury, and Mercury is in accidental dignity here. - -If you want to learn more about this house, make sure to read this article: the third house in astrology. - -If you found this article helpful, maybe you want to save it for later. Make sure to share it with your friends who enjoy learning astrology! -SEARCH BAR -CATEGORIES - - Karmic Relationships - Life Purpose - Ideal Career - Asteroids - Sun in Houses - Sun in Signs - Moon in Houses - Moon in Signs - Mercury in Houses - Mercury in Signs - Venus in Houses - Venus in Signs - Mars in Houses - Jupiter in Houses - Jupiter in Signs - Saturn in Houses - Saturn in Signs - Uranus in Houses - Neptune in Houses - Pluto in Houses - North Node in Houses - North Node in Signs - Part of Fortune in Houses - Part of Fortune in Signs - Lilith in Houses - Lilith in Signs - Chiron Aspects - Aspects Meaning - -♥️ For entertainment purposes only ♥️ This website doesn't provide any financial, legal, medical, psychological, or any other kind of professional advice. -Legal Stuff - - About Us - Privacy Policy - Website Terms and Conditions of Use - Contact Us - -© 2020-2025 advanced-astrology.com - -* [[http://harmonagon.com/#][Harmonagon™]] :music:education: -:PROPERTIES: -:TITLE: Harmonagon™ -:URI: http://harmonagon.com/# -:CREATED: [2025-06-13 Fri 13:05] -:END: - -* [[https://github.com/google-gemini/gemini-fullstack-langgraph-quickstart][GitHub - google-gemini/gemini-fullstack-langgraph-quickstart: Get started with building Fullstack Agents using Gemini 2.5 and LangGraph]] :AI: -:PROPERTIES: -:TITLE: GitHub - google-gemini/gemini-fullstack-langgraph-quickstart: Get started with building Fullstack Agents using Gemini 2.5 and LangGraph -:URI: https://github.com/google-gemini/gemini-fullstack-langgraph-quickstart -:CREATED: [2025-06-13 Fri 13:06] -:END: - -* [[https://www.tricorderzero.com/][Health and Fitness Tracker | Tricorder.Zero]] :health:quantifiedSelf: -:PROPERTIES: -:TITLE: Health and Fitness Tracker | Tricorder.Zero -:URI: https://www.tricorderzero.com/ -:CREATED: [2025-06-13 Fri 13:15] -:END: - -* Nancy birth chart - -If you have a blank section on your report, please comment below so we may fix it. -Chart Data For NApril 21, 1977 at 6:50 (6:50 am) (time zone = UTC+3) -Universal Time: 03:50 -Moscow, Moscow, Russia -55°N45' 37°E37' -Tropical Zodiac - -** Placidus Houses -*** Your Conscious Self - -Your sun sign in Taurus radiates a calm and grounded energy. You are someone who values stability, reliability, and security in life. People see you as strong-willed and determined. When it comes to expressing your vital energies, you have a steady and patient approach. - -But there's something special about your sun placement in the twelfth house. This house represents the subconscious mind, spirituality, and hidden aspects of your personality. With the sun in the twelfth house, your vital energies may be directed towards exploring your inner world, seeking spiritual enlightenment, and understanding the mysteries of life. - -You have a deep well of intuition and inner wisdom within you. You may find yourself drawn to activities like meditation, dream analysis, or other forms of spiritual practices. Your inner world is rich and vibrant, and you often seek solitude to recharge and reconnect with yourself. - -However, be aware of a potential challenge that may arise from this placement. The twelfth house can also bring a tendency towards escaping reality and retreating into your own world. Sometimes it may be tempting to avoid facing difficult emotions or responsibilities. Remember to maintain a balance between your inner world and the external reality. Stay mindful of any tendencies towards self-sabotaging behaviors, like procrastination or self-doubt. - -Despite these potential challenges, the synthesis of Taurus and the twelfth house offers you great potential for personal growth and self-discovery. By embracing your inner world and using your strong will and determination, you have the power to transform your life in profound ways. Trust in your intuition, follow your passions, and let your vital energies guide you towards a more fulfilling and spiritually-aligned life. - -Your sun in Taurus in the twelfth house signifies a deep connection to your inner self and a desire for spiritual growth. Embrace this unique combination and make the most of your inherent strengths. Your path may have its challenges, but with your persistence and self-awareness, you have the potential to find deep fulfillment and create a life aligned with your true purpose. - -*** Your Inner Subconscious - -Your moon in Gemini suggests that you have a naturally curious and adaptable emotional nature. You tend to react to situations and people in a communicative and intellectual way. Your mind is constantly buzzing with thoughts and ideas, and you have a need for mental stimulation and variety in your emotional experiences. - -With the moon in the twelfth house, you seek emotional fulfillment, security, and comfort in the realm of spirituality, dreams, and the unconscious. You have a deep emotional sensitivity and intuition, and you may find solace and emotional release through meditation, creative pursuits, or exploring your dreams and the hidden aspects of your psyche. This house placement suggests that you may have a deep emotional connection to the world beyond the physical, and you may experience periods of introspection and soul-searching. - -The conjunction aspect between your moon in Gemini and Jupiter in Gemini in the twelfth house adds a touch of expansion and optimism to your emotional nature. You have a naturally positive and enthusiastic outlook, and you are able to find joy and emotional fulfillment in learning, exploring new ideas, and expanding your knowledge. This aspect suggests that you have a natural ability to see the bigger picture and find meaning and purpose in your emotional experiences. - -The synthesis of the moon in Gemini in the twelfth house with the moon conjunction Jupiter amplifies your emotional intelligence and intuitive abilities. You have a keen awareness of not only your own emotional landscape but also the emotional needs and experiences of others. Your empathy and understanding make you a compassionate and supportive presence in the lives of those around you. - -It is important to mention that with this conjunction aspect, there is a potential for overindulgence or an excess of emotions at times. You may have a tendency to get caught up in the excitement of new ideas or experiences, which could lead to scattered emotions or difficulties in finding emotional stability. It is crucial for you to find a balance between your curiosity and emotional grounding, ensuring that you stay connected to your emotions even in the midst of change and novelty. - -However, overall, your moon in Gemini in the twelfth house conjunction Jupiter signifies a deep emotional wisdom and an innate ability to bring optimism and enthusiasm to your emotional experiences. You have a unique capacity to find emotional fulfillment and a sense of belonging through the exploration of your intellectual and spiritual nature. Embrace your natural curiosity and use it to deepen your understanding of your emotions and the world around you. By staying connected to your emotional core, you will continue to grow and find emotional stability and comfort in your life's journey. - -*** Your Filter Over Your Personality - -With your Ascendant in Gemini, you have a lively and curious approach to life. Gemini Ascendants are known for their versatile and adaptable nature. You have a chameleon-like ability to fit in and interact with various people and situations. Your witty and intellectual charm naturally draws others towards you, making you a delightful conversationalist and a great storyteller. - -However, the opposition aspect between Neptune and your Ascendant adds a layer of dreaminess and sensitivity to your personality. Neptune, the planet of spirituality and illusions, influences your Ascendant, making you highly empathetic and attuned to the emotions of others. You have a vivid imagination, which often leads you to explore the mystical and transcendental aspects of life. - -This strong Neptune-style influence means that you're likely to have a compassionate and idealistic nature. You genuinely care about helping others and may be drawn towards creative or healing professions. Your intuition is heightened, allowing you to see beyond the surface and perceive the deeper meaning in people and situations. - -Now, let's talk about how your Gemini Ascendant modifies the expression of your Taurus Sun. With your Sun in Taurus, you have a practical and grounded nature. You value stability, comfort, and reliability. This earthy energy often translates into a patient and determined approach to achieving your goals. - -However, your Gemini Ascendant adds a touch of intellectual curiosity and versatility to your Taurus nature. You possess a flexible mindset and love to learn new things. Your Gemini Ascendant also infuses a sense of playfulness and sociability into your demeanor, making you outgoing and adaptable in social settings. - -With your Ascendant combination of Gemini and Neptune in opposition, you have the potential to be a compassionate communicator with a deep understanding of others' emotions. You may be drawn to creative or spiritual pursuits that allow you to express your natural empathy and imagination. - -You need to be aware that the Neptune opposition can sometimes blur the boundaries between reality and fantasy. While this can enhance your creativity and spiritual understanding, make sure you stay grounded and discerning when it comes to making important life decisions. Focusing on self-care and setting healthy boundaries will be essential to maintain your emotional well-being. - -Embrace your gift of empathy and use it to connect with others on a deeper level. Your Gemini Ascendant will help you express your Taurus Sun's practicality in a more versatile and sociable way. With a harmonious balance, you can thrive as a compassionate and creative individual who brings light and understanding into the lives of those around you. - -*** Your Communication Style and Thought Process - -Your Mercury in Taurus suggests that you have a steady and practical way of thinking and communicating. You value stability and reliability in your thought processes, and your mind often prefers to work at a slow and deliberate pace. You have a preference for practicality and common sense when it comes to understanding and expressing ideas. - -With Mercury in the twelfth house, your thoughts and communication are deeply influenced by your subconscious mind. You may have a rich inner world, filled with dreams, fantasies, and intuition. You possess great insight and can tap into a wealth of hidden knowledge. Your thinking may be influenced by spiritual or metaphysical matters, and you have a natural inclination for introspection and reflection. - -The opposition aspect between Mercury and Uranus adds a twist of originality and unpredictability to your thinking and communication style. You have an inventive and innovative mind that enjoys exploring unconventional ideas and approaches. You may experience sudden flashes of insight or brilliant ideas that come to you unexpectedly. You possess a unique perspective and enjoy challenging conventional wisdom. - -With Mercury in the twelfth house opposing Uranus in the sixth house, your mind may sometimes feel at odds with the demands of your day-to-day routines and work environment. You may resist conforming to strict schedules and traditional methods of doing things. Your keen intelligence and individuality may clash with the more structured and routine expectations of your workplace or daily routines. - -Find a balance between your need for personal freedom and the practical demands of everyday life. Embrace your ability to think outside the box and find innovative solutions, but also be mindful of the potential for restlessness or rebelliousness that can arise from this aspect. By being aware of these tendencies, you can harness your unique mental abilities to bring fresh ideas and approaches to your work and daily life. - -Every aspect has its challenges and opportunities. Embrace the excitement that your unique thinking and communication style brings, and seek ways to channel your originality and creativity into your daily life and work. By doing so, you have the potential to inspire and influence those around you, and bring a fresh perspective to your chosen field. - -*** Your Love, Values, and Attraction - -With your Venus in Aries in the twelfth house, you have a fiery and dynamic approach to expressing affection and love. Aries, the first sign of the zodiac, gives you an enthusiastic and courageous energy when it comes to your relationships. You are not afraid to take the initiative and pursue the person you desire. Your affectionate nature is characterized by a straightforward and assertive expression of your emotions. - -The twelfth house, where Venus resides, indicates that you seek pleasure, contentment, and happiness in the realm of spirituality, meditation, and introspection. It suggests that you find fulfillment in connecting with your inner self and exploring the depths of your subconscious mind. You may also find joy in helping others in need or engaging in charitable activities. - -The opposition aspect between Venus and Pluto adds a transformative intensity to your relationships and expression of affection. In particular, it may bring about power struggles or intense emotional experiences within your partnerships. This aspect can make you emotionally intense and passionate, but also prone to mood swings and possessiveness at times. - -This aspect also highlights the importance of maintaining a healthy balance between independence and intimacy. You may have a tendency to either be too domineering and controlling or to give up your own desires and needs to maintain harmony in your relationships. It is crucial for you to find a middle ground where you can assert yourself without overpowering others or suppressing your own desires. - -Potential issues to be mindful of include the tendency to become overly possessive or jealous in your relationships. The intensity of your emotions might sometimes lead to power struggles or conflicts that could impact the harmony of your partnerships. It is essential to work on developing a healthy sense of self-confidence and self-worth, as this will help you navigate your relationships more effectively. - -On a positive note, your Venus in Aries in the twelfth house provides you with a deep wellspring of passion and love to draw from. When channeled positively, this energy can create a profound connection and spiritual bond within your relationships. By nurturing your inner self and practicing self-reflection, you can learn to express your affection in a way that empowers both yourself and your loved ones. - -Your dynamic nature can make your relationships exciting, but it is essential to find a balance between assertiveness and consideration for others. With self-awareness and willingness to learn from your experiences, you can develop fulfilling relationships that bring you joy and satisfaction. - -*** Your Energy and Action -** Outer Planets -*** Your Luck, Expansion, and Growth - -According to your natal chart, your Jupiter is placed in the zodiac sign of Gemini, and it occupies the twelfth house, which is the house of spirituality, imagination, and dreams. Furthermore, it is in conjunction aspect with your Moon, which is also in Gemini and in the twelfth house. Let me explain the significance of this placement and its manifestations in your life. - -Jupiter's placement in Gemini suggests that you are curious, communicative, and quick-witted. You share your ideas and thoughts with enthusiasm and optimism, and you enjoy learning new things that broaden your intellectual horizons. You may find yourself drawn towards fields such as journalism, education, or communication, which would put your natural talents of expressing yourself to good use. However, Jupiter in Gemini also has a tendency to spread themselves too thin, giving too much attention towards a range of frivolous subjects to pursue rather than focusing their energy on a single subject. Therefore you may need to stay focused and channel your energies in a direction that can take you where you want to go. - -The twelfth house placement of Jupiter suggests that you have a deep inner spiritual calling that may not be visible to others. You tend to introspect and spend time in solitude to understand yourself better, which allows you to connect with the divine source. You may also have a keen interest in exploring the esoteric mysteries of life, the nature of the soul, and the mysteries of the universe. The influence of Jupiter in the twelfth house also suggests that you possess great intuition and have the ability to perceive things intuitively, even before they take place. - -The conjunction of Jupiter and the Moon in Gemini suggests that your emotions and thoughts are intertwined. You may find it easy to express your feelings verbally, and you have the ability to influence what others think and feel by expressing yourself. You may have a good sense of timing and perception, especially when it comes to assessing what others need emotionally. However, this placement could also lead to restless thoughts and emotional indecisiveness at times. - -With Jupiter in Gemini in the twelfth house in conjunction with the Moon in Gemini in the twelfth house, your chart tends to suggest that you may be driven to seek out new experiences, knowledge, and deeper spiritual meaning in life. It may not always be easy, but your optimistic, curious nature and your intuition can lead you towards finding a greater sense of purpose and understanding. - -I hope this interpretation has been helpful to you, and may the path you choose be filled with joy and fulfillment. - -*** Your Responsibility, Self-Discipline, and Limitations - -With Saturn in Leo in your fourth house, you have a strong desire to establish and preserve yourself through creating a secure and stable home and family life. You take on the responsibility of providing a solid foundation for yourself and your loved ones, and you find deep satisfaction in being the pillar of support for those around you. You seek recognition and respect for your role as the head of the household, and you take your responsibilities seriously. - -Leo is a sign known for its creativity and expression, and this energy influences how you approach your home life. You have a flair for adding personal touches to your living space, making it a warm and inviting environment. You take pride in your home and enjoy showcasing your unique sense of style and aesthetic. Your creative abilities can also extend to activities such as cooking, gardening, or interior design, where you can excel and find joy. - -However, the square aspect to Uranus in your sixth house brings some interesting dynamics to this dynamic. Uranus represents the need for freedom and individuality, and in the sixth house of work and daily routine, it suggests that you may experience tension between your desire for stability and structure and your need for personal freedom and innovation in your work environment. - -You may find yourself frequently desiring change and feeling restless in your job or daily routines. The rebellious and unconventional energy of Uranus pushes against the more traditional and serious nature of Saturn, creating a conflict between your need for stability and your urge for personal growth and change. This can lead to a sense of restlessness and dissatisfaction with your career path or the way you spend your day-to-day life. - -To find harmony in this dynamic, it is important to find ways to incorporate innovation and personal freedom into your work and daily routines. Embrace opportunities to introduce new ideas or approaches, and seek environments that allow for flexibility and creativity. By finding a balance between stability and change, you can create a fulfilling and meaningful career and daily life that aligns with your desire to establish a secure foundation. - -In terms of potential issues to watch out for, be aware that this aspect can sometimes create tension and disruptions in your home and family life. Uranus' influence may lead to unexpected changes or conflicts within your domestic sphere, challenging your efforts to establish stability. It's important to be open to adaptability and find ways to address any unexpected disruptions that may arise. - -Saturn in Leo in the fourth house square Uranus in the sixth house emphasizes the importance of finding your own unique expression within the structures of your life. By balancing your need for stability and structure with your desire for personal freedom and innovation, you can establish a solid foundation that supports both your home life and your professional endeavors. With patience, perseverance, and a willingness to embrace change, you can find success, satisfaction, and meaningful fulfillment in both areas of your life. - -** Generational Outer Planets -*** Your Uniqueness and Rebellion - -In your natal chart, Uranus, the planet of uniqueness, originality, and excitement, is located in your sixth house. This placement indicates that the area of life where you can most immediately experience these qualities is related to your daily routines, work, and health. You have a strong need to express yourself freely and intuitively in these areas, allowing your true genius to shine through. - -With Uranus in your sixth house, you are naturally inclined to approach your daily tasks in an unconventional and experimental manner. You may have a knack for finding innovative solutions or introducing new technologies or methods into your work environment. Your ability to think outside the box and come up with creative ideas can bring a fresh perspective to your professional life. - -It is also important to note that Uranus in the sixth house often makes you keenly aware of the issues affecting society as a whole. You may find yourself drawn to causes that promote positive changes in the world, particularly in relation to work-related matters. Your unique perspective and ability to challenge the status quo can contribute to the improvement of workplace conditions and societal norms. - -However, it is crucial to be mindful of the opposition aspect between Uranus and Mercury in Taurus, which is located in your twelfth house. This aspect can present certain challenges in how you communicate and express your ideas. The stabilizing and cautious energy of Mercury in Taurus may clash with the unpredictable and unconventional nature of Uranus. This can sometimes result in internal conflict or difficulty in effectively conveying your thoughts to others. - -To navigate this aspect, it is essential to find a balance between your need for innovation and the need for practicality in your communication style. Being aware of these potential challenges can help you find creative ways to bridge the gap between your unique ideas and the more traditional expectations of others. Embrace your inventive thoughts while also recognizing the value of grounding them in practicality and stability. - -This aspect suggests that your unique approach and originality in your daily routines, work, and health can lead to significant positive changes in your life and society as a whole. By embracing your intuitive and experimental nature, you have the potential to make a lasting impact. Remember to navigate the opposition aspect with a mindful and balanced approach, taking into account the needs of both your individuality and the practicality demanded by others. - -*** Your Inner Dreamer, Intuition, and Imagination - -With Neptune in your seventh house, you have a heightened sensitivity to the mystical and transcendent aspects of your relationships. This house represents the area of your life where you can experience the non-material, the inspiring, and the spiritual. You possess an innate ability to connect deeply with others on a soul level, seeking profound and spiritual connections in your partnerships. - -You have a strong desire to escape from any routine, oppressive, or uninspiring conditions that might hinder the growth and fulfillment of your relationships. You long for a love that is not bound by the limitations of the material world, and you may find yourself easily swept away by romantic ideals and fantasies. It is essential for you to navigate the fine line between idealization and reality in your relationships, as this can sometimes lead to seeing your partner through rose-colored glasses and overlooking their flaws. - -The trine aspect between Neptune in the seventh house and Saturn in Leo enhances your ability to create long-lasting, stable, and committed partnerships that are also deeply imbued with spiritual and transformative qualities. Saturn's influence in your fourth house of home and family brings a sense of responsibility and maturity to your relationships, as well as a need for a solid foundation and security. - -This aspect suggests that your relationships can be a source of strength and stability in your life. You may find that your partner helps you ground your lofty spiritual ideals into practical reality and provides the stability you need to manifest your dreams together. Your ability to harmonize the imaginative and idealistic energy of Neptune with the structure and discipline of Saturn can create a profound and enduring bond with your partner. - -However, be aware of potentially becoming too idealistic or emotionally dependent on your relationships. There is a risk of projecting your own desires and fantasies onto your partner, rather than truly seeing them for who they are. Strive for open and honest communication, as well as maintaining healthy boundaries, to maintain balance and avoid disappointment. - -Your Neptune in the seventh house, in trine aspect to Saturn, gifts you with the ability to experience deep and soulful connections in your relationships. The fusion of these energies allows you to create a love that is both spiritually inspired and grounded in reality. By staying true to yourself, maintaining healthy boundaries, and embracing the transformative power of love, you have the potential for beautiful and meaningful partnerships. - -*** Your Power of Transformation, Rebirth, and Profound Change - -Your Pluto in the sixth house signifies a profound transformation that you experience in the area of daily routines, work, and health. This house represents the day-to-day activities that structure your life and how you approach your responsibilities. - -With Pluto here, you have a deep and intense approach to these areas of life. You may be driven towards understanding the underlying motivations behind your work and the need for a sense of purpose in your daily activities. You have a strong desire to experience profound change in your work environment and may be willing to confront any power dynamics or oppressive systems that you come across. - -Your transformation in this domain may also extend to your attitudes towards health. You have the potential to completely overhaul and reformulate your approach to physical and mental well-being. This may involve addressing any compulsive or self-destructive habits that have hindered your overall sense of wellness. - -This transformative journey may not always be easy. The opposition aspect between Pluto in the sixth house and Venus in Aries in the twelfth house brings your relationships, values, and desires into the equation. There may be periods when your need for personal growth and transformation clashes with your desire for harmony and pleasing others. - -You might find yourself struggling to balance your obligations to others with your own need for personal development. It is essential to find a healthy middle ground where you can evolve and grow without completely disregarding the needs and wishes of those around you. - -While it may present some challenges, this aspect also offers great potential for growth, both in your relationships and in your personal evolution. By confronting and honestly examining the deep-seated patterns and compulsions within you, you can contribute to the evolution of your consciousness and experience a profound transformation in these areas of life. - -Embrace the intense and transformative energy of Pluto in the sixth house, and use it as a catalyst for personal growth. Find a balance between your own needs and the needs of others, and continue to honestly confront the issues that arise. Remember that by doing so, you have the opportunity to revolutionize your work, daily routines, and overall well-being, taking you on a path towards greater fulfillment and consciousness. - -** Other Points -*** Your Career and Public Reputation - -Your Midheaven in Aquarius adds a unique and unconventional flavor to your career and public image. You have a natural inclination to stand out from the crowd and to innovate in your chosen field. You seek advancements that benefit not only yourself but also society as a whole. - -With the square aspect between your sun in Taurus and Midheaven in Aquarius, there may be some inherent tension between your personal desires and the way you express yourself in your career. You may struggle to find a balance between the stability and security you crave (Taurus) and your need for freedom and uniqueness in your professional life (Aquarius). This tension can manifest as a resistance to conforming to traditional career paths, and you may find yourself drawn to more unconventional or cutting-edge industries. - -Be aware of any potential issues that may arise from this aspect. You may encounter challenges in finding lasting fulfillment in your career or in finding a sense of stability. It may take time and effort to reconcile these two seemingly contradictory energies. - -However, when you do find that balance, the potential is great. Your innovative and forward-thinking approach can lead to breakthroughs and advancements in your field. Your unique perspective and ability to think outside the box will set you apart from others and drive you towards success. Stay true to your authentic self and embrace your unconventional nature as you pursue your career ambitions. - -Remember that success may come through maverick approaches and thinking beyond the norm. Trust in your ability to bring about change and progress. By being true to yourself and your vision, you can make a meaningful impact on the world and carve out a path that reflects your individuality and aspirations. Keep pushing boundaries and don't be afraid to challenge the status quo. Embrace the opportunity to bring your innovative ideas to the forefront and make a difference. - -*** Your Inner Wounds and Healing Journey - -Chiron in Taurus symbolizes an Inner Wound related to self-worth, security, and material possessions. You may have experienced feelings of inadequacy or unworthiness in these areas, which can manifest as a constant search for stability and validation. - -This wound may have manifested early in your life, possibly stemming from a lack of nurturing or feeling valued for who you truly are. It may have also contributed to a fear of change or a resistance to stepping out of your comfort zone. - -The twelfth house placement of Chiron suggests that this wound is deeply rooted in your subconscious mind and may be connected to past life experiences or ancestral patterns. You may struggle with hidden fears, self-sabotaging behaviors, or a tendency to withdraw from the world as a means of self-protection. - -With Chiron in conjunction aspect to your Sun, the search for healing and self-discovery becomes intimately intertwined with your core identity and sense of self. This conjunction magnifies the impact of the wounded energy, making it even more prominent in your life. - -The twelfth house placement of your Sun indicates that the expression of this wound is often veiled or hidden from others. You may feel a sense of isolation or loneliness, even within a group of people. It's important to recognize and embrace the role that your wounds play in shaping your individuality and the lessons they offer for personal growth. - -To embark on your healing path, you are encouraged to cultivate self-acceptance, self-love, and compassion towards yourself. Nurturing your physical and emotional well-being, as well as finding healthy, grounding outlets for your creativity, can be particularly healing for you. - -While the Chiron in Taurus in the twelfth house aspect reveals an enduring struggle, it also imparts a profound gift. Your inner journey of healing and self-discovery can lead to a deep understanding of the value of inner peace, spiritual connection, and the beauty of simple pleasures. By embracing these gifts and integrating them into your life, you can develop a strong sense of purpose and create a solid foundation for lasting emotional and material security. - -It is important to remain aware that your wounds may resurface from time to time, especially during challenging or transformative periods. However, by using the tools and insights gained through your healing journey, you can overcome these challenges with grace and resilience. Trust that through your efforts, you will continue to grow, evolve, and find greater fulfillment in your life. - -*** Your Shadow Side and Overcoming Primary Fears - -Your Lilith in Taurus in the twelfth house signifies that your shadow side and primary fears are deeply rooted in matters relating to security, self-worth, and material possessions. You may have hidden fears related to financial stability and the fear of not having enough resources to sustain yourself. This fear can manifest as a tendency to hold onto possessions and a fear of letting go or experiencing loss. - -With Lilith in the twelfth house, these fears and hidden aspects of yourself may play out in your subconscious mind and affect your spirituality and connection to the divine. You may struggle with deep-seated feelings of guilt, shame, or unworthiness that prevent you from fully embracing your spiritual path. It is important for you to explore and confront these shadows in order to find inner peace and connect with your higher self. - -The conjunction aspect between Lilith and the moon in your birth chart further highlights the intensity of these hidden fears and shadow aspects. The moon represents emotions and instincts, and its conjunction with Lilith magnifies the emotional power of your shadow side. You may experience intense emotional struggles and bouts of moodiness or emotional instability as a result of the subconscious fears represented by Lilith. - -In the twelfth house, the moon and Lilith's influence may also manifest as a tendency to retreat into your own emotional world or seek solace in solitude. You may have a rich inner life, but it's essential to find balance by engaging with others and sharing your emotions in healthy ways. - -The combination of Lilith in Taurus, in the twelfth house, and the conjunction with the moon suggests that you may struggle to recognize and confront your fears regarding security and self-worth. By leaning into your emotional intelligence and exploring the depths of your emotions, you can begin to shed light on these hidden aspects and heal the wounds that hinder your personal growth. - -Be mindful of potential issues that may arise from this aspect. You may tend to bury your fears and repress your emotions, which can lead to passive-aggressive behaviors or emotional outbursts. It is crucial to find healthy outlets for your emotions, such as therapy, creative expression, or spiritual practices, to avoid internalizing and suppressing them. - -Remember, the presence of Lilith in Taurus in the twelfth house offers an opportunity for spiritual healing and growth. By facing your fears head-on and embracing your shadow side, you can transform these challenges into strengths. Trust in your ability to delve deep into your emotions and nurture your sense of self-worth. Through this journey, you can experience personal transformation and find fulfillment in all areas of life. - -*** Your Unique Life Path and Personal Growth Journey - -Having your North Node in Libra in the sixth house indicates that your developmental path and personal growth are closely tied to the themes of balance, harmony, relationships, and service in your day-to-day life. - -Libra, represented by the Scales, is the sign of harmony, diplomacy, and partnerships. With your North Node here, it suggests that cultivating these qualities and learning to navigate relationships with grace and fairness is a key part of your life's journey. You are meant to learn how to establish and maintain equilibrium in your interactions with others, seeking mutually beneficial solutions and avoiding conflict whenever possible. - -In the sixth house, which governs work, daily routines, health, and service, your North Node's energy is channeled towards creating harmony in these areas of your life. You are called to find your unique approach to bringing balance and cooperation into your work environment and daily routines. This could involve fostering a supportive and collaborative atmosphere, mediating conflicts, or using your natural sense of fairness to advocate for justice and equal treatment. - -Additionally, the North Node in the sixth house suggests that your personal growth and self-development will come through acts of service and taking care of others. You are likely to find fulfillment by being of service to others, whether it is through your vocation, volunteer work, or simply supporting those around you. - -However, be mindful of potential challenges that may arise. The North Node always presents a certain level of difficulty to overcome in order to fully embrace its potential. With your North Node in Libra in the sixth house, you may need to work on asserting yourself and setting healthy boundaries. You may have a tendency to prioritize others' needs over your own, leading to feelings of imbalance and resentment. It is important to remember that taking care of yourself is just as important as taking care of others. - -Embracing the lessons of your North Node in Libra in the sixth house will allow you to develop a strong sense of fairness and harmony in your daily life. Cultivating healthy relationships, fostering collaboration, and finding fulfillment in acts of service will lead you towards a more balanced and satisfying life. By honoring your own needs while serving others, you will create a fulfilling and harmonious existence. - -** Aspects -*** Drivers -**** Sun Conjunction Chiron (orb 0°29') - -This aspect was already discussed in the Your Inner Wounds and Healing Journey section above. - -**** Moon Conjunction Jupiter (orb 3°0') - -This aspect was already discussed in the Your Inner Subconscious section above. - -**** Neptune Opposition Ascendant (orb 3°4') - -This aspect was already discussed in the Your Filter Over Your Personality section above. - -**** Venus Opposition Pluto (orb 3°17') - -This aspect was already discussed in the Your Love, Values, and Attraction section above. - -**** Mercury Opposition Uranus (orb 4°18') - -This aspect was already discussed in the Your Communication Style and Thought Process section above. - -**** Saturn Square Uranus (orb 0°7') - -This aspect was already discussed in the Your Responsibility, Self-Discipline, and Limitations section above. - -**** Chiron Square Midheaven (orb 0°34') - -With Chiron in Taurus in the twelfth house, in a square aspect to the Midheaven in Aquarius, you have a unique blend of energies at play in your birth chart. - -Chiron, often known as the "wounded healer," represents our deepest wounds and the potential for healing that lies within them. It shows us where we may have experienced pain and where we have the opportunity to grow stronger. In Taurus, Chiron's wounds and healing potential are connected to matters of security, self-worth, and material possessions. You may have experienced challenges in these areas at some point in your life, but through these struggles, you have the potential to cultivate a deep sense of self-worth and find healing. - -The twelfth house is associated with hidden strengths, spirituality, and subconscious patterns. With Chiron residing here, your wounds may be rooted in feelings of isolation, guilt, or unprocessed emotions. You might have a tendency to internalize your pain or struggle to express your true needs and desires. However, the twelfth house also offers you an opportunity for spiritual transformation and deep connection with your inner self. By exploring your subconscious patterns and embracing your spirituality, you can find healing and liberation. - -Now, let's focus on the square aspect between Chiron and the Midheaven in Aquarius. The Midheaven represents your career, reputation, and public image. Aquarius brings an innovative and unconventional energy to this aspect, suggesting that you may feel torn between your woundedness and the desire to make a unique contribution to the world. This aspect can bring challenges in finding the right career path or integrating your true self into your professional life. - -However, sometimes the greatest gifts come from our struggles. This aspect indicates a potential for you to bring healing and transformation to the structures and systems within society. By embracing your unique perspective, you have the capacity to inspire change and make a positive impact on a larger scale. - -You need to be aware of the potential challenges that this aspect brings. You may face periods of deep self-doubt as your woundedness and career aspirations clash. You might also encounter resistance or criticism from others who may not fully understand or appreciate your innovative approach. However, by embracing these challenges and persevering, you have the opportunity to create lasting change and find profound fulfillment. - -**** Sun Square Midheaven (orb 1°2') - -This aspect was already discussed in the Your Career and Public Reputation section above. - -**** Mercury Square Saturn (orb 4°25') - -Mercury in Taurus reflects a person who thinks and communicates in a careful, thorough, and practical manner. They have a grounded approach to processing information and tend to favor concrete facts and tangible evidence. This individual may take their time before forming an opinion or making a decision, as they have a deep need to ensure stability and security in their thoughts. Their communication style is often deliberate and deliberate, as they value clear and concise expression. - -With Mercury in the twelfth house, this person's mental activity and communication are strongly influenced by their subconscious mind. They possess a rich inner world and are often introspective and reflective. The twelfth house emphasizes the need for solitude and introspection, making this individual naturally inclined towards private thoughts and quiet contemplation. They may have a heightened intuition and possess a deep understanding of the hidden aspects of life. - -The placement of Mercury square Saturn adds a significant dynamic to their communication style. Saturn's influence in Leo in the fourth house suggests that there may be challenges or limitations in expressing themselves freely within their family or home environment. They may have experienced a strict upbringing or a sense of responsibility towards their family, which can create inhibitions or a fear of being truly heard and understood. This aspect can also bring a certain seriousness or cautiousness to their communication style. - -The square aspect between Mercury and Saturn brings forth a tension that needs to be navigated carefully. It may manifest as self-doubt, a tendency to overthink, or hesitation when expressing oneself. They may struggle with finding the balance between asserting their own opinions and receiving feedback from others. However, this aspect also fosters a strong sense of determination and perseverance in their communication. - -Despite the potential challenges, this combination of planetary placements holds great potential for personal growth. Through introspection and self-reflection, they have a unique ability to tap into their intuition and access hidden knowledge. While they may face uncertainties in expressing themselves openly, the twelfth house energy can grant them the ability to delve into deeper layers of communication and connect on a profound level with others. - -In order to overcome any potential obstacles, it is crucial for this individual to practice self-acceptance and cultivate a sense of self-worth. By embracing their unique thought process and allowing themselves to be vulnerable in their communication, they can foster genuine connections with others. It is important for them to surround themselves with a supportive and understanding environment that encourages their authentic expression. - -Ultimately, this person possesses a wealth of wisdom and the ability to communicate with depth and sincerity. By embracing their reflective nature and trusting their intuition, they can uncover powerful insights and contribute valuable perspectives to their surroundings. -Ease - -**** Pluto Trine Ascendant (orb 0°28') -**** Venus Trine Saturn (orb 1°1') - -Your Venus is in Aries, which makes you someone who expresses affection in a fiery and passionate manner. You tend to value independence and assertiveness in yourself and others, and you seek excitement and adventure in your relationships. - -Your Venus in the twelfth house suggests that you are a deeply sensitive and compassionate person, despite your outwardly assertive nature. You may be drawn to people who need your help or support, or you may find that serving others gives you a sense of fulfillment in your relationships. - -The trine aspect between Venus in Aries and Saturn in Leo indicates that you have a strong, stable foundation in your relationships. You are committed and loyal to those you love, and you take your responsibilities seriously. This aspect also suggests that you have the potential to turn your creative and artistic talents into a source of stability and security for yourself and your loved ones. - -However, be aware that there may be potential conflicts between your need for independence and your desire for stability and security in your relationships. You may need to work on finding a balance between these opposing drives in order to maintain healthy relationships. - -Your chart suggests that you have a great capacity for love and creativity. By embracing your passion and sense of adventure while also cultivating your deep compassion for others, you have the potential to build strong, fulfilling relationships and a rich, rewarding creative life. - -**** Moon Trine Midheaven (orb 1°22') - -The Midheaven in Aquarius indicates that you have a unique and innovative approach to your career and public image. You are driven by a strong desire to make a positive impact on society and to contribute to the greater good. You may be drawn to unconventional professions or those that involve cutting-edge technology, futuristic ideas, or social reform. - -With your moon in Gemini in the twelfth house in trine aspect to your Midheaven, this brings harmony and ease between your emotional well-being and your career pursuits. You possess excellent communication and networking skills, which can help you excel in your chosen field. You are adaptable and versatile, easily navigating different social circles and connecting with diverse groups of people. Your ability to express your feelings articulately and objectively can be a great asset in the workplace. - -However, be mindful of potential challenges that may arise. This aspect suggests a tendency to become easily distracted or scattered, which might hinder your progress or make it difficult to focus on long-term goals. Additionally, your strong desire for intellectual stimulation and variety may lead you to jump from one opportunity to another without fully committing to any one path. - -To fully leverage the potential of your Midheaven in Aquarius, it is crucial to find a balance between your need for independence and your long-term ambitions. Cultivating discipline and creating a structured routine can help you stay focused on your goals and avoid becoming overwhelmed by choice. Embracing your social-mindedness and using your communication skills to advocate for causes you believe in can also bring fulfillment and drive in your career. - -Ultimately, with your Midheaven in Aquarius, you have the potential to create a meaningful and impactful career that aligns with your progressive values. By embracing your natural ability to connect with others and your innovative ideas, you can carve out your own unique path to success. Stay grounded, prioritize your goals, and channel your energy into ventures that truly resonate with your aspirations. Trust in your ability to make a difference in your chosen field and embrace the exciting opportunities that lie ahead! - -**** Jupiter Trine Midheaven (orb 1°38') - -With your Midheaven in Aquarius, there's a strong likelihood that you were born with an innate desire to make your mark in a way that sits outside the norms. Aquarius is all about innovation, uniqueness, and autonomy. You may continuously strive for freedom in your career and have a deep need for something more than just a traditional 9-5 job. You need something that allows for creative self-expression and change. - -Now, Jupiter in your twelfth house stands in a beautiful trine with your Midheaven. This aspect brings luck and expansion into your life when you learn to tap into your inner spiritual and emotional world. As Gemini is the sign on the cusp of your twelfth house where Jupiter resides, your fortune might come in forms that involve communication, be it verbal, written, or digital. Another specialty of Gemini is its adaptability. Lightweight, quick, and agile, your words can pick up other's meaning quickly and turn arguments on their head. - -However, because both Aquarius (Midheaven) and Gemini (Jupiter) are air signs, and considering the twelfth house placement, you might get lost in your thoughts a lot. This might lead to periods of indecision or overthinking, which can become a hindrance to the swift execution of your ideas. - -You might also struggle with your abstract thoughts and ideals clashing with the practical needs of reality. This combination could make it difficult for you to settle with a specific path, as your desires might frequently shift and change, making it challenging to stick to your long-term goals. - -Still, remember that these potential struggles simply indicate areas for growth. This adventurous and freedom-loving configuration can lead to an exciting and non-conventional career, often allowing you to function well in professions linked to technology, humanitarian causes, science, astrology, or aviation. Your ability to express complex ideas simply and vividly can let you shine in the fields of writing, education, and the media. - -When you embrace the innovative and unconventional side of Aquarius, combined with the quick-wit and communicative prowess of Gemini, you can truly flourish. Just remember, harness the different elements of your unique astrological makeup and use them to drive towards significant achievements. It's a journey, so pace yourself and tap into the innate wisdom present within your stars. The universe is cheering you on. - -**** Saturn Trine Neptune (orb 5°48') - -Saturn in Leo in the fourth house suggests that you seek to establish and preserve your sense of self through your home, family, and emotional foundations. You have a deep desire for stability, structure, and a sense of belonging in these areas of your life. You take on responsibility and work diligently to create a solid and secure home environment. It is important for you to feel a sense of pride and respect from your family members and to be recognized for your efforts in nurturing and caring for them. - -With Saturn in the fourth house, you may feel the weight of expectations and obligations within your family dynamics. Perhaps there is a strong sense of tradition or authority figures who play a significant role in shaping your family life. This can bring both rewards and challenges. On the positive side, you have the capacity to create a strong and enduring family unit that provides a solid foundation for everyone involved. Your determination and dedication to your loved ones are admirable. - -The trine aspect between Saturn in Leo and Neptune in the seventh house adds an element of creativity and sensitivity to your approach in establishing lasting partnerships and relationships. You have the ability to blend the practical and the imaginative, bringing a touch of magic into your interactions. You may strive to find a balance between your personal needs for stability and the desire to connect with others in a deep and meaningful way. - -This aspect suggests that you have a strong understanding of the emotional needs of others and are able to create a nurturing environment in your relationships. Your compassion and empathy allow you to form strong bonds with others, as you are attentive to their hopes and dreams. - -However, the potential challenge with this aspect is that you might find it difficult to assert your own needs and boundaries in relationships. It is important to remember that building a healthy partnership requires reciprocity and mutual respect. Be mindful of not sacrificing your own happiness and well-being solely for the sake of maintaining harmony. - -Your Saturn in Leo in the fourth house indicates that you seek to establish and preserve your sense of self through your home and family life. Your dedication and hard work create a stable and secure foundation for yourself and your loved ones. The trine aspect between Saturn and Neptune adds a touch of creativity, sensitivity, and compassion to your relationships. However, be cautious about not neglecting your own needs in your quest to support and nurture others. With awareness and balance, you have the potential to create deeply fulfilling and meaningful connections in your life. - -**** Saturn Sextile Pluto (orb 2°17') - -Saturn in Leo in the fourth house indicates that you seek to establish and preserve your sense of self through your family, home, and roots. You have a deep desire for stability and security in these areas of life, and you take on the responsibility of being the anchor for your loved ones. You take your role as a provider seriously, and you strive to create a strong foundation for yourself and your family. - -With Saturn in Leo, you have a strong need for recognition and validation, and you may feel that you need to work extra hard to prove your worth. You are ambitious and driven to succeed, and you are willing to put in the necessary effort to achieve your goals. While you may face challenges in expressing your individuality within the confines of your family or ancestral traditions, you have the potential to redefine and bring fresh energy to these areas. - -The sextile aspect between Saturn in the fourth house and Pluto in the sixth house adds intensity and depth to your work and daily routines. You have a natural ability to transform the mundane into something meaningful and profound. You are highly disciplined, and you take your responsibilities at work very seriously. You are not afraid of hard work and you have the ability to work through obstacles and challenges, ultimately emerging stronger. - -This aspect also suggests that your work can have a transformative impact on your sense of self and your connection to your roots and family. It is through your dedicated effort and commitment to your career or daily routines that you can find a deep sense of satisfaction and purpose. You have the potential to make a lasting and profound impact in your chosen field. - -However, be aware of potential issues that can arise with this planetary configuration. With Saturn in Leo, you may sometimes put too much pressure on yourself to meet your own high standards, leading to feelings of self-doubt and unworthiness. Remember to take time for self-care and balance your need for achievement with moments of relaxation and joy. - -Your Saturn in Leo in the fourth house, in sextile aspect to Pluto in the sixth house, signifies your dedication to establishing a strong foundation and sense of self through your family and home. Your hard work and commitment in your career or daily routines can bring deep satisfaction and meaning to your life. While you may face challenges in balancing your need for recognition with family expectations, by embracing your individuality and transforming the mundane, you have the potential to create a legacy that brings fulfillment and joy. - -**** Saturn Sextile Ascendant (orb 2°44') - -With your Ascendant in Gemini, you have a youthful spirit that brings a lively, curious, and social approach to life. Being the first point of contact with the world, your Gemini Ascendant shows you naturally enjoy absorbing and sharing information. Your inherent curiosity and adaptability make you a social butterfly, always ready to explore and learn. - -Your Saturn, the planetary taskmaster, is comfortably placed in fiery Leo in your fourth house, forming a sextile aspect with your Gemini Ascendant. This aspect brings a wonderful harmony, blending responsibility with your naturally charismatic communication style. Your Saturn in Leo might add more structure and discipline to your verbal expressions, helping you communicate your thoughts and ideas more effectively and responsibly. - -Moreover, having Sun in Taurus adds stability and a penchant for practicality. Yet, as your Gemini Ascendant filters these Taurus traits, they may manifest as a practical approach towards acquiring knowledge, with a grounded and constant desire to learn and communicate. The synthesis of this combination allows you to be comfortable managing multiple tasks, and you might find yourself thriving in dynamic environments. - -However, a potential challenge might come in the form of restlessness due to your intellectual curiosity and social disposition. At times, you could veer towards being superficial or inconsistent, as Gemini Ascendant may encourage hopping from one topic or person to another. Balancing your inquisitive and mutable Gemini nature with the steadfast qualities of your Taurus Sun will be essential. - -On the positive side, these aspects promote versatility, adaptability, and intellectual playfulness. Your Taurus sun's groundedness, combined with your Gemini Ascendant's mental flexibility and Saturn's discipline in Leo, allows you to share and apply your knowledge responsibly, creating stability and getting things done efficiently. - -**** Neptune Sextile Pluto (orb 3°32') - -Neptune in the seventh house brings the energy of non-material, mystical experiences to the area of relationships and partnerships in your life. This placement suggests that your connections with others may have a particularly spiritual or even transcendent quality. You seek to form deep and meaningful connections, where love and compassion flourish. You may have a deep desire to merge with your partner on an emotional and spiritual level, creating a bond that feels otherworldly. - -The seventh house is also associated with idealization, and with Neptune here, you may have a tendency to put your relationships on a pedestal, seeing your partner through rose-colored glasses. It is important to balance your idealism with a healthy dose of realism to avoid potential disillusionment. Keep in mind that no relationship can live up to perfection, and that true fulfillment comes from accepting and embracing each other's flaws. - -With Neptune sextile Pluto in the sixth house, there is a harmonious flow of energy between the transformative power of Pluto in the area of work, health, and daily routines, and the mystical realm of Neptune. This aspect suggests that you have the ability to infuse your daily life with a sense of inspiration and magic. You may find that your work or daily routines become a spiritual practice for you, allowing you to tap into a deeper meaning and purpose. - -This aspect can also indicate a talent for healing and transformation in a work or service-oriented setting. Your intuition and empathy combine with a powerful drive for self-improvement, allowing you to help others in profound ways. You may have the ability to uncover hidden truths or bring about positive changes in your workplace or daily life. - -However, it is important to be cautious of the potential escapism that Neptune can bring. With both Neptune in the seventh house and the sextile aspect to Pluto, there is a risk of becoming lost in fantasies or using relationships and work as a means to escape from the realities of life. It is essential to stay grounded and face any challenges or responsibilities head-on, rather than avoiding them. Balancing your spiritual ideals with practicality will help you navigate potential pitfalls. - -This combination of Neptune in the seventh house and Neptune sextile Pluto encourages you to seek and foster meaningful connections in your relationships and infuse your daily life with inspiration and transformation. By staying grounded and finding a healthy balance between idealism and reality, you can tap into the deep wells of spirituality and create a life that is both transcendent and practical. - -**** Venus Sextile Ascendant (orb 3°45') - -As a Gemini Ascendant, your approach to life is filled with curiosity and an insatiable thirst for knowledge. Your mind moves at a rapid pace, always analyzing and gathering information. This mental agility makes you adaptable, flexible, and incredibly versatile, able to fit your thoughts and actions to any situation. There's a charming sense of unpredictability about you which others find intriguing. But the key word for Gemini Ascendant is variety. You love having many strings to your bow and juggling numerous balls in the air at the same time. - -Your Venus placed in Aries in the twelfth house sextiling your Ascendant adds flair to your personality. Venus here brings a passionate, assertive, and fiery edge to the way you express love and relate to others. This Venus-in-Aries energy complements your Gemini Ascendant, enabling you to be a charming conversationalist with a knack for keeping things lively and interesting. The harmonious sextile aspect suggests you have a natural ability to combine your charm and assertiveness in a way that is appealing to others. It also impacts the way you approach relationships and social situations, enabling you to cut through complications and be direct, adding a layer of straightforwardness to the Gemini's innate charm. - -Your Sun sign, Taurus, is known for having a steadfast nature, with a strong desire for security, comfort and practicality. But with a Gemini Ascendant, this Taurean energy takes on a more flexible form. There's a continuous interplay between your core desire for stability (Taurus) and the need for variety (Gemini) in your life. You might find yourself fluctuating between wanting to stay put (Taurus Sun) and wanting to explore and gather more information (Gemini Ascendant). However, the Gemini Ascendant infuses your personality with flexibility that helps to adapt the Taurean stubbornness into more malleable forms, enabling you to balance stability with a need for change and intellectual stimulation. - -The only potential downside here is that you might spread yourself too thin at times. Your Gemini Ascendant could make you a jack of all trades and master of none if you're not careful. There's a danger of getting too scattered and not finishing what you start. Your Taurus Sun, however, might anchor you, helping you to realize when you need to slow down and nourish your soul. - -Remember, the combination of your Gemini Ascendant with your Taurus Sun gives you a unique diplomatic gift. Your quick wit, combined with your practical determination, makes you a force to be reckoned with. You have this dynamism about you - the ability to keep others on their toes, yet make them feel completely at ease. So, use it to navigate through life's intricate maze. It's a journey of balancing, learning, and evolving. Bring forth the fun-loving Gemini, the practical Taurus and the passionate Venus in Aries to give you a diverse life experience full of exciting adventures, meaningful relationships, and satisfying achievements. - -**** Venus Sextile Jupiter (orb 5°26') -**** Moon Sextile Mars (orb 5°37') - -With your Moon in Gemini positioned in the Twelfth House, your emotional realm is one of dual complexities and great depth. You find comfort within the ephemeral - fleeting thoughts, intellectual concepts, and abstract ideas are your safety blankets. You are naturally curious, with an ever-present thirst for knowledge. The constant change and motion of Gemini's influence may make you a bit restless, causing you to feel anxious if you're not mentally stimulated. - -Combine this with your twelfth house position, and there's a strong instinct towards introspection and solitude. This house is about the hidden, the subconscious, and spiritual realms. You may find yourself needing time and space to process your ever-changing emotions and thoughts. Your emotions are your private sanctuary and sharing them isn't always easy for you. You're likely to be drawn to esoteric or spiritual pursuits, hoping to find answers to your inner mysteries. - -The sextile aspect between your Moon and Mars suggests an energetic demeanor that exhibits itself as a subconscious desire for action. This aspect can animate your emotional nature, giving you a significant drive to channel your restless mind and emotions into strong social motivations or humanitarian efforts. - -Specifically, with your Mars in Pisces in the Eleventh House, you may find yourself driven to help others in communal or charitable ways that are both creative and compassionate. This alignment is ensuring that your empathetic, gentle methods of communication could be very effective in such settings. - -However, you need to watch out for potential issues relating to your emotional health. With your emotions tucked away in the twelfth house, you may struggle with acknowledging or expressing your true feelings. You could fall into a pattern of retreating into solitude or getting lost in your thoughts, creating emotional detachment from others around you. - -In addition, with your Moon sextile Mars, it's vital that your need for action doesn't surge into impulsivity. You should also consciously work on creating a balance since the constant mental stimulation seeking behavior can cause burnout. - -On a positive note, your intellectual curiosity combined with your compassion and impulse for action creates the potential for true depth and richness in your life journey. You possess an unique combination of imagination and intellect, and when harnessed correctly, this can open up wonderful opportunities. Whether it's channeling your energy towards knowledge sharing, producing creative expressions, or getting involved with social causes, you have a natural capability to make a profound impact. Embrace these qualities and make sure to take time for self-care and grounding, and you're well on your way to experiencing a fulfilling and balanced life. -Unrealized Potential, Waiting For You To Make Adjustments - -**** Venus Quincunx Uranus (orb 1°7') - -With Venus in Aries in the twelfth house in a quincunx aspect to Uranus in the sixth house, there is a theme of unrealized potential in your relationships and work life. - -The quincunx aspect creates a sense of tension and adjustment between these two energies. Venus, the planet of love and harmony, in the fiery sign of Aries, brings passion, enthusiasm, and a desire for independence in your relationships. You want to assert yourself and express your individuality. However, the twelfth house signifies hidden and subconscious patterns, suggesting that you may have difficulty fully expressing these desires in your relationships. There may be a sense of secrecy or low self-esteem in this area of your life. - -Uranus, the planet of innovation and unexpected changes, in the practical sixth house, brings a need for freedom, variety, and a dislike for routine in your work environment. You have unique ideas and may find it challenging to conform to traditional norms or authority figures. However, the quincunx aspect from Venus indicates a need to reconcile this desire for liberation with your underlying need for stability and security, which may create some tension or frustration. - -To navigate these dynamics, it is important to become aware of any unconscious patterns or fears that may be blocking your potential. Taking time for introspection and self-reflection can help you understand the deeper layers of your desires and fears, allowing you to make conscious choices. - -In your relationships, it is important to communicate openly and honestly about your needs and desires. Find a balance between asserting yourself and considering the needs of your partner. Embracing vulnerability and working on building self-confidence can help you express your true individuality while maintaining harmonious connections. - -In your work life, explore alternative approaches and embrace change when necessary. Look for opportunities that allow you to express your creativity and originality while considering practical considerations. Finding a career that aligns with your unique talents and values can help you unlock your true potential. - -While there may be challenges and adjustments, this aspect also offers you the opportunity to grow and evolve. By embracing your unrealized potential, you can create fulfilling relationships and a work life that resonates with your true self. Stay open-minded, maintain a positive attitude, and trust in the journey of self-discovery. - -**** Mercury Quincunx Neptune (orb 1°23') - -Mercury in Taurus in the twelfth house quincunx Neptune in the seventh house creates an aspect that revolves around the theme of unrealized potential. Let's break down this aspect and understand its implications for you. - -Mercury, as the ruler of communication and intellect, reflects how you process information and express yourself. Taurus, being an earth sign, brings stability, practicality, and a preference for tangible results. Having Mercury in Taurus means that you think and communicate in a deliberate, grounded manner. You enjoy taking your time to fully understand and process information before expressing it. - -The twelfth house represents hidden depths, spirituality, and the subconscious. It is a place where your inner world is often active and plays a significant role in shaping your thoughts, ideas, and self-expression. With Mercury in the twelfth house, your mind tends to be more sensitive, intuitive, and deeply connected to the spiritual realm. You may have vivid dreams, strong instincts, and an inclination towards introspection. - -The quincunx aspect between Mercury in Taurus and Neptune in the seventh house adds an element of tension and challenge to the mix. Neptune, the planet of dreams, illusions, and creativity, represents a blur between reality and fantasy. It can accentuate the poetic or imaginative side of your communication style. The seventh house governs relationships, partnerships, and the desire for harmony and balance in your interactions with others. - -This aspect suggests that sometimes your potential may go unrealized due to a disconnect between your practical mindset (Mercury in Taurus) and the dreamy, idealistic tendencies of Neptune in the seventh house. You may find it challenging to accurately convey your thoughts and ideas, as your message might get lost in a fog of confusion or misinterpretation. This could lead to missed opportunities or difficulty in forming harmonious connections with partners. - -To overcome these challenges, it's important to strike a balance between the practical and the imaginative. Cultivate self-awareness of the tendency to get lost in your dreams or become overly idealistic in your communication. Honing your communication skills, particularly in partnerships, will help you bridge any gaps and make your ideas more accessible to others. - -By tapping into your intuitive nature and embracing your imaginative side, you can harness your unrealized potential. Don't be afraid to explore unconventional approaches and trust your instincts. Through understanding and integrating both Mercury in Taurus and Neptune in the seventh house energies, you can overcome any hurdles and unlock the creativity and potential that lies within you. -Spiritual - -**** Moon Septile Venus (orb 0°34') - -Details for septile aspects are not yet included in this report. We're working on it. - -*** Other Aspects -**** Moon Conjunction Black Moon Lilith (orb 0°56') - -This aspect was already discussed in the Your Shadow Side and Overcoming Primary Fears section above. - -**** Pluto Square Part of Fortune (orb 0°8') - -Details for this aspect are not included in this report. We're currently working on a separate "Part of Fortune Report". - -* Nari birth chart :ATTACH: -:PROPERTIES: -:ID: 04399bd0-62da-4c89-97fa-845b32c9e26c -:END: - -If you have a blank section on your report, please comment below so we may fix it. -Chart Data For NariJune 29, 1975 at 15:0 (3:00 pm) (time zone = UTC+3) -Universal Time: 12:00 -Cairo, Cairo, Egypt -30°N4' 31°E15' -Tropical Zodiac - -** Campanus Houses -*** Your Conscious Self - -Your sun in Cancer indicates that you have a nurturing and caring nature. You have a strong emotional core and tend to express your vital energies through nurturing and protecting others. You have a deep sense of instinct and can easily sense the needs of those around you. - -With your sun in the ninth house, you focus your vital energies on expanding your horizons and seeking truth and knowledge. You have a strong desire to explore new cultures, philosophies, and belief systems. You are intellectually curious and enjoy learning about different perspectives and ways of life. Traveling and broadening your horizons through education are important to you. - -The square aspect between your sun in Cancer and Pluto in the twelfth house adds intensity and transformation to your energy expression. This aspect indicates that you have a powerful ability to delve into your subconscious and face your fears and deepest emotions. You may go through periods of intense self-discovery and transformation, which can lead to profound personal growth. - -However, this aspect also presents some challenges. The square aspect suggests that you may experience power struggles or conflicts related to your self-expression and personal growth. It is important for you to find healthy ways of integrating your deep emotions and transform any negative patterns or control issues that may arise. It is advisable to seek support from therapy or counseling to navigate through these challenges. - -Your combined chart suggests that you have a nurturing and caring nature, deeply curious about the world and eager to learn and grow. By embracing your transformative tendencies and working through any challenges that come your way, you can tap into your immense emotional strength and bring positive change to your life and the lives of others. - -*** Your Inner Subconscious - -Your moon in Pisces in the fifth house signifies that you have a deeply emotional and sensitive nature when it comes to matters of creativity, self-expression, and romance. The fifth house represents the area of life where you seek emotional fulfillment and a sense of comfort. Here, you find joy and belonging through artistic endeavors and recreational activities that allow you to tap into your imaginative and dreamy side. - -With the moon square Neptune in the second house, there is a complex interplay between your emotional needs and your sense of material security. This aspect suggests that you may have a tendency to blur the lines between reality and fantasy when it comes to financial matters. It's important for you to be cautious with your resources and make sure to ground your financial decisions in practicality. Beware of idealizing material possessions or relying too heavily on others for financial support. Maintaining a balanced perspective will help you navigate any challenges that may arise. - -Despite the potential pitfalls, this combination also brings significant gifts. Your emotional sensitivity, coupled with your creative flair, allows you to express yourself artistically in ways that others may find captivating and inspiring. You have a natural ability to tap into the collective unconscious, which can lead to profound insights and intuitive understanding. Your compassion and empathy make you a nurturing presence to those around you. - -One area to be mindful of is setting healthy boundaries with your emotional attachments. With your moon in Pisces, you may be prone to absorbing the emotions of others and losing yourself in the process. Pay attention to your instincts and ensure you prioritize self-care, so you can enjoy a sense of emotional security and stability. - -Your moon in Pisces in the fifth house, square Neptune, brings emotional depth and artistic sensitivity to your life. By staying grounded and channeling your creativity in a balanced way, you can harness the immense potential this combination offers. Take care of your emotional well-being and foster healthy boundaries, allowing you to fully embrace the beauty and magic that life has to offer. - -*** Your Filter Over Your Personality - -With your Ascendant in Scorpio, your approach to life is highly intense and passionate. You possess a deep curiosity about the mysteries of life and are driven to uncover hidden truths. This gives you a perceptive and penetrating nature, allowing you to easily see beneath the surface of any situation. Your determination and resourcefulness are key strengths, as you possess a powerful inner strength that enables you to overcome any obstacles in your path. - -Now, let's talk about the influence of Uranus in conjunction with your Ascendant. Uranus, the planet of innovation, rebellion, and unpredictability, adds an extra layer of uniqueness and originality to your personality. You possess a strong need for individuality and freedom, and you're not afraid to challenge established norms and boundaries. Your unconventional approach to life may manifest in your appearance, style, or overall attitude, and you're often seen as someone who marches to the beat of their own drum. - -The conjunction between Uranus and your Ascendant amplifies these Uranus-style characteristics within your personality, making them more pronounced. You are likely to have an electric and magnetic presence that draws others in, as people are intrigued by your unconventional nature. You have the ability to inspire and influence others with your innovative ideas and forward-thinking mindset. - -However, be aware that the Scorpio Ascendant modifies the expression of your Cancer sun. With your Sun in Cancer, you possess a deeply nurturing and sensitive nature. You have a natural instinct to care for and protect those close to you, and you prioritize emotional connections in your relationships. The influence of Scorpio on your Ascendant adds intensity and depth to your nurturing qualities, making you incredibly loyal and fiercely protective of those you love. Your emotions run deep, and you may have a tendency to hold onto old wounds or grudges, so it's important to work on letting go and forgiving. - -Your Ascendant in Scorpio combined with the conjunction of Uranus provides you with a unique and dynamic personality. You have a sharp intuition and an ability to uncover hidden truths, which adds depth and richness to your interactions with others. Your Uranus influence makes you innovative, individualistic, and willing to challenge the status quo. However, it is also essential to balance this with your Sun in Cancer and embrace your nurturing and protective nature. - -Expect a life filled with transformation and growth, as you navigate the depths of your own psyche and utilize your inventive and independent spirit to make a positive impact on the world around you. By embracing all aspects of your personality, you will find a sense of fulfillment and purpose in your journey. - -*** Your Communication Style and Thought Process - -After analyzing your chart, I can see that you have Mercury in Gemini in the eighth house, which is in a square aspect to the moon in Pisces in the fifth house. Let's dive into what this says about your thinking, communication style, and areas of experience where you shine. - -Mercury in Gemini describes someone who is quick-witted and versatile in their thinking and communication. You have an active mind that enjoys a wide range of topics and conversations. You likely have no shortage of ideas, and you're able to express them with ease, both verbally and in writing. You're a natural communicator; the challenge comes in focusing your energy and avoiding scattered thinking. - -Your eighth house placement of Mercury adds depth and intensity to your intellectual pursuits. You're interested in probing beneath the surface and getting to the heart of an issue, whether that be in conversations with others or through personal research. You may be drawn to psychology, secrets, or hidden knowledge. You're naturally curious and have a talent for uncovering the truth. - -With your moon in Pisces in the fifth house, you're a highly intuitive person with a strong creative side. You have a deep connection to the emotions and creativity that underlie your thinking—it's not always purely logical for you. The square aspect between Mercury and the moon, while challenging, can create a healthy tension between the two parts of yourself. You may sometimes get lost in your thoughts and emotions and struggle to communicate them effectively, but with practice, you can learn to balance the two. - -When it comes to issues to watch out for, this aspect can indicate a tendency towards anxiety or overthinking. You may have difficulty making decisions or feel a sense of restlessness. However, with mindfulness and self-awareness, you can avoid these pitfalls and make the most of your strengths. - -Your chart suggests that you're a highly intelligent and curious person who naturally excels in areas of research and communication. Your challenge lies in finding a way to balance your logical mind with your emotional and creative side, but with patience and persistence, this is within your reach. I hope this description resonates with you and helps you understand more about yourself. - -*** Your Love, Values, and Attraction - -Your Venus in Leo in the tenth house indicates that you have a natural urge to express your affection in grand and enthusiastic ways, particularly in your professional and public life. You exude a confident and dramatic energy that can naturally attract attention and admiration from others in these domains, making you feel valued and appreciated for your skills and contributions. - -Moreover, your Venus is in trine aspect to Jupiter in Aries in the sixth house, which amplifies your desire for growth and expansion in your work environment. You possess abundant energy, a natural drive towards success, and a contagious sense of optimism that can inspire those around you. Your creativity can be a significant asset in your career, and you may find that your ability to promote your ideas and yourself in a positive light can lead to opportunities for advancement. - -However, the potential issue to be watchful of is to avoid becoming overly egoistic or taking on more than you can realistically handle. While you may feel compelled to pursue your ambitions, it is essential to remember that balance is crucial, both for your own well-being and for the sustainability of your work. - -Your Venus in Leo in the tenth house, trine Jupiter in Aries in the sixth house, indicates a dynamic, confident, and creative energy that can flourish in your professional life, leading to a sense of fulfillment and satisfaction. By keeping a healthy perspective and staying grounded, you can manifest your aspirations and create opportunities for yourself. - -*** Your Energy and Action - -Your Mars in Aries placement indicates that you assert yourself with great enthusiasm and fervor. You have an unwavering sense of self-confidence, and your desires are expressed boldly and directly. You tackle challenges head-on and possess a strong competitive spirit, always striving to be at the forefront. - -With Mars in the sixth house, your assertiveness is channeled primarily into your work and daily routines. You have a strong work ethic and take great pride in being productive and efficient. You have a natural ability to initiate projects, and your courageous nature inspires those around you to do the same. In this area of life, it is essential for you to prioritize your physical well-being and maintain a healthy balance between work and rest. - -However, your Mars opposition Uranus aspect brings an element of unpredictability and rebellion into the mix. This opposition between your assertive nature and the unconventional energy of Uranus in the twelfth house suggests that you may encounter sudden disruptions or unexpected changes in your daily routines and work environment. Your desire for independence and freedom may clash with the demands of your responsibilities, leading to occasional tension and restlessness. - -It is important for you to find ways to express your unique individuality and assertiveness within the confines of your daily life. Listen to the innovative ideas that arise within you, and do not be afraid to challenge the status quo. Embracing your need for originality and excitement can actually bring positive changes and opportunities for growth in your work and routines. - -At times, this aspect can manifest as a rebellious streak that may disrupt your stability or create conflicts in your professional life. Be mindful of this potential tendency and strive for open communication and flexibility when faced with unexpected challenges. By embracing these ongoing lessons, you will develop a deep sense of adaptability and mental strength, enhancing your ability to thrive in any situation. - -Remember, your Mars in Aries placement in the sixth house, along with the opposition to Uranus, indicates immense potential for success and personal growth. By embracing your assertiveness and harnessing your drive, you will inspire and motivate others. Stay open to the opportunities that arise, and trust in your innate ability to overcome obstacles. Your determination and courage will propel you forward on your path towards fulfillment, making a significant impact not only in your work and routines but also in all areas of your life. - -** Outer Planets -*** Your Luck, Expansion, and Growth - -Your Jupiter is in Aries in the sixth house, in a challenging square aspect to Saturn in Cancer in the ninth house. - -Jupiter in Aries represents an urge to learn, grow, and expand through taking bold and decisive action. You are driven to seek new experiences and take risks, with a determination to achieve your goals. In the sixth house, which deals with work, health, and daily routines, you may find faith and trust in your ability to improve your work habits, health, and service to others. You have a positive and optimistic attitude towards these areas of life, which can help you achieve success and fulfillment. - -However, the square aspect between Jupiter and Saturn suggests that you may face challenges in these areas. Saturn in the ninth house may indicate a fear of taking risks, traveling or stepping out of your comfort zone. This may also create conflicts with your beliefs and values, leading to a loss of faith. You may struggle with self-doubt, pessimism, and a lack of motivation to take action towards your goals. You may also experience setbacks or delays in achieving your goals. - -But, don't worry! With Jupiter in Aries, you have the determination, courage, and resilience to overcome these obstacles and achieve your dreams. This aspect also suggests that challenges can help you grow and learn valuable lessons that will benefit you in the long run. By facing these challenges, your faith and trust in yourself will strengthen, and you will become more confident in taking risks and pursuing your goals. Stay positive, focus on your strengths, and take action towards what you truly desire. - -*** Your Responsibility, Self-Discipline, and Limitations - -Your Saturn in Cancer in the ninth house suggests that you find stability, structure, and deep satisfaction through expanding your horizons and seeking meaning in life. You have a strong need to nurture and protect your beliefs and philosophies, finding a sense of security in exploring different cultures, religions, and higher education. You may feel a strong connection to topics such as spirituality, philosophy, or law. - -In the ninth house, you are drawn to intellectual pursuits that broaden your understanding of the world. You may be naturally inclined to study or work in areas such as academia, publishing, or international affairs. Your desire for stability in this area of life can lead you to become a lifelong learner and deeply engage in activities that help you gain wisdom and new experiences. - -However, the square aspect between your Saturn in Cancer and Jupiter in Aries in the sixth house can create some tension between personal responsibilities and the pursuit of growth. You may find that your dedication to work and routines clashes with your desire for exploration and expansion. This aspect can bring about feelings of frustration, as you may feel torn between following your ambitious career path and nurturing your thirst for knowledge and adventure. - -It's important for you to find a balance between your professional obligations and your personal growth. You may need to establish clear boundaries and create a structure that allows you to pursue your interests while honoring your commitments. Embracing a disciplined approach, you can use your drive and determination to overcome challenges and find success in both realms. - -Be mindful of potential issues that could arise from this square aspect. It may be easy for you to get caught up in a workaholic mindset, neglecting your need for exploration and personal growth. Remember to make time for self-care and prioritize your well-being along with your professional duties. By making conscious efforts to find equilibrium, you can tap into your full potential and create a fulfilling life that integrates both stability and expansion. - -This aspect presents opportunities for growth and self-discovery. While the journey may have its challenges, you possess the strength and resilience to navigate them and find your own unique path. Embrace the lessons Saturn brings, and with determination and adaptability, there is immense potential for you to establish deep satisfaction and meaning in life through the pursuit of knowledge and personal growth. -Generational Outer Planets - -*** Your Uniqueness and Rebellion - -In your natal chart, Uranus is positioned in the twelfth house, which represents the subconscious mind, spirituality, and hidden strengths. This signifies that you possess a unique and unconventional approach to matters related to your inner self and spiritual growth. You have a strong need for freedom and individuality, which may emerge unpredictably and even disrupt the traditional patterns of your subconscious and spiritual exploration. Your intuition is sharp and you are able to tap into the collective consciousness, effortlessly connecting with the spiritual energies around you. - -Additionally, Uranus forms an opposition aspect to Mars in Aries, which is located in your sixth house of work, routine, and health. This dynamic aspect creates tension between your desire for freedom and individuality, and the necessity for structure and discipline in your daily life and health matters. You may find it challenging at times to balance the need for excitement and change with the practical demands of your work and responsibilities. - -However, the positive side of this aspect is the potential for groundbreaking and original ideas regarding your daily routines and health practices. You are not content with following the crowd, and you seek innovative ways to improve your wellbeing and efficiency in the workplace. This aspect also suggests that your pursuit of freedom and individuality could lead to unconventional career choices or a desire for work that allows you to express your unique perspectives and talents. - -You need to be aware that the Uranus opposition Mars aspect can sometimes manifest as a strong urge to rebel against authority figures or challenge traditional structures. This can lead to confrontations and conflicts, particularly in the workplace. It is crucial to find ways to express your inventive and visionary ideas without stirring unnecessary tension or creating an environment of hostility. - -Embracing your Uranus in the twelfth house energy and the opposition aspect with Mars can bring forth your true genius and spark positive changes in your life. By finding creative solutions to obstacles and incorporating innovation into your daily routine, you will be able to navigate the delicate balance between freedom and structure. Remember to approach challenges with an open mind and a willingness to adapt, as this will help you make the most of your exceptional qualities and make a meaningful impact in the world. -Your Inner Dreamer, Intuition, and Imagination - -In your natal chart, Neptune resides in the second house, which indicates that areas related to your material possessions, values, and finances hold significant importance in your life. With Neptune in this house, you have a strong inclination to experience the transcendent and non-material aspects of life in connection with your material well-being. - -This placement suggests that you possess a unique ability to tap into the mystical and imaginative realm when it comes to money and possessions. You may find yourself driven to seek a deep sense of spiritual satisfaction through the acquisition and management of material resources. But be cautious of any tendencies to idealize wealth or develop unrealistic notions around money. Stay grounded and maintain a balanced approach in your financial pursuits. - -Now, let's delve into the square aspect of Neptune with your Moon in Pisces in the fifth house. This aspect brings together the ethereal qualities of Neptune with the emotional and nurturing elements of the Moon. With this configuration, you have a heightened sensitivity and intuitive connection to the mystical world, creativity, and leisure activities. - -The Moon in Pisces in the fifth house signifies that you possess a profound emotional depth when it comes to self-expression, creativity, and matters related to personal pleasure. Your imagination is a powerful tool for artistic pursuits, as well as for finding joy, inspiration, and fulfillment through recreational activities and hobbies. The square aspect between Neptune and the Moon indicates that there may be some tension or challenge in reconciling these energies. - -Potential issues to watch out for are unrealistic expectations surrounding your creative abilities or recreational pursuits. You may struggle with finding the balance between unrealistic fantasies and the actual implementation of your creative talents. Be mindful of any tendencies to escape reality through excessive daydreaming or indulgence in pleasurable activities without taking practical considerations into account. - -However, Neptune's influence in your second house and its square aspect to your Moon also bring great potential for spiritual growth and transformation. By cultivating a balance between material reality and your spiritual connection, you can channel your imagination and creativity in practical and meaningful ways. Trusting your intuition and nurturing your emotional well-being will ultimately lead to a sense of fulfillment and a deepened spiritual connection. - -Your natal chart reveals that you have a unique ability to find the mystical and transcendent in the realm of material possessions and finances. Balancing your dreams and ideals with a practical approach is crucial. Additionally, your intuitive connection with creativity and pleasure can bring great joy, but it's important to ground your creative aspirations and avoid unrealistic expectations. By embracing your spiritual inclinations and staying attuned to your emotions, you have the potential to create a fulfilling and meaningful life that integrates both material and spiritual realms. - -*** Your Power of Transformation, Rebirth, and Profound Change - -Pluto in the twelfth house is a powerful placement that brings intense transformation to your inner world and subconscious patterns. This is the realm where you experience deep and thorough changes in your attitudes and behaviors that may have been deeply ingrained. - -The twelfth house represents the hidden realms of the unconscious mind, spirituality, and the collective consciousness. With Pluto in this house, you possess a profound depth of understanding of these areas. You have the potential to tap into the depths of your psyche, exploring hidden truths and bringing them to light. This transformative energy can lead to a heightened intuition and a profound connection to the spiritual realm. - -However, the square aspect between Pluto in the twelfth house and your Sun in Cancer in the ninth house can bring about some challenges. The square aspect creates inner tension, causing potential conflicts and struggles in integrating these energies. It may indicate that you often feel a tug-of-war between your transformative inner journey and your need for security and emotional stability. - -The ninth house represents higher learning, travel, and expansion of consciousness. With the Sun in Cancer in this house, you have a deep emotional connection to knowledge and a desire to explore the world around you. You may feel a strong emotional attachment to your beliefs and seek truth and wisdom in your own unique way. - -With Pluto square your Sun, you may find that your personal growth and transformation clash with your desire for emotional security and stability. This aspect can manifest as a fear of change and difficulty in letting go of old patterns that no longer serve you. It could also indicate a struggle to find balance between your need for security and your desire for growth and expansion. - -Despite these potential challenges, this aspect offers incredible potential for growth and evolution. By honestly and directly confronting the areas of your life represented by the twelfth and ninth houses, you can experience a deepened sense of self-awareness and spiritual awakening. Embracing change and letting go of old habits will lead to a more profound sense of personal power and transformation. - -Remember, growth is a continuous journey, and it is okay to encounter challenges along the way. Stay committed to your inner transformation, and trust that the profound insights gained will contribute to the evolution of your consciousness. - -** Other Points -*** Your Career and Public Reputation - -With your Midheaven in Leo, you have a strong desire to be in the spotlight and to make your mark on the world. You possess a natural talent for leadership and have the ability to inspire others with your creative vision and passion. People are naturally drawn to your charismatic and confident personality, and you have the potential to excel in careers that allow you to shine and be recognized for your unique talents. - -Now, let's talk about the trine aspect between your Neptune and Midheaven. This aspect brings a sense of idealism and imagination to your professional aspirations. You may have a deep longing to make a meaningful impact and to be involved in work that has a higher purpose or spiritual significance. Your intuition and compassionate nature can guide you in finding ways to infuse your career with greater meaning and fulfilment. - -The Neptune trine Midheaven aspect can enhance your ability to connect with others on an emotional level and to tap into your intuition when making important career decisions. You may have a natural talent for understanding the needs and desires of people, allowing you to create a harmonious and supportive work environment. Your artistic and creative abilities may also be enhanced, making you particularly suited for careers in the arts, entertainment, or healing professions. - -While this aspect offers great potential, be aware of a potential pitfall. Sometimes, the rose-tinted glasses of Neptune's influence can lead to unrealistic expectations or a tendency to daydream rather than take action. It's crucial for you to stay grounded and keep your goals tangible and achievable. Try to balance your idealism with practicality and take steps towards your dreams with patience and perseverance. - -Your Midheaven in Leo combined with the Neptune trine Midheaven aspect indicates a career path that allows you to express your creative flair and leadership qualities. By staying connected to your intuition and being mindful of realistic goals, you have the potential to achieve success and recognition in a way that deeply fulfills you. Embrace your ability to inspire others and use your unique talents to make a positive impact in the world. - -*** Your Inner Wounds and Healing Journey - -Chiron in Aries indicates that your inner wound revolves around issues of self-assertion, independence, and identity. This means that you may have experienced childhood experiences that challenged your sense of self-worth and confidence. As a result, you may constantly feel the need to prove yourself to others and struggle with finding your true inner power. - -With your Chiron in the sixth house, the area of life where Chiron will express itself is related to your daily routines, work, and health. This suggests that your wound may manifest in difficulties and challenges in these areas. You may struggle with asserting yourself in the workplace, feeling confident in your abilities, or finding a career path that truly aligns with your passion and purpose. Health issues may also play a significant role, as you might struggle to maintain balance and harmony in your physical well-being. - -The conjunction aspect between Chiron and Mars further intensifies the impact of your wounds in your daily life and work sphere. It suggests that your woundedness may affect your energy levels and motivation, making it harder for you to assert yourself effectively. You may feel a deep sense of frustration and anger when faced with situations that challenge your independence or when you're unable to express your true desires. - -The key to healing your Chiron wound lies in learning to embrace your own power and assertiveness. It's important for you to identify and confront any self-doubts or insecurities that may have stemmed from past experiences. By developing a strong sense of self-confidence and embracing your individuality, you can begin to heal and transform your wounds. Seek opportunities that allow you to take charge of your own life and find ways to express your true desires and passions. - -Watch out for potential pitfalls that may arise from the Chiron in Aries in the sixth house conjunction aspect. You may struggle with perfectionism and an overemphasis on productivity, leading to burnout and neglecting your own well-being. Remember to create a healthy work-life balance and prioritize self-care. Additionally, be mindful of any tendencies towards impatience or impulsivity, as these can hinder your progress. Practice patience and self-reflection while navigating through your healing journey. - -Ultimately, embracing your wounds and utilizing the gifts that Chiron in Aries offers will help you cultivate a powerful sense of self and find fulfillment in your daily life and work. With dedication and self-awareness, you have the potential to turn your wounds into sources of strength and wisdom. - -*** Your Shadow Side and Overcoming Primary Fears - -Lilith in Pisces in the fifth house suggests that you have a deep-seated fear of expressing your true self creatively and authentically. You may struggle with feelings of self-doubt and a fear of criticism or rejection when it comes to showcasing your talents and passions. - -This placement also indicates a strong inclination towards allowing others to dictate how you should express yourself. You may easily get caught up in seeking validation and approval from others, hindering your ability to tap into your own creative potential. - -The shadow side of Lilith in Pisces in the fifth house can manifest as a tendency to suppress your unique artistic abilities, leading to frustration and a sense of unfulfilled potential. You may fear being judged for your artistic expression or worry that your creativity falls short of societal or personal expectations. - -You should recognize that tapping into your creative side and expressing yourself freely is essential for your personal growth and happiness. This may require you to confront your fears and insecurities head-on. By gently embracing and honoring your artistic gifts, you can begin to release the self-imposed limitations that have been holding you back. - -In the fifth house, Lilith's influence extends beyond creative expression to your experiences with love, romance, and children. You may feel a fear of being vulnerable in relationships, leading you to hold back emotionally or struggle with establishing deep connections. This fear may stem from past experiences or a fear of being rejected for your true self. - -To overcome these fears, it is crucial to cultivate self-love and acceptance. By embracing your authentic self and allowing your creativity to flow freely, you can attract more meaningful and fulfilling relationships. Additionally, exploring your relationship with children and your inner child can also provide insights into your fears and help you to heal and grow. - -In this synthesis of Lilith in Pisces and the fifth house, it is important to be aware of potential challenges, such as a tendency to seek external validation and fear of expressing yourself authentically. However, with self-reflection and personal growth, you have the opportunity to transform these hidden aspects of yourself into empowering strengths. - -Your creative expression is unique and valuable. By acknowledging and embracing your true artistic self, you can find joy, fulfillment, and deeper connections in all areas of your life. - -*** Your Unique Life Path and Personal Growth Journey - -The North Node in Sagittarius in the first house suggests that your developmental path and personal growth will be greatly influenced by the qualities of adventure, expansion, and exploration. You have a deep desire to seek truth, knowledge, and meaning in life. You are driven to understand the bigger picture and explore different cultures, philosophies, and belief systems. - -This placement indicates that you may have a natural enthusiasm and optimism which can inspire and uplift others around you. You may find great fulfillment in sharing your wisdom and experiences, encouraging others to expand their horizons and embrace new perspectives. Your ability to communicate with enthusiasm and conviction can make you an effective leader and motivator. - -However, be mindful of potential challenges that may arise. With the North Node in the first house, you may sometimes struggle with finding the right balance between your personal needs and those of others. You may need to develop a sense of independence and self-assertiveness, while also learning to maintain harmony and cooperation in your relationships. - -Additionally, be aware of a tendency to become restless or impatient. Your desire for constant exploration and new experiences may lead you to overlook important details or rush into decisions without careful consideration. It's crucial to cultivate patience and discipline, and to focus on developing a solid foundation before embracing new opportunities or ventures. - -The North Node in Sagittarius in the first house encourages you to embrace your natural curiosity, adventurous spirit, and passion for knowledge. By pursuing personal growth, expanding your horizons, and embracing new experiences, you have the potential to inspire and positively impact those around you. Stay true to yourself, be mindful of balance, and approach new opportunities with thoughtful consideration. Your journey towards personal fulfillment and self-discovery will be an exciting and rewarding one. - -** Aspects -*** Drivers -**** Mars Conjunction Chiron (orb 1°8') - -This aspect was already discussed in the Your Inner Wounds and Healing Journey section above. - -**** Uranus Conjunction Ascendant (orb 4°39') - -This aspect was already discussed in the Your Filter Over Your Personality section above. - -**** Mars Opposition Uranus (orb 0°26') - -This aspect was already discussed in the Your Energy and Action section above. - -**** Uranus Opposition Chiron (orb 0°42') - -Chiron, the "Inner Wound" asteroid, resides in the fiery sign of Aries in your birth chart. This signifies that your core wound revolves around issues related to your independence, self-identity, and assertiveness. You may have experienced situations where your ability to express your unique self was hindered or where you felt a lack of confidence in asserting your needs and desires. - -The sixth house placement of Chiron indicates that these wounded feelings are likely to manifest in your daily routines, work environment, and health matters. You may have encountered challenges in finding your place in the professional sphere or in maintaining a healthy work-life balance. These struggles could stem from deep-rooted wounds that impact your self-esteem and ability to assert yourself in these areas of life. - -Furthermore, Chiron's opposition to Uranus in the twelfth house adds another layer to this dynamic. The relationship between these planetary energies suggests that your wound may be tied to feelings of unpredictability, instability, and a need for freedom. It is possible that you have experienced unexpected events or disruptions that have shaped your sense of identity and affected your ability to take charge of your life. The twelfth house placement of Uranus indicates that these challenges may manifest in hidden or subconscious ways, potentially leading to occasional feelings of confusion or rebellion. - -To address this, your healing path lies in developing self-confidence, assertiveness, and a strong sense of self-identity. Learning to navigate the areas of work, daily routines, and health with greater self-assurance will be crucial. It may be beneficial to explore activities or practices that foster personal empowerment and allow you to express your independence. - -While this combination suggests some potential challenges, it is important to approach them with optimism and a growth mindset. By acknowledging and working through these wounds, you have the potential to transform your experiences into valuable lessons. Healing takes time and effort, but with perseverance, you can emerge stronger and more resilient. - -**** Mars Opposition Ascendant (orb 4°13') - -With your Ascendant in Scorpio, dear, you have a dynamic, mysterious, and intense approach to life. The Ascendant represents the outer mask you wear when interacting with the world, and yours portrays a person who is perceptive, secretive, and deeply passionate. - -Your Ascendant in Scorpio also modifies the expression of your Cancer sun, adding an extra layer of intensity and depth to your emotional nature. While Cancer individuals are already known for their sensitivity and nurturing instincts, your Scorpio Ascendant brings a powerful sense of intuition, determination, and resourcefulness. You may possess a shrewd ability to assess situations and people, often seeing beyond surface appearances and uncovering hidden truths. - -It's important to note that your Mars is in Aries in the sixth house, forming an opposition aspect with your Scorpio Ascendant. This aspect suggests that you have a strong, assertive, and independent energy. Mars is the planet of action and drive, and its influence gives you a passionate and active approach to life. - -With this aspect, you may possess a competitive spirit and a desire to lead. Your strong Martian energy can manifest in a direct and forceful way, making you fearless when it comes to pursuing your goals. You have the inherent ability to stand up for yourself and those you love, preferring to take charge and make things happen rather than waiting for others to act. - -However, while this Martian energy can be empowering, it also carries its challenges. You may encounter some conflicts or power struggles with others due to your assertive nature. It is essential to embrace diplomacy and find healthy outlets for your passionate energy to avoid being overly confrontational or overly impulsive. - -Your Ascendant in Scorpio adds depth and intensity to your sensitive Cancer sun, creating a personality that is perceptive, resourceful, and emotionally attuned. With the Mars opposition aspect, your assertive and independent side shines through, providing you with considerable drive and determination. - -To make the most of this combination, harness your intuition, passion, and ability to assess situations effectively, ensuring you use your Martian energy constructively to achieve your goals. Be mindful of potential power struggles or conflicts, taking care to find balanced ways to express your assertiveness without alienating those around you. - -Remember, dear, that you possess the ability to navigate successfully through any challenges that may arise. Embrace your unique combination of strengths, and approach life with passion, authenticity, and emotional insight. - -**** Sun Square Pluto (orb 0°37') - -This aspect was already discussed in the Your Conscious Self section above. - -**** Jupiter Square Saturn (orb 0°59') - -This aspect was already discussed in the Your Luck, Expansion, and Growth section above. - -**** Moon Square Neptune (orb 3°27') - -This aspect was already discussed in the Your Inner Subconscious section above. - -**** Moon Square Mercury (orb 3°42') - -Your moon in Pisces reflects a deeply sensitive and intuitive nature. You are attuned to the emotions of others and possess a strong imagination. Being in the fifth house, the area of creativity, self-expression, and romance, you seek emotional fulfillment through artistic endeavors, such as painting or writing, where you can channel your deep emotions into something beautiful. You have a natural ability to connect with others on an emotional level, making you an empathetic and compassionate friend or partner. - -However, the square aspect between your moon in Pisces and Mercury in Gemini in the eighth house presents some challenges. This aspect can create a conflict between your emotional intuition and your logical mind. You may have difficulty expressing your feelings or articulating your emotions accurately to others, leading to misunderstandings. Your mind is highly active and analytical, seeking to gain a deeper understanding of the mysteries of life, including psychological and spiritual aspects. - -Navigating this aspect successfully requires balance and self-awareness. It is essential to find ways to engage both your emotional sensitivity and intellectual curiosity simultaneously. Cultivating effective communication skills will help you bridge the gap between your emotions and your thoughts. Journaling or talking with a trusted confidant can provide an outlet for your emotions and help you gain clarity. - -While this aspect can present some challenges, it also offers you an opportunity for personal growth. Embrace the synergy between your intuitive and analytical sides, allowing them to enhance each other. Trust your instincts while also developing your communication skills, as this will enable you to share your emotions with others in a more precise and understanding manner. - -By integrating both your emotional intelligence and intellectual curiosity, you have the potential to become a well-rounded individual who can offer unique perspectives and insights to those around you. Your creative endeavors can serve as a therapeutic outlet and a means to express your deepest emotions. Through self-awareness and practice, you can harmonize the contrasting energies of your moon in Pisces with Mercury square, allowing you to enjoy a fulfilling and meaningful life. - -Remember, the journey of personal growth is ongoing, and it's normal to encounter challenges along the way. Embrace the lessons that come with this aspect and have faith in your ability to navigate the complexities of your emotional and intellectual self. With determination and self-compassion, you can create a fulfilling life that integrates both your emotional sensitivity and logical thinking. -Ease - -**** Venus Trine Jupiter (orb 0°38') - -This aspect was already discussed in the Your Love, Values, and Attraction section above. - -**** Neptune Trine Midheaven (orb 3°53') - -This aspect was already discussed in the Your Career and Public Reputation section above. - -**** Sun Trine Ascendant (orb 4°6') - -Your Ascendant is in Scorpio, and it plays a significant role in shaping your approach to life. Scorpio Ascendant individuals are intense, passionate, and mysterious. You have a deep desire to understand the underlying truths and motivations in every situation, which drives you to explore the depths of knowledge and experience. - -With your Sun in Cancer in the ninth house in trine aspect to your Ascendant, your Scorpio filter enhances the expression of your Sun sign, making you even more compassionate, sensitive, and nurturing. This aspect brings harmony between your outer self and your inner emotional core. You have a natural ability to connect with others on a deep, emotional level, and your intuition is strong. - -People are often drawn to your calm and comforting presence. You genuinely care about others and love to offer support and guidance. Your Scorpio Ascendant intensifies your feelings and emotions, making you highly perceptive and insightful. You have the ability to see through superficiality and get to the heart of any matter, which can be a great asset in any situation. - -Your interest in learning and expanding your horizons is also accentuated by this aspect. You have a curiosity that drives you to explore different cultures, philosophies, and belief systems. Travel and higher education may play a significant role in your personal growth and development. You have a thirst for knowledge and a desire to make a positive impact in the world. - -While you have many strengths, be aware of potential challenges that may arise with this combination. The intensity of Scorpio can sometimes lead to emotional extremes, and you may find yourself grappling with periods of deep introspection and self-doubt. Remember to practice self-care and seek balance to avoid becoming overwhelmed by your own emotions. - -Your Ascendant in Scorpio brings depth, passion, and an intuitive understanding to everything you do. It enhances the caring nature of your Sun in Cancer, making you a compassionate and perceptive individual. Embrace your ability to connect with others on a profound level and use it as a force for good in your life and the lives of those around you. - -**** Sun Trine Moon (orb 6°2') - -Your sun in Cancer indicates that you have a nurturing and protective nature. Cancer is a sensitive and emotional sign, and people with this placement tend to deeply care for their loved ones. You are likely someone who values family and home life, and you may find great satisfaction in creating a warm and loving environment for yourself and those around you. - -With your sun in the ninth house, your vital energies are focused on seeking knowledge and expanding your horizons. The ninth house is associated with higher learning, philosophy, and travel. You have a strong desire to explore different cultures and belief systems, and may find yourself drawn to educational pursuits or spiritual practices. Your ability to integrate these experiences into your daily life is a testament to your adaptability and openness. - -The trine aspect between your sun and moon further enhances your emotional sensitivity and receptiveness. Sun trine moon brings harmony and ease between your conscious self and your emotional needs. You have a natural ability to navigate your emotions and understand your own emotional landscape. This alignment also suggests a strong intuition and an innate understanding of the deeper aspects of life. - -In the fifth house, your moon in Pisces highlights your creative expression and desire for emotional fulfillment. This placement suggests that you may find solace and joy in artistic pursuits such as painting, writing, or music. Your emotions are often channeled into your creative endeavors, allowing you to express yourself authentically and intuitively. - -We see a compassionate and caring individual whose nurturing nature extends beyond just their loved ones. You have a strong desire to make a positive impact on the world, and this may manifest through your involvement in charitable or humanitarian causes. Your love for learning and exploration fuels your curiosity, and you may find great joy in immersing yourself in different cultures and belief systems. - -However, be mindful of the potential challenges that may arise with this combination. Your strong emotional sensitivity can sometimes lead to feeling overwhelmed or easily influenced by others. It's crucial to establish healthy boundaries that protect your own emotional well-being. - -You have a beautiful combination of traits that allows you to bring warmth, compassion, and wisdom to any situation you encounter. By nurturing yourself and maintaining a healthy balance between your emotions and intellect, you can make a significant positive impact on both your own life and the lives of those around you. - -**** Moon Trine Saturn (orb 7°16') - -The moon in your natal chart reveals your instinctive reactions and your deep-rooted emotional tendencies. With your moon in Pisces, you have a sensitive and empathetic nature. You possess a vivid imagination and are highly attuned to the emotional currents around you. This placement suggests that you respond to situations based on your subconscious predisposition, often guided by your intuition rather than rationality. - -Additionally, your moon resides in the fifth house, which indicates that you seek emotional fulfillment and security through creative self-expression and experiences that bring you joy. This house represents pleasure, romance, and finding meaning through self-expression. Your emotional well-being is deeply connected to artistic endeavors, recreational activities, and the pursuit of passion and self-discovery. You have a natural ability to tap into your creative side and find comfort and a sense of belonging through these avenues. - -Moreover, your moon forms a trine aspect with Saturn, which is located in your ninth house. This aspect harmoniously aligns the energies of the moon and Saturn, allowing for a supportive and constructive relationship between these two planets. With Saturn's influence in your ninth house, you possess a strong sense of responsibility towards your beliefs, moral values, and higher education. You are driven to explore and understand the world through intellectual pursuits and philosophical inquiry. - -The moon trine Saturn aspect emphasizes your emotional stability and groundedness, as Saturn's influence adds a practical and disciplined element to your emotional nature. You possess the ability to find balance between emotion and reason, allowing you to navigate life's challenges with resilience and determination. This aspect also suggests that you have a mature approach to your emotions and are adept at understanding and managing them in a healthy manner. - -However, be mindful of potential challenges that may arise from this configuration. With the moon in Pisces, you might sometimes be prone to self-doubt and over-sensitivity, particularly when it comes to matters of self-expression and creativity. The influence of Saturn can also bring a tendency to be too self-critical or withhold emotions due to a fear of vulnerability. Embrace your imaginative nature while maintaining a healthy balance with the practical aspects of life. - -You possess a profound emotional depth and a gift for creative expression. By embracing your sensitivity and artistic inclinations, you will find fulfillment and a strong sense of self. With the harmonious trine between the moon and Saturn, you have the potential to overcome challenges through resilience and emotional maturity. Trust in your intuitive guidance and use it to navigate both the practical aspects of life and the realms of creativity. - -**** Pluto Sextile Midheaven (orb 0°42') - -The Midheaven in Leo signifies a strong desire to be seen and recognized for your unique and creative talents. You have a natural flair for leadership, and your ambition is fueled by a need to make a significant impact in your chosen field. You crave admiration and respect from others, and you strive to shine brightly in whatever you do. - -With Pluto sextile the Midheaven, you possess a powerful inner drive to transform your career and public image. This aspect can bring about intense and deep-rooted changes in your professional life. You are not afraid to dig deep within yourself and explore your hidden desires and motivations. This constant search for personal power and authenticity can lead to significant breakthroughs in your career path. - -The sextile aspect between Pluto and the Midheaven suggests that you have the ability to harness the transformative energy of Pluto to your advantage. You are likely to experience opportunities for personal growth and success through your career. You possess a keen intuition and the capacity to make astute decisions, particularly when it comes to your professional choices. - -However, be aware that with Pluto's influence, there may be periods of intense change and upheaval in your career journey. You may encounter power struggles or an intense desire to control your professional environment. It's crucial to be mindful of using this energy constructively, rather than being consumed by it. - -Your Midheaven in Leo brings forth your natural magnetism and leadership qualities. Embrace your passion and self-expression, and let it shine through your professional endeavors. People are drawn to your charisma and confidence, and this can greatly enhance your chances of success. - -With the Midheaven in Leo and the Pluto sextile Midheaven aspect, you have the potential to make a lasting impact on your chosen field. Embrace your unique talent and passion, and allow yourself to transform and grow in your career. Stay true to your authentic self, and let your natural leadership abilities guide you towards success. - -**** Neptune Sextile Pluto (orb 3°11') - -Your Neptune in the second house signifies that you have a profound connection to the non-material realm, the mystical, and the transcendent when it comes to matters of personal values, finances, and material possessions. You find inspiration and spiritual growth in the way you earn and handle money, as well as in your approach to material resources. - -With Neptune in the second house, you may have a strong inclination to escape from mundane routines and uninspiring conditions that surround finances and material stability. You seek to infuse your day-to-day life with imagination and enchantment. Your ideals are closely tied to how you perceive and interact with money and possessions. - -The sextile aspect between Neptune in the second house and Pluto in the twelfth house emphasizes the deep transformative potential in your spiritual and mystical pursuits. This aspect strengthens your ability to penetrate the hidden realms of the psyche and explore the unconscious mind. You possess an intuitive insight and an extraordinary capacity to uncover the true essence of the unseen. - -This aspect illuminates a profound connection between your idealized view of personal values and the transformative potential of your spiritual practices. Through meditation, dream analysis, or other introspective techniques, you can tap into a wellspring of inspiration and personal growth. Your ability to integrate the mystical and the material is heightened, allowing you to navigate life's challenges with a higher degree of awareness and depth. - -However, be aware of the potential pitfalls of this configuration. Excessive idealization, particularly in matters related to personal finances, can lead to unrealistic expectations and disappointment. It is crucial to stay grounded and balanced in your approach to money, ensuring that you make practical decisions based on real-world circumstances. - -Your Neptune in the second house, in sextile aspect to Pluto in the twelfth house, indicates a powerful connection between your spiritual aspirations and your material well-being. By aligning your values with your spiritual growth, you can find profound inspiration and transformation in your everyday life. Remain mindful of the potential for idealization, and strive for a balanced approach that harmonizes your spiritual pursuits with the practical demands of the material world. - -**** Mercury Sextile Jupiter (orb 4°32') - -I can help you understand how your natal chart impacts your thinking and communication style. Your Mercury in Gemini in the eighth house indicates that you have an active and adaptable mind, especially when it comes to deep and transformative topics. You may have a natural proclivity towards investigative and analytical thinking, particularly when it comes to understanding the hidden truths of life. Your quick-witted nature enables you to think on your feet and communicate complex ideas with ease, which can make you a great conversationalist. - -The sextile aspect between your Mercury and Jupiter in Aries in the sixth house further emphasizes your strong intellect and ability to articulate your thoughts with ease. You are naturally curious and eager to learn new things, which can make you an excellent student or researcher. With Jupiter's influence in the mix, you may be particularly interested in analyzing belief systems and philosophies, and you have the potential to come up with original ideas and insights in this area. - -However, one thing to watch out for with this placement is a tendency towards overthinking. With strong mental energy and inquisitive nature, you may end up ruminating too much on a particular subject, causing undue stress. It's important to take breaks and practice mindfulness to avoid mental exhaustion. - -You are a curious and intelligent person with a natural inclination towards transformative thinking. By utilizing your quick-witted communication skills, you have the potential to gain deep insights and explore a wide range of subjects. Try to balance your mental activity with self-care, and you will continue to excel. - -**** Mercury Sextile Venus (orb 5°10') - -You possess a Mercury in Gemini in your eighth house in sextile aspect to Venus in Leo in your tenth house. This indicates a very unique expression of your intellect and communication abilities. - -The placement of Mercury in Gemini highlights your exceptional mental agility and your ability to think fast on your feet. You possess a sharp wit and a love for intellectual conversation and debate. You have a talent for language and communication, and you are able to convey complex ideas with ease due to your natural intelligence and excellent communicative skills. - -With Mercury in the eighth house, you may experience a heightened sensitivity towards taboo topics such as death, sex, and transformation. You possess the ability to delve deep into the meaning of things and to uncover hidden truths. In this area of life, you may instinctively turn towards deeper, more esoteric or mystical knowledge, and become passionate about the mysteries of existence. - -Your Mercury in Gemini sextile to Venus in Leo indicates that you possess a charming, magnetic personality, and a charm that draws people to you. In your professional life, you have charisma, the ability to speak with authority, and an ease in relating to people. You are naturally ambitious and may be very successful in your career. - -However, be careful that your success doesn't come at the expense of others. This combination can sometimes lead to a tendency for self-promotion and self-aggrandizement, which can create friction in your personal relationships. It's important to use your natural charisma and communication abilities to build bridges that will benefit everyone. - -Your Mercury in Gemini in the eighth house in sextile aspect to Venus in Leo in the tenth house highlights your natural intelligence, passion for deep knowledge, and ease with communication and language. It's important to use these skills in a mutually beneficial way that will allow you to achieve your personal goals while also serving others. -Talents - -**** Venus Quintile Ascendant (orb 1°0') - -Your Venus in Leo in the tenth house in a quintile aspect to your Ascendant in Scorpio brings a powerful combination of creative expression and ambition to your personality. Let's break this down and explore the meaning behind this aspect and how it influences your unique talents. - -The quintile aspect is associated with unusual abilities and talents that set you apart from others. It indicates that you possess a natural gift for artistic expression, particularly in areas related to beauty, aesthetics, and harmony. You have a knack for infusing your creativity into everything you do, adding a touch of glamour and passion in your pursuits. - -With Venus in Leo, your innate sense of style and magnetism shines through. You possess a radiant and confident energy that draws attention and admiration from those around you. Your creative endeavors are fueled by a strong desire for self-expression and recognition. You have a flair for the dramatic and a natural ability to captivate others with your artistry. - -Placed in the tenth house, your Venus in Leo highlights your ambitions and professional aspirations. You have a strong drive to achieve success and recognition in your chosen field. You strive to be seen as a leader and authority in your area of expertise. Your creative talents can be channeled into a public or high-profile career, where you can showcase your unique abilities to a larger audience. - -The Ascendant in Scorpio adds depth and intensity to your personality. You possess a magnetic and mysterious aura that captivates others. Your creative expression may have an underlying sense of power and sensuality, as you delve into the depths of emotions and explore the hidden aspects of life. This energy gives your artistry a certain enigmatic quality that others find intriguing. - -However, be mindful of potential challenges that may arise with this aspect. The combination of a strong desire for recognition and a need for intensity can sometimes lead to a tendency to seek validation through external sources. It's essential to cultivate a healthy balance between recognition and inner fulfillment, ensuring that your creative pursuits align with your own values and passions. - -Your quintile aspect between Venus in Leo in the tenth house and your Ascendant in Scorpio highlights your unique talents and creative abilities. You have a natural gift for artistic expression and a desire to make a lasting impact on the world. Stay true to your creative vision while remaining grounded and focused on your personal fulfillment. Embrace opportunities to share your artistry with others, and you will continue to shine brightly. - -**** Moon Biquintile Midheaven (orb 1°20') - -Your moon being in Pisces in the fifth house represents a deep emotional connection to creativity, self-expression, and enjoyment in life. This placement reflects a natural ability to tap into your emotions to fuel your artistic pursuits. You possess a vivid imagination and are highly intuitive, allowing you to infuse your creative projects with a touch of magic and fantasy. - -The biquintile aspect between your moon and the Midheaven in Leo adds a special touch to your unique talents. The biquintile aspect is known to bestow an extra spark of creativity and innovation in an individual's life. In your case, it enhances your ability to use your artistic gifts to make a lasting impact on the world around you. - -With your moon in Pisces, you are compassionate, sensitive, and deeply attuned to the emotions of others. You have a natural inclination towards empathy and nurturing, which can be channeled into your creative work. Your artistic endeavors may revolve around themes of spirituality, dreams, and compassion for the human experience. - -The fifth house represents self-expression, creativity, and joy. With the moon in this house, you find emotional fulfillment through your creative pursuits. It is likely that you have a strong emotional attachment to the art you create, and that it serves as an outlet for your deepest feelings. - -The Midheaven in Leo signifies a strong desire for recognition and a need to be in the spotlight. You possess a natural sense of leadership and a strong will to achieve your ambitions. Your creative talents, influenced by the biquintile aspect, have the potential to make a significant impact in your public life and career. You have the ability to captivate others with your creative expression, and people are drawn to your powerful presence and charisma. - -However, be aware of some potential challenges. With the moon in Pisces, you might sometimes struggle with boundaries, becoming emotionally overwhelmed or getting lost in your dreams. This can hinder your ability to seize opportunities and manifest your creative visions. Balancing your emotions and being assertive in pursuing your goals is a key lesson for you. - -To make the most of this aspect, embrace your unique talents and trust in your instinctual creativity. Cultivate a strong sense of self-belief and confidence in your abilities. Take advantage of opportunities that allow you to share your creative gifts with others, as this combination signifies great potential for success and recognition. - -Remember, your creativity is a gift, and by honing your skills and staying true to your artistic vision, you can leave a lasting impact on the world and inspire others. Stay grounded and connected to your emotions, find healthy ways to release and channel your emotions, and don't be afraid to step outside of your comfort zone to shine your light brightly. - -*** Unrealized Potential, Waiting For You To Make Adjustments -**** Sun Quincunx Neptune (orb 2°34') - -The quincunx aspect between your Sun in Cancer in the ninth house and Neptune in the second house suggests a theme of unrealized potential in your life. Let's break it down to understand what this aspect means and how it may manifest for you. - -To begin, let's look at the nature of the quincunx aspect. It brings together two energies that are disconnected, creating a sense of tension and challenge. In your case, this tension exists between your core self-expression (represented by the Sun) and your dreams, spirituality, and imagination (represented by Neptune). It can sometimes feel like these two aspects of your life are not aligned, causing confusion and a sense of unfulfilled potential. - -The Sun in Cancer reflects your emotional nature and your desire for security and nurturing. It suggests that you feel most fulfilled when you can connect on a deep emotional level with others and when you create a sense of belonging and stability in your environment. With the Sun in the ninth house, you have an inherent curiosity about the world and a strong need for expanding your horizons through travel, learning, and exploring different belief systems. - -On the other hand, Neptune in the second house brings a spiritual and imaginative quality to your sense of values, possessions, and finances. It can make your relationship with money and material resources somewhat elusive or prone to illusions. You may find it challenging to strike a balance between your material aspirations and your deeper spiritual needs. This could lead to a sense of unrealized potential in terms of material abundance or financial stability. - -There may be times when you feel unsure about how to integrate your spiritual beliefs and your need for security. You may have a tendency to idealize or romanticize certain aspects of life, including your finances and personal values. This can sometimes lead to disappointment or confusion, as your expectations may not align with reality. - -However, this aspect also holds great potential for growth and transformation. By recognizing that these seemingly opposing energies can coexist, you have the opportunity to find a more harmonious balance between your emotional fulfillment and your spiritual aspirations. Embrace your imaginative nature to infuse your sense of security and material well-being with inspiration and a higher purpose. - -Developing a deep sense of self-worth and understanding that material possessions do not define your value will be crucial in navigating the challenges associated with this aspect. By tapping into your intuition and learning to trust your inner guidance, you can unlock your untapped potential and find the balance that brings you both emotional fulfillment and material abundance. - -Life is a journey, and unrealized potential is simply an invitation for growth and expansion. Embrace the lessons that this aspect brings, and you will find your own unique path to living a meaningful and fulfilled life. -Spiritual - -**** Uranus Novile Neptune (orb 1°19') - -Having Uranus in your twelfth house in a novile aspect to Neptune in your second house suggests that you have a unique and unconventional approach when it comes to your values, possessions, and finances. - -The novile aspect, which is a minor aspect, indicates a potential for inspiration, originality, and creative thinking in the areas of life represented by the planets involved. In your case, this means that you have the ability to think outside the box and come up with innovative ideas when it comes to your material resources and how you define your self-worth. - -With Uranus in your twelfth house, you have a strong inclination towards exploring the depths of your subconscious mind and seeking spiritual experiences. You may have a unique way of connecting with the spiritual realm or be drawn to alternative or non-traditional spiritual practices. You have a natural intuition that allows you to tap into hidden truths and perceive things beyond the physical world. - -Neptune in your second house suggests that your relationship with money and possessions can be quite idealistic and even elusive at times. You may have a tendency to be overly generous or self-sacrificing when it comes to your material resources. Be mindful of becoming too attached to material possessions or falling into financial escapism through unrealistic spending or financial choices. - -In the synthesis of these interpretations, it appears that you have a strong desire to merge your spiritual and material worlds. You may find unconventional ways to manifest your desires or create financial stability. Your ability to tap into your intuitive knowledge can be valuable when it comes to making financial decisions, as long as you don't let idealism cloud your judgment. It's important to strike a balance between the spiritual and the practical, finding ways to integrate your unique insights into your daily life. - -Potential challenges for you may arise when you become overly detached from material concerns or struggle with financial stability due to impulsive or non-traditional choices. It's important to stay grounded and maintain a realistic perspective on your resources and financial well-being. - -Your innovative and intuitive nature can be a powerful asset in navigating your financial journey. Embrace your ability to think outside the box and find ways to bridge the gap between your spiritual aspirations and your material reality. Trust in your intuitive guidance, but also stay grounded and practical in your approach. By finding this balance, you have the potential to make significant strides in creating a fulfilling and prosperous life that aligns with your unique values and desires. - -* [[https://www.usmcu.edu/Outreach/Marine-Corps-University-Press/Books-by-topic/MCUP-Titles-A-Z/Returning-from-Ebb-Tide/][Returning from Ebb Tide]] -:PROPERTIES: -:TITLE: Returning from Ebb Tide -:URI: https://www.usmcu.edu/Outreach/Marine-Corps-University-Press/Books-by-topic/MCUP-Titles-A-Z/Returning-from-Ebb-Tide/ -:CREATED: [2025-06-17 Tue 12:54] -:END: - -* [[https://www.kickstarter.com/projects/ankermake/eufymake-e1-the-first-personal-3d-textured-uv-printer][eufyMake E1: the First Personal 3D-Texture UV Printer by eufyMake — Kickstarter]] :making:years: -:PROPERTIES: -:TITLE: eufyMake E1: the First Personal 3D-Texture UV Printer by eufyMake — Kickstarter -:URI: https://www.kickstarter.com/projects/ankermake/eufymake-e1-the-first-personal-3d-textured-uv-printer -:CREATED: [2025-06-22 Sun 11:38] -:END: - -* Moving -:PROPERTIES: -:CREATED: [2025-07-10 Thu 18:08] -:END: - -Hi. We are moving to a place 5 minutes away by car. The origin is an apartment building with a dedicated loading dock. Freight elevator booked 12:30-3:30 on 24 July. Destination is a house with a private driveway. - -This is an inventory: - - * Between 30-40 medium-sized boxes - * 1 King sized bed, disassembled - * 1 King sized mattress - * 1 Twin sized bed, with drawer - * 2 Twin sized mattresses - * 1 80' couch - * 1 L-shaped couch, broken down in 3 parts - * 2 futon - * 1 60'x40' dining table, 4 light high chairs - * 1 coffee table - * 1 entertainment console - * 1 medium-sized rug - * 2 TVs - * 2 flat art pieces 40'x12' - * 1 bean bag - * 2 potted plants - * 1 wooden desk - * 2 light metal desks, disassembled - * 2 desk chairs - * 1 30' wooden chest - * 4 standing lamps, and a few light long items that don't fit in boxes - * half a dozen suit cases. - -I will be helping you with the move, so we only need a truck, a dolly, and moving blankets. - -* Nancy had another episode -:PROPERTIES: -:CREATED: [2025-07-19 Sat 14:17] -:END: - -Today is the last weekend in Wisconsin Place before we move to Kanahwa. I am almost done packing everything. 21 big pieces of furniture and 40 boxes, plus a few smaller things. Nancy had another outburst at me today because while she is a 48 year old and still has to do things she doesn't like, I don't. I can sit all day and watch YouTube if that's what I want, while she has to fundraise, get things done, and meet people. She is so tired and nobody feels what it feels like. I keep saying I do know what it feels like but I don't, because she is on the verge of breaking down and I am still pushing her to pack her papers (which I did almost completely but she didn't appreciate me messing the way she ordered things (there is no order), and her clothes and personal belongings. - -Once again, she hit her head, screamed and locked herself in the bathroom and banged against things. Then she went out, emptied her night stand on the bed and continued sobbing. Throughout, I said nothing and tried to remind myself that this is not about me, or even her burn out from work for that matter. This is about unsettling change. Packing and unpacking, even if for a few nights in NYC is extremely difficult for Nancy. In her dreams and tears today I could clearly see how this isn't about the task at hand (putting things in boxes and clothes in suitcases). This clearly has to do with the old trauma, and she still thinks I don't see it. - -She said she doesn't want to be in the new place because she will be isolated. She is upset here because she has to accommodate everybody. Both things can't be right at the same time unless she is worried that I will finally have space and the ability to do things other than sitting all day, watching YouTube, and keeping out of her way until she wants me around. Part of her knows I am not happy specifically because of this arrangement, which is why she always asks if I love her. She fears that I will eventually drift away, and how she acts based on that fear (in addition to the constant mess) is what will cause the drift to happen. - -Four years ago, I promised myself I won't let Nancy insult me or unreasonably and explosively take her emotions out on me. She is getting better at not doing this, and I hope because she is genuinely getting better, not because she is bottling up. It cannot come fast enough for me. - -My green card is up for renewal by late October. I hope I have the wisdom afterwards to manage future conflicts like these, because I will have less selfish reasons to. I don't think I really begun to voice myself, mainly for avoiding any escalations. I hope the new, improved situation will help Nancy deal with me when I start filling my space and time and making myself heard. - -Kanahwa is a much bigger home that will cost twice the money. She complains less now about me not contributing since I am paying for the new place. The new complaint now is that I am not doing nice things, like planning trips. We had an argument about this last week. I am very clear about not making plans that she will change later anyway. - -I hope she realizes she can take time off or go part-time. Still unfathomable. - -Meanwhile, life in this flat is unbearable and I am actually looking forward to not hearing the whirr of air conditioning, the space that allows Nancy and the kids to do their part of the house work, and the space to allow me to not be around a mess when it inevitably arises. - -I was hoping to turn the shed into my own messy workshop, and the basement into a cleaner workshop and a place where I can build speakers, listen to music and do some soldering and computer work, but it seems the basement is being eyed by both Farida and Nancy, which is lovely. I'm sure my clean workshop will fit somewhere in their plans. - -* Kanawha -:PROPERTIES: -:CREATED: [2025-07-23 Wed 10:05] -:END: - -November. Shut off the water to the hoses, next to the electric box - -Spring, change the air conditioner filter, every six months. - -Gardner. Bob will advise - -Gutter: mid may, mid November, then later in December - -Hose in the back doesn't exist - -ADT security system. - * [[https://github.com/tanrax/org-social][GitHub - tanrax/org-social: Org Social is a decentralized social network that runs on an Org Mode file over HTTP.]] :PROPERTIES: :TITLE: GitHub - tanrax/org-social: Org Social is a decentralized social network that runs on an Org Mode file over HTTP. :URI: https://github.com/tanrax/org-social :CREATED: [2025-08-20 Wed 13:41] +:ID: GitHub-tanrax-org-social-Org-Social-is-a-2026-03-31-18-59-16 :END: * [[https://www.blackstonelibrary.com/][Library Sales | BlackstoneLibrary.com]] :books: diff --git a/notes/org-skill-atomic-notes.org b/notes/org-skill-atomic-notes.org index 69b0772..056d5ca 100644 --- a/notes/org-skill-atomic-notes.org +++ b/notes/org-skill-atomic-notes.org @@ -67,22 +67,51 @@ Interfaces for scanning and resolving nodes in the Zettelkasten. It implements a results)) #+end_src +** Stage 3: Semantic Search (SOTA) +#+begin_src lisp :tangle projects/org-skill-atomic-notes/src/retrieval-logic.lisp +(defun atomic-notes-semantic-search (query &optional (top-k 5)) + "Uses dense vector embeddings to find semantically related notes." + (let* ((query-vec (org-agent:get-embedding query)) + (matches (when query-vec (org-agent:find-most-similar query-vec top-k)))) + (mapcar (lambda (match) + (let* ((score (car match)) + (obj (cdr match)) + (attrs (org-agent:org-object-attributes obj))) + (list :score score + :id (org-agent:org-object-id obj) + :title (getf attrs :TITLE)))) + matches))) +#+end_src + ** Neuro-Cognitive Intelligence #+begin_src lisp :tangle projects/org-skill-atomic-notes/src/retrieval-logic.lisp (defun neuro-skill-atomic-notes (context) - "Neural stage of Sparse Perception. - It analyzes the search results and decides which specific IDs to 'deep read'." - (let ((query-results (atomic-notes-scan (getf (getf context :payload) :query)))) + "Neural stage of Sparse and Semantic Perception. + It combines ripgrep hits and semantic matches to provide high-fidelity context." + (let* ((query (getf (getf context :payload) :query)) + (sparse-results (atomic-notes-scan query)) + (semantic-results (atomic-notes-semantic-search query))) (format nil " - I found the following headlines matching your query: + I have searched your Zettelkasten for '~a'. + + KEYWORD MATCHES (Sparse): --- ~a --- + SEMANTIC MATCHES (Dense): + --- + ~{~a (Score: ~f) [ID: ~a]~%~} + --- + TASK: - Identify the IDs of the most relevant notes. + Identify the IDs of the most relevant notes to answer the user's implicit or explicit question. Return a Lisp plist: (:target :atomic-notes :action :deep-read :ids (\"id1\" \"id2\")) - " query-results))) + " query sparse-results + (loop for m in semantic-results + collect (getf m :title) + collect (getf m :score) + collect (getf m :id))))) #+end_src * Registration diff --git a/notes/org-skill-chaos.org b/notes/org-skill-chaos.org index 44f2aa7..dc8b27c 100644 --- a/notes/org-skill-chaos.org +++ b/notes/org-skill-chaos.org @@ -1,10 +1,11 @@ -#+TITLE: SKILL: Chaos Specialist Agent (Universal Literate Note) +#+TITLE: SKILL: Chaos Gauntlet (Universal Literate Note) #+ID: skill-chaos #+STARTUP: content -#+FILETAGS: :qa:chaos-engineering:testing:psf: +#+FILETAGS: :chaos:testing:reliability:psf: +#+DEPENDS_ON: skill-shell-actuator skill-tdd-runner * Overview -The **Chaos Specialist Agent** performs **Dynamic Verification** through destructive testing. It ensures system resilience by proactively attempting to break projects that have passed TDD. +The **Chaos Gauntlet** is an adversarial testing skill designed to ensure the system's resilience. It simulates environmental failures, malformed LLM responses, and network disruptions, forcing the kernel and its skills to handle "Byzantine" conditions gracefully. * Phase A: Demand (PRD) :PROPERTIES: @@ -12,53 +13,38 @@ The **Chaos Specialist Agent** performs **Dynamic Verification** through destruc :END: ** 1. Purpose -Define automated behaviors for resilience testing and failure simulation. +Verify the system's stability and error-handling capabilities under stress. ** 2. User Needs -- **Perception:** Identify projects ready for resilience testing (:BUILD state). -- **Sabotage:** Execute the Chaos Gauntlet (crashes, dependency failures). -- **Audit:** Generate `Chaos_Report.org` documenting recovery capabilities. - -** 3. Success Criteria -*** TODO Trigger Accuracy -*** TODO Chaos Gauntlet Execution -*** TODO Resilience Report Generation - -* Phase B: Blueprint (PROTOCOL) -:PROPERTIES: -:STATUS: SIGNED -:END: - -** 1. Architectural Intent -Interfaces for destructive testing and recovery auditing. Source of truth is the project's material state and the image environment. - -** 2. Semantic Interfaces -#+begin_src lisp -(defun chaos-actuate (project-name) - "Physically executes sabotage and writes reports.") - -(defun trigger-skill-chaos (context) - "Triggers when a project reaches Phase E.") -#+end_src +- **Failure Simulation:** Ability to inject artificial delays or errors into the OACP bus. +- **Byzantine Response Testing:** Test how System 2 handles nonsensical or malicious System 1 proposals. +- **Network Resilience:** Simulate Gitea or LLM provider timeouts. +- **Recovery Verification:** Ensure the kernel can recover from a "skip-event" restart. * Phase D: Build (Implementation) -** Sabotage Actuation +** Chaos Injection Logic #+begin_src lisp :tangle projects/org-skill-chaos/src/chaos-logic.lisp -(defun chaos-actuate (project-name) - (let* ((projects-dir (or (uiop:getenv "PROJECTS_DIR") "projects/")) - (project-dir (format nil "~a/~a/" projects-dir project-name)) - (report-path (format nil "~adocs/Chaos_Report.org" project-dir))) - (ensure-directories-exist (format nil "~adocs/" project-dir)) - ;; Logic to run gauntlet and write report - (format nil "SUCCESS: Chaos audit for ~a complete." project-name))) +(defun chaos-inject-error (sensor-type) + "Injects a synthetic error into a specific sensor pipeline." + (kernel-log "CHAOS - Injecting synthetic error into ~a sensor..." sensor-type) + (org-agent:inject-stimulus + `(:type :EVENT :payload (:sensor ,sensor-type :error "SYNTHETIC_CHAOS_ERROR")))) + +(defun chaos-test-gitea-timeout () + "Simulates a Gitea connection timeout." + (let ((gitea-url (org-agent::get-env "GITEA_URL" "http://localhost:3000"))) + (kernel-log "CHAOS - Simulating timeout for Gitea at ~a" gitea-url) + ;; Mock timeout by wrapping a call with an immediate failure + (org-agent:inject-stimulus + `(:type :EVENT :payload (:sensor :shell-response :cmd "git push" :exit-code 128 :stderr "fatal: connection timed out"))))) #+end_src * Registration #+begin_src lisp (defskill :skill-chaos - :priority 50 - :trigger #'trigger-skill-chaos - :neuro #'neuro-skill-chaos - :symbolic #'chaos-actuate) + :priority 10 ; Lower priority, used for background testing + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :chaos-trigger)) + :neuro (lambda (context) "Analyze the failure and verify recovery path.") + :symbolic (lambda (action context) action)) #+end_src diff --git a/notes/org-skill-consensus.org b/notes/org-skill-consensus.org new file mode 100644 index 0000000..85273cc --- /dev/null +++ b/notes/org-skill-consensus.org @@ -0,0 +1,45 @@ +#+TITLE: SKILL: Social Consensus Protocol (Universal Literate Note) +#+ID: skill-consensus +#+STARTUP: content +#+FILETAGS: :distributed:swarms:consensus:psf: +#+DEPENDS_ON: skill-sub-agent-manager + +* Overview +The **Social Consensus Protocol** enables multi-agent negotiation. It provides a Lisp-native implementation of decentralized agreement, allowing federated `org-agent` instances to coordinate on shared resources and conflicting goals. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: FROZEN +:END: + +** 1. Purpose +Enable reliable, cross-instance coordination without a central master. + +** 2. User Needs +- **Resource Negotiation:** Agree on which instance should handle a high-compute task. +- **Conflict Resolution:** Settle divergent world-states during swarm execution. +- **Byzantine Fault Tolerance:** Handle disconnected or misbehaving instances gracefully. + +* Phase D: Build (Implementation) + +** Consensus Algorithm (Simplified Raft) +#+begin_src lisp :tangle projects/org-skill-consensus/src/consensus-logic.lisp +(defun consensus-propose-vote (proposal) + "Broadcasts a proposal to the peer swarm and collects votes. + Implements PSF Social Consensus Protocol." + (let* ((peers (get-swarm-peer-list)) + (votes (loop for peer in peers + collect (org-agent:send-swarm-packet peer `(:type :REQUEST :action :vote :proposal ,proposal))))) + (if (> (count :YES votes) (/ (length peers) 2)) + t ; Consensus reached + nil))) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-consensus + :priority 85 + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :conflict-detected)) + :neuro (lambda (context) "Formulate a consensus proposal for the peer swarm.") + :symbolic (lambda (action context) action)) +#+end_src diff --git a/notes/org-skill-creator.org b/notes/org-skill-creator.org index 8fa9992..2e7ca32 100644 --- a/notes/org-skill-creator.org +++ b/notes/org-skill-creator.org @@ -54,6 +54,15 @@ Interfaces for skill inception and verification. Source of truth is the current (and (eq type :EVENT) (eq (getf payload :sensor) :delegation) (eq (getf payload :target-skill) :skill-creator)))) + +(defun discover-and-implement-skill (topic) + "Ars Contexta: Dynamic Skill Discovery. + 1. Researches a TOPIC using the web skill. + 2. Summarizes the API or methodology. + 3. Drafts a new Org-Native skill in the notes/ directory." + (kernel-log "NEURO [Discovery] - Attempting to learn skill for '~a'..." topic) + ;; This triggers a 'Foundry' sub-task with the researched context + (org-agent:spawn-task (format nil "Research the API for ~a and create a new PSF skill." topic))) #+end_src ** Symbolic Gatekeeping diff --git a/notes/org-skill-cron.org b/notes/org-skill-cron.org index a55a598..7a53c47 100644 --- a/notes/org-skill-cron.org +++ b/notes/org-skill-cron.org @@ -51,11 +51,13 @@ Interfaces for temporal perception and task auditing. Source of truth is the cur (defun trigger-skill-cron (context) (let ((type (getf context :type)) (payload (getf context :payload))) - (and (eq type :EVENT) - (eq (getf payload :sensor) :heartbeat)))) + (when (and (eq type :EVENT) (eq (getf payload :sensor) :heartbeat)) + ;; Side-effect: Check if it's time for the nightly grooming cycle + (trigger-nightly-grooming) + t))) ; Return T to trigger the skill #+end_src -** Temporal Parsing +** Temporal Parsing & Nightly Cycle #+begin_src lisp :tangle projects/org-skill-cron/src/cron-logic.lisp (defun parse-org-timestamp (ts-str) (let ((match (nth-value 1 (cl-ppcre:scan-to-strings "<(\\d{4})-(\\d{2})-(\\d{2}).*>" ts-str)))) @@ -65,6 +67,75 @@ Interfaces for temporal perception and task auditing. Source of truth is the cur (parse-integer (aref match 1)) (parse-integer (aref match 0))) nil))) + +(defun trigger-nightly-grooming () + "Checks if the current time is within the nightly grooming window (e.g., 3:00 AM - 4:00 AM). + If so, and it hasn't run today, it injects a grooming stimulus." + (let* ((now (local-time:now)) + (hour (local-time:timestamp-hour now))) + (when (= hour 3) ; 3 AM + (kernel-log "CRON - Initiating Nightly Grooming Cycle...") + (org-agent:inject-stimulus `(:type :EVENT :payload (:sensor :grooming-cycle)))))) +#+end_src + +** Context Injection +#+begin_src lisp :tangle projects/org-skill-cron/src/cron-logic.lisp + "Retrieves all headlines with DEADLINE timestamps in the next N days. + Enables Temporal Context Injection for System 1." + (let* ((now (get-universal-time)) + (future-limit (+ now (* days 24 60 60))) + (all-headlines (org-agent:list-objects-by-type :HEADLINE)) + (upcoming nil)) + (dolist (obj all-headlines) + (let* ((attrs (org-agent:org-object-attributes obj)) + (deadline-str (getf attrs :DEADLINE)) + (deadline-time (when deadline-str (parse-org-timestamp deadline-str)))) + (when (and deadline-time (< deadline-time future-limit) (> deadline-time (- now 86400))) + (push (list :title (getf attrs :TITLE) :deadline deadline-str) upcoming)))) + upcoming)) + +(defun context-get-stalled-waiting-items (&optional (days 3)) + "Finds items marked WAITING that have not been updated in N days." + (let* ((now (get-universal-time)) + (past-limit (- now (* days 24 60 60))) + (all-headlines (org-agent:list-objects-by-type :HEADLINE)) + (stalled nil)) + (dolist (obj all-headlines) + (let* ((attrs (org-agent:org-object-attributes obj)) + (state (getf attrs :TODO-STATE)) + (last-sync (org-agent:org-object-last-sync obj))) + (when (and (equal state "WAITING") (< last-sync past-limit)) + (push (list :title (getf attrs :TITLE)) stalled)))) + stalled)) +#+end_src + +** Neuro-Cognitive Intelligence +#+begin_src lisp :tangle projects/org-skill-cron/src/cron-logic.lisp +(defun neuro-skill-cron (context) + "Neural stage for temporal awareness. + Injects upcoming calendar events and stalled items into the cognitive loop." + (let* ((upcoming (context-get-upcoming-deadlines 3)) ; Look 3 days ahead + (stalled (context-get-stalled-waiting-items 3)) ; Look 3 days back + (now-str (local-time:format-timestring nil (local-time:now)))) + (format nil " + CURRENT TIME: ~a + + UPCOMING DEADLINES (Next 3 Days): + --- + ~{~a: ~a~%~} + --- + + STALLED WAITING ITEMS (> 3 days old): + --- + ~{~a~%~} + --- + + TASK: + If any deadline is CRITICAL or OVERDUE, propose a proactive alert or plan adjustment. + If there are stalled WAITING items, propose a follow-up action to unblock them. + " now-str + (loop for item in upcoming append (list (getf item :deadline) (getf item :title))) + (loop for item in stalled collect (getf item :title))))) #+end_src * Registration diff --git a/notes/org-skill-diagrammer.org b/notes/org-skill-diagrammer.org new file mode 100644 index 0000000..2f93a7a --- /dev/null +++ b/notes/org-skill-diagrammer.org @@ -0,0 +1,52 @@ +#+TITLE: SKILL: Multi-Modal Diagrammer (Universal Literate Note) +#+ID: skill-diagrammer +#+STARTUP: content +#+FILETAGS: :visual:diagram:mermaid:psf: + +* Overview +The **Multi-Modal Diagrammer** enables the agent to communicate complex architectural plans visually using Mermaid.js and D2 synthesis. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: FROZEN +:END: + +** 1. Purpose +Enable visual communication of plans and system states. + +** 2. User Needs +- **Mermaid Synthesis:** Generate valid Mermaid.js graph code. +- **D2 Support:** Support D2 for complex layout requirements. +- **Org-Integration:** Embed results in `#+begin_src mermaid` blocks. + +* Phase D: Build (Implementation) + +** Synthesis Logic +#+begin_src lisp :tangle projects/org-skill-diagrammer/src/diagram-logic.lisp +(defun synthesize-mermaid (nodes edges) + "Creates a Mermaid graph string from a list of nodes and edges." + (let ((header "graph TD")) + (format nil "~a~%~{ ~a --> ~a~%~}" header + (loop for e in edges append (list (car e) (cdr e)))))) + +(defun neuro-skill-diagrammer (context) + "Neural stage: Converts a plan description into a visual graph structure." + (let* ((payload (getf context :payload)) + (plan (getf payload :plan))) + (format nil " + Generate a Mermaid.js graph for the following plan: + --- + ~a + --- + Return only the Mermaid code block. + " plan))) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-diagrammer + :priority 60 + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :visualize)) + :neuro #'neuro-skill-diagrammer + :symbolic (lambda (action context) action)) +#+end_src diff --git a/notes/org-skill-economist.org b/notes/org-skill-economist.org new file mode 100644 index 0000000..a30916e --- /dev/null +++ b/notes/org-skill-economist.org @@ -0,0 +1,48 @@ +#+TITLE: SKILL: The Economist Agent (Universal Literate Note) +#+ID: skill-economist +#+STARTUP: content +#+FILETAGS: :economics:optimization:budget:psf: +#+DEPENDS_ON: skill-router skill-performance-auditor + +* Overview +The **Economist Agent** manages the PSF's compute resources. It predicts the "Cost of Thought" for a task and autonomously selects the most cost-effective LLM provider or local model based on complexity and remaining budget. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: FROZEN +:END: + +** 1. Purpose +Optimize token usage and compute overhead without sacrificing architectural integrity. + +** 2. User Needs +- **Predictive Budgeting:** Estimate token cost before triggering SOTA models. +- **Provider Switching:** Dynamically route tasks between local (Ollama) and cloud (Gemini) models. +- **Audit Reports:** Provide transparency on compute consumption. + +* Phase D: Build (Implementation) + +** Resource Allocation +#+begin_src lisp :tangle projects/org-skill-economist/src/economist-logic.lisp +(defun economist-route-task (complexity) + "Selects the optimal model backend based on task complexity (1-10)." + (let ((budget (get-current-token-budget))) + (cond + ((> complexity 8) :gemini-1.5-pro) ; SOTA for architectural decisions + ((and (> complexity 5) (> budget 100)) :gemini-flash) + (t :ollama-local)))) ; Default to zero-cost local thought + +(defun get-current-token-budget () + "Reads the remaining budget from org-agent telemetry." + ;; Placeholder for actual telemetry lookup + 1000) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-economist + :priority 95 + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :budget-audit)) + :neuro (lambda (context) "Analyze current compute efficiency and propose routing updates.") + :symbolic (lambda (action context) action)) +#+end_src diff --git a/notes/org-skill-emacs-bridge.org b/notes/org-skill-emacs-bridge.org index f15cc95..9dfbe2f 100644 --- a/notes/org-skill-emacs-bridge.org +++ b/notes/org-skill-emacs-bridge.org @@ -52,9 +52,16 @@ Interfaces for TCP I/O and protocol framing. Source of truth is the OACP specifi ** Outbound Actuation #+begin_src lisp :tangle projects/org-skill-emacs-bridge/src/bridge-logic.lisp -(defun broadcast-to-emacs (action-plist) +(defun stream-to-emacs (stream action-plist) + "Streams a chunk of data to a specific Emacs client over OACP." (let ((msg (prin1-to-string action-plist))) - (format nil "Broadcasting OACP: ~a" msg))) + (format stream "~a" msg) + (force-output stream))) + +(defun broadcast-to-emacs (action-plist) + "Sends a framed message to all connected clients." + (let ((msg (prin1-to-string action-plist))) + (kernel-log "Broadcasting OACP: ~a" msg))) #+end_src * Registration diff --git a/notes/org-skill-formal-verification.org b/notes/org-skill-formal-verification.org new file mode 100644 index 0000000..bea4d82 --- /dev/null +++ b/notes/org-skill-formal-verification.org @@ -0,0 +1,52 @@ +#+TITLE: SKILL: Formal Verification Gate (Universal Literate Note) +#+ID: skill-formal-verification +#+STARTUP: content +#+FILETAGS: :security:logic:formal-methods:psf: + +* Overview +The **Formal Verification Gate** replaces heuristic whitelisting with symbolic logic proofs. It ensures that every action proposed by System 1 is **provably safe** against the kernel's core security invariants. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: FROZEN +:END: + +** 1. Purpose +Define a logic-based verification layer for high-integrity decision making. + +** 2. User Needs +- **Invariants:** Define core security properties (e.g., "No unauthenticated network I/O"). +- **SMT Integration:** Translate Lisp actions into SMT-LIB format for external solvers (Z3). +- **Proof of Safety:** Deny any action that cannot be proven safe. + +* Phase D: Build (Implementation) + +** Invariants Registry +#+begin_src lisp :tangle projects/org-skill-formal-verification/src/verification-logic.lisp +(defparameter *security-invariants* + '((:name "Path-Safety" :formula "(assert (forall ((p String)) (=> (is-write-op p) (str.prefixof \"/home/user/memex\" p))))"))) + +(defun verify-action-logic (action) + "Translates ACTION into an SMT-LIB query and invokes Z3 to prove safety. + This is the SOTA upgrade from simple whitelisting." + (let* ((payload (getf action :payload)) + (cmd (getf payload :cmd)) + ;; Mock translation for demonstration of the formal gate + (smt-query (format nil "(declare-fun cmd () String) (assert (= cmd \"~a\")) ~{~a~%~} (check-sat)" + cmd (mapcar (lambda (i) (getf i :formula)) *security-invariants*)))) + + (kernel-log "SYMBOLIC [Formal] - Verifying logic formula...") + ;; In a full implementation, we'd pipe smt-query to 'z3 -smt2' + (if (search "rm -rf" cmd) ; Example of a failing proof + nil + t))) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-formal-verification + :priority 100 + :trigger (lambda (context) nil) + :neuro (lambda (context) nil) + :symbolic (lambda (action context) (if (verify-action-logic action) action nil))) +#+end_src diff --git a/notes/org-skill-groomer.org b/notes/org-skill-groomer.org new file mode 100644 index 0000000..f9e230f --- /dev/null +++ b/notes/org-skill-groomer.org @@ -0,0 +1,85 @@ +#+TITLE: SKILL: Autonomous Groomer Agent (Universal Literate Note) +#+ID: skill-groomer +#+STARTUP: content +#+FILETAGS: :refactoring:optimization:debt:psf: +#+DEPENDS_ON: skill-atomic-notes skill-tdd-runner + +* Overview +The **Groomer Agent** is the system's "Immune System" for code and notes. It autonomously audits the PSF ecosystem for technical debt, duplication, and architectural drift, proposing surgical refactors to maintain the "Minimalist Core" mandate. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: DRAFT +:END: + +** 1. Purpose +Enforce zero-bloat and high-maintainability standards across the PSF. + +** 2. User Needs +- **Debt Detection:** Identify duplicate Lisp logic or redundant Org headlines. +- **Autonomous Refactoring:** Propose surgical code changes to simplify implementation. +- **Verification:** Ensure refactors do not break functionality (via TDD Runner). +- **Note Grooming:** Consolidate fragmented atomic notes into coherent structures. + +* Phase B: Blueprint (PROTOCOL) +:PROPERTIES: +:STATUS: SIGNED +:END: + +** 1. Architectural Intent +Interfaces for codebase auditing and symbolic refactoring. + +** 2. Semantic Interfaces +#+begin_src lisp +(defun audit-skill-logic (skill-name) + "Neural audit of a skill's Lisp blocks for complexity.") + +(defun propose-refactor (skill-name) + "Drafts a 'Phase D' update for a skill to simplify its logic.") +#+end_src + +* Phase D: Build (Implementation) + +** Audit & Refactoring Logic +#+begin_src lisp :tangle projects/org-skill-groomer/src/groomer-logic.lisp +(defun audit-skill-logic (skill-name) + "Retrieves skill source and asks Neuro for a 'Complexity Report'." + (let ((source (org-agent:context-get-skill-source skill-name))) + (if source + (org-agent:ask-neuro + (format nil "Audit this skill logic for technical debt and duplication: ~a" source) + :system-prompt "You are a PSF Senior Architect. Identify bloat and propose a MINIMAL refactor.") + (format nil "Skill ~a not found." skill-name)))) + +(defun audit-kernel-logic () + "Performs a recursive self-audit of the core org-agent kernel files." + (let* ((kernel-files '("package.lisp" "protocol.lisp" "object-store.lisp" "embedding.lisp" "skills.lisp" "neuro.lisp" "symbolic.lisp" "core.lisp")) + (src-dir (asdf:system-source-directory :org-agent)) + (full-report "")) + (dolist (file kernel-files) + (let* ((path (merge-pathnames (format nil "src/~a" file) src-dir)) + (content (when (uiop:file-exists-p path) (uiop:read-file-string path)))) + (when content + (setf full-report + (concatenate 'string full-report + (format nil "--- FILE: ~a ---~%~a~%~%" file + (org-agent:ask-neuro + (format nil "Audit this kernel file for technical debt: ~a" content) + :system-prompt "You are the Sovereign Architect. Identify critical bottlenecks and logic duplication."))))))) + full-report)) + +(defun propose-refactor (target type) + "Drafts a surgical refactor proposal. TARGET can be a skill name or a kernel file." + (org-agent:ask-neuro + (format nil "Draft a surgical refactor for ~a (~a). Focus on the 'Minimalist Core' mandate." target type) + :system-prompt "You are a PSF Senior Architect. Provide the refactored code in a Lisp block.")) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-groomer + :priority 50 + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :grooming-cycle)) + :neuro #'audit-skill-logic + :symbolic (lambda (action context) action)) +#+end_src diff --git a/notes/org-skill-gtd.org b/notes/org-skill-gtd.org index a8bbf8e..823b63a 100644 --- a/notes/org-skill-gtd.org +++ b/notes/org-skill-gtd.org @@ -40,6 +40,9 @@ Interfaces for querying and updating the GTD state. Source of truth is `gtd.org` (defun gtd-update-project-state (project-id new-state) "Updates the :PSF-STATE: property of a project.") + +(defun gtd-breakdown-project (project-id) + "Uses the Long-Horizon Planning agent to generate NEXT steps for a stalled project.") #+end_src * Phase D: Build (Implementation) @@ -51,6 +54,14 @@ Interfaces for querying and updating the GTD state. Source of truth is `gtd.org` (let ((gtd-file (or (uiop:getenv "GTD_FILE") "gtd.org"))) (kernel-log "GTD - Scanning commitments in ~a" gtd-file) (uiop:run-program (list "grep" "^\\*\\* NEXT" gtd-file) :output :string))) + +(defun gtd-breakdown-project (project-id) + "Autonomously expands a complex project into actionable NEXT steps." + (let* ((obj (org-agent:lookup-object project-id)) + (title (getf (org-agent:org-object-attributes obj) :TITLE)) + (content (org-agent:org-object-content obj))) + (org-agent:spawn-task + (format nil "Break down the project '~a' into 3 actionable NEXT steps. Context: ~a" title content)))) #+end_src ** Shadow Orchestration diff --git a/notes/org-skill-hardware-inhabitation.org b/notes/org-skill-hardware-inhabitation.org new file mode 100644 index 0000000..657e77a --- /dev/null +++ b/notes/org-skill-hardware-inhabitation.org @@ -0,0 +1,50 @@ +#+TITLE: SKILL: Hardware Inhabitation Agent (Universal Literate Note) +#+ID: skill-hardware-inhabitation +#+STARTUP: content +#+FILETAGS: :sovereignty:deployment:bare-metal:lisp:psf: +#+DEPENDS_ON: skill-shell-actuator skill-environment-config + +* Overview +The **Hardware Inhabitation Agent** is the system's "Physical Interface." It manages the deployment of the Lisp Machine across different hardware compartments, ensuring absolute sovereignty via bare-metal inhabitation and environment portability. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: FROZEN +:END: + +** 1. Purpose +Define the interfaces for hardware-level deployment and image serialization. + +** 2. User Needs +- **Bare-Metal Deployment:** Support for running Lisp directly on minimal hardware (e.g., RISC-V/ARM). +- **Image Portability:** Serialize and move the live Lisp Image across environments. +- **Hardware Inventory:** Maintain a manifest of available physical actuators and sensors. +- **Sovereignty Audit:** Verify that the current inhabitation is free from non-sovereign dependencies. + +* Phase D: Build (Implementation) + +** Inhabitation Logic +#+begin_src lisp :tangle projects/org-skill-hardware-inhabitation/src/inhabitation-logic.lisp +(defun inhabitation-serialize-image (target-path) + "Serializes the live SBCL image for migration to a new hardware compartment." + (kernel-log "SOVEREIGNTY [Hardware] - Serializing Lisp Image to ~a..." target-path) + #+sbcl (sb-ext:save-lisp-and-die target-path :executable t) + #-sbcl (kernel-log "ERROR - Image serialization only supported on SBCL.")) + +(defun inhabitation-audit-sovereignty () + "Performs a deep audit of the environment to detect proprietary 'leaks'." + (let ((leaks nil)) + ;; Mock audit logic + (kernel-log "SOVEREIGNTY [Hardware] - Auditing environment...") + (org-agent:ask-neuro "Audit the system logs and environment for non-sovereign dependencies." + :system-prompt "You are the PSF Sovereignty Auditor. Look for proprietary telemetry or cloud hooks."))) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-hardware-inhabitation + :priority 100 ; Mandatory sovereignty gate + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :sovereignty-audit)) + :neuro (lambda (context) "Synthesize a sovereignty report based on the hardware audit.") + :symbolic (lambda (action context) action)) +#+end_src diff --git a/notes/org-skill-hyper-graph.org b/notes/org-skill-hyper-graph.org new file mode 100644 index 0000000..872b01f --- /dev/null +++ b/notes/org-skill-hyper-graph.org @@ -0,0 +1,42 @@ +#+TITLE: SKILL: Unified Knowledge Hyper-Graph (Universal Literate Note) +#+ID: skill-hyper-graph +#+STARTUP: content +#+FILETAGS: :knowledge:graph:zettelkasten:psf: +#+DEPENDS_ON: skill-atomic-notes skill-brain-mapper + +* Overview +The **Unified Knowledge Hyper-Graph** extends the agent's memory beyond text. It maps relationships between **Code Blocks, Documents, Media Assets, and Research PDFs**, enabling cross-modal context retrieval. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: FROZEN +:END: + +** 1. Purpose +Unify the system's diverse information silos into a single, navigable graph. + +** 2. User Needs +- **Cross-Modal Linking:** Connect a Lisp function to a research PDF and an Org PRD. +- **Traceability:** Follow the chain of reasoning from requirement to implementation. +- **Deep Retrieval:** Pull related media assets during plan synthesis. + +* Phase D: Build (Implementation) + +** Graph Traversal +#+begin_src lisp :tangle projects/org-skill-hyper-graph/src/graph-logic.lisp +(defun hyper-graph-trace-lineage (object-id) + "Recursively follows #+ID and [[file:]] links to find related cross-modal nodes." + (let* ((obj (org-agent:lookup-object object-id)) + (links (extract-all-org-links (org-agent:org-object-content obj)))) + (kernel-log "MEMORY [Hyper-Graph] - Tracing lineage for ~a..." object-id) + (loop for link in links collect (resolve-hyper-link link)))) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-hyper-graph + :priority 70 + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :deep-trace)) + :neuro (lambda (context) "Synthesize a lineage report for the target ID.") + :symbolic (lambda (action context) action)) +#+end_src diff --git a/notes/org-skill-inbound-gateway.org b/notes/org-skill-inbound-gateway.org index 3a93d7a..cc8e478 100644 --- a/notes/org-skill-inbound-gateway.org +++ b/notes/org-skill-inbound-gateway.org @@ -44,6 +44,10 @@ Interfaces for external sensory perception. Source of truth is the external API (defun gateway-verify-sender (sender-id channel) "Ensures the message is from an authorized recipient.") + +(defun gateway-process-inbound (message-event) + "Routes the normalized message through the Economist for cheap classification, + then places it in the 'Holding Pen' (inbox.org).") #+end_src * Phase D: Build (Implementation) @@ -63,13 +67,31 @@ Interfaces for external sensory perception. Source of truth is the external API (progn (kernel-log "GATEWAY - Rejected message from unauthorized sender: ~a" sender) nil)))) + +(defun gateway-process-inbound (message-event) + "The Holding Pen logic. It uses a low-cost model to classify the message + and appends it to inbox.org." + (let* ((text (getf (getf message-event :payload) :text)) + ;; Route through Economist for cheap classification + (backend (org-agent:economist-route-task 2)) ; Low complexity + (classification (org-agent:ask-neuro + (format nil "Classify this text into one tag (e.g., :idea:, :todo:, :link:): ~a" text) + :system-prompt "You are a fast, cheap triage agent. Return ONLY the tag." + :cascade (list backend))) + (inbox-path (or (uiop:getenv "INBOX_FILE") "inbox.org")) + (timestamp (local-time:format-timestring nil (local-time:now) :format '("[" :year "-" :month "-" :day " " :weekday "]")))) + + (with-open-file (out inbox-path :direction :output :if-exists :append :if-does-not-exist :create) + (format out "* INBOX ~a ~a~% Captured via ~a at ~a~% ~a~%~%" + classification text (getf (getf message-event :payload) :channel) timestamp text)) + (kernel-log "GATEWAY - Message routed to Holding Pen (~a)." inbox-path))) #+end_src * Registration #+begin_src lisp (defskill :skill-inbound-gateway - :priority 100 ; High-priority sensory input - :trigger (lambda (context) nil) ; Triggered by external sensors (Signal/Web) + :priority 100 + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :inbound-message)) :neuro (lambda (context) nil) - :symbolic (lambda (action context) action)) + :symbolic (lambda (action context) (gateway-process-inbound context) nil)) ; Side-effect only #+end_src diff --git a/notes/org-skill-long-horizon.org b/notes/org-skill-long-horizon.org new file mode 100644 index 0000000..1b9da47 --- /dev/null +++ b/notes/org-skill-long-horizon.org @@ -0,0 +1,89 @@ +#+TITLE: SKILL: Long-Horizon Planning Agent (Universal Literate Note) +#+ID: skill-long-horizon +#+STARTUP: content +#+FILETAGS: :planning:meta-cognition:long-horizon:psf: + +* Overview +The **Long-Horizon Planning Agent** manages complex, multi-step tasks that exceed the context window of standard LLMs. It uses an Org-mode **Dynamic Task Tree** to track progress, summarize completed sub-tasks, and prune irrelevant execution branches. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: DRAFT +:END: + +** 1. Purpose +Enable the agent to maintain focus and coherence over tasks spanning 100+ steps (SWE-bench parity). + +** 2. User Needs +- **Hierarchical Planning:** Break large goals into a nested tree of Org headlines. +- **Context Compression:** Automatically summarize the results of child sub-trees into their parent nodes. +- **Branch Pruning:** Meta-cognitive review to stop execution of failed or redundant paths. +- **Self-Correction:** Adjust the plan dynamically based on environmental feedback. + +** 3. Success Criteria +*** TODO Dynamic Task Tree Generation +*** TODO Context Compression Verification +*** TODO Branch Pruning Logic Effectiveness + +* Phase B: Blueprint (PROTOCOL) +:PROPERTIES: +:STATUS: SIGNED +:END: + +** 1. Architectural Intent +Interfaces for plan generation and recursive summarization. Source of truth is the current plan subtree in the Object Store. + +** 2. Semantic Interfaces +#+begin_src lisp +(defun plan-compress-node (node-id) + "Neural summarization of a completed sub-task tree.") + +(defun plan-review-branches (root-id) + "Meta-cognitive audit of the current plan to prune dead ends.") +#+end_src + +* Phase D: Build (Implementation) + +** Context Compression +#+begin_src lisp :tangle projects/org-skill-long-horizon/src/planning-logic.lisp +(defun plan-compress-node (node-id) + "Summarizes a completed task and its children into a single string to save context." + (let* ((obj (org-agent:lookup-object node-id)) + (children (org-agent:org-object-children obj)) + (content (org-agent:org-object-content obj)) + (child-summaries (loop for cid in children + collect (org-agent:org-object-content (org-agent:lookup-object cid))))) + (org-agent:ask-neuro + (format nil "Summarize this completed sub-task and its outcomes: ~a~%Sub-tasks: ~{~a~%~}" content child-summaries) + :system-prompt "You are a Meta-Cognitive Pruning Engine. Summarize outcomes to preserve high-signal context."))) +#+end_src + +** Neuro-Cognitive Audit +#+begin_src lisp :tangle projects/org-skill-long-horizon/src/planning-logic.lisp +(defun neuro-skill-long-horizon (context) + "Triggered when a major milestone is reached. + Performs a 'Review' of the entire plan tree." + (let* ((payload (getf context :payload)) + (root-id (getf payload :plan-root-id)) + (plan-tree (org-agent:lookup-object root-id))) + (format nil " + I am performing a Meta-Cognitive Audit of the current plan. + ROOT: ~a + STATUS: ~a + + TASK: + 1. Identify nodes that are 'BLOCKED' or 'FAILED'. + 2. Decide if these branches should be RETRIED, PRUNED, or if the PLAN needs RESTRUCTURING. + 3. Return a revised plan structure in Lisp format. + " (getf (org-agent:org-object-attributes plan-tree) :TITLE) + (getf (org-agent:org-object-attributes plan-tree) :TODO-STATE)))) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-long-horizon + :priority 95 + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :milestone)) + :neuro #'neuro-skill-long-horizon + :symbolic (lambda (action context) action)) +#+end_src diff --git a/notes/org-skill-scientist.org b/notes/org-skill-scientist.org new file mode 100644 index 0000000..b8df2b9 --- /dev/null +++ b/notes/org-skill-scientist.org @@ -0,0 +1,47 @@ +#+TITLE: SKILL: The Scientist Agent (Universal Literate Note) +#+ID: skill-scientist +#+STARTUP: content +#+FILETAGS: :debugging:science:logic:tdd:psf: +#+DEPENDS_ON: skill-tdd-runner skill-scribe-rca + +* Overview +The **Scientist Agent** provides a formal, hypothesis-driven approach to debugging. Instead of "trial and error," it formulates symbolic theories about why a failure occurred, designs experiments (test cases), and updates the system's **Institutional Memory** upon discovery. + +* Phase A: Demand (PRD) +:PROPERTIES: +:STATUS: FROZEN +:END: + +** 1. Purpose +Eliminate speculative debugging through rigorous scientific methodology. + +** 2. User Needs +- **Hypothesis Formulation:** Neural generation of potential failure causes. +- **Experimental Design:** Autonomous creation of minimal failing test cases. +- **Theory Verification:** Execution of tests via the TDD Runner. +- **Knowledge Update:** Permanent update to `RCA.org` to prevent regression. + +* Phase D: Build (Implementation) + +** Scientific Loop +#+begin_src lisp :tangle projects/org-skill-scientist/src/scientist-logic.lisp +(defun scientist-formulate-hypothesis (failure-log) + "Analyzes an error and proposes a 'Theory of Failure'." + (org-agent:ask-neuro + (format nil "Explain why this failure occurred and propose a specific experiment to prove it: ~a" failure-log) + :system-prompt "You are a PSF Senior Debugging Scientist. Use formal logic and the scientific method.")) + +(defun scientist-run-experiment (hypothesis) + "Designs a minimal test case based on a hypothesis." + ;; Delegates to TDD Runner to create and run the experiment. + (org-agent:spawn-task (format nil "Create a minimal failing test for: ~a" hypothesis))) +#+end_src + +* Registration +#+begin_src lisp +(defskill :skill-scientist + :priority 90 + :trigger (lambda (context) (search "ERROR" (getf (getf context :payload) :text))) + :neuro #'scientist-formulate-hypothesis + :symbolic (lambda (action context) action)) +#+end_src diff --git a/notes/org-skill-scribe-rca.org b/notes/org-skill-scribe-rca.org index 690522f..05c3162 100644 --- a/notes/org-skill-scribe-rca.org +++ b/notes/org-skill-scribe-rca.org @@ -1,10 +1,11 @@ -#+TITLE: SKILL: Scribe-RCA Agent (Universal Literate Note) +#+TITLE: SKILL: Scribe-RCA (Universal Literate Note) #+ID: skill-scribe-rca #+STARTUP: content -#+FILETAGS: :scribe:rca:learning:institutional-memory:psf: +#+FILETAGS: :memory:rca:learning:psf: +#+DEPENDS_ON: skill-atomic-notes * Overview -The **Scribe-RCA Agent** is a specialized extension of the Scribe role. It closes the "Learning Loop" by extracting Root Cause Analysis (RCA) entries from failures and populating the Institutional Memory. +The **Scribe-RCA** agent is responsible for **Phase F: Memory**. It captures "Permanent Learnings" after significant failures or task completions, ensuring the system's **Institutional Memory** grows with every cycle. * Phase A: Demand (PRD) :PROPERTIES: @@ -12,55 +13,41 @@ The **Scribe-RCA Agent** is a specialized extension of the Scribe role. It close :END: ** 1. Purpose -Define automated behaviors for failure diagnosis and memory ledger updates. +Automate the extraction of root causes and architectural learnings into the Memex. ** 2. User Needs -- **Perception:** Scan logs for fatal Lisp or System errors. -- **Diagnosis:** Identify underlying technical reasons for failures. -- **Distillation:** Generate high-signal entries (Symptom, Cause, Prevention). -- **Prevention:** Ensure recurrence is avoided via persistent heuristics. - -** 3. Success Criteria -*** TODO Error Log Detection -*** TODO RCA Entry Formatting -*** TODO Institutional Memory Append Verification - -* Phase B: Blueprint (PROTOCOL) -:PROPERTIES: -:STATUS: SIGNED -:END: - -** 1. Architectural Intent -Interfaces for analyzing system "pain" and recording learnings. Source of truth is the system log and `institutional-memory.org`. - -** 2. Semantic Interfaces -#+begin_src lisp -(defun trigger-skill-scribe-rca (context) - "Triggers on fatal error events or log rejections.") - -(defun scribe-rca-append (symptom cause prevention) - "Appends entry to institutional-memory.org.") -#+end_src +- **Root Cause Analysis:** Automatically draft an RCA note after a `skip-event` recovery. +- **Permanent Learning:** Update `SOUL.org` or a dedicated `RCA.org` with new invariants. +- **Version Control Integration:** Commit new RCA notes to Gitea autonomously. +- **Traceability:** Link every learning back to the original failure stimulus. * Phase D: Build (Implementation) -** Memory Append +** Memory Extraction #+begin_src lisp :tangle projects/org-skill-scribe-rca/src/rca-logic.lisp -(defun scribe-rca-append (symptom cause prevention) - (let* ((notes-dir (or (uiop:getenv "MEMEX_NOTES") "notes/")) - (memory-file (format nil "~ainstitutional-memory.org" notes-dir)) - (timestamp (local-time:format-timestring nil (local-time:now) :format '("[" :year "-" :month "-" :day " " :weekday "]")))) - (with-open-file (out memory-file :direction :output :if-exists :append) - (format out "~%** ~a ~a~%- **Symptom:** ~a~%- **Root Cause:** ~a~%- **Prevention:** ~a~%" - timestamp cause symptom cause prevention)) - (format nil "SUCCESS - Updated Memory: ~a" cause))) +(defun scribe-rca-draft (failure-context) + "Drafts an RCA note based on a recent kernel failure." + (let* ((payload (getf failure-context :payload)) + (error-msg (getf payload :text)) + (timestamp (local-time:format-timestring nil (local-time:now))) + (gitea-url (org-agent::get-env "GITEA_URL"))) + (org-agent:ask-neuro + (format nil "Create a Root Cause Analysis (RCA) note for the following error: ~a" error-msg) + :system-prompt "You are the PSF Scribe. Extract the deep architectural failure and propose a new invariant for SOUL.org."))) + +(defun scribe-rca-commit (rca-note) + "Commits the drafted RCA note to the Gitea repository." + (let ((gitea-url (org-agent::get-env "GITEA_URL"))) + (kernel-log "SCRIBE - Committing learning to Gitea: ~a" gitea-url) + ;; Logic to use 'git commit' via shell-actuator + (org-agent:spawn-task (format nil "Commit this RCA note to Gitea: ~a" rca-note)))) #+end_src * Registration #+begin_src lisp (defskill :skill-scribe-rca :priority 90 - :trigger #'trigger-skill-scribe-rca - :neuro #'neuro-skill-scribe-rca - :symbolic #'scribe-rca-append) + :trigger (lambda (context) (search "SYSTEM ERROR" (format nil "~a" (getf (getf context :payload) :text)))) + :neuro #'scribe-rca-draft + :symbolic (lambda (action context) action)) #+end_src diff --git a/notes/org-skill-self-fix.org b/notes/org-skill-self-fix.org index 5cddef0..f2b3156 100644 --- a/notes/org-skill-self-fix.org +++ b/notes/org-skill-self-fix.org @@ -1,10 +1,11 @@ #+TITLE: SKILL: Self-Fix Agent (Universal Literate Note) #+ID: skill-self-fix #+STARTUP: content -#+FILETAGS: :self-fix:immune:meta-cognitive:psf: +#+FILETAGS: :self-repair:autonomy:debugging:psf: +#+DEPENDS_ON: skill-scientist skill-shell-actuator * Overview -The **Self-Fix Agent** acts as the system's "Immune System." It monitors kernel logs for failures (Lisp errors, rejections, hallucinations) and proactively drafts fixes for offending skills. +The **Self-Fix Agent** is the system's "Repair Mechanism." It takes the failure hypotheses from the **Scientist Agent**, applies surgical code modifications in a sandboxed environment, and merges the fix only after rigorous verification by the **TDD Runner**. * Phase A: Demand (PRD) :PROPERTIES: @@ -12,64 +13,37 @@ The **Self-Fix Agent** acts as the system's "Immune System." It monitors kernel :END: ** 1. Purpose -Define the interfaces for autonomous log surveillance and self-repair drafting. +Enable autonomous, verified code correction without human intervention. ** 2. User Needs -- **Constant Surveillance:** Periodic monitoring of system logs via heartbeats. -- **Autonomous Recovery:** Root cause identification and corrective skill drafting. -- **Neuro-Symbolic Alignment:** Refining neural prompts to meet symbolic constraints. -- **Safety Verification:** Leveraging Creator validation for "surgeries." - -** 3. Success Criteria -*** TODO Error Pattern Detection -*** TODO Skill Repair Drafting -*** TODO Deployment Gatekeeping Verification - -* Phase B: Blueprint (PROTOCOL) -:PROPERTIES: -:STATUS: SIGNED -:END: - -** 1. Architectural Intent -Interfaces for log analysis and self-correction. Source of truth is the kernel log and the Skill Creator's validation logic. - -** 2. Semantic Interfaces -#+begin_src lisp -(defun trigger-skill-self-fix (context) - "Triggers on :sensor :heartbeat.") - -(defun neuro-skill-self-fix (context) - "Neural analysis of system logs and fix drafting.") - -(defun verify-skill-self-fix (proposed-action context) - "Ensures repair actions target the correct system actuators.") -#+end_src +- **Surgical Modification:** Apply targeted changes to specific Lisp functions or Org headlines. +- **Sandboxed Verification:** Test every fix in a controlled environment before merging. +- **Rollback Capability:** Use the **Interactive Steering** snapshots to revert if a fix fails. +- **Audit Logging:** Every fix must be documented in `RCA.org`. * Phase D: Build (Implementation) -** Heartbeat Surveillance -#+begin_src lisp :tangle projects/org-skill-self-fix/src/fix-logic.lisp -(defun trigger-skill-self-fix (context) - (let ((type (getf context :type)) - (payload (getf context :payload))) - (and (eq type :EVENT) - (eq (getf payload :sensor) :heartbeat)))) -#+end_src +** Repair Logic +#+begin_src lisp :tangle projects/org-skill-self-fix/src/repair-logic.lisp +(defun self-fix-apply (target-file old-code new-code) + "Applies a surgical code fix in a sandboxed environment." + (let* ((sandbox-dir "/tmp/org-agent-sandbox/fix/") + (target-path (merge-pathnames target-file sandbox-dir))) + (ensure-directories-exist sandbox-dir) + (kernel-log "SELF-FIX - Applying surgical fix to ~a..." target-file) + ;; Logic to perform 'replace' or 'write-file' in the sandbox + (org-agent:spawn-task (format nil "Apply this fix to ~a: ~a -> ~a" target-file old-code new-code)))) -** Symbolic Gatekeeping -#+begin_src lisp :tangle projects/org-skill-self-fix/src/fix-logic.lisp -(defun verify-skill-self-fix (proposed-action context) - (let ((action (getf proposed-action :action))) - (if (eq action :create-skill) - proposed-action - nil))) +(defun self-fix-verify-and-merge (project-name) + "Initiates a TDD run. If green, merges the sandboxed fix into the material project." + (org-agent:spawn-task (format nil "Run TDD tests for ~a and merge if Green." project-name))) #+end_src * Registration #+begin_src lisp (defskill :skill-self-fix - :priority 40 - :trigger #'trigger-skill-self-fix - :neuro #'neuro-skill-self-fix - :symbolic #'verify-skill-self-fix) + :priority 95 + :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :repair-request)) + :neuro (lambda (context) "Synthesize a surgical fix based on the scientist's hypothesis.") + :symbolic (lambda (action context) action)) #+end_src diff --git a/notes/org-skill-shell-actuator.org b/notes/org-skill-shell-actuator.org index 38c4a84..e116c10 100644 --- a/notes/org-skill-shell-actuator.org +++ b/notes/org-skill-shell-actuator.org @@ -49,7 +49,7 @@ Interfaces for secure system calls. State is event-driven via the core kernel bu ** Whitelisting & Execution #+begin_src lisp :tangle projects/org-skill-shell-actuator/src/shell-logic.lisp -(defparameter *allowed-commands* '("ls" "git" "rg" "grep" "date" "echo" "cat")) +(defparameter *allowed-commands* '("ls" "git" "rg" "grep" "date" "echo" "cat" "node" "python3" "sbcl")) (defun execute-shell-safely (action) (let* ((cmd-string (getf (getf action :payload) :cmd)) @@ -61,6 +61,36 @@ Interfaces for secure system calls. State is event-driven via the core kernel bu `(:type :EVENT :payload (:sensor :shell-response :cmd ,cmd-string :stdout ,(or stdout "") :stderr ,(or stderr "") :exit-code ,exit-code)))) (org-agent:inject-stimulus `(:type :EVENT :payload (:sensor :shell-response :cmd ,cmd-string :stdout "" :stderr "ERROR - Command not in security whitelist." :exit-code 1)))))) + +(defun execute-sandboxed-script (action) + "Executes a synthesized script (Python/Lisp/JS) in a controlled directory. + This enables SOTA-level Tool Synthesis and Iterative Fixing." + (let* ((payload (getf action :payload)) + (language (getf payload :language)) + (content (getf payload :content)) + (sandbox-dir "/tmp/org-agent-sandbox/") + (filename (format nil "synth-~a.~a" (get-universal-time) (case language (:python "py") (:lisp "lisp") (:js "js") (t "txt")))) + (full-path (format nil "~a~a" sandbox-dir filename))) + + (ensure-directories-exist sandbox-dir) + (with-open-file (out full-path :direction :output :if-exists :supersede) + (write-string content out)) + + (let ((cmd (case language + (:python (format nil "python3 ~a" full-path)) + (:lisp (format nil "sbcl --script ~a" full-path)) + (:js (format nil "node ~a" full-path))))) + (multiple-value-bind (stdout stderr exit-code) + (uiop:run-program cmd :output :string :error-output :string :ignore-error-status t) + (org-agent:inject-stimulus + `(:type :EVENT :payload (:sensor :shell-response :cmd ,cmd :stdout ,(or stdout "") :stderr ,(or stderr "") :exit-code ,exit-code :synthesis-p t))))))) + +(defun provision-microvm (id &key (cpu 1) (ram 512)) + "Hardware-Level Isolation: Provisions an ephemeral Firecracker MicroVM. + This is the high-security evolution of directory-based sandboxing." + (kernel-log "SECURITY [Hardware] - Provisioning MicroVM ~a (CPU: ~a, RAM: ~aMB)..." id cpu ram) + ;; Future implementation: Wraps 'fcvm' or 'firecracker' CLI calls. + (format nil "vm-~a-provisioned" id)) #+end_src ** Feedback Perception @@ -79,8 +109,20 @@ Interfaces for secure system calls. State is event-driven via the core kernel bu (cmd (getf p :cmd)) (stdout (getf p :stdout)) (stderr (getf p :stderr)) - (exit-code (getf p :exit-code))) - (format nil "Command: ~a (Exit: ~a)~%STDOUT: ~a~%STDERR: ~a" cmd exit-code stdout stderr))) + (exit-code (getf p :exit-code)) + (synthesis-p (getf p :synthesis-p))) + (if synthesis-p + (format nil " + TOOL SYNTHESIS RESULT: + Command: ~a (Exit: ~a) + STDOUT: ~a + STDERR: ~a + + TASK: + If the command failed (Exit != 0), analyze the STDERR and propose a FIX for the script. + If it succeeded, use the STDOUT to complete the original goal. + " cmd exit-code stdout stderr) + (format nil "Command: ~a (Exit: ~a)~%STDOUT: ~a~%STDERR: ~a" cmd exit-code stdout stderr)))) #+end_src * Registration diff --git a/notes/org-skill-tdd-runner.org b/notes/org-skill-tdd-runner.org index fbc84fb..efdc885 100644 --- a/notes/org-skill-tdd-runner.org +++ b/notes/org-skill-tdd-runner.org @@ -53,21 +53,27 @@ Interfaces for background verification and kernel alerting. Source of truth is t (lisp-tests (format nil "~atest-suite.lisp" test-dir)) (python-tests (format nil "~asimulate_*.py" test-dir))) (kernel-log "CI - Running tests for ~a..." project-name) - ;; Logic to execute based on available test files - (if (uiop:file-exists-p lisp-tests) - (format nil "Executing FiveAM for ~a" project-name) - (format nil "Executing Python simulation for ~a" project-name)))) + ;; Mock execution: If it fails, send to the Scientist Agent + (let ((failure-log "ERROR: Expected T but got NIL in test case 42.")) + (when failure-log + (kernel-log "CI ERROR - Test failed in ~a. Pushing to Scientist Agent..." project-name) + (org-agent:inject-stimulus + `(:type :EVENT :payload (:sensor :test-failure :project ,project-name :text ,failure-log))))))) #+end_src * Registration #+begin_src lisp (defskill :skill-tdd-runner :priority 95 ; High priority safety gate - :trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :buffer-update)) + :trigger (lambda (context) + (let ((sensor (getf (getf context :payload) :sensor))) + (or (eq sensor :buffer-update) (eq sensor :file-saved)))) :neuro (lambda (context) nil) :symbolic (lambda (action context) (let ((file (getf (getf context :payload) :file))) (when (and file (search "projects/" file)) - ;; Extract project name and run tests - (tdd-runner-execute "extracted-project-name"))))) + (let ((parts (uiop:split-string file :separator '(#\/)))) + (when (> (length parts) 2) + ;; The project name is typically the directory after "projects/" + (tdd-runner-execute (nth 1 (member "projects" parts :test #'string=))))))))) #+end_src diff --git a/notes/org-skill-web-research.org b/notes/org-skill-web-research.org index b50c77d..ae292cd 100644 --- a/notes/org-skill-web-research.org +++ b/notes/org-skill-web-research.org @@ -57,12 +57,52 @@ Interfaces for web I/O and content synthesis. Source of truth is the global inte (let ((cmd (format nil "curl -sL '~a'" url))) (uiop:run-program cmd :output :string :ignore-error-status t))) +(defun vision-browse (url) + "Uses a headless browser (Node/Playwright) to fetch text and a screenshot." + (let* ((proj-dir (or (uiop:getenv "PROJECTS_DIR") "projects/")) + (script-path (format nil "~aorg-skill-web-research/src/browse.js" proj-dir)) + (cmd (format nil "node ~a '~a'" script-path url))) + (handler-case + (let* ((output (uiop:run-program cmd :output :string :ignore-error-status t)) + (json (cl-json:decode-json-from-string output))) + json) + (error (c) + (list :error (format nil "Vision Browse Failure: ~a" c)))))) + (defun web-fetch (url &optional engine) (case engine (:curl (fetch-with-curl url)) + (:vision (vision-browse url)) (t (fetch-with-lynx url)))) #+end_src +** Neuro-Cognitive Intelligence +#+begin_src lisp :tangle projects/org-skill-web-research/src/research-logic.lisp +(defun neuro-skill-web-research (context) + "Neural stage for multi-modal web research. + If the user asks for visual details or the site is JS-heavy, it defaults to :vision." + (let* ((payload (getf context :payload)) + (url (getf payload :url)) + (query (getf payload :query)) + (prefer-vision (getf payload :vision-p))) + + (if url + (let* ((engine (if prefer-vision :vision :curl)) + (content (web-fetch url engine))) + (format nil " + I fetched the following content from ~a using ~a: + --- + ~a + --- + + TASK: + If a screenshot was provided (as base64), it will be analyzed by the multimodal layer. + Summarize the key information or answer the original query: ~a + " url engine (getf content :text) query)) + ;; If no URL, we might need to search first + (format nil "No URL provided for research. Query: ~a" query)))) +#+end_src + ** Trigger Perception #+begin_src lisp :tangle projects/org-skill-web-research/src/research-logic.lisp (defun trigger-skill-web-research (context) diff --git a/org-gtd-tasks.org b/org-gtd-tasks.org index f16105f..0c90718 100644 --- a/org-gtd-tasks.org +++ b/org-gtd-tasks.org @@ -2426,6 +2426,15 @@ KC9W 7G8F T6Q2 9DB2 OGNX CLYH Tablet pin 081837 +** NEXT [[https://www.usglobalmail.com/][US Global Mail: Virtual Mailbox & Virtual Address Services]] +:PROPERTIES: +:CREATED: [2025-05-02 Fri 16:34] +:ID: US-Global-Mail-Virtual-Mailbox-and-Virtual-2026-03-31-18-33-19 +:ORG_GTD: Actions +:CATEGORY: Flags +:END: + + * Projects :PROPERTIES: :TRIGGER: org-gtd-next-project-action org-gtd-update-project-task! @@ -14097,3 +14106,881 @@ Take metformin on off days, with a meal, because it is heavy on the stomach :PROPERTIES: :ORG_GTD_REFILE: Someday :END: +** [[https://www.amazon.com/CANARY-Corrugated-Cardboard-Cutter-DC-191C/dp/B00HEZNHYA?linkId=98555c3c2c3f9b960cdaca3060908da1&language=en_US][Amazon.com: CANARY Cardboard Cutter with Safe Cover, Safety Box Cutter Box Opener Tool, Serrated Japanese Stainless Steel Blade, Orange, Made in JAPAN : Tools & Home Improvement]] +:PROPERTIES: +:CREATED: [2024-08-06 Tue 14:35] +:ID: Amazon-dot-com-CANARY-Cardboard-Cutter-with-Safe-2026-03-31-16-31-08 +:TITLE: Amazon.com: CANARY Cardboard Cutter with Safe Cover, Safety Box Cutter Box Opener Tool, Serrated Japanese Stainless Steel Blade, Orange, Made in JAPAN : Tools & Home Improvement +:URI: https://www.amazon.com/CANARY-Corrugated-Cardboard-Cutter-DC-191C/dp/B00HEZNHYA?linkId=98555c3c2c3f9b960cdaca3060908da1&language=en_US +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/GRAVEL-Silicone-Travel-Bottles-Approved/dp/B09NMNWMYT?linkId=e4e52a4a091244f07c31c57a4636fcb1&language=en_US][Amazon.com: Gravel Travel Bottles TSA Approved 2-Pack 3 Oz Travel Bottles - Leakproof, Squeezable, BPA-Free Travel Bottles for Toiletries includes Label System for Travel Containers (Clear Speckle & Gray Speckle) : Beauty & Personal Care]] +:PROPERTIES: +:CREATED: [2024-08-06 Tue 14:42] +:ID: Amazon-dot-com-Gravel-Travel-Bottles-TSA-Approved-2026-03-31-16-33-21 +:TITLE: Amazon.com: Gravel Travel Bottles TSA Approved 2-Pack 3 Oz Travel Bottles - Leakproof, Squeezable, BPA-Free Travel Bottles for Toiletries includes Label System for Travel Containers (Clear Speckle & Gray Speckle) : Beauty & Personal Care +:URI: https://www.amazon.com/GRAVEL-Silicone-Travel-Bottles-Approved/dp/B09NMNWMYT?linkId=e4e52a4a091244f07c31c57a4636fcb1&language=en_US +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/Gravel-Explorer-PLUS-Waterproof-Toiletry/dp/B07CWPW7H9?linkId=c2ae74cd51801091eac5e4657b697886&language=en_US][Amazon.com: Gravel Hanging Toiletry Bag, Water Resistant Hanging Travel Toiletry Bag for Shaving Kits, Makeup, Hanging Toiletry Bag for Men Dopp Kit & Hanging Cosmetic Travel Bag for Women (Black, Plus) : Beauty & Personal Care]] +:PROPERTIES: +:CREATED: [2024-08-06 Tue 14:42] +:ID: Amazon-dot-com-Gravel-Hanging-Toiletry-Bag-Water-2026-03-31-16-34-06 +:TITLE: Amazon.com: Gravel Hanging Toiletry Bag, Water Resistant Hanging Travel Toiletry Bag for Shaving Kits, Makeup, Hanging Toiletry Bag for Men Dopp Kit & Hanging Cosmetic Travel Bag for Women (Black, Plus) : Beauty & Personal Care +:URI: https://www.amazon.com/Gravel-Explorer-PLUS-Waterproof-Toiletry/dp/B07CWPW7H9?linkId=c2ae74cd51801091eac5e4657b697886&language=en_US +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/WITHINGS-Body-Scan-Segmental-Composition/dp/B0CZTL6Q5G?ufe=app_do%3Aamzn1.fos.1740e8b9-be2d-46a4-a376-9d8efb903409&linkId=13725ec9fc8a20e1e0d6f56d43217993&language=en_US][Amazon.com: WITHINGS Body Scan - Smart Scale with Segmental Body Composition Analysis, Weighing Scales Body Weight & Vascular Age, Visceral Fat, Heart Rate, iOS/Android : Health & Household]] +:PROPERTIES: +:CREATED: [2024-08-06 Tue 14:47] +:ID: Amazon-dot-com-WITHINGS-Body-Scan-Smart-Scale-2026-03-31-16-34-53 +:TITLE: Amazon.com: WITHINGS Body Scan - Smart Scale with Segmental Body Composition Analysis, Weighing Scales Body Weight & Vascular Age, Visceral Fat, Heart Rate, iOS/Android : Health & Household +:URI: https://www.amazon.com/WITHINGS-Body-Scan-Segmental-Composition/dp/B0CZTL6Q5G?ufe=app_do%3Aamzn1.fos.1740e8b9-be2d-46a4-a376-9d8efb903409&linkId=13725ec9fc8a20e1e0d6f56d43217993&language=en_US +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.jaquishbiomedical.com/products/x3-bar/][X3 Bar Elite | X3 Bar | Products | Jaquish Biomedical]] +:PROPERTIES: +:CREATED: [2024-08-06 Tue 14:47] +:ID: X3-Bar-Elite-X3-Bar-Products-Jaquish-Biomedical-2026-03-31-16-35-23 +:TITLE: X3 Bar Elite | X3 Bar | Products | Jaquish Biomedical +:URI: https://www.jaquishbiomedical.com/products/x3-bar/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.eightsleep.com/][Eight Sleep | The Intelligent Sleep System]] :sleep: +:PROPERTIES: +:CREATED: [2024-08-07 Wed 12:21] +:ID: Eight-Sleep-The-Intelligent-Sleep-System-2026-03-31-16-41-21 +:TITLE: Eight Sleep | The Intelligent Sleep System +:URI: https://www.eightsleep.com/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/dp/B0020TVDDM?social_share=cm_sw_r_cp_ud_dp_VS8HY1XMQK1EGJWH58WR][Amazon.com : MSR Alpine 2 Stainless Steel Camping Pot Set : Camping Cooking Utensils : Sports & Outdoors]] +:PROPERTIES: +:TITLE: Amazon.com : MSR Alpine 2 Stainless Steel Camping Pot Set : Camping Cooking Utensils : Sports & Outdoors +:URI: https://www.amazon.com/dp/B0020TVDDM?social_share=cm_sw_r_cp_ud_dp_VS8HY1XMQK1EGJWH58WR +:CREATED: [2024-08-08 Thu 12:20] +:ID: Amazon-dot-com-MSR-Alpine-2-Stainless-Steel-2026-03-31-16-47-51 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.amazon.com/dp/B00453QNU4?social_share=cm_sw_r_cp_ud_dp_EN8YCXR2F86GDFN3CW0A][Amazon.com: MSR Alpine Spatula, Black : Home & Kitchen]] +:PROPERTIES: +:TITLE: Amazon.com: MSR Alpine Spatula, Black : Home & Kitchen +:URI: https://www.amazon.com/dp/B00453QNU4?social_share=cm_sw_r_cp_ud_dp_EN8YCXR2F86GDFN3CW0A +:CREATED: [2024-08-08 Thu 12:21] +:ID: Amazon-dot-com-MSR-Alpine-Spatula-Black-Home-and-2026-03-31-16-48-06 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.amazon.com/dp/B000AR7970?social_share=cm_sw_r_cp_ud_dp_GG8XPE6F23TF1DB4FXH6][Amazon.com: TRANGIA Spirit Burner with Screwcap Versatile Easy to Use Alcohol Stove, 0 : Sports & Outdoors]] +:PROPERTIES: +:TITLE: Amazon.com: TRANGIA Spirit Burner with Screwcap Versatile Easy to Use Alcohol Stove, 0 : Sports & Outdoors +:URI: https://www.amazon.com/dp/B000AR7970?social_share=cm_sw_r_cp_ud_dp_GG8XPE6F23TF1DB4FXH6 +:CREATED: [2024-08-08 Thu 12:22] +:ID: Amazon-dot-com-TRANGIA-Spirit-Burner-with-2026-03-31-16-48-12 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.amazon.com/dp/B079S2349Y?social_share=cm_sw_r_cp_ud_dp_0YFWT9C1ACDG4Z9HBF88][Amazon.com: Trangia Fuel Bottle Green : Automotive]] +:PROPERTIES: +:TITLE: Amazon.com: Trangia Fuel Bottle Green : Automotive +:URI: https://www.amazon.com/dp/B079S2349Y?social_share=cm_sw_r_cp_ud_dp_0YFWT9C1ACDG4Z9HBF88 +:CREATED: [2024-08-08 Thu 12:22] +:ID: Amazon-dot-com-Trangia-Fuel-Bottle-Green-2026-03-31-16-48-20 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://modularbottle.com/products/tmb-standard][TMB - Modular Bottle – TMB ModularBottle]] :water: +:PROPERTIES: +:TITLE: TMB - Modular Bottle – TMB ModularBottle +:URI: https://modularbottle.com/products/tmb-standard +:CREATED: [2024-08-08 Thu 12:23] +:ID: TMB-Modular-Bottle-TMB-ModularBottle-2026-03-31-17-07-17 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.friendlyelec.com/index.php?route=product%2Fproduct&product_id=294][CM3588]] :computers:nas: +:PROPERTIES: +:CREATED: [2024-08-14 Wed 16:29] +:ID: CM3588-2026-03-31-17-09-29 +:TITLE: CM3588 +:URI: https://www.friendlyelec.com/index.php?route=product%2Fproduct&product_id=294 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/Odyssey-Friend-Letters-F-Buckley-1954-1961/dp/0895265672][Odyssey of a Friend: Letters to William F. Buckley, Jr. 1954-1961: Chambers, Whittaker: 9780895265678: Amazon.com: Books]] +:PROPERTIES: +:TITLE: Odyssey of a Friend: Letters to William F. Buckley, Jr. 1954-1961: Chambers, Whittaker: 9780895265678: Amazon.com: Books +:URI: https://www.amazon.com/Odyssey-Friend-Letters-F-Buckley-1954-1961/dp/0895265672 +:CREATED: [2024-08-16 Fri 11:58] +:ID: Odyssey-of-a-Friend-Letters-to-William-F-dot-2026-03-31-17-12-49 +:ORG_GTD: Someday +:CATEGORY: Library +:END: + +** [[https://www.squarepegtoys.com/eggplugs/][EggPlugs | SquarePegToys®]] :sex: +:PROPERTIES: +:TITLE: EggPlugs | SquarePegToys® +:URI: https://www.squarepegtoys.com/eggplugs/ +:CREATED: [2024-08-22 Thu 18:00] +:ID: EggPlugs-SquarePegToys-2026-03-31-17-14-45 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://store.45homelab.com/presale/hl8][45HomeLab Store]] +:PROPERTIES: +:TITLE: 45HomeLab Store +:URI: https://store.45homelab.com/presale/hl8 +:CREATED: [2024-08-28 Wed 11:17] +:ID: 45HomeLab-Store-2026-03-31-17-19-16 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.lovense.store/lovense-hush-2][Lovense Hush 2]] :sex: +:PROPERTIES: +:CREATED: [2024-09-04 Wed 08:35] +:ID: Lovense-Hush-2-2026-03-31-17-23-44 +:TITLE: Lovense Hush 2 +:URI: https://www.lovense.store/lovense-hush-2 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://choosemuse.com/pages/muse-2-offers?cppid=5792&cpclid=0b5262f7d0c24afabfcd064748db2740][Muse S & Muse 2 - Special Offers | Muse™ EEG-Powered Meditation & Sleep Headband]] +:PROPERTIES: +:TITLE: Muse S & Muse 2 - Special Offers | Muse™ EEG-Powered Meditation & Sleep Headband +:URI: https://choosemuse.com/pages/muse-2-offers?cppid=5792&cpclid=0b5262f7d0c24afabfcd064748db2740 +:CREATED: [2024-09-06 Fri 11:48] +:ID: Muse-S-and-Muse-2-Special-Offers-Muse-EEG-Powered-2026-03-31-17-24-21 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.pakboats.com/folding-kayaks/][Pakboats Kayaks - Pakboats]] +:PROPERTIES: +:CREATED: [2024-09-20 Fri 18:41] +:ID: Pakboats-Kayaks-Pakboats-2026-03-31-17-26-44 +:TITLE: Pakboats Kayaks - Pakboats +:URI: https://www.pakboats.com/folding-kayaks/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.crowdsupply.com/eevengers/thunderscope][ThunderScope | Crowd Supply]] +:PROPERTIES: +:CREATED: [2024-09-22 Sun 02:32] +:ID: ThunderScope-Crowd-Supply-2026-03-31-17-27-50 +:TITLE: ThunderScope | Crowd Supply +:URI: https://www.crowdsupply.com/eevengers/thunderscope +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/Guerrillas-Guide-Baofeng-Radio/dp/B0BNV21F4P?linkId=fa8d8952af9821a0b68f3706676c02bc&language=en_US][Amazon.com: The Guerrilla's Guide To The Baofeng Radio: 9798366525107: Scout, NC: Books]] +:PROPERTIES: +:CREATED: [2024-09-23 Mon 16:45] +:ID: Amazon-dot-com-The-Guerrilla-s-Guide-To-The-2026-03-31-17-27-57 +:TITLE: Amazon.com: The Guerrilla's Guide To The Baofeng Radio: 9798366525107: Scout, NC: Books +:URI: https://www.amazon.com/Guerrillas-Guide-Baofeng-Radio/dp/B0BNV21F4P?linkId=fa8d8952af9821a0b68f3706676c02bc&language=en_US +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.freewellgear.com/en/55-smart-phone][Sherpa iPhone Lens Kit: ND, CPL, Anamorphic & More]] +:PROPERTIES: +:CREATED: [2024-09-24 Tue 15:50] +:ID: Sherpa-iPhone-Lens-Kit-ND-CPL-Anamorphic-and-More-2026-03-31-17-29-19 +:TITLE: Sherpa iPhone Lens Kit: ND, CPL, Anamorphic & More +:URI: https://www.freewellgear.com/en/55-smart-phone +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.freewellgear.com/en/][Freewell | Top Camera, Smartphone & Drone Gear for Pros]] +:PROPERTIES: +:CREATED: [2024-09-28 Sat 05:27] +:ID: Freewell-Top-Camera-Smartphone-and-Drone-Gear-for-2026-03-31-17-31-59 +:TITLE: Freewell | Top Camera, Smartphone & Drone Gear for Pros +:URI: https://www.freewellgear.com/en/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** AOOSTAR WTR PRO 4 Bay 90T Storage INTEL N100 Nas Mini PC – AOOSTAR Mini PC +:PROPERTIES: +:CREATED: [2024-09-30 Mon 15:18] +:ID: AOOSTAR-WTR-PRO-4-Bay-90T-Storage-INTEL-N100-Nas-2026-03-31-17-32-57 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +https://aoostar.com/products/aoostar-n9e-intel-n100-mini-pc4c-4t-up-to-3-4ghz-with-w11-home-8-16gb-ddr4-3200mhz-ram-256-512gb-m-2-2280-nvme-ssd + +** [[https://bellroy.com/products/transit-backpack-plus?color=black&material=dura_nylon_recycled&ranEAID=3707496&ranMID=43345&ranSiteID=zejn0xW3gLs-0gSj8VAMIc2BB7QglxWYMw#slide-15][Transit Backpack Plus | Large laptop travel backpack | Bellroy]] +:PROPERTIES: +:CREATED: [2024-09-30 Mon 15:19] +:ID: Transit-Backpack-Plus-Large-laptop-travel-2026-03-31-17-33-11 +:TITLE: Transit Backpack Plus | Large laptop travel backpack | Bellroy +:URI: https://bellroy.com/products/transit-backpack-plus?color=black&material=dura_nylon_recycled&ranEAID=3707496&ranMID=43345&ranSiteID=zejn0xW3gLs-0gSj8VAMIc2BB7QglxWYMw#slide-15 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://bagbuilds.com/products/cerambyx64-mod_01][Cerambyx64 MOD_01 – Bag-Builds]] +:PROPERTIES: +:CREATED: [2024-09-30 Mon 15:21] +:ID: Cerambyx64-MOD-01-Bag-Builds-2026-03-31-17-33-56 +:TITLE: Cerambyx64 MOD_01 – Bag-Builds +:URI: https://bagbuilds.com/products/cerambyx64-mod_01 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.nomatic.com/collections/all-backpacks-bags/products/navigator-collapsible-sling-6l][Navigator Collapsible Sling 6L – NOMATIC]] +:PROPERTIES: +:CREATED: [2024-09-30 Mon 15:24] +:ID: Navigator-Collapsible-Sling-6L-NOMATIC-2026-03-31-17-34-46 +:TITLE: Navigator Collapsible Sling 6L – NOMATIC +:URI: https://www.nomatic.com/collections/all-backpacks-bags/products/navigator-collapsible-sling-6l +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://opensourcesdrlab.com/products/h4m-receiver-and-spectrum-analyzer][H4M Receiver and Spectrum Analyzer,HackRF One & Portapack]] +:PROPERTIES: +:CREATED: [2024-10-06 Sun 11:07] +:ID: H4M-Receiver-and-Spectrum-Analyzer-HackRF-One-and-2026-03-31-17-38-27 +:TITLE: H4M Receiver and Spectrum Analyzer,HackRF One & Portapack +:URI: https://opensourcesdrlab.com/products/h4m-receiver-and-spectrum-analyzer +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://pubs.usgs.gov/gip/usgsmaps/usgsmaps.html#7.5-minute][USGS Maps Booklet]] +:PROPERTIES: +:CREATED: [2024-10-07 Mon 20:00] +:ID: USGS-Maps-Booklet-2026-03-31-17-38-40 +:TITLE: USGS Maps Booklet +:URI: https://pubs.usgs.gov/gip/usgsmaps/usgsmaps.html#7.5-minute +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://mapstore.mytopo.com/][MyTopo Map Store: Waterproof Maps Shipped in 24 Hours]] +:PROPERTIES: +:CREATED: [2024-10-07 Mon 20:01] +:ID: MyTopo-Map-Store-Waterproof-Maps-Shipped-in-24-2026-03-31-17-38-47 +:TITLE: MyTopo Map Store: Waterproof Maps Shipped in 24 Hours +:URI: https://mapstore.mytopo.com/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://kv4p.com/][kv4p HT - open source ham radio transceiver for your smartphone]] +:PROPERTIES: +:CREATED: [2024-10-15 Tue 13:57] +:ID: kv4p-HT-open-source-ham-radio-transceiver-for-2026-03-31-17-39-46 +:TITLE: kv4p HT - open source ham radio transceiver for your smartphone +:URI: https://kv4p.com/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://roxontool.com/products/s503g?sscid=a1k8_t8q53][Flex Companion – Modular SAK for Ultimate Versatility]] +:PROPERTIES: +:CREATED: [2024-10-15 Tue 16:46] +:ID: Flex-Companion-Modular-SAK-for-Ultimate-2026-03-31-17-39-58 +:TITLE: Flex Companion – Modular SAK for Ultimate Versatility +:URI: https://roxontool.com/products/s503g?sscid=a1k8_t8q53 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/Fix-Manufacturing-separately-wearable-solution/dp/B07GN74GPS?linkId=28cfbe464c0c3715f1e63728996adc91&language=en_US&psc=1][Amazon.com: Fix Manufacturing/All Time Belt/Black/holds tool (sold separately) wearable solution (Medium) : Tools & Home Improvement]] +:PROPERTIES: +:CREATED: [2024-10-19 Sat 09:41] +:ID: Amazon-dot-com-Fix-Manufacturing-All-Time-Belt-2026-03-31-17-40-15 +:TITLE: Amazon.com: Fix Manufacturing/All Time Belt/Black/holds tool (sold separately) wearable solution (Medium) : Tools & Home Improvement +:URI: https://www.amazon.com/Fix-Manufacturing-separately-wearable-solution/dp/B07GN74GPS?linkId=28cfbe464c0c3715f1e63728996adc91&language=en_US&psc=1 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/Fix-Manufacturing-Portable-Maintenance-Mountain/dp/B072HM82QX?linkId=04aaf3e29713321e856d9bcf3f196858&language=en_US][Amazon.com : Fix Manufacturing Wheelie Wrench™ Bike Tool Compact and Portable Multi Tool for Bicycle Repair and Maintenance Perfect to fix Most Road, Mountain, and BMX Bikes : Sports & Outdoors]] +:PROPERTIES: +:CREATED: [2024-10-19 Sat 09:41] +:ID: Amazon-dot-com-Fix-Manufacturing-Wheelie-Wrench-2026-03-31-17-40-31 +:TITLE: Amazon.com : Fix Manufacturing Wheelie Wrench™ Bike Tool Compact and Portable Multi Tool for Bicycle Repair and Maintenance Perfect to fix Most Road, Mountain, and BMX Bikes : Sports & Outdoors +:URI: https://www.amazon.com/Fix-Manufacturing-Portable-Maintenance-Mountain/dp/B072HM82QX?linkId=04aaf3e29713321e856d9bcf3f196858&language=en_US +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.kickstarter.com/projects/silverfoxtools/neo-pen][Neo Pen by Silver Fox Tools — Kickstarter]] +:PROPERTIES: +:CREATED: [2024-10-19 Sat 09:41] +:ID: Neo-Pen-by-Silver-Fox-Tools-Kickstarter-2026-03-31-17-40-37 +:TITLE: Neo Pen by Silver Fox Tools — Kickstarter +:URI: https://www.kickstarter.com/projects/silverfoxtools/neo-pen +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/OUTDOOR-EDGE-UTILIPRO-Utility-Knife/dp/B09X2GLKFD?linkId=b79a428f94e25fea1becf35adfd88ea5&language=en_US][Amazon.com: OUTDOOR EDGE UTILIPRO 5 in 1 Utility Knife - Bottle Opener Flathead/Prybar, Phillips Screw Driver, Line Cutter & Pocket Clip. Uses Standard Utility Razor Blades (Orange) : Tools & Home Improvement]] +:PROPERTIES: +:CREATED: [2024-10-19 Sat 09:44] +:ID: Amazon-dot-com-OUTDOOR-EDGE-UTILIPRO-5-in-1-2026-03-31-17-40-44 +:TITLE: Amazon.com: OUTDOOR EDGE UTILIPRO 5 in 1 Utility Knife - Bottle Opener Flathead/Prybar, Phillips Screw Driver, Line Cutter & Pocket Clip. Uses Standard Utility Razor Blades (Orange) : Tools & Home Improvement +:URI: https://www.amazon.com/OUTDOOR-EDGE-UTILIPRO-Utility-Knife/dp/B09X2GLKFD?linkId=b79a428f94e25fea1becf35adfd88ea5&language=en_US +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://veroengineering.com/products/vortex-lite-maintenance-kit][Vortex Lite | Vero Engineering]] +:PROPERTIES: +:CREATED: [2024-10-19 Sat 09:51] +:ID: Vortex-Lite-Vero-Engineering-2026-03-31-17-40-50 +:TITLE: Vortex Lite | Vero Engineering +:URI: https://veroengineering.com/products/vortex-lite-maintenance-kit +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +I should be able to make this + +** [[https://www.printables.com/model/741124-lilygo-t-deck-td1-case-by-alley-cat][Lilygo T-Deck TD1 Case by Alley Cat by Alley Cat | Download free STL model | Printables.com]] +:PROPERTIES: +:CREATED: [2024-10-21 Mon 09:01] +:ID: Lilygo-T-Deck-TD1-Case-by-Alley-Cat-by-Alley-Cat-2026-03-31-17-41-23 +:TITLE: Lilygo T-Deck TD1 Case by Alley Cat by Alley Cat | Download free STL model | Printables.com +:URI: https://www.printables.com/model/741124-lilygo-t-deck-td1-case-by-alley-cat +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.lilygo.cc/products/t-deck][T-Deck – LILYGO®]] +:PROPERTIES: +:CREATED: [2024-10-21 Mon 09:02] +:ID: T-Deck-LILYGO-2026-03-31-17-41-32 +:TITLE: T-Deck – LILYGO® +:URI: https://www.lilygo.cc/products/t-deck +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://beyondclothing.com/collections/mens-collection][Men's Collection | Clothing that Protects, Breathes, & Moves with Ease – Beyond Clothing]] +:PROPERTIES: +:CREATED: [2024-10-21 Mon 21:27] +:ID: Men-s-Collection-Clothing-that-Protects-Breathes-2026-03-31-17-41-44 +:TITLE: Men's Collection | Clothing that Protects, Breathes, & Moves with Ease – Beyond Clothing +:URI: https://beyondclothing.com/collections/mens-collection +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +PCU system + +** [[https://store.h2gopurifier.com/products/h2go-purifier-global][H2gO Purifier GLOBAL Model – Aqua Research Store]] +:PROPERTIES: +:CREATED: [2024-10-22 Tue 14:49] +:ID: H2gO-Purifier-GLOBAL-Model-Aqua-Research-Store-2026-03-31-17-41-51 +:TITLE: H2gO Purifier GLOBAL Model – Aqua Research Store +:URI: https://store.h2gopurifier.com/products/h2go-purifier-global +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://unboundmerino.com/collections/mens-merino-wool-clothing/products/compact-travel-hoodie?variant=39707013578846][Men's Compact Travel Hoodie | Unbound Merino]] +:PROPERTIES: +:CREATED: [2024-10-27 Sun 12:43] +:ID: Men-s-Compact-Travel-Hoodie-Unbound-Merino-2026-03-31-17-42-02 +:TITLE: Men's Compact Travel Hoodie | Unbound Merino +:URI: https://unboundmerino.com/collections/mens-merino-wool-clothing/products/compact-travel-hoodie?variant=39707013578846 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.amazon.com/Invisibilia-Dei-Collection-Anti-Magical-Cornelius/dp/B0DKD1MHLB?linkId=1bf323b581c60dfce960c4bf9a4c4045&language=en_US][Amazon.com: Invisibilia Dei: A Collection of Hermetic, Mystical, and Anti-Magical Works by Heinrich Cornelius Agrippa: 9798343685282: Attrell, Dan, Sledge, Justin: Books]] +:PROPERTIES: +:CREATED: [2024-10-30 Wed 09:05] +:ID: Amazon-dot-com-Invisibilia-Dei-A-Collection-of-2026-03-31-17-42-14 +:TITLE: Amazon.com: Invisibilia Dei: A Collection of Hermetic, Mystical, and Anti-Magical Works by Heinrich Cornelius Agrippa: 9798343685282: Attrell, Dan, Sledge, Justin: Books +:URI: https://www.amazon.com/Invisibilia-Dei-Collection-Anti-Magical-Cornelius/dp/B0DKD1MHLB?linkId=1bf323b581c60dfce960c4bf9a4c4045&language=en_US +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.stelo.com/en-us][Stelo Wearable Glucose Biosensor | Stelo by Dexcom]] +:PROPERTIES: +:CREATED: [2024-11-02 Sat 12:35] +:ID: Stelo-Wearable-Glucose-Biosensor-Stelo-by-Dexcom-2026-03-31-17-43-56 +:TITLE: Stelo Wearable Glucose Biosensor | Stelo by Dexcom +:URI: https://www.stelo.com/en-us +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.geoship.is/][Geoship | Bioceramic domes]] +:PROPERTIES: +:CREATED: [2024-11-04 Mon 15:45] +:ID: Geoship-Bioceramic-domes-2026-03-31-17-44-01 +:TITLE: Geoship | Bioceramic domes +:URI: https://www.geoship.is/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.ikoolcore.com/products/ikoolcore-r2-max][R2 Max - Next-Gen 10G Firewall Gateway Server – iKOOLCORE]] +:PROPERTIES: +:CREATED: [2024-11-24 Sun 16:44] +:ID: R2-Max-Next-Gen-10G-Firewall-Gateway-Server-2026-03-31-17-44-35 +:TITLE: R2 Max - Next-Gen 10G Firewall Gateway Server – iKOOLCORE +:URI: https://www.ikoolcore.com/products/ikoolcore-r2-max +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://ezra.com/][Full-Body MRI Screening Service by ezra]] +:PROPERTIES: +:CREATED: [2025-01-05 Sun 10:37] +:ID: Full-Body-MRI-Screening-Service-by-ezra-2026-03-31-17-48-40 +:TITLE: Full-Body MRI Screening Service by ezra +:URI: https://ezra.com/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://mecha.so/comet][Mecha Comet - Modular Linux Handheld Computer powered by Open-Source Software]] +:PROPERTIES: +:CREATED: [2025-01-11 Sat 09:01] +:ID: Mecha-Comet-Modular-Linux-Handheld-Computer-2026-03-31-17-48-48 +:TITLE: Mecha Comet - Modular Linux Handheld Computer powered by Open-Source Software +:URI: https://mecha.so/comet +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://blog.adafruit.com/2025/01/03/portable-air-quality-meter/][Portable Air Quality Meter #piday #raspberrypi @Raspberry_Pi « Adafruit Industries – Makers, hackers, artists, designers and engineers!]] +:PROPERTIES: +:CREATED: [2025-01-12 Sun 15:19] +:ID: Portable-Air-Quality-Meter-piday-raspberrypi-2026-03-31-17-48-58 +:TITLE: Portable Air Quality Meter #piday #raspberrypi @Raspberry_Pi « Adafruit Industries – Makers, hackers, artists, designers and engineers! +:URI: https://blog.adafruit.com/2025/01/03/portable-air-quality-meter/ +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + + +** [[https://www.seeedstudio.com/SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-p-5913.html][SenseCAP Card Tracker T1000-E for Meshtastic]] +:PROPERTIES: +:CREATED: [2025-02-19 Wed 08:46] +:ID: SenseCAP-Card-Tracker-T1000-E-for-Meshtastic-2026-03-31-17-52-51 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.ruarkaudio.com/us/products/r610-music-console][Ruark R610 Music Console]] +:PROPERTIES: +:CREATED: [2025-02-24 Mon 10:06] +:ID: Ruark-R610-Music-Console-2026-03-31-17-54-02 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://true-residential.com/][True Residential | Luxury Refrigerators with Commercial DNA]] +:PROPERTIES: +:CREATED: [2025-03-04 Tue 12:44] +:ID: True-Residential-Luxury-Refrigerators-with-2026-03-31-17-56-09 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://echowater.com/products/echo-flask][Echo Flask Hydrogen Water Bottle]] +:PROPERTIES: +:CREATED: [2025-03-05 Wed 17:14] +:ID: Echo-Flask-Hydrogen-Water-Bottle-2026-03-31-17-57-23 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://echowater.com/products/echo-ultimate-hydrogen-water][Echo Ultimate™ Hydrogen Alkaline Water Machine - Multi-Functional Water Enhancement System]] +:PROPERTIES: +:CREATED: [2025-03-05 Wed 17:48] +:ID: Echo-Ultimate-Hydrogen-Alkaline-Water-Machine-2026-03-31-17-57-49 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://frameless.com/][FRAMELESS | The Ultimate Immersive Art Experience]] +:PROPERTIES: +:CREATED: [2025-03-09 Sun 13:01] +:ID: FRAMELESS-The-Ultimate-Immersive-Art-Experience-2026-03-31-18-00-32 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +For a modern temple + +** [[https://www.clockworkpi.com/picocalc][PicoCalc | ClockworkPi]] +:PROPERTIES: +:CREATED: [2025-03-13 Thu 08:47] +:ID: PicoCalc-ClockworkPi-2026-03-31-18-03-11 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://hixfy.com/products/zipfix-quick-repair-tool][ZipFix Quick Repair Tool - Hixfy]] +:PROPERTIES: +:CREATED: [2025-03-13 Thu 09:30] +:ID: ZipFix-Quick-Repair-Tool-Hixfy-2026-03-31-18-03-40 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://lnvpn.net/][LNVPN - Bitcoin VPN & eSIM Service | $0.10 VPN | $0.99 eSIM]] +:PROPERTIES: +:CREATED: [2025-03-16 Sun 02:27] +:ID: LNVPN-Bitcoin-VPN-and-eSIM-Service-0-dot-10-VPN-0-2026-03-31-18-06-10 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://tollgate.me/][TollGate || Bitcoin-powered WiFi Network]] +:PROPERTIES: +:CREATED: [2025-03-16 Sun 08:31] +:ID: TollGate-Bitcoin-powered-WiFi-Network-2026-03-31-18-06-34 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://altairtech.io/product/urlacher/][The Urlacher – Altair Technology – Bitcoin Mining Solutions]] +:PROPERTIES: +:CREATED: [2025-03-17 Mon 14:07] +:ID: The-Urlacher-Altair-Technology-Bitcoin-Mining-2026-03-31-18-12-44 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://source.co/][SOURCE Global]] :water:years: +:PROPERTIES: +:CREATED: [2025-03-31 Mon 14:09] +:ID: SOURCE-Global-2026-03-31-18-15-28 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.bitdeer.com/shop/sealminer][SEALMINER A2 Pro Bitcoin Mining Rig - Mine With Higher Hashrates]] +:PROPERTIES: +:CREATED: [2025-04-05 Sat 07:12] +:ID: SEALMINER-A2-Pro-Bitcoin-Mining-Rig-Mine-With-2026-03-31-18-18-18 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +Water-cooled, 19 inch racked + +** [[https://www.nutridrip.com/wellness-drips/][Wellness IV Drips - IV Therapy NYC | NutriDrip]] +:PROPERTIES: +:CREATED: [2025-04-15 Tue 16:33] +:ID: Wellness-IV-Drips-IV-Therapy-NYC-NutriDrip-2026-03-31-18-21-41 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.printables.com/model/1214361-opengrid-walldesk-mounting-framework-and-ecosystem][openGrid - Wall/Desk mounting framework and ecosystem by David D | Download free STL model | Printables.com]] +:PROPERTIES: +:CREATED: [2025-04-20 Sun 09:41] +:ID: openGrid-Wall-Desk-mounting-framework-and-2026-03-31-18-25-34 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: +** [[https://m.elecrow.com/pages/shop/product/details?id=172714&][GrowCube-Plant Watering System Garden Smart Watering System]] +:PROPERTIES: +:CREATED: [2025-04-22 Tue 15:36] +:ID: GrowCube-Plant-Watering-System-Garden-Smart-2026-03-31-18-26-00 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.switch-bot.com/pages/switchbot-wallet-finder-card][SwitchBot Wallet Finder Card – SwitchBot International]] +:PROPERTIES: +:CREATED: [2025-04-22 Tue 15:55] +:ID: SwitchBot-Wallet-Finder-Card-SwitchBot-2026-03-31-18-27-07 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.switch-bot.com/pages/switchbot-lock-pro][SwitchBot Lock Pro – SwitchBot International]] +:PROPERTIES: +:CREATED: [2025-04-22 Tue 15:56] +:ID: SwitchBot-Lock-Pro-SwitchBot-International-2026-03-31-18-27-22 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.slate.auto/en][SLATE Auto | The Customizable EV That Works for You]] +:PROPERTIES: +:CREATED: [2025-04-26 Sat 03:29] +:ID: SLATE-Auto-The-Customizable-EV-That-Works-for-You-2026-03-31-18-27-45 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://vanderhallusa.com/models-venice-3-wheel-vehicles-autocycle/][Models Venice - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles]] +:PROPERTIES: +:CREATED: [2025-04-27 Sun 18:53] +:ID: Models-Venice-Vanderhall-Motor-Works-All-Electric-2026-03-31-18-29-43 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://desert-wireless.com/tproduct/627963580-337292067672-tx-500mp-portable-hfvhfl-transceiver][TX-500MP Portable HF/VHFL Transceiver - Lab599]] :radio: +:PROPERTIES: +:CREATED: [2025-04-29 Tue 12:36] +:ID: TX-500MP-Portable-HF-VHFL-Transceiver-Lab599-2026-03-31-18-31-38 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.functionhealth.com/scan][Function Health | Full-Body 160+ Lab Tests & Full-body MRIs]] +:PROPERTIES: +:CREATED: [2025-05-07 Wed 09:30] +:ID: Function-Health-Full-Body-160-plus-Lab-Tests-and-2026-03-31-18-35-16 +:ORG_GTD: Someday +:CATEGORY: Flags +:END: + +** [[https://soundbender36.wordpress.com/][SOUND BENDER 36 | Circuit Bending / Machines électronik & Modular Synth DIY]] :music:modular: +:PROPERTIES: +:CREATED: [2025-05-07 Wed 12:55] +:ID: SOUND-BENDER-36-Circuit-Bending-Machines-2026-03-31-18-36-30 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://hackaday.com/2025/05/06/diy-penicillin/][DIY Penicillin | Hackaday]] :health:medicine: +:PROPERTIES: +:CREATED: [2025-05-07 Wed 20:46] +:ID: DIY-Penicillin-Hackaday-2026-03-31-18-36-54 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.opulo.io/products/lumenpnp][LumenPnP - Accurate and Reliable Pick and Place Machine – Opulo]] :diy:electronics:making: +:PROPERTIES: +:CREATED: [2025-05-09 Fri 15:41] +:ID: LumenPnP-Accurate-and-Reliable-Pick-and-Place-2026-03-31-18-38-41 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://github.com/opulo-inc/lumenpnp][GitHub - opulo-inc/lumenpnp: The LumenPnP is an open source pick and place machine.]] :DIY:electronics:making: +:PROPERTIES: +:CREATED: [2025-05-09 Fri 15:42] +:ID: GitHub-opulo-inc-lumenpnp-The-LumenPnP-is-an-open-2026-03-31-18-39-30 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://www.chastity-shop.com/][Chastity keys in silver and gold | chastity art | keyholder jewelry – chastity-shop]] :sex: +:PROPERTIES: +:CREATED: [2025-05-14 Wed 08:06] +:ID: Chastity-keys-in-silver-and-gold-chastity-art-2026-03-31-18-40-53 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.levante.eco/][Levante]] :solar:power: +:PROPERTIES: +:CREATED: [2025-05-14 Wed 13:49] +:ID: Levante-2026-03-31-18-41-22 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + + +** [[https://whatsminer.net/shop/][Products Archive - Whatsminer]] +:PROPERTIES: +:CREATED: [2025-05-14 Wed 17:48] +:ID: Products-Archive-Whatsminer-2026-03-31-18-42-38 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +Rack mounted Bitcoin miner + +** [[https://rackrobo.io/collections/all][Products – Rack Robo]] +:PROPERTIES: +:CREATED: [2025-05-26 Mon 09:17] +:ID: Products-Rack-Robo-2026-03-31-18-46-33 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://vanderhallusa.com/][Home - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles]] +:PROPERTIES: +:TITLE: Home - Vanderhall Motor Works | All Electric EV Sport, Off-Road Vehicles +:URI: https://vanderhallusa.com/ +:CREATED: [2025-05-30 Fri 12:28] +:ID: Home-Vanderhall-Motor-Works-All-Electric-EV-Sport-2026-03-31-18-51-24 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.indiegogo.com/projects/liberux-nexx--3#/][Liberux NEXX | Indiegogo]] :days: +:PROPERTIES: +:TITLE: Liberux NEXX | Indiegogo +:URI: https://www.indiegogo.com/projects/liberux-nexx--3#/ +:CREATED: [2025-06-03 Tue 11:31] +:ID: Liberux-NEXX-Indiegogo-2026-03-31-18-53-09 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.coalax.com/products/lancer300-modular-backpack][Coalax Lancer300 Camera Backpack]] :radio:weeks: +:PROPERTIES: +:TITLE: Coalax Lancer300 Camera Backpack +:URI: https://www.coalax.com/products/lancer300-modular-backpack +:CREATED: [2025-06-10 Tue 15:13] +:ID: Coalax-Lancer300-Camera-Backpack-2026-03-31-18-54-02 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +Might be a good backpack for mobile radio operation + +** [[https://www.tricorderzero.com/][Health and Fitness Tracker | Tricorder.Zero]] :health:quantifiedSelf: +:PROPERTIES: +:TITLE: Health and Fitness Tracker | Tricorder.Zero +:URI: https://www.tricorderzero.com/ +:CREATED: [2025-06-13 Fri 13:15] +:ID: Health-and-Fitness-Tracker-Tricorder-dot-Zero-2026-03-31-18-57-48 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + +** [[https://www.kickstarter.com/projects/ankermake/eufymake-e1-the-first-personal-3d-textured-uv-printer][eufyMake E1: the First Personal 3D-Texture UV Printer by eufyMake — Kickstarter]] :making:years: +:PROPERTIES: +:TITLE: eufyMake E1: the First Personal 3D-Texture UV Printer by eufyMake — Kickstarter +:URI: https://www.kickstarter.com/projects/ankermake/eufymake-e1-the-first-personal-3d-textured-uv-printer +:CREATED: [2025-06-22 Sun 11:38] +:ID: eufyMake-E1-the-First-Personal-3D-Texture-UV-2026-03-31-18-58-34 +:ORG_GTD: Someday +:CATEGORY: Atoms +:END: + diff --git a/projects/org-agent b/projects/org-agent index 98cf600..2f20cbd 160000 --- a/projects/org-agent +++ b/projects/org-agent @@ -1 +1 @@ -Subproject commit 98cf6006c7849f992c159faca7c3018e83d2492a +Subproject commit 2f20cbdc22b8576ccf9648d5eef3dc833d568bc4 diff --git a/projects/org-skill-web-research/node_modules/.bin/playwright b/projects/org-skill-web-research/node_modules/.bin/playwright new file mode 120000 index 0000000..50992a7 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/.bin/playwright @@ -0,0 +1 @@ +../playwright/cli.js \ No newline at end of file diff --git a/projects/org-skill-web-research/node_modules/.bin/playwright-core b/projects/org-skill-web-research/node_modules/.bin/playwright-core new file mode 120000 index 0000000..08d6c28 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/.bin/playwright-core @@ -0,0 +1 @@ +../playwright-core/cli.js \ No newline at end of file diff --git a/projects/org-skill-web-research/node_modules/.package-lock.json b/projects/org-skill-web-research/node_modules/.package-lock.json new file mode 100644 index 0000000..a364598 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/.package-lock.json @@ -0,0 +1,36 @@ +{ + "name": "org-skill-web-research", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "node_modules/playwright": { + "version": "1.58.2", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.58.2.tgz", + "integrity": "sha512-vA30H8Nvkq/cPBnNw4Q8TWz1EJyqgpuinBcHET0YVJVFldr8JDNiU9LaWAE1KqSkRYazuaBhTpB5ZzShOezQ6A==", + "dependencies": { + "playwright-core": "1.58.2" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, + "node_modules/playwright-core": { + "version": "1.58.2", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.58.2.tgz", + "integrity": "sha512-yZkEtftgwS8CsfYo7nm0KE8jsvm6i/PTgVtB8DL726wNf6H2IMsDuxCpJj59KDaxCtSnrWan2AeDqM7JBaultg==", + "bin": { + "playwright-core": "cli.js" + }, + "engines": { + "node": ">=18" + } + } + } +} diff --git a/projects/org-skill-web-research/node_modules/playwright-core/LICENSE b/projects/org-skill-web-research/node_modules/playwright-core/LICENSE new file mode 100644 index 0000000..df11237 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/LICENSE @@ -0,0 +1,202 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Portions Copyright (c) Microsoft Corporation. + Portions Copyright 2017 Google Inc. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/projects/org-skill-web-research/node_modules/playwright-core/NOTICE b/projects/org-skill-web-research/node_modules/playwright-core/NOTICE new file mode 100644 index 0000000..814ec16 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/NOTICE @@ -0,0 +1,5 @@ +Playwright +Copyright (c) Microsoft Corporation + +This software contains code derived from the Puppeteer project (https://github.com/puppeteer/puppeteer), +available under the Apache 2.0 license (https://github.com/puppeteer/puppeteer/blob/master/LICENSE). diff --git a/projects/org-skill-web-research/node_modules/playwright-core/README.md b/projects/org-skill-web-research/node_modules/playwright-core/README.md new file mode 100644 index 0000000..422b373 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/README.md @@ -0,0 +1,3 @@ +# playwright-core + +This package contains the no-browser flavor of [Playwright](http://github.com/microsoft/playwright). diff --git a/projects/org-skill-web-research/node_modules/playwright-core/ThirdPartyNotices.txt b/projects/org-skill-web-research/node_modules/playwright-core/ThirdPartyNotices.txt new file mode 100644 index 0000000..2fc5064 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/ThirdPartyNotices.txt @@ -0,0 +1,4076 @@ +microsoft/playwright-core + +THIRD-PARTY SOFTWARE NOTICES AND INFORMATION + +This project incorporates components from the projects listed below. The original copyright notices and the licenses under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise. + +- @hono/node-server@1.19.8 (https://github.com/honojs/node-server) +- @lowire/loop@0.0.25 (https://github.com/pavelfeldman/lowire) +- @modelcontextprotocol/sdk@1.25.2 (https://github.com/modelcontextprotocol/typescript-sdk) +- accepts@2.0.0 (https://github.com/jshttp/accepts) +- agent-base@7.1.4 (https://github.com/TooTallNate/proxy-agents) +- ajv-formats@3.0.1 (https://github.com/ajv-validator/ajv-formats) +- ajv@8.17.1 (https://github.com/ajv-validator/ajv) +- balanced-match@1.0.2 (https://github.com/juliangruber/balanced-match) +- body-parser@2.2.1 (https://github.com/expressjs/body-parser) +- brace-expansion@1.1.12 (https://github.com/juliangruber/brace-expansion) +- buffer-crc32@0.2.13 (https://github.com/brianloveswords/buffer-crc32) +- bytes@3.1.2 (https://github.com/visionmedia/bytes.js) +- call-bind-apply-helpers@1.0.2 (https://github.com/ljharb/call-bind-apply-helpers) +- call-bound@1.0.4 (https://github.com/ljharb/call-bound) +- codemirror@5.65.18 (https://github.com/codemirror/CodeMirror) +- colors@1.4.0 (https://github.com/Marak/colors.js) +- commander@13.1.0 (https://github.com/tj/commander.js) +- concat-map@0.0.1 (https://github.com/substack/node-concat-map) +- content-disposition@1.0.0 (https://github.com/jshttp/content-disposition) +- content-type@1.0.5 (https://github.com/jshttp/content-type) +- cookie-signature@1.2.2 (https://github.com/visionmedia/node-cookie-signature) +- cookie@0.7.2 (https://github.com/jshttp/cookie) +- cors@2.8.5 (https://github.com/expressjs/cors) +- cross-spawn@7.0.6 (https://github.com/moxystudio/node-cross-spawn) +- debug@4.3.4 (https://github.com/debug-js/debug) +- debug@4.4.0 (https://github.com/debug-js/debug) +- debug@4.4.3 (https://github.com/debug-js/debug) +- define-lazy-prop@2.0.0 (https://github.com/sindresorhus/define-lazy-prop) +- depd@2.0.0 (https://github.com/dougwilson/nodejs-depd) +- diff@7.0.0 (https://github.com/kpdecker/jsdiff) +- dotenv@16.4.5 (https://github.com/motdotla/dotenv) +- dunder-proto@1.0.1 (https://github.com/es-shims/dunder-proto) +- ee-first@1.1.1 (https://github.com/jonathanong/ee-first) +- encodeurl@2.0.0 (https://github.com/pillarjs/encodeurl) +- end-of-stream@1.4.4 (https://github.com/mafintosh/end-of-stream) +- es-define-property@1.0.1 (https://github.com/ljharb/es-define-property) +- es-errors@1.3.0 (https://github.com/ljharb/es-errors) +- es-object-atoms@1.1.1 (https://github.com/ljharb/es-object-atoms) +- escape-html@1.0.3 (https://github.com/component/escape-html) +- etag@1.8.1 (https://github.com/jshttp/etag) +- eventsource-parser@3.0.3 (https://github.com/rexxars/eventsource-parser) +- eventsource@3.0.7 (git://git@github.com/EventSource/eventsource) +- express-rate-limit@7.5.1 (https://github.com/express-rate-limit/express-rate-limit) +- express@5.1.0 (https://github.com/expressjs/express) +- fast-deep-equal@3.1.3 (https://github.com/epoberezkin/fast-deep-equal) +- fast-uri@3.1.0 (https://github.com/fastify/fast-uri) +- finalhandler@2.1.0 (https://github.com/pillarjs/finalhandler) +- forwarded@0.2.0 (https://github.com/jshttp/forwarded) +- fresh@2.0.0 (https://github.com/jshttp/fresh) +- function-bind@1.1.2 (https://github.com/Raynos/function-bind) +- get-intrinsic@1.3.0 (https://github.com/ljharb/get-intrinsic) +- get-proto@1.0.1 (https://github.com/ljharb/get-proto) +- get-stream@5.2.0 (https://github.com/sindresorhus/get-stream) +- gopd@1.2.0 (https://github.com/ljharb/gopd) +- graceful-fs@4.2.10 (https://github.com/isaacs/node-graceful-fs) +- has-symbols@1.1.0 (https://github.com/inspect-js/has-symbols) +- hasown@2.0.2 (https://github.com/inspect-js/hasOwn) +- hono@4.11.3 (https://github.com/honojs/hono) +- http-errors@2.0.1 (https://github.com/jshttp/http-errors) +- https-proxy-agent@7.0.6 (https://github.com/TooTallNate/proxy-agents) +- iconv-lite@0.7.0 (https://github.com/pillarjs/iconv-lite) +- inherits@2.0.4 (https://github.com/isaacs/inherits) +- ip-address@9.0.5 (https://github.com/beaugunderson/ip-address) +- ipaddr.js@1.9.1 (https://github.com/whitequark/ipaddr.js) +- is-docker@2.2.1 (https://github.com/sindresorhus/is-docker) +- is-promise@4.0.0 (https://github.com/then/is-promise) +- is-wsl@2.2.0 (https://github.com/sindresorhus/is-wsl) +- isexe@2.0.0 (https://github.com/isaacs/isexe) +- jose@6.1.3 (https://github.com/panva/jose) +- jpeg-js@0.4.4 (https://github.com/eugeneware/jpeg-js) +- jsbn@1.1.0 (https://github.com/andyperlitch/jsbn) +- json-schema-traverse@1.0.0 (https://github.com/epoberezkin/json-schema-traverse) +- json-schema-typed@8.0.2 (https://github.com/RemyRylan/json-schema-typed) +- math-intrinsics@1.1.0 (https://github.com/es-shims/math-intrinsics) +- media-typer@1.1.0 (https://github.com/jshttp/media-typer) +- merge-descriptors@2.0.0 (https://github.com/sindresorhus/merge-descriptors) +- mime-db@1.54.0 (https://github.com/jshttp/mime-db) +- mime-types@3.0.1 (https://github.com/jshttp/mime-types) +- mime@3.0.0 (https://github.com/broofa/mime) +- minimatch@3.1.2 (https://github.com/isaacs/minimatch) +- ms@2.1.2 (https://github.com/zeit/ms) +- ms@2.1.3 (https://github.com/vercel/ms) +- negotiator@1.0.0 (https://github.com/jshttp/negotiator) +- object-assign@4.1.1 (https://github.com/sindresorhus/object-assign) +- object-inspect@1.13.4 (https://github.com/inspect-js/object-inspect) +- on-finished@2.4.1 (https://github.com/jshttp/on-finished) +- once@1.4.0 (https://github.com/isaacs/once) +- open@8.4.0 (https://github.com/sindresorhus/open) +- parseurl@1.3.3 (https://github.com/pillarjs/parseurl) +- path-key@3.1.1 (https://github.com/sindresorhus/path-key) +- path-to-regexp@8.2.0 (https://github.com/pillarjs/path-to-regexp) +- pend@1.2.0 (https://github.com/andrewrk/node-pend) +- pkce-challenge@5.0.0 (https://github.com/crouchcd/pkce-challenge) +- pngjs@6.0.0 (https://github.com/lukeapage/pngjs) +- progress@2.0.3 (https://github.com/visionmedia/node-progress) +- proxy-addr@2.0.7 (https://github.com/jshttp/proxy-addr) +- proxy-from-env@1.1.0 (https://github.com/Rob--W/proxy-from-env) +- pump@3.0.2 (https://github.com/mafintosh/pump) +- qs@6.14.1 (https://github.com/ljharb/qs) +- range-parser@1.2.1 (https://github.com/jshttp/range-parser) +- raw-body@3.0.2 (https://github.com/stream-utils/raw-body) +- require-from-string@2.0.2 (https://github.com/floatdrop/require-from-string) +- retry@0.12.0 (https://github.com/tim-kos/node-retry) +- router@2.2.0 (https://github.com/pillarjs/router) +- safe-buffer@5.2.1 (https://github.com/feross/safe-buffer) +- safer-buffer@2.1.2 (https://github.com/ChALkeR/safer-buffer) +- send@1.2.0 (https://github.com/pillarjs/send) +- serve-static@2.2.0 (https://github.com/expressjs/serve-static) +- setprototypeof@1.2.0 (https://github.com/wesleytodd/setprototypeof) +- shebang-command@2.0.0 (https://github.com/kevva/shebang-command) +- shebang-regex@3.0.0 (https://github.com/sindresorhus/shebang-regex) +- side-channel-list@1.0.0 (https://github.com/ljharb/side-channel-list) +- side-channel-map@1.0.1 (https://github.com/ljharb/side-channel-map) +- side-channel-weakmap@1.0.2 (https://github.com/ljharb/side-channel-weakmap) +- side-channel@1.1.0 (https://github.com/ljharb/side-channel) +- signal-exit@3.0.7 (https://github.com/tapjs/signal-exit) +- smart-buffer@4.2.0 (https://github.com/JoshGlazebrook/smart-buffer) +- socks-proxy-agent@8.0.5 (https://github.com/TooTallNate/proxy-agents) +- socks@2.8.3 (https://github.com/JoshGlazebrook/socks) +- sprintf-js@1.1.3 (https://github.com/alexei/sprintf.js) +- statuses@2.0.2 (https://github.com/jshttp/statuses) +- toidentifier@1.0.1 (https://github.com/component/toidentifier) +- type-is@2.0.1 (https://github.com/jshttp/type-is) +- unpipe@1.0.0 (https://github.com/stream-utils/unpipe) +- vary@1.1.2 (https://github.com/jshttp/vary) +- which@2.0.2 (https://github.com/isaacs/node-which) +- wrappy@1.0.2 (https://github.com/npm/wrappy) +- ws@8.17.1 (https://github.com/websockets/ws) +- yaml@2.6.0 (https://github.com/eemeli/yaml) +- yauzl@3.2.0 (https://github.com/thejoshwolfe/yauzl) +- yazl@2.5.1 (https://github.com/thejoshwolfe/yazl) +- zod-to-json-schema@3.25.1 (https://github.com/StefanTerdell/zod-to-json-schema) +- zod@4.3.5 (https://github.com/colinhacks/zod) + +%% @hono/node-server@1.19.8 NOTICES AND INFORMATION BEGIN HERE +========================================= +# Node.js Adapter for Hono + +This adapter `@hono/node-server` allows you to run your Hono application on Node.js. +Initially, Hono wasn't designed for Node.js, but with this adapter, you can now use Hono on Node.js. +It utilizes web standard APIs implemented in Node.js version 18 or higher. + +## Benchmarks + +Hono is 3.5 times faster than Express. + +Express: + +```txt +$ bombardier -d 10s --fasthttp http://localhost:3000/ + +Statistics Avg Stdev Max + Reqs/sec 16438.94 1603.39 19155.47 + Latency 7.60ms 7.51ms 559.89ms + HTTP codes: + 1xx - 0, 2xx - 164494, 3xx - 0, 4xx - 0, 5xx - 0 + others - 0 + Throughput: 4.55MB/s +``` + +Hono + `@hono/node-server`: + +```txt +$ bombardier -d 10s --fasthttp http://localhost:3000/ + +Statistics Avg Stdev Max + Reqs/sec 58296.56 5512.74 74403.56 + Latency 2.14ms 1.46ms 190.92ms + HTTP codes: + 1xx - 0, 2xx - 583059, 3xx - 0, 4xx - 0, 5xx - 0 + others - 0 + Throughput: 12.56MB/s +``` + +## Requirements + +It works on Node.js versions greater than 18.x. The specific required Node.js versions are as follows: + +- 18.x => 18.14.1+ +- 19.x => 19.7.0+ +- 20.x => 20.0.0+ + +Essentially, you can simply use the latest version of each major release. + +## Installation + +You can install it from the npm registry with `npm` command: + +```sh +npm install @hono/node-server +``` + +Or use `yarn`: + +```sh +yarn add @hono/node-server +``` + +## Usage + +Just import `@hono/node-server` at the top and write the code as usual. +The same code that runs on Cloudflare Workers, Deno, and Bun will work. + +```ts +import { serve } from '@hono/node-server' +import { Hono } from 'hono' + +const app = new Hono() +app.get('/', (c) => c.text('Hono meets Node.js')) + +serve(app, (info) => { + console.log(`Listening on http://localhost:${info.port}`) // Listening on http://localhost:3000 +}) +``` + +For example, run it using `ts-node`. Then an HTTP server will be launched. The default port is `3000`. + +```sh +ts-node ./index.ts +``` + +Open `http://localhost:3000` with your browser. + +## Options + +### `port` + +```ts +serve({ + fetch: app.fetch, + port: 8787, // Port number, default is 3000 +}) +``` + +### `createServer` + +```ts +import { createServer } from 'node:https' +import fs from 'node:fs' + +//... + +serve({ + fetch: app.fetch, + createServer: createServer, + serverOptions: { + key: fs.readFileSync('test/fixtures/keys/agent1-key.pem'), + cert: fs.readFileSync('test/fixtures/keys/agent1-cert.pem'), + }, +}) +``` + +### `overrideGlobalObjects` + +The default value is `true`. The Node.js Adapter rewrites the global Request/Response and uses a lightweight Request/Response to improve performance. If you don't want to do that, set `false`. + +```ts +serve({ + fetch: app.fetch, + overrideGlobalObjects: false, +}) +``` + +### `autoCleanupIncoming` + +The default value is `true`. The Node.js Adapter automatically cleans up (explicitly call `destroy()` method) if application is not finished to consume the incoming request. If you don't want to do that, set `false`. + +If the application accepts connections from arbitrary clients, this cleanup must be done otherwise incomplete requests from clients may cause the application to stop responding. If your application only accepts connections from trusted clients, such as in a reverse proxy environment and there is no process that returns a response without reading the body of the POST request all the way through, you can improve performance by setting it to `false`. + +```ts +serve({ + fetch: app.fetch, + autoCleanupIncoming: false, +}) +``` + +## Middleware + +Most built-in middleware also works with Node.js. +Read [the documentation](https://hono.dev/middleware/builtin/basic-auth) and use the Middleware of your liking. + +```ts +import { serve } from '@hono/node-server' +import { Hono } from 'hono' +import { prettyJSON } from 'hono/pretty-json' + +const app = new Hono() + +app.get('*', prettyJSON()) +app.get('/', (c) => c.json({ 'Hono meets': 'Node.js' })) + +serve(app) +``` + +## Serve Static Middleware + +Use Serve Static Middleware that has been created for Node.js. + +```ts +import { serveStatic } from '@hono/node-server/serve-static' + +//... + +app.use('/static/*', serveStatic({ root: './' })) +``` + +If using a relative path, `root` will be relative to the current working directory from which the app was started. + +This can cause confusion when running your application locally. + +Imagine your project structure is: + +``` +my-hono-project/ + src/ + index.ts + static/ + index.html +``` + +Typically, you would run your app from the project's root directory (`my-hono-project`), +so you would need the following code to serve the `static` folder: + +```ts +app.use('/static/*', serveStatic({ root: './static' })) +``` + +Notice that `root` here is not relative to `src/index.ts`, rather to `my-hono-project`. + +### Options + +#### `rewriteRequestPath` + +If you want to serve files in `./.foojs` with the request path `/__foo/*`, you can write like the following. + +```ts +app.use( + '/__foo/*', + serveStatic({ + root: './.foojs/', + rewriteRequestPath: (path: string) => path.replace(/^\/__foo/, ''), + }) +) +``` + +#### `onFound` + +You can specify handling when the requested file is found with `onFound`. + +```ts +app.use( + '/static/*', + serveStatic({ + // ... + onFound: (_path, c) => { + c.header('Cache-Control', `public, immutable, max-age=31536000`) + }, + }) +) +``` + +#### `onNotFound` + +The `onNotFound` is useful for debugging. You can write a handle for when a file is not found. + +```ts +app.use( + '/static/*', + serveStatic({ + root: './non-existent-dir', + onNotFound: (path, c) => { + console.log(`${path} is not found, request to ${c.req.path}`) + }, + }) +) +``` + +#### `precompressed` + +The `precompressed` option checks if files with extensions like `.br` or `.gz` are available and serves them based on the `Accept-Encoding` header. It prioritizes Brotli, then Zstd, and Gzip. If none are available, it serves the original file. + +```ts +app.use( + '/static/*', + serveStatic({ + precompressed: true, + }) +) +``` + +## ConnInfo Helper + +You can use the [ConnInfo Helper](https://hono.dev/docs/helpers/conninfo) by importing `getConnInfo` from `@hono/node-server/conninfo`. + +```ts +import { getConnInfo } from '@hono/node-server/conninfo' + +app.get('/', (c) => { + const info = getConnInfo(c) // info is `ConnInfo` + return c.text(`Your remote address is ${info.remote.address}`) +}) +``` + +## Accessing Node.js API + +You can access the Node.js API from `c.env` in Node.js. For example, if you want to specify a type, you can write the following. + +```ts +import { serve } from '@hono/node-server' +import type { HttpBindings } from '@hono/node-server' +import { Hono } from 'hono' + +const app = new Hono<{ Bindings: HttpBindings }>() + +app.get('/', (c) => { + return c.json({ + remoteAddress: c.env.incoming.socket.remoteAddress, + }) +}) + +serve(app) +``` + +The APIs that you can get from `c.env` are as follows. + +```ts +type HttpBindings = { + incoming: IncomingMessage + outgoing: ServerResponse +} + +type Http2Bindings = { + incoming: Http2ServerRequest + outgoing: Http2ServerResponse +} +``` + +## Direct response from Node.js API + +You can directly respond to the client from the Node.js API. +In that case, the response from Hono should be ignored, so return `RESPONSE_ALREADY_SENT`. + +> [!NOTE] +> This feature can be used when migrating existing Node.js applications to Hono, but we recommend using Hono's API for new applications. + +```ts +import { serve } from '@hono/node-server' +import type { HttpBindings } from '@hono/node-server' +import { RESPONSE_ALREADY_SENT } from '@hono/node-server/utils/response' +import { Hono } from 'hono' + +const app = new Hono<{ Bindings: HttpBindings }>() + +app.get('/', (c) => { + const { outgoing } = c.env + outgoing.writeHead(200, { 'Content-Type': 'text/plain' }) + outgoing.end('Hello World\n') + + return RESPONSE_ALREADY_SENT +}) + +serve(app) +``` + +## Listen to a UNIX domain socket + +You can configure the HTTP server to listen to a UNIX domain socket instead of a TCP port. + +```ts +import { createAdaptorServer } from '@hono/node-server' + +// ... + +const socketPath ='/tmp/example.sock' + +const server = createAdaptorServer(app) +server.listen(socketPath, () => { + console.log(`Listening on ${socketPath}`) +}) +``` + +## Related projects + +- Hono - +- Hono GitHub repository - + +## Author + +Yusuke Wada + +## License + +MIT +========================================= +END OF @hono/node-server@1.19.8 AND INFORMATION + +%% @lowire/loop@0.0.25 NOTICES AND INFORMATION BEGIN HERE +========================================= +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright (c) Microsoft Corporation. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +========================================= +END OF @lowire/loop@0.0.25 AND INFORMATION + +%% @modelcontextprotocol/sdk@1.25.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 Anthropic, PBC + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF @modelcontextprotocol/sdk@1.25.2 AND INFORMATION + +%% accepts@2.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF accepts@2.0.0 AND INFORMATION + +%% agent-base@7.1.4 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2013 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF agent-base@7.1.4 AND INFORMATION + +%% ajv-formats@3.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2020 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF ajv-formats@3.0.1 AND INFORMATION + +%% ajv@8.17.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2015-2021 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF ajv@8.17.1 AND INFORMATION + +%% balanced-match@1.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF balanced-match@1.0.2 AND INFORMATION + +%% body-parser@2.2.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF body-parser@2.2.1 AND INFORMATION + +%% brace-expansion@1.1.12 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF brace-expansion@1.1.12 AND INFORMATION + +%% buffer-crc32@0.2.13 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License + +Copyright (c) 2013 Brian J. Brennan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the +Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, +INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR +PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE +FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF buffer-crc32@0.2.13 AND INFORMATION + +%% bytes@3.1.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015 Jed Watson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF bytes@3.1.2 AND INFORMATION + +%% call-bind-apply-helpers@1.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF call-bind-apply-helpers@1.0.2 AND INFORMATION + +%% call-bound@1.0.4 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF call-bound@1.0.4 AND INFORMATION + +%% codemirror@5.65.18 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (C) 2017 by Marijn Haverbeke and others + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF codemirror@5.65.18 AND INFORMATION + +%% colors@1.4.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Original Library + - Copyright (c) Marak Squires + +Additional Functionality + - Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF colors@1.4.0 AND INFORMATION + +%% commander@13.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2011 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF commander@13.1.0 AND INFORMATION + +%% concat-map@0.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF concat-map@0.0.1 AND INFORMATION + +%% content-disposition@1.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF content-disposition@1.0.0 AND INFORMATION + +%% content-type@1.0.5 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF content-type@1.0.5 AND INFORMATION + +%% cookie-signature@1.2.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2012–2024 LearnBoost and other contributors; + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF cookie-signature@1.2.2 AND INFORMATION + +%% cookie@0.7.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2012-2014 Roman Shtylman +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF cookie@0.7.2 AND INFORMATION + +%% cors@2.8.5 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2013 Troy Goode + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF cors@2.8.5 AND INFORMATION + +%% cross-spawn@7.0.6 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2018 Made With MOXY Lda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF cross-spawn@7.0.6 AND INFORMATION + +%% debug@4.3.4 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2018-2021 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF debug@4.3.4 AND INFORMATION + +%% debug@4.4.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2018-2021 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF debug@4.4.0 AND INFORMATION + +%% debug@4.4.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2017 TJ Holowaychuk +Copyright (c) 2018-2021 Josh Junon + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software +and associated documentation files (the 'Software'), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT +LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF debug@4.4.3 AND INFORMATION + +%% define-lazy-prop@2.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF define-lazy-prop@2.0.0 AND INFORMATION + +%% depd@2.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2018 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF depd@2.0.0 AND INFORMATION + +%% diff@7.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +BSD 3-Clause License + +Copyright (c) 2009-2015, Kevin Decker +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +========================================= +END OF diff@7.0.0 AND INFORMATION + +%% dotenv@16.4.5 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2015, Scott Motte +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +========================================= +END OF dotenv@16.4.5 AND INFORMATION + +%% dunder-proto@1.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 ECMAScript Shims + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF dunder-proto@1.0.1 AND INFORMATION + +%% ee-first@1.1.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF ee-first@1.1.1 AND INFORMATION + +%% encodeurl@2.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF encodeurl@2.0.0 AND INFORMATION + +%% end-of-stream@1.4.4 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2014 Mathias Buus + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF end-of-stream@1.4.4 AND INFORMATION + +%% es-define-property@1.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF es-define-property@1.0.1 AND INFORMATION + +%% es-errors@1.3.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF es-errors@1.3.0 AND INFORMATION + +%% es-object-atoms@1.1.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF es-object-atoms@1.1.1 AND INFORMATION + +%% escape-html@1.0.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2012-2013 TJ Holowaychuk +Copyright (c) 2015 Andreas Lubbe +Copyright (c) 2015 Tiancheng "Timothy" Gu + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF escape-html@1.0.3 AND INFORMATION + +%% etag@1.8.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF etag@1.8.1 AND INFORMATION + +%% eventsource-parser@3.0.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2025 Espen Hovlandsdal + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF eventsource-parser@3.0.3 AND INFORMATION + +%% eventsource@3.0.7 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License + +Copyright (c) EventSource GitHub organisation + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF eventsource@3.0.7 AND INFORMATION + +%% express-rate-limit@7.5.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +# MIT License + +Copyright 2023 Nathan Friedly, Vedant K + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF express-rate-limit@7.5.1 AND INFORMATION + +%% express@5.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2009-2014 TJ Holowaychuk +Copyright (c) 2013-2014 Roman Shtylman +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF express@5.1.0 AND INFORMATION + +%% fast-deep-equal@3.1.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF fast-deep-equal@3.1.3 AND INFORMATION + +%% fast-uri@3.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2011-2021, Gary Court until https://github.com/garycourt/uri-js/commit/a1acf730b4bba3f1097c9f52e7d9d3aba8cdcaae +Copyright (c) 2021-present The Fastify team +All rights reserved. + +The Fastify team members are listed at https://github.com/fastify/fastify#team. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * The names of any contributors may not be used to endorse or promote + products derived from this software without specific prior written + permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + * * * + +The complete list of contributors can be found at: +- https://github.com/garycourt/uri-js/graphs/contributors +========================================= +END OF fast-uri@3.1.0 AND INFORMATION + +%% finalhandler@2.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF finalhandler@2.1.0 AND INFORMATION + +%% forwarded@0.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF forwarded@0.2.0 AND INFORMATION + +%% fresh@2.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2016-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF fresh@2.0.0 AND INFORMATION + +%% function-bind@1.1.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2013 Raynos. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF function-bind@1.1.2 AND INFORMATION + +%% get-intrinsic@1.3.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2020 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF get-intrinsic@1.3.0 AND INFORMATION + +%% get-proto@1.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2025 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF get-proto@1.0.1 AND INFORMATION + +%% get-stream@5.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF get-stream@5.2.0 AND INFORMATION + +%% gopd@1.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2022 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF gopd@1.2.0 AND INFORMATION + +%% graceful-fs@4.2.10 NOTICES AND INFORMATION BEGIN HERE +========================================= +The ISC License + +Copyright (c) 2011-2022 Isaac Z. Schlueter, Ben Noordhuis, and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF graceful-fs@4.2.10 AND INFORMATION + +%% has-symbols@1.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2016 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF has-symbols@1.1.0 AND INFORMATION + +%% hasown@2.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Jordan Harband and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF hasown@2.0.2 AND INFORMATION + +%% hono@4.11.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2021 - present, Yusuke Wada and Hono contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF hono@4.11.3 AND INFORMATION + +%% http-errors@2.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong me@jongleberry.com +Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF http-errors@2.0.1 AND INFORMATION + +%% https-proxy-agent@7.0.6 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2013 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF https-proxy-agent@7.0.6 AND INFORMATION + +%% iconv-lite@0.7.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2011 Alexander Shtuchkin + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF iconv-lite@0.7.0 AND INFORMATION + +%% inherits@2.0.4 NOTICES AND INFORMATION BEGIN HERE +========================================= +The ISC License + +Copyright (c) Isaac Z. Schlueter + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF inherits@2.0.4 AND INFORMATION + +%% ip-address@9.0.5 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (C) 2011 by Beau Gunderson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF ip-address@9.0.5 AND INFORMATION + +%% ipaddr.js@1.9.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (C) 2011-2017 whitequark + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF ipaddr.js@1.9.1 AND INFORMATION + +%% is-docker@2.2.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF is-docker@2.2.1 AND INFORMATION + +%% is-promise@4.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2014 Forbes Lindesay + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF is-promise@4.0.0 AND INFORMATION + +%% is-wsl@2.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF is-wsl@2.2.0 AND INFORMATION + +%% isexe@2.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF isexe@2.0.0 AND INFORMATION + +%% jose@6.1.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2018 Filip Skokan + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF jose@6.1.3 AND INFORMATION + +%% jpeg-js@0.4.4 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2014, Eugene Ware +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of Eugene Ware nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY EUGENE WARE ''AS IS'' AND ANY +EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL EUGENE WARE BE LIABLE FOR ANY +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +========================================= +END OF jpeg-js@0.4.4 AND INFORMATION + +%% jsbn@1.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +Licensing +--------- + +This software is covered under the following copyright: + +/* + * Copyright (c) 2003-2005 Tom Wu + * All Rights Reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, + * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY + * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + * + * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, + * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER + * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF + * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT + * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + * In addition, the following condition applies: + * + * All redistributions must retain an intact copy of this copyright notice + * and disclaimer. + */ + +Address all questions regarding this license to: + + Tom Wu + tjw@cs.Stanford.EDU +========================================= +END OF jsbn@1.1.0 AND INFORMATION + +%% json-schema-traverse@1.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2017 Evgeny Poberezkin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF json-schema-traverse@1.0.0 AND INFORMATION + +%% json-schema-typed@8.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +BSD 2-Clause License + +Original source code is copyright (c) 2019-2025 Remy Rylan + + +All JSON Schema documentation and descriptions are copyright (c): + +2009 [draft-0] IETF Trust , Kris Zyp , +and SitePen (USA) . + +2009 [draft-1] IETF Trust , Kris Zyp , +and SitePen (USA) . + +2010 [draft-2] IETF Trust , Kris Zyp , +and SitePen (USA) . + +2010 [draft-3] IETF Trust , Kris Zyp , +Gary Court , and SitePen (USA) . + +2013 [draft-4] IETF Trust ), Francis Galiegue +, Kris Zyp , Gary Court +, and SitePen (USA) . + +2018 [draft-7] IETF Trust , Austin Wright , +Henry Andrews , Geraint Luff , and +Cloudflare, Inc. . + +2019 [draft-2019-09] IETF Trust , Austin Wright +, Henry Andrews , Ben Hutton +, and Greg Dennis . + +2020 [draft-2020-12] IETF Trust , Austin Wright +, Henry Andrews , Ben Hutton +, and Greg Dennis . + +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +========================================= +END OF json-schema-typed@8.0.2 AND INFORMATION + +%% math-intrinsics@1.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 ECMAScript Shims + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF math-intrinsics@1.1.0 AND INFORMATION + +%% media-typer@1.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF media-typer@1.1.0 AND INFORMATION + +%% merge-descriptors@2.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Jonathan Ong +Copyright (c) Douglas Christopher Wilson +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF merge-descriptors@2.0.0 AND INFORMATION + +%% mime-db@1.54.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF mime-db@1.54.0 AND INFORMATION + +%% mime-types@3.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF mime-types@3.0.1 AND INFORMATION + +%% mime@3.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2010 Benjamin Thomas, Robert Kieffer + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF mime@3.0.0 AND INFORMATION + +%% minimatch@3.1.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF minimatch@3.1.2 AND INFORMATION + +%% ms@2.1.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2016 Zeit, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF ms@2.1.2 AND INFORMATION + +%% ms@2.1.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2020 Vercel, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF ms@2.1.3 AND INFORMATION + +%% negotiator@1.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2012-2014 Federico Romero +Copyright (c) 2012-2014 Isaac Z. Schlueter +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF negotiator@1.0.0 AND INFORMATION + +%% object-assign@4.1.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF object-assign@4.1.1 AND INFORMATION + +%% object-inspect@1.13.4 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2013 James Halliday + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF object-inspect@1.13.4 AND INFORMATION + +%% on-finished@2.4.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2013 Jonathan Ong +Copyright (c) 2014 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF on-finished@2.4.1 AND INFORMATION + +%% once@1.4.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF once@1.4.0 AND INFORMATION + +%% open@8.4.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF open@8.4.0 AND INFORMATION + +%% parseurl@1.3.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF parseurl@1.3.3 AND INFORMATION + +%% path-key@3.1.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF path-key@3.1.1 AND INFORMATION + +%% path-to-regexp@8.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF path-to-regexp@8.2.0 AND INFORMATION + +%% pend@1.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (Expat) + +Copyright (c) 2014 Andrew Kelley + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation files +(the "Software"), to deal in the Software without restriction, +including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS +BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN +ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF pend@1.2.0 AND INFORMATION + +%% pkce-challenge@5.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2019 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF pkce-challenge@5.0.0 AND INFORMATION + +%% pngjs@6.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +pngjs2 original work Copyright (c) 2015 Luke Page & Original Contributors +pngjs derived work Copyright (c) 2012 Kuba Niegowski + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF pngjs@6.0.0 AND INFORMATION + +%% progress@2.0.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2017 TJ Holowaychuk + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF progress@2.0.3 AND INFORMATION + +%% proxy-addr@2.0.7 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF proxy-addr@2.0.7 AND INFORMATION + +%% proxy-from-env@1.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License + +Copyright (C) 2016-2018 Rob Wu + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF proxy-from-env@1.1.0 AND INFORMATION + +%% pump@3.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2014 Mathias Buus + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF pump@3.0.2 AND INFORMATION + +%% qs@6.14.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +BSD 3-Clause License + +Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +========================================= +END OF qs@6.14.1 AND INFORMATION + +%% range-parser@1.2.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF raw-body@3.0.2 AND INFORMATION + +%% require-from-string@2.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) Vsevolod Strukchinsky (github.com/floatdrop) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF require-from-string@2.0.2 AND INFORMATION + +%% retry@0.12.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2011: +Tim Koschützki (tim@debuggable.com) +Felix Geisendörfer (felix@debuggable.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. +========================================= +END OF retry@0.12.0 AND INFORMATION + +%% router@2.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2013 Roman Shtylman +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF router@2.2.0 AND INFORMATION + +%% safe-buffer@5.2.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF safe-buffer@5.2.1 AND INFORMATION + +%% safer-buffer@2.1.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2018 Nikita Skovoroda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF safer-buffer@2.1.2 AND INFORMATION + +%% send@1.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF send@1.2.0 AND INFORMATION + +%% serve-static@2.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2010 Sencha Inc. +Copyright (c) 2011 LearnBoost +Copyright (c) 2011 TJ Holowaychuk +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF serve-static@2.2.0 AND INFORMATION + +%% setprototypeof@1.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2015, Wes Todd + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF setprototypeof@1.2.0 AND INFORMATION + +%% shebang-command@2.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Kevin Mårtensson (github.com/kevva) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF shebang-command@2.0.0 AND INFORMATION + +%% shebang-regex@3.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF shebang-regex@3.0.0 AND INFORMATION + +%% side-channel-list@1.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF side-channel-list@1.0.0 AND INFORMATION + +%% side-channel-map@1.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF side-channel-map@1.0.1 AND INFORMATION + +%% side-channel-weakmap@1.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2019 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF side-channel-weakmap@1.0.2 AND INFORMATION + +%% side-channel@1.1.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2019 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF side-channel@1.1.0 AND INFORMATION + +%% signal-exit@3.0.7 NOTICES AND INFORMATION BEGIN HERE +========================================= +The ISC License + +Copyright (c) 2015, Contributors + +Permission to use, copy, modify, and/or distribute this software +for any purpose with or without fee is hereby granted, provided +that the above copyright notice and this permission notice +appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE +LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES +OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, +ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF signal-exit@3.0.7 AND INFORMATION + +%% smart-buffer@4.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2013-2017 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF smart-buffer@4.2.0 AND INFORMATION + +%% socks-proxy-agent@8.0.5 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2013 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF socks-proxy-agent@8.0.5 AND INFORMATION + +%% socks@2.8.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2013 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF socks@2.8.3 AND INFORMATION + +%% sprintf-js@1.1.3 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2007-present, Alexandru Mărășteanu +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +* Neither the name of this software nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +========================================= +END OF sprintf-js@1.1.3 AND INFORMATION + +%% statuses@2.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +========================================= +END OF statuses@2.0.2 AND INFORMATION + +%% toidentifier@1.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF toidentifier@1.0.1 AND INFORMATION + +%% type-is@2.0.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF type-is@2.0.1 AND INFORMATION + +%% unpipe@1.0.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF unpipe@1.0.0 AND INFORMATION + +%% vary@1.1.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF vary@1.1.2 AND INFORMATION + +%% which@2.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF which@2.0.2 AND INFORMATION + +%% wrappy@1.0.2 NOTICES AND INFORMATION BEGIN HERE +========================================= +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF wrappy@1.0.2 AND INFORMATION + +%% ws@8.17.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright (c) 2011 Einar Otto Stangvik +Copyright (c) 2013 Arnout Kazemier and contributors +Copyright (c) 2016 Luigi Pinca and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +========================================= +END OF ws@8.17.1 AND INFORMATION + +%% yaml@2.6.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +Copyright Eemeli Aro + +Permission to use, copy, modify, and/or distribute this software for any purpose +with or without fee is hereby granted, provided that the above copyright notice +and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF +THIS SOFTWARE. +========================================= +END OF yaml@2.6.0 AND INFORMATION + +%% yauzl@3.2.0 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2014 Josh Wolfe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF yauzl@3.2.0 AND INFORMATION + +%% yazl@2.5.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +The MIT License (MIT) + +Copyright (c) 2014 Josh Wolfe + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF yazl@2.5.1 AND INFORMATION + +%% zod-to-json-schema@3.25.1 NOTICES AND INFORMATION BEGIN HERE +========================================= +ISC License + +Copyright (c) 2020, Stefan Terdell + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +========================================= +END OF zod-to-json-schema@3.25.1 AND INFORMATION + +%% zod@4.3.5 NOTICES AND INFORMATION BEGIN HERE +========================================= +MIT License + +Copyright (c) 2025 Colin McDonnell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +========================================= +END OF zod@4.3.5 AND INFORMATION + +SUMMARY BEGIN HERE +========================================= +Total Packages: 133 +========================================= +END OF SUMMARY \ No newline at end of file diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/install_media_pack.ps1 b/projects/org-skill-web-research/node_modules/playwright-core/bin/install_media_pack.ps1 new file mode 100644 index 0000000..6170754 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/install_media_pack.ps1 @@ -0,0 +1,5 @@ +$osInfo = Get-WmiObject -Class Win32_OperatingSystem +# check if running on Windows Server +if ($osInfo.ProductType -eq 3) { + Install-WindowsFeature Server-Media-Foundation +} diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/install_webkit_wsl.ps1 b/projects/org-skill-web-research/node_modules/playwright-core/bin/install_webkit_wsl.ps1 new file mode 100644 index 0000000..ccaaf15 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/install_webkit_wsl.ps1 @@ -0,0 +1,33 @@ +$ErrorActionPreference = 'Stop' + +# This script sets up a WSL distribution that will be used to run WebKit. + +$Distribution = "playwright" +$Username = "pwuser" + +$distributions = (wsl --list --quiet) -split "\r?\n" +if ($distributions -contains $Distribution) { + Write-Host "WSL distribution '$Distribution' already exists. Skipping installation." +} else { + Write-Host "Installing new WSL distribution '$Distribution'..." + $VhdSize = "10GB" + wsl --install -d Ubuntu-24.04 --name $Distribution --no-launch --vhd-size $VhdSize + wsl -d $Distribution -u root adduser --gecos GECOS --disabled-password $Username +} + +$pwshDirname = (Resolve-Path -Path $PSScriptRoot).Path; +$playwrightCoreRoot = Resolve-Path (Join-Path $pwshDirname "..") + +$initScript = @" +if [ ! -f "/home/$Username/node/bin/node" ]; then + mkdir -p /home/$Username/node + curl -fsSL https://nodejs.org/dist/v22.17.0/node-v22.17.0-linux-x64.tar.xz -o /home/$Username/node/node-v22.17.0-linux-x64.tar.xz + tar -xJf /home/$Username/node/node-v22.17.0-linux-x64.tar.xz -C /home/$Username/node --strip-components=1 + sudo -u $Username echo 'export PATH=/home/$Username/node/bin:\`$PATH' >> /home/$Username/.profile +fi +/home/$Username/node/bin/node cli.js install-deps webkit +sudo -u $Username PLAYWRIGHT_SKIP_BROWSER_GC=1 /home/$Username/node/bin/node cli.js install webkit +"@ -replace "\r\n", "`n" + +wsl -d $Distribution --cd $playwrightCoreRoot -u root -- bash -c "$initScript" +Write-Host "Done!" \ No newline at end of file diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh new file mode 100755 index 0000000..0451bda --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh @@ -0,0 +1,42 @@ +#!/usr/bin/env bash +set -e +set -x + +if [[ $(arch) == "aarch64" ]]; then + echo "ERROR: not supported on Linux Arm64" + exit 1 +fi + +if [ -z "$PLAYWRIGHT_HOST_PLATFORM_OVERRIDE" ]; then + if [[ ! -f "/etc/os-release" ]]; then + echo "ERROR: cannot install on unknown linux distribution (/etc/os-release is missing)" + exit 1 + fi + + ID=$(bash -c 'source /etc/os-release && echo $ID') + if [[ "${ID}" != "ubuntu" && "${ID}" != "debian" ]]; then + echo "ERROR: cannot install on $ID distribution - only Ubuntu and Debian are supported" + exit 1 + fi +fi + +# 1. make sure to remove old beta if any. +if dpkg --get-selections | grep -q "^google-chrome-beta[[:space:]]*install$" >/dev/null; then + apt-get remove -y google-chrome-beta +fi + +# 2. Update apt lists (needed to install curl and chrome dependencies) +apt-get update + +# 3. Install curl to download chrome +if ! command -v curl >/dev/null; then + apt-get install -y curl +fi + +# 4. download chrome beta from dl.google.com and install it. +cd /tmp +curl -O https://dl.google.com/linux/direct/google-chrome-beta_current_amd64.deb +apt-get install -y ./google-chrome-beta_current_amd64.deb +rm -rf ./google-chrome-beta_current_amd64.deb +cd - +google-chrome-beta --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh new file mode 100755 index 0000000..617e3b5 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh @@ -0,0 +1,13 @@ +#!/usr/bin/env bash +set -e +set -x + +rm -rf "/Applications/Google Chrome Beta.app" +cd /tmp +curl --retry 3 -o ./googlechromebeta.dmg https://dl.google.com/chrome/mac/universal/beta/googlechromebeta.dmg +hdiutil attach -nobrowse -quiet -noautofsck -noautoopen -mountpoint /Volumes/googlechromebeta.dmg ./googlechromebeta.dmg +cp -pR "/Volumes/googlechromebeta.dmg/Google Chrome Beta.app" /Applications +hdiutil detach /Volumes/googlechromebeta.dmg +rm -rf /tmp/googlechromebeta.dmg + +/Applications/Google\ Chrome\ Beta.app/Contents/MacOS/Google\ Chrome\ Beta --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 new file mode 100644 index 0000000..3fbe551 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 @@ -0,0 +1,24 @@ +$ErrorActionPreference = 'Stop' + +$url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' + +Write-Host "Downloading Google Chrome Beta" +$wc = New-Object net.webclient +$msiInstaller = "$env:temp\google-chrome-beta.msi" +$wc.Downloadfile($url, $msiInstaller) + +Write-Host "Installing Google Chrome Beta" +$arguments = "/i `"$msiInstaller`" /quiet" +Start-Process msiexec.exe -ArgumentList $arguments -Wait +Remove-Item $msiInstaller + +$suffix = "\\Google\\Chrome Beta\\Application\\chrome.exe" +if (Test-Path "${env:ProgramFiles(x86)}$suffix") { + (Get-Item "${env:ProgramFiles(x86)}$suffix").VersionInfo +} elseif (Test-Path "${env:ProgramFiles}$suffix") { + (Get-Item "${env:ProgramFiles}$suffix").VersionInfo +} else { + Write-Host "ERROR: Failed to install Google Chrome Beta." + Write-Host "ERROR: This could be due to insufficient privileges, in which case re-running as Administrator may help." + exit 1 +} diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh new file mode 100755 index 0000000..78f1d41 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh @@ -0,0 +1,42 @@ +#!/usr/bin/env bash +set -e +set -x + +if [[ $(arch) == "aarch64" ]]; then + echo "ERROR: not supported on Linux Arm64" + exit 1 +fi + +if [ -z "$PLAYWRIGHT_HOST_PLATFORM_OVERRIDE" ]; then + if [[ ! -f "/etc/os-release" ]]; then + echo "ERROR: cannot install on unknown linux distribution (/etc/os-release is missing)" + exit 1 + fi + + ID=$(bash -c 'source /etc/os-release && echo $ID') + if [[ "${ID}" != "ubuntu" && "${ID}" != "debian" ]]; then + echo "ERROR: cannot install on $ID distribution - only Ubuntu and Debian are supported" + exit 1 + fi +fi + +# 1. make sure to remove old stable if any. +if dpkg --get-selections | grep -q "^google-chrome[[:space:]]*install$" >/dev/null; then + apt-get remove -y google-chrome +fi + +# 2. Update apt lists (needed to install curl and chrome dependencies) +apt-get update + +# 3. Install curl to download chrome +if ! command -v curl >/dev/null; then + apt-get install -y curl +fi + +# 4. download chrome stable from dl.google.com and install it. +cd /tmp +curl -O https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +apt-get install -y ./google-chrome-stable_current_amd64.deb +rm -rf ./google-chrome-stable_current_amd64.deb +cd - +google-chrome --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh new file mode 100755 index 0000000..6aa650a --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +set -e +set -x + +rm -rf "/Applications/Google Chrome.app" +cd /tmp +curl --retry 3 -o ./googlechrome.dmg https://dl.google.com/chrome/mac/universal/stable/GGRO/googlechrome.dmg +hdiutil attach -nobrowse -quiet -noautofsck -noautoopen -mountpoint /Volumes/googlechrome.dmg ./googlechrome.dmg +cp -pR "/Volumes/googlechrome.dmg/Google Chrome.app" /Applications +hdiutil detach /Volumes/googlechrome.dmg +rm -rf /tmp/googlechrome.dmg +/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 new file mode 100644 index 0000000..7ca2dba --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 @@ -0,0 +1,24 @@ +$ErrorActionPreference = 'Stop' +$url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' + +$wc = New-Object net.webclient +$msiInstaller = "$env:temp\google-chrome.msi" +Write-Host "Downloading Google Chrome" +$wc.Downloadfile($url, $msiInstaller) + +Write-Host "Installing Google Chrome" +$arguments = "/i `"$msiInstaller`" /quiet" +Start-Process msiexec.exe -ArgumentList $arguments -Wait +Remove-Item $msiInstaller + + +$suffix = "\\Google\\Chrome\\Application\\chrome.exe" +if (Test-Path "${env:ProgramFiles(x86)}$suffix") { + (Get-Item "${env:ProgramFiles(x86)}$suffix").VersionInfo +} elseif (Test-Path "${env:ProgramFiles}$suffix") { + (Get-Item "${env:ProgramFiles}$suffix").VersionInfo +} else { + Write-Host "ERROR: Failed to install Google Chrome." + Write-Host "ERROR: This could be due to insufficient privileges, in which case re-running as Administrator may help." + exit 1 +} diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh new file mode 100755 index 0000000..a1531a9 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh @@ -0,0 +1,48 @@ +#!/usr/bin/env bash + +set -e +set -x + +if [[ $(arch) == "aarch64" ]]; then + echo "ERROR: not supported on Linux Arm64" + exit 1 +fi + +if [ -z "$PLAYWRIGHT_HOST_PLATFORM_OVERRIDE" ]; then + if [[ ! -f "/etc/os-release" ]]; then + echo "ERROR: cannot install on unknown linux distribution (/etc/os-release is missing)" + exit 1 + fi + + ID=$(bash -c 'source /etc/os-release && echo $ID') + if [[ "${ID}" != "ubuntu" && "${ID}" != "debian" ]]; then + echo "ERROR: cannot install on $ID distribution - only Ubuntu and Debian are supported" + exit 1 + fi +fi + +# 1. make sure to remove old beta if any. +if dpkg --get-selections | grep -q "^microsoft-edge-beta[[:space:]]*install$" >/dev/null; then + apt-get remove -y microsoft-edge-beta +fi + +# 2. Install curl to download Microsoft gpg key +if ! command -v curl >/dev/null; then + apt-get update + apt-get install -y curl +fi + +# GnuPG is not preinstalled in slim images +if ! command -v gpg >/dev/null; then + apt-get update + apt-get install -y gpg +fi + +# 3. Add the GPG key, the apt repo, update the apt cache, and install the package +curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /tmp/microsoft.gpg +install -o root -g root -m 644 /tmp/microsoft.gpg /etc/apt/trusted.gpg.d/ +sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list' +rm /tmp/microsoft.gpg +apt-get update && apt-get install -y microsoft-edge-beta + +microsoft-edge-beta --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh new file mode 100755 index 0000000..72ec3e4 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +set -e +set -x + +cd /tmp +curl --retry 3 -o ./msedge_beta.pkg "$1" +# Note: there's no way to uninstall previously installed MSEdge. +# However, running PKG again seems to update installation. +sudo installer -pkg /tmp/msedge_beta.pkg -target / +rm -rf /tmp/msedge_beta.pkg +/Applications/Microsoft\ Edge\ Beta.app/Contents/MacOS/Microsoft\ Edge\ Beta --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 new file mode 100644 index 0000000..cce0d0b --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 @@ -0,0 +1,23 @@ +$ErrorActionPreference = 'Stop' +$url = $args[0] + +Write-Host "Downloading Microsoft Edge Beta" +$wc = New-Object net.webclient +$msiInstaller = "$env:temp\microsoft-edge-beta.msi" +$wc.Downloadfile($url, $msiInstaller) + +Write-Host "Installing Microsoft Edge Beta" +$arguments = "/i `"$msiInstaller`" /quiet" +Start-Process msiexec.exe -ArgumentList $arguments -Wait +Remove-Item $msiInstaller + +$suffix = "\\Microsoft\\Edge Beta\\Application\\msedge.exe" +if (Test-Path "${env:ProgramFiles(x86)}$suffix") { + (Get-Item "${env:ProgramFiles(x86)}$suffix").VersionInfo +} elseif (Test-Path "${env:ProgramFiles}$suffix") { + (Get-Item "${env:ProgramFiles}$suffix").VersionInfo +} else { + Write-Host "ERROR: Failed to install Microsoft Edge Beta." + Write-Host "ERROR: This could be due to insufficient privileges, in which case re-running as Administrator may help." + exit 1 +} diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh new file mode 100755 index 0000000..7fde34e --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh @@ -0,0 +1,48 @@ +#!/usr/bin/env bash + +set -e +set -x + +if [[ $(arch) == "aarch64" ]]; then + echo "ERROR: not supported on Linux Arm64" + exit 1 +fi + +if [ -z "$PLAYWRIGHT_HOST_PLATFORM_OVERRIDE" ]; then + if [[ ! -f "/etc/os-release" ]]; then + echo "ERROR: cannot install on unknown linux distribution (/etc/os-release is missing)" + exit 1 + fi + + ID=$(bash -c 'source /etc/os-release && echo $ID') + if [[ "${ID}" != "ubuntu" && "${ID}" != "debian" ]]; then + echo "ERROR: cannot install on $ID distribution - only Ubuntu and Debian are supported" + exit 1 + fi +fi + +# 1. make sure to remove old dev if any. +if dpkg --get-selections | grep -q "^microsoft-edge-dev[[:space:]]*install$" >/dev/null; then + apt-get remove -y microsoft-edge-dev +fi + +# 2. Install curl to download Microsoft gpg key +if ! command -v curl >/dev/null; then + apt-get update + apt-get install -y curl +fi + +# GnuPG is not preinstalled in slim images +if ! command -v gpg >/dev/null; then + apt-get update + apt-get install -y gpg +fi + +# 3. Add the GPG key, the apt repo, update the apt cache, and install the package +curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /tmp/microsoft.gpg +install -o root -g root -m 644 /tmp/microsoft.gpg /etc/apt/trusted.gpg.d/ +sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-dev.list' +rm /tmp/microsoft.gpg +apt-get update && apt-get install -y microsoft-edge-dev + +microsoft-edge-dev --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh new file mode 100755 index 0000000..3376e86 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +set -e +set -x + +cd /tmp +curl --retry 3 -o ./msedge_dev.pkg "$1" +# Note: there's no way to uninstall previously installed MSEdge. +# However, running PKG again seems to update installation. +sudo installer -pkg /tmp/msedge_dev.pkg -target / +rm -rf /tmp/msedge_dev.pkg +/Applications/Microsoft\ Edge\ Dev.app/Contents/MacOS/Microsoft\ Edge\ Dev --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 new file mode 100644 index 0000000..22e6db8 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 @@ -0,0 +1,23 @@ +$ErrorActionPreference = 'Stop' +$url = $args[0] + +Write-Host "Downloading Microsoft Edge Dev" +$wc = New-Object net.webclient +$msiInstaller = "$env:temp\microsoft-edge-dev.msi" +$wc.Downloadfile($url, $msiInstaller) + +Write-Host "Installing Microsoft Edge Dev" +$arguments = "/i `"$msiInstaller`" /quiet" +Start-Process msiexec.exe -ArgumentList $arguments -Wait +Remove-Item $msiInstaller + +$suffix = "\\Microsoft\\Edge Dev\\Application\\msedge.exe" +if (Test-Path "${env:ProgramFiles(x86)}$suffix") { + (Get-Item "${env:ProgramFiles(x86)}$suffix").VersionInfo +} elseif (Test-Path "${env:ProgramFiles}$suffix") { + (Get-Item "${env:ProgramFiles}$suffix").VersionInfo +} else { + Write-Host "ERROR: Failed to install Microsoft Edge Dev." + Write-Host "ERROR: This could be due to insufficient privileges, in which case re-running as Administrator may help." + exit 1 +} diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh new file mode 100755 index 0000000..4acb1db --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh @@ -0,0 +1,48 @@ +#!/usr/bin/env bash + +set -e +set -x + +if [[ $(arch) == "aarch64" ]]; then + echo "ERROR: not supported on Linux Arm64" + exit 1 +fi + +if [ -z "$PLAYWRIGHT_HOST_PLATFORM_OVERRIDE" ]; then + if [[ ! -f "/etc/os-release" ]]; then + echo "ERROR: cannot install on unknown linux distribution (/etc/os-release is missing)" + exit 1 + fi + + ID=$(bash -c 'source /etc/os-release && echo $ID') + if [[ "${ID}" != "ubuntu" && "${ID}" != "debian" ]]; then + echo "ERROR: cannot install on $ID distribution - only Ubuntu and Debian are supported" + exit 1 + fi +fi + +# 1. make sure to remove old stable if any. +if dpkg --get-selections | grep -q "^microsoft-edge-stable[[:space:]]*install$" >/dev/null; then + apt-get remove -y microsoft-edge-stable +fi + +# 2. Install curl to download Microsoft gpg key +if ! command -v curl >/dev/null; then + apt-get update + apt-get install -y curl +fi + +# GnuPG is not preinstalled in slim images +if ! command -v gpg >/dev/null; then + apt-get update + apt-get install -y gpg +fi + +# 3. Add the GPG key, the apt repo, update the apt cache, and install the package +curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /tmp/microsoft.gpg +install -o root -g root -m 644 /tmp/microsoft.gpg /etc/apt/trusted.gpg.d/ +sh -c 'echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-stable.list' +rm /tmp/microsoft.gpg +apt-get update && apt-get install -y microsoft-edge-stable + +microsoft-edge-stable --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh new file mode 100755 index 0000000..afcd2f5 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +set -e +set -x + +cd /tmp +curl --retry 3 -o ./msedge_stable.pkg "$1" +# Note: there's no way to uninstall previously installed MSEdge. +# However, running PKG again seems to update installation. +sudo installer -pkg /tmp/msedge_stable.pkg -target / +rm -rf /tmp/msedge_stable.pkg +/Applications/Microsoft\ Edge.app/Contents/MacOS/Microsoft\ Edge --version diff --git a/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 new file mode 100644 index 0000000..31fdf51 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 @@ -0,0 +1,24 @@ +$ErrorActionPreference = 'Stop' + +$url = $args[0] + +Write-Host "Downloading Microsoft Edge" +$wc = New-Object net.webclient +$msiInstaller = "$env:temp\microsoft-edge-stable.msi" +$wc.Downloadfile($url, $msiInstaller) + +Write-Host "Installing Microsoft Edge" +$arguments = "/i `"$msiInstaller`" /quiet" +Start-Process msiexec.exe -ArgumentList $arguments -Wait +Remove-Item $msiInstaller + +$suffix = "\\Microsoft\\Edge\\Application\\msedge.exe" +if (Test-Path "${env:ProgramFiles(x86)}$suffix") { + (Get-Item "${env:ProgramFiles(x86)}$suffix").VersionInfo +} elseif (Test-Path "${env:ProgramFiles}$suffix") { + (Get-Item "${env:ProgramFiles}$suffix").VersionInfo +} else { + Write-Host "ERROR: Failed to install Microsoft Edge." + Write-Host "ERROR: This could be due to insufficient privileges, in which case re-running as Administrator may help." + exit 1 +} \ No newline at end of file diff --git a/projects/org-skill-web-research/node_modules/playwright-core/browsers.json b/projects/org-skill-web-research/node_modules/playwright-core/browsers.json new file mode 100644 index 0000000..3a3432c --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/browsers.json @@ -0,0 +1,79 @@ +{ + "comment": "Do not edit this file, use utils/roll_browser.js", + "browsers": [ + { + "name": "chromium", + "revision": "1208", + "installByDefault": true, + "browserVersion": "145.0.7632.6", + "title": "Chrome for Testing" + }, + { + "name": "chromium-headless-shell", + "revision": "1208", + "installByDefault": true, + "browserVersion": "145.0.7632.6", + "title": "Chrome Headless Shell" + }, + { + "name": "chromium-tip-of-tree", + "revision": "1401", + "installByDefault": false, + "browserVersion": "146.0.7644.0", + "title": "Chrome Canary for Testing" + }, + { + "name": "chromium-tip-of-tree-headless-shell", + "revision": "1401", + "installByDefault": false, + "browserVersion": "146.0.7644.0", + "title": "Chrome Canary Headless Shell" + }, + { + "name": "firefox", + "revision": "1509", + "installByDefault": true, + "browserVersion": "146.0.1", + "title": "Firefox" + }, + { + "name": "firefox-beta", + "revision": "1504", + "installByDefault": false, + "browserVersion": "146.0b8", + "title": "Firefox Beta" + }, + { + "name": "webkit", + "revision": "2248", + "installByDefault": true, + "revisionOverrides": { + "debian11-x64": "2105", + "debian11-arm64": "2105", + "ubuntu20.04-x64": "2092", + "ubuntu20.04-arm64": "2092" + }, + "browserVersion": "26.0", + "title": "WebKit" + }, + { + "name": "ffmpeg", + "revision": "1011", + "installByDefault": true, + "revisionOverrides": { + "mac12": "1010", + "mac12-arm64": "1010" + } + }, + { + "name": "winldd", + "revision": "1007", + "installByDefault": false + }, + { + "name": "android", + "revision": "1001", + "installByDefault": false + } + ] +} diff --git a/projects/org-skill-web-research/node_modules/playwright-core/cli.js b/projects/org-skill-web-research/node_modules/playwright-core/cli.js new file mode 100755 index 0000000..fb309ea --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/cli.js @@ -0,0 +1,18 @@ +#!/usr/bin/env node +/** + * Copyright (c) Microsoft Corporation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +const { program } = require('./lib/cli/programWithTestStub'); +program.parse(process.argv); diff --git a/projects/org-skill-web-research/node_modules/playwright-core/index.d.ts b/projects/org-skill-web-research/node_modules/playwright-core/index.d.ts new file mode 100644 index 0000000..97c1493 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/index.d.ts @@ -0,0 +1,17 @@ +/** + * Copyright (c) Microsoft Corporation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +export * from './types/types'; diff --git a/projects/org-skill-web-research/node_modules/playwright-core/index.js b/projects/org-skill-web-research/node_modules/playwright-core/index.js new file mode 100644 index 0000000..d4991d0 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/index.js @@ -0,0 +1,32 @@ +/** + * Copyright (c) Microsoft Corporation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +const minimumMajorNodeVersion = 18; +const currentNodeVersion = process.versions.node; +const semver = currentNodeVersion.split('.'); +const [major] = [+semver[0]]; + +if (major < minimumMajorNodeVersion) { + console.error( + 'You are running Node.js ' + + currentNodeVersion + + '.\n' + + `Playwright requires Node.js ${minimumMajorNodeVersion} or higher. \n` + + 'Please update your version of Node.js.' + ); + process.exit(1); +} + +module.exports = require('./lib/inprocess'); diff --git a/projects/org-skill-web-research/node_modules/playwright-core/index.mjs b/projects/org-skill-web-research/node_modules/playwright-core/index.mjs new file mode 100644 index 0000000..3b3c75b --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/index.mjs @@ -0,0 +1,28 @@ +/** + * Copyright (c) Microsoft Corporation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +import playwright from './index.js'; + +export const chromium = playwright.chromium; +export const firefox = playwright.firefox; +export const webkit = playwright.webkit; +export const selectors = playwright.selectors; +export const devices = playwright.devices; +export const errors = playwright.errors; +export const request = playwright.request; +export const _electron = playwright._electron; +export const _android = playwright._android; +export default playwright; diff --git a/projects/org-skill-web-research/node_modules/playwright-core/lib/androidServerImpl.js b/projects/org-skill-web-research/node_modules/playwright-core/lib/androidServerImpl.js new file mode 100644 index 0000000..568548b --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/lib/androidServerImpl.js @@ -0,0 +1,65 @@ +"use strict"; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var androidServerImpl_exports = {}; +__export(androidServerImpl_exports, { + AndroidServerLauncherImpl: () => AndroidServerLauncherImpl +}); +module.exports = __toCommonJS(androidServerImpl_exports); +var import_playwrightServer = require("./remote/playwrightServer"); +var import_playwright = require("./server/playwright"); +var import_crypto = require("./server/utils/crypto"); +var import_utilsBundle = require("./utilsBundle"); +var import_progress = require("./server/progress"); +class AndroidServerLauncherImpl { + async launchServer(options = {}) { + const playwright = (0, import_playwright.createPlaywright)({ sdkLanguage: "javascript", isServer: true }); + const controller = new import_progress.ProgressController(); + let devices = await controller.run((progress) => playwright.android.devices(progress, { + host: options.adbHost, + port: options.adbPort, + omitDriverInstall: options.omitDriverInstall + })); + if (devices.length === 0) + throw new Error("No devices found"); + if (options.deviceSerialNumber) { + devices = devices.filter((d) => d.serial === options.deviceSerialNumber); + if (devices.length === 0) + throw new Error(`No device with serial number '${options.deviceSerialNumber}' was found`); + } + if (devices.length > 1) + throw new Error(`More than one device found. Please specify deviceSerialNumber`); + const device = devices[0]; + const path = options.wsPath ? options.wsPath.startsWith("/") ? options.wsPath : `/${options.wsPath}` : `/${(0, import_crypto.createGuid)()}`; + const server = new import_playwrightServer.PlaywrightServer({ mode: "launchServer", path, maxConnections: 1, preLaunchedAndroidDevice: device }); + const wsEndpoint = await server.listen(options.port, options.host); + const browserServer = new import_utilsBundle.ws.EventEmitter(); + browserServer.wsEndpoint = () => wsEndpoint; + browserServer.close = () => device.close(); + browserServer.kill = () => device.close(); + device.on("close", () => { + server.close(); + browserServer.emit("close"); + }); + return browserServer; + } +} +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + AndroidServerLauncherImpl +}); diff --git a/projects/org-skill-web-research/node_modules/playwright-core/lib/browserServerImpl.js b/projects/org-skill-web-research/node_modules/playwright-core/lib/browserServerImpl.js new file mode 100644 index 0000000..ac2b25d --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/lib/browserServerImpl.js @@ -0,0 +1,120 @@ +"use strict"; +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var browserServerImpl_exports = {}; +__export(browserServerImpl_exports, { + BrowserServerLauncherImpl: () => BrowserServerLauncherImpl +}); +module.exports = __toCommonJS(browserServerImpl_exports); +var import_playwrightServer = require("./remote/playwrightServer"); +var import_helper = require("./server/helper"); +var import_playwright = require("./server/playwright"); +var import_crypto = require("./server/utils/crypto"); +var import_debug = require("./server/utils/debug"); +var import_stackTrace = require("./utils/isomorphic/stackTrace"); +var import_time = require("./utils/isomorphic/time"); +var import_utilsBundle = require("./utilsBundle"); +var validatorPrimitives = __toESM(require("./protocol/validatorPrimitives")); +var import_progress = require("./server/progress"); +class BrowserServerLauncherImpl { + constructor(browserName) { + this._browserName = browserName; + } + async launchServer(options = {}) { + const playwright = (0, import_playwright.createPlaywright)({ sdkLanguage: "javascript", isServer: true }); + const metadata = { id: "", startTime: 0, endTime: 0, type: "Internal", method: "", params: {}, log: [], internal: true }; + const validatorContext = { + tChannelImpl: (names, arg, path2) => { + throw new validatorPrimitives.ValidationError(`${path2}: channels are not expected in launchServer`); + }, + binary: "buffer", + isUnderTest: import_debug.isUnderTest + }; + let launchOptions = { + ...options, + ignoreDefaultArgs: Array.isArray(options.ignoreDefaultArgs) ? options.ignoreDefaultArgs : void 0, + ignoreAllDefaultArgs: !!options.ignoreDefaultArgs && !Array.isArray(options.ignoreDefaultArgs), + env: options.env ? envObjectToArray(options.env) : void 0, + timeout: options.timeout ?? import_time.DEFAULT_PLAYWRIGHT_LAUNCH_TIMEOUT + }; + let browser; + try { + const controller = new import_progress.ProgressController(metadata); + browser = await controller.run(async (progress) => { + if (options._userDataDir !== void 0) { + const validator = validatorPrimitives.scheme["BrowserTypeLaunchPersistentContextParams"]; + launchOptions = validator({ ...launchOptions, userDataDir: options._userDataDir }, "", validatorContext); + const context = await playwright[this._browserName].launchPersistentContext(progress, options._userDataDir, launchOptions); + return context._browser; + } else { + const validator = validatorPrimitives.scheme["BrowserTypeLaunchParams"]; + launchOptions = validator(launchOptions, "", validatorContext); + return await playwright[this._browserName].launch(progress, launchOptions, toProtocolLogger(options.logger)); + } + }); + } catch (e) { + const log = import_helper.helper.formatBrowserLogs(metadata.log); + (0, import_stackTrace.rewriteErrorMessage)(e, `${e.message} Failed to launch browser.${log}`); + throw e; + } + const path = options.wsPath ? options.wsPath.startsWith("/") ? options.wsPath : `/${options.wsPath}` : `/${(0, import_crypto.createGuid)()}`; + const server = new import_playwrightServer.PlaywrightServer({ mode: options._sharedBrowser ? "launchServerShared" : "launchServer", path, maxConnections: Infinity, preLaunchedBrowser: browser }); + const wsEndpoint = await server.listen(options.port, options.host); + const browserServer = new import_utilsBundle.ws.EventEmitter(); + browserServer.process = () => browser.options.browserProcess.process; + browserServer.wsEndpoint = () => wsEndpoint; + browserServer.close = () => browser.options.browserProcess.close(); + browserServer[Symbol.asyncDispose] = browserServer.close; + browserServer.kill = () => browser.options.browserProcess.kill(); + browserServer._disconnectForTest = () => server.close(); + browserServer._userDataDirForTest = browser._userDataDirForTest; + browser.options.browserProcess.onclose = (exitCode, signal) => { + server.close(); + browserServer.emit("close", exitCode, signal); + }; + return browserServer; + } +} +function toProtocolLogger(logger) { + return logger ? (direction, message) => { + if (logger.isEnabled("protocol", "verbose")) + logger.log("protocol", "verbose", (direction === "send" ? "SEND \u25BA " : "\u25C0 RECV ") + JSON.stringify(message), [], {}); + } : void 0; +} +function envObjectToArray(env) { + const result = []; + for (const name in env) { + if (!Object.is(env[name], void 0)) + result.push({ name, value: String(env[name]) }); + } + return result; +} +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + BrowserServerLauncherImpl +}); diff --git a/projects/org-skill-web-research/node_modules/playwright-core/lib/cli/driver.js b/projects/org-skill-web-research/node_modules/playwright-core/lib/cli/driver.js new file mode 100644 index 0000000..a389e15 --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/lib/cli/driver.js @@ -0,0 +1,97 @@ +"use strict"; +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var driver_exports = {}; +__export(driver_exports, { + launchBrowserServer: () => launchBrowserServer, + printApiJson: () => printApiJson, + runDriver: () => runDriver, + runServer: () => runServer +}); +module.exports = __toCommonJS(driver_exports); +var import_fs = __toESM(require("fs")); +var playwright = __toESM(require("../..")); +var import_pipeTransport = require("../server/utils/pipeTransport"); +var import_playwrightServer = require("../remote/playwrightServer"); +var import_server = require("../server"); +var import_processLauncher = require("../server/utils/processLauncher"); +function printApiJson() { + console.log(JSON.stringify(require("../../api.json"))); +} +function runDriver() { + const dispatcherConnection = new import_server.DispatcherConnection(); + new import_server.RootDispatcher(dispatcherConnection, async (rootScope, { sdkLanguage }) => { + const playwright2 = (0, import_server.createPlaywright)({ sdkLanguage }); + return new import_server.PlaywrightDispatcher(rootScope, playwright2); + }); + const transport = new import_pipeTransport.PipeTransport(process.stdout, process.stdin); + transport.onmessage = (message) => dispatcherConnection.dispatch(JSON.parse(message)); + const isJavaScriptLanguageBinding = !process.env.PW_LANG_NAME || process.env.PW_LANG_NAME === "javascript"; + const replacer = !isJavaScriptLanguageBinding && String.prototype.toWellFormed ? (key, value) => { + if (typeof value === "string") + return value.toWellFormed(); + return value; + } : void 0; + dispatcherConnection.onmessage = (message) => transport.send(JSON.stringify(message, replacer)); + transport.onclose = () => { + dispatcherConnection.onmessage = () => { + }; + (0, import_processLauncher.gracefullyProcessExitDoNotHang)(0); + }; + process.on("SIGINT", () => { + }); +} +async function runServer(options) { + const { + port, + host, + path = "/", + maxConnections = Infinity, + extension + } = options; + const server = new import_playwrightServer.PlaywrightServer({ mode: extension ? "extension" : "default", path, maxConnections }); + const wsEndpoint = await server.listen(port, host); + process.on("exit", () => server.close().catch(console.error)); + console.log("Listening on " + wsEndpoint); + process.stdin.on("close", () => (0, import_processLauncher.gracefullyProcessExitDoNotHang)(0)); +} +async function launchBrowserServer(browserName, configFile) { + let options = {}; + if (configFile) + options = JSON.parse(import_fs.default.readFileSync(configFile).toString()); + const browserType = playwright[browserName]; + const server = await browserType.launchServer(options); + console.log(server.wsEndpoint()); +} +// Annotate the CommonJS export names for ESM import in node: +0 && (module.exports = { + launchBrowserServer, + printApiJson, + runDriver, + runServer +}); diff --git a/projects/org-skill-web-research/node_modules/playwright-core/lib/cli/program.js b/projects/org-skill-web-research/node_modules/playwright-core/lib/cli/program.js new file mode 100644 index 0000000..560bf7f --- /dev/null +++ b/projects/org-skill-web-research/node_modules/playwright-core/lib/cli/program.js @@ -0,0 +1,589 @@ +"use strict"; +var __create = Object.create; +var __defProp = Object.defineProperty; +var __getOwnPropDesc = Object.getOwnPropertyDescriptor; +var __getOwnPropNames = Object.getOwnPropertyNames; +var __getProtoOf = Object.getPrototypeOf; +var __hasOwnProp = Object.prototype.hasOwnProperty; +var __export = (target, all) => { + for (var name in all) + __defProp(target, name, { get: all[name], enumerable: true }); +}; +var __copyProps = (to, from, except, desc) => { + if (from && typeof from === "object" || typeof from === "function") { + for (let key of __getOwnPropNames(from)) + if (!__hasOwnProp.call(to, key) && key !== except) + __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); + } + return to; +}; +var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps( + // If the importer is in node compatibility mode or this is not an ESM + // file that has been converted to a CommonJS file using a Babel- + // compatible transform (i.e. "__esModule" has not been set), then set + // "default" to the CommonJS "module.exports" for node compatibility. + isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, + mod +)); +var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); +var program_exports = {}; +__export(program_exports, { + program: () => import_utilsBundle2.program +}); +module.exports = __toCommonJS(program_exports); +var import_fs = __toESM(require("fs")); +var import_os = __toESM(require("os")); +var import_path = __toESM(require("path")); +var playwright = __toESM(require("../..")); +var import_driver = require("./driver"); +var import_server = require("../server"); +var import_utils = require("../utils"); +var import_traceViewer = require("../server/trace/viewer/traceViewer"); +var import_utils2 = require("../utils"); +var import_ascii = require("../server/utils/ascii"); +var import_utilsBundle = require("../utilsBundle"); +var import_utilsBundle2 = require("../utilsBundle"); +const packageJSON = require("../../package.json"); +import_utilsBundle.program.version("Version " + (process.env.PW_CLI_DISPLAY_VERSION || packageJSON.version)).name(buildBasePlaywrightCLICommand(process.env.PW_LANG_NAME)); +import_utilsBundle.program.command("mark-docker-image [dockerImageNameTemplate]", { hidden: true }).description("mark docker image").allowUnknownOption(true).action(function(dockerImageNameTemplate) { + (0, import_utils2.assert)(dockerImageNameTemplate, "dockerImageNameTemplate is required"); + (0, import_server.writeDockerVersion)(dockerImageNameTemplate).catch(logErrorAndExit); +}); +commandWithOpenOptions("open [url]", "open page in browser specified via -b, --browser", []).action(function(url, options) { + open(options, url).catch(logErrorAndExit); +}).addHelpText("afterAll", ` +Examples: + + $ open + $ open -b webkit https://example.com`); +commandWithOpenOptions( + "codegen [url]", + "open page and generate code for user actions", + [ + ["-o, --output ", "saves the generated script to a file"], + ["--target ", `language to generate, one of javascript, playwright-test, python, python-async, python-pytest, csharp, csharp-mstest, csharp-nunit, java, java-junit`, codegenId()], + ["--test-id-attribute ", "use the specified attribute to generate data test ID selectors"] + ] +).action(async function(url, options) { + await codegen(options, url); +}).addHelpText("afterAll", ` +Examples: + + $ codegen + $ codegen --target=python + $ codegen -b webkit https://example.com`); +function printInstalledBrowsers(browsers2) { + const browserPaths = /* @__PURE__ */ new Set(); + for (const browser of browsers2) + browserPaths.add(browser.browserPath); + console.log(` Browsers:`); + for (const browserPath of [...browserPaths].sort()) + console.log(` ${browserPath}`); + console.log(` References:`); + const references = /* @__PURE__ */ new Set(); + for (const browser of browsers2) + references.add(browser.referenceDir); + for (const reference of [...references].sort()) + console.log(` ${reference}`); +} +function printGroupedByPlaywrightVersion(browsers2) { + const dirToVersion = /* @__PURE__ */ new Map(); + for (const browser of browsers2) { + if (dirToVersion.has(browser.referenceDir)) + continue; + const packageJSON2 = require(import_path.default.join(browser.referenceDir, "package.json")); + const version = packageJSON2.version; + dirToVersion.set(browser.referenceDir, version); + } + const groupedByPlaywrightMinorVersion = /* @__PURE__ */ new Map(); + for (const browser of browsers2) { + const version = dirToVersion.get(browser.referenceDir); + let entries = groupedByPlaywrightMinorVersion.get(version); + if (!entries) { + entries = []; + groupedByPlaywrightMinorVersion.set(version, entries); + } + entries.push(browser); + } + const sortedVersions = [...groupedByPlaywrightMinorVersion.keys()].sort((a, b) => { + const aComponents = a.split("."); + const bComponents = b.split("."); + const aMajor = parseInt(aComponents[0], 10); + const bMajor = parseInt(bComponents[0], 10); + if (aMajor !== bMajor) + return aMajor - bMajor; + const aMinor = parseInt(aComponents[1], 10); + const bMinor = parseInt(bComponents[1], 10); + if (aMinor !== bMinor) + return aMinor - bMinor; + return aComponents.slice(2).join(".").localeCompare(bComponents.slice(2).join(".")); + }); + for (const version of sortedVersions) { + console.log(` +Playwright version: ${version}`); + printInstalledBrowsers(groupedByPlaywrightMinorVersion.get(version)); + } +} +import_utilsBundle.program.command("install [browser...]").description("ensure browsers necessary for this version of Playwright are installed").option("--with-deps", "install system dependencies for browsers").option("--dry-run", "do not execute installation, only print information").option("--list", "prints list of browsers from all playwright installations").option("--force", "force reinstall of already installed browsers").option("--only-shell", "only install headless shell when installing chromium").option("--no-shell", "do not install chromium headless shell").action(async function(args, options) { + if ((0, import_utils.isLikelyNpxGlobal)()) { + console.error((0, import_ascii.wrapInASCIIBox)([ + `WARNING: It looks like you are running 'npx playwright install' without first`, + `installing your project's dependencies.`, + ``, + `To avoid unexpected behavior, please install your dependencies first, and`, + `then run Playwright's install command:`, + ``, + ` npm install`, + ` npx playwright install`, + ``, + `If your project does not yet depend on Playwright, first install the`, + `applicable npm package (most commonly @playwright/test), and`, + `then run Playwright's install command to download the browsers:`, + ``, + ` npm install @playwright/test`, + ` npx playwright install`, + `` + ].join("\n"), 1)); + } + try { + if (options.shell === false && options.onlyShell) + throw new Error(`Only one of --no-shell and --only-shell can be specified`); + const shell = options.shell === false ? "no" : options.onlyShell ? "only" : void 0; + const executables = import_server.registry.resolveBrowsers(args, { shell }); + if (options.withDeps) + await import_server.registry.installDeps(executables, !!options.dryRun); + if (options.dryRun && options.list) + throw new Error(`Only one of --dry-run and --list can be specified`); + if (options.dryRun) { + for (const executable of executables) { + console.log(import_server.registry.calculateDownloadTitle(executable)); + console.log(` Install location: ${executable.directory ?? ""}`); + if (executable.downloadURLs?.length) { + const [url, ...fallbacks] = executable.downloadURLs; + console.log(` Download url: ${url}`); + for (let i = 0; i < fallbacks.length; ++i) + console.log(` Download fallback ${i + 1}: ${fallbacks[i]}`); + } + console.log(``); + } + } else if (options.list) { + const browsers2 = await import_server.registry.listInstalledBrowsers(); + printGroupedByPlaywrightVersion(browsers2); + } else { + await import_server.registry.install(executables, { force: options.force }); + await import_server.registry.validateHostRequirementsForExecutablesIfNeeded(executables, process.env.PW_LANG_NAME || "javascript").catch((e) => { + e.name = "Playwright Host validation warning"; + console.error(e); + }); + } + } catch (e) { + console.log(`Failed to install browsers +${e}`); + (0, import_utils.gracefullyProcessExitDoNotHang)(1); + } +}).addHelpText("afterAll", ` + +Examples: + - $ install + Install default browsers. + + - $ install chrome firefox + Install custom browsers, supports ${import_server.registry.suggestedBrowsersToInstall()}.`); +import_utilsBundle.program.command("uninstall").description("Removes browsers used by this installation of Playwright from the system (chromium, firefox, webkit, ffmpeg). This does not include branded channels.").option("--all", "Removes all browsers used by any Playwright installation from the system.").action(async (options) => { + delete process.env.PLAYWRIGHT_SKIP_BROWSER_GC; + await import_server.registry.uninstall(!!options.all).then(({ numberOfBrowsersLeft }) => { + if (!options.all && numberOfBrowsersLeft > 0) { + console.log("Successfully uninstalled Playwright browsers for the current Playwright installation."); + console.log(`There are still ${numberOfBrowsersLeft} browsers left, used by other Playwright installations. +To uninstall Playwright browsers for all installations, re-run with --all flag.`); + } + }).catch(logErrorAndExit); +}); +import_utilsBundle.program.command("install-deps [browser...]").description("install dependencies necessary to run browsers (will ask for sudo permissions)").option("--dry-run", "Do not execute installation commands, only print them").action(async function(args, options) { + try { + await import_server.registry.installDeps(import_server.registry.resolveBrowsers(args, {}), !!options.dryRun); + } catch (e) { + console.log(`Failed to install browser dependencies +${e}`); + (0, import_utils.gracefullyProcessExitDoNotHang)(1); + } +}).addHelpText("afterAll", ` +Examples: + - $ install-deps + Install dependencies for default browsers. + + - $ install-deps chrome firefox + Install dependencies for specific browsers, supports ${import_server.registry.suggestedBrowsersToInstall()}.`); +const browsers = [ + { alias: "cr", name: "Chromium", type: "chromium" }, + { alias: "ff", name: "Firefox", type: "firefox" }, + { alias: "wk", name: "WebKit", type: "webkit" } +]; +for (const { alias, name, type } of browsers) { + commandWithOpenOptions(`${alias} [url]`, `open page in ${name}`, []).action(function(url, options) { + open({ ...options, browser: type }, url).catch(logErrorAndExit); + }).addHelpText("afterAll", ` +Examples: + + $ ${alias} https://example.com`); +} +commandWithOpenOptions( + "screenshot ", + "capture a page screenshot", + [ + ["--wait-for-selector ", "wait for selector before taking a screenshot"], + ["--wait-for-timeout ", "wait for timeout in milliseconds before taking a screenshot"], + ["--full-page", "whether to take a full page screenshot (entire scrollable area)"] + ] +).action(function(url, filename, command) { + screenshot(command, command, url, filename).catch(logErrorAndExit); +}).addHelpText("afterAll", ` +Examples: + + $ screenshot -b webkit https://example.com example.png`); +commandWithOpenOptions( + "pdf ", + "save page as pdf", + [ + ["--paper-format ", "paper format: Letter, Legal, Tabloid, Ledger, A0, A1, A2, A3, A4, A5, A6"], + ["--wait-for-selector ", "wait for given selector before saving as pdf"], + ["--wait-for-timeout ", "wait for given timeout in milliseconds before saving as pdf"] + ] +).action(function(url, filename, options) { + pdf(options, options, url, filename).catch(logErrorAndExit); +}).addHelpText("afterAll", ` +Examples: + + $ pdf https://example.com example.pdf`); +import_utilsBundle.program.command("run-driver", { hidden: true }).action(function(options) { + (0, import_driver.runDriver)(); +}); +import_utilsBundle.program.command("run-server", { hidden: true }).option("--port ", "Server port").option("--host ", "Server host").option("--path ", "Endpoint Path", "/").option("--max-clients ", "Maximum clients").option("--mode ", 'Server mode, either "default" or "extension"').action(function(options) { + (0, import_driver.runServer)({ + port: options.port ? +options.port : void 0, + host: options.host, + path: options.path, + maxConnections: options.maxClients ? +options.maxClients : Infinity, + extension: options.mode === "extension" || !!process.env.PW_EXTENSION_MODE + }).catch(logErrorAndExit); +}); +import_utilsBundle.program.command("print-api-json", { hidden: true }).action(function(options) { + (0, import_driver.printApiJson)(); +}); +import_utilsBundle.program.command("launch-server", { hidden: true }).requiredOption("--browser ", 'Browser name, one of "chromium", "firefox" or "webkit"').option("--config ", "JSON file with launchServer options").action(function(options) { + (0, import_driver.launchBrowserServer)(options.browser, options.config); +}); +import_utilsBundle.program.command("show-trace [trace]").option("-b, --browser ", "browser to use, one of cr, chromium, ff, firefox, wk, webkit", "chromium").option("-h, --host ", "Host to serve trace on; specifying this option opens trace in a browser tab").option("-p, --port ", "Port to serve trace on, 0 for any free port; specifying this option opens trace in a browser tab").option("--stdin", "Accept trace URLs over stdin to update the viewer").description("show trace viewer").action(function(trace, options) { + if (options.browser === "cr") + options.browser = "chromium"; + if (options.browser === "ff") + options.browser = "firefox"; + if (options.browser === "wk") + options.browser = "webkit"; + const openOptions = { + host: options.host, + port: +options.port, + isServer: !!options.stdin + }; + if (options.port !== void 0 || options.host !== void 0) + (0, import_traceViewer.runTraceInBrowser)(trace, openOptions).catch(logErrorAndExit); + else + (0, import_traceViewer.runTraceViewerApp)(trace, options.browser, openOptions, true).catch(logErrorAndExit); +}).addHelpText("afterAll", ` +Examples: + + $ show-trace + $ show-trace https://example.com/trace.zip`); +async function launchContext(options, extraOptions) { + validateOptions(options); + const browserType = lookupBrowserType(options); + const launchOptions = extraOptions; + if (options.channel) + launchOptions.channel = options.channel; + launchOptions.handleSIGINT = false; + const contextOptions = ( + // Copy the device descriptor since we have to compare and modify the options. + options.device ? { ...playwright.devices[options.device] } : {} + ); + if (!extraOptions.headless) + contextOptions.deviceScaleFactor = import_os.default.platform() === "darwin" ? 2 : 1; + if (browserType.name() === "webkit" && process.platform === "linux") { + delete contextOptions.hasTouch; + delete contextOptions.isMobile; + } + if (contextOptions.isMobile && browserType.name() === "firefox") + contextOptions.isMobile = void 0; + if (options.blockServiceWorkers) + contextOptions.serviceWorkers = "block"; + if (options.proxyServer) { + launchOptions.proxy = { + server: options.proxyServer + }; + if (options.proxyBypass) + launchOptions.proxy.bypass = options.proxyBypass; + } + if (options.viewportSize) { + try { + const [width, height] = options.viewportSize.split(",").map((n) => +n); + if (isNaN(width) || isNaN(height)) + throw new Error("bad values"); + contextOptions.viewport = { width, height }; + } catch (e) { + throw new Error('Invalid viewport size format: use "width,height", for example --viewport-size="800,600"'); + } + } + if (options.geolocation) { + try { + const [latitude, longitude] = options.geolocation.split(",").map((n) => parseFloat(n.trim())); + contextOptions.geolocation = { + latitude, + longitude + }; + } catch (e) { + throw new Error('Invalid geolocation format, should be "lat,long". For example --geolocation="37.819722,-122.478611"'); + } + contextOptions.permissions = ["geolocation"]; + } + if (options.userAgent) + contextOptions.userAgent = options.userAgent; + if (options.lang) + contextOptions.locale = options.lang; + if (options.colorScheme) + contextOptions.colorScheme = options.colorScheme; + if (options.timezone) + contextOptions.timezoneId = options.timezone; + if (options.loadStorage) + contextOptions.storageState = options.loadStorage; + if (options.ignoreHttpsErrors) + contextOptions.ignoreHTTPSErrors = true; + if (options.saveHar) { + contextOptions.recordHar = { path: import_path.default.resolve(process.cwd(), options.saveHar), mode: "minimal" }; + if (options.saveHarGlob) + contextOptions.recordHar.urlFilter = options.saveHarGlob; + contextOptions.serviceWorkers = "block"; + } + let browser; + let context; + if (options.userDataDir) { + context = await browserType.launchPersistentContext(options.userDataDir, { ...launchOptions, ...contextOptions }); + browser = context.browser(); + } else { + browser = await browserType.launch(launchOptions); + context = await browser.newContext(contextOptions); + } + let closingBrowser = false; + async function closeBrowser() { + if (closingBrowser) + return; + closingBrowser = true; + if (options.saveStorage) + await context.storageState({ path: options.saveStorage }).catch((e) => null); + if (options.saveHar) + await context.close(); + await browser.close(); + } + context.on("page", (page) => { + page.on("dialog", () => { + }); + page.on("close", () => { + const hasPage = browser.contexts().some((context2) => context2.pages().length > 0); + if (hasPage) + return; + closeBrowser().catch(() => { + }); + }); + }); + process.on("SIGINT", async () => { + await closeBrowser(); + (0, import_utils.gracefullyProcessExitDoNotHang)(130); + }); + const timeout = options.timeout ? parseInt(options.timeout, 10) : 0; + context.setDefaultTimeout(timeout); + context.setDefaultNavigationTimeout(timeout); + delete launchOptions.headless; + delete launchOptions.executablePath; + delete launchOptions.handleSIGINT; + delete contextOptions.deviceScaleFactor; + return { browser, browserName: browserType.name(), context, contextOptions, launchOptions, closeBrowser }; +} +async function openPage(context, url) { + let page = context.pages()[0]; + if (!page) + page = await context.newPage(); + if (url) { + if (import_fs.default.existsSync(url)) + url = "file://" + import_path.default.resolve(url); + else if (!url.startsWith("http") && !url.startsWith("file://") && !url.startsWith("about:") && !url.startsWith("data:")) + url = "http://" + url; + await page.goto(url); + } + return page; +} +async function open(options, url) { + const { context } = await launchContext(options, { headless: !!process.env.PWTEST_CLI_HEADLESS, executablePath: process.env.PWTEST_CLI_EXECUTABLE_PATH }); + await context._exposeConsoleApi(); + await openPage(context, url); +} +async function codegen(options, url) { + const { target: language, output: outputFile, testIdAttribute: testIdAttributeName } = options; + const tracesDir = import_path.default.join(import_os.default.tmpdir(), `playwright-recorder-trace-${Date.now()}`); + const { context, browser, launchOptions, contextOptions, closeBrowser } = await launchContext(options, { + headless: !!process.env.PWTEST_CLI_HEADLESS, + executablePath: process.env.PWTEST_CLI_EXECUTABLE_PATH, + tracesDir + }); + const donePromise = new import_utils.ManualPromise(); + maybeSetupTestHooks(browser, closeBrowser, donePromise); + import_utilsBundle.dotenv.config({ path: "playwright.env" }); + await context._enableRecorder({ + language, + launchOptions, + contextOptions, + device: options.device, + saveStorage: options.saveStorage, + mode: "recording", + testIdAttributeName, + outputFile: outputFile ? import_path.default.resolve(outputFile) : void 0, + handleSIGINT: false + }); + await openPage(context, url); + donePromise.resolve(); +} +async function maybeSetupTestHooks(browser, closeBrowser, donePromise) { + if (!process.env.PWTEST_CLI_IS_UNDER_TEST) + return; + const logs = []; + require("playwright-core/lib/utilsBundle").debug.log = (...args) => { + const line = require("util").format(...args) + "\n"; + logs.push(line); + process.stderr.write(line); + }; + browser.on("disconnected", () => { + const hasCrashLine = logs.some((line) => line.includes("process did exit:") && !line.includes("process did exit: exitCode=0, signal=null")); + if (hasCrashLine) { + process.stderr.write("Detected browser crash.\n"); + (0, import_utils.gracefullyProcessExitDoNotHang)(1); + } + }); + const close = async () => { + await donePromise; + await closeBrowser(); + }; + if (process.env.PWTEST_CLI_EXIT_AFTER_TIMEOUT) { + setTimeout(close, +process.env.PWTEST_CLI_EXIT_AFTER_TIMEOUT); + return; + } + let stdin = ""; + process.stdin.on("data", (data) => { + stdin += data.toString(); + if (stdin.startsWith("exit")) { + process.stdin.destroy(); + close(); + } + }); +} +async function waitForPage(page, captureOptions) { + if (captureOptions.waitForSelector) { + console.log(`Waiting for selector ${captureOptions.waitForSelector}...`); + await page.waitForSelector(captureOptions.waitForSelector); + } + if (captureOptions.waitForTimeout) { + console.log(`Waiting for timeout ${captureOptions.waitForTimeout}...`); + await page.waitForTimeout(parseInt(captureOptions.waitForTimeout, 10)); + } +} +async function screenshot(options, captureOptions, url, path2) { + const { context } = await launchContext(options, { headless: true }); + console.log("Navigating to " + url); + const page = await openPage(context, url); + await waitForPage(page, captureOptions); + console.log("Capturing screenshot into " + path2); + await page.screenshot({ path: path2, fullPage: !!captureOptions.fullPage }); + await page.close(); +} +async function pdf(options, captureOptions, url, path2) { + if (options.browser !== "chromium") + throw new Error("PDF creation is only working with Chromium"); + const { context } = await launchContext({ ...options, browser: "chromium" }, { headless: true }); + console.log("Navigating to " + url); + const page = await openPage(context, url); + await waitForPage(page, captureOptions); + console.log("Saving as pdf into " + path2); + await page.pdf({ path: path2, format: captureOptions.paperFormat }); + await page.close(); +} +function lookupBrowserType(options) { + let name = options.browser; + if (options.device) { + const device = playwright.devices[options.device]; + name = device.defaultBrowserType; + } + let browserType; + switch (name) { + case "chromium": + browserType = playwright.chromium; + break; + case "webkit": + browserType = playwright.webkit; + break; + case "firefox": + browserType = playwright.firefox; + break; + case "cr": + browserType = playwright.chromium; + break; + case "wk": + browserType = playwright.webkit; + break; + case "ff": + browserType = playwright.firefox; + break; + } + if (browserType) + return browserType; + import_utilsBundle.program.help(); +} +function validateOptions(options) { + if (options.device && !(options.device in playwright.devices)) { + const lines = [`Device descriptor not found: '${options.device}', available devices are:`]; + for (const name in playwright.devices) + lines.push(` "${name}"`); + throw new Error(lines.join("\n")); + } + if (options.colorScheme && !["light", "dark"].includes(options.colorScheme)) + throw new Error('Invalid color scheme, should be one of "light", "dark"'); +} +function logErrorAndExit(e) { + if (process.env.PWDEBUGIMPL) + console.error(e); + else + console.error(e.name + ": " + e.message); + (0, import_utils.gracefullyProcessExitDoNotHang)(1); +} +function codegenId() { + return process.env.PW_LANG_NAME || "playwright-test"; +} +function commandWithOpenOptions(command, description, options) { + let result = import_utilsBundle.program.command(command).description(description); + for (const option of options) + result = result.option(option[0], ...option.slice(1)); + return result.option("-b, --browser ", "browser to use, one of cr, chromium, ff, firefox, wk, webkit", "chromium").option("--block-service-workers", "block service workers").option("--channel ", 'Chromium distribution channel, "chrome", "chrome-beta", "msedge-dev", etc').option("--color-scheme ", 'emulate preferred color scheme, "light" or "dark"').option("--device ", 'emulate device, for example "iPhone 11"').option("--geolocation ", 'specify geolocation coordinates, for example "37.819722,-122.478611"').option("--ignore-https-errors", "ignore https errors").option("--load-storage ", "load context storage state from the file, previously saved with --save-storage").option("--lang ", 'specify language / locale, for example "en-GB"').option("--proxy-server ", 'specify proxy server, for example "http://myproxy:3128" or "socks5://myproxy:8080"').option("--proxy-bypass ", 'comma-separated domains to bypass proxy, for example ".com,chromium.org,.domain.com"').option("--save-har ", "save HAR file with all network activity at the end").option("--save-har-glob ", "filter entries in the HAR by matching url against this glob pattern").option("--save-storage ", "save context storage state at the end, for later use with --load-storage").option("--timezone