From 63fb4e24a9d0323c1a6b93bcfe5b193e349c0584 Mon Sep 17 00:00:00 2001 From: David Friedel Date: Sun, 28 Dec 2025 17:08:59 +0000 Subject: [PATCH] Migrate repository to Gitea server at git.marketally.com --- .gitignore | 12 ++++++------ README.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 04c3528..4a99a26 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ -echo ".env - *.log - .vscode/ - __pycache__/ - *.pyc - .DS_Store" \ No newline at end of file +.env +*.log +.vscode/ +__pycache__/ +*.pyc +.DS_Store diff --git a/README.md b/README.md index ad3bb1c..9bf2689 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the experimental code, case studies, and interactive dashboard accompanying the paper "The Ubiquity of Space-Time Simulation in Modern Computing: From Theory to Practice". -**Paper Repository**: [github.com/sqrtspace/sqrtspace-paper](https://github.com/sqrtspace/sqrtspace-paper) +**Paper Repository**: [git.marketally.com/sqrtspace/sqrtspace-paper](https://git.marketally.com/sqrtspace/sqrtspace-paper) **Interactive Dashboard**: Run locally with `streamlit run dashboard/app.py` **Based on**: Ryan Williams' 2025 result that TIME[t] ⊆ SPACE[√(t log t)] @@ -82,7 +82,7 @@ python ollama_spacetime_experiment.py ### Installation ```bash # Clone repository -git clone https://github.com/sqrtspace/sqrtspace-experiments.git +git clone https://git.marketally.com/sqrtspace/sqrtspace-experiments.git cd Ubiquity # Install Python dependencies