Migrate repository to Gitea server at git.marketally.com

This commit is contained in:
2025-12-28 17:08:59 +00:00
parent 3cbd817d69
commit 63fb4e24a9
2 changed files with 8 additions and 8 deletions

12
.gitignore vendored
View File

@@ -1,6 +1,6 @@
echo ".env .env
*.log *.log
.vscode/ .vscode/
__pycache__/ __pycache__/
*.pyc *.pyc
.DS_Store" .DS_Store

View File

@@ -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". 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` **Interactive Dashboard**: Run locally with `streamlit run dashboard/app.py`
**Based on**: Ryan Williams' 2025 result that TIME[t] ⊆ SPACE[√(t log t)] **Based on**: Ryan Williams' 2025 result that TIME[t] ⊆ SPACE[√(t log t)]
@@ -82,7 +82,7 @@ python ollama_spacetime_experiment.py
### Installation ### Installation
```bash ```bash
# Clone repository # Clone repository
git clone https://github.com/sqrtspace/sqrtspace-experiments.git git clone https://git.marketally.com/sqrtspace/sqrtspace-experiments.git
cd Ubiquity cd Ubiquity
# Install Python dependencies # Install Python dependencies