Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/website/messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
{ "name": "Telegram", "url": "https://t.me/trinity_network", "desc": "Ankündigungen", "members": "10K+" },
{ "name": "Twitter/X", "url": "https://x.com/trinity_ai", "desc": "Updates & Neuigkeiten", "followers": "25K+" },
{ "name": "GitHub", "url": "https://github.com/gHashTag/trinity", "desc": "Open Source", "stars": "1K+" }
], "cta": { "node": { "text": "Node betreiben", "desc": "Verdienen durch Theorem 4 + 15,7x Kompression", "url": "/docs/node-setup" }, "docs": { "text": "Docs lesen", "desc": "Theoreme 1-3 + 100% Robustheit lernen", "url": "/docs" }, "buy": { "text": "$TRI kaufen", "desc": "In bewährtes System investieren + 8,1x Beschleunigung", "url": "/buy" }, "discord": { "text": "Discord beitreten", "desc": "Mit Entwicklern & Minern verbinden", "url": "https://discord.gg/trinity" } }, "stats": { "title": "Gemeinschafts-KPIs", "items": [ { "value": "5K+", "label": "Discord-Mitglieder", "target": "10K bis Q2" }, { "value": "2K+", "label": "Node-Betreiber", "target": "5K bis Q2" }, { "value": "500+", "label": "$TRI-Inhaber", "target": "10K bis Q2" }, { "value": "1K+", "label": "API-Nutzer", "target": "5K bis Q2" } ] } }, "investorTitle": "Investoren", "partnerTitle": "Partner", "talentTitle": "Talente", "ctaGithub": "Code auf GitHub erkunden", "contact": { "email": "raoffonom@icloud.com", "website": "https://trinity-site-one.vercel.app", "github": "https://github.com/gHashTag/trinity" } },
], "cta": { "node": { "text": "Node betreiben", "desc": "Verdienen durch Theorem 4 + 15,7x Kompression", "url": "/docs/node-setup" }, "docs": { "text": "Docs lesen", "desc": "Theoreme 1-3 + 100% Robustheit lernen", "url": "/docs" }, "buy": { "text": "$TRI kaufen", "desc": "In bewährtes System investieren + 8,1x Beschleunigung", "url": "/buy" }, "discord": { "text": "Discord beitreten", "desc": "Mit Entwicklern & Minern verbinden", "url": "https://discord.gg/trinity" } }, "stats": { "title": "Gemeinschafts-KPIs", "items": [ { "value": "5K+", "label": "Discord-Mitglieder", "target": "10K bis Q2" }, { "value": "2K+", "label": "Node-Betreiber", "target": "5K bis Q2" }, { "value": "500+", "label": "$TRI-Inhaber", "target": "10K bis Q2" }, { "value": "1K+", "label": "API-Nutzer", "target": "5K bis Q2" } ] } }, "investorTitle": "Investoren", "partnerTitle": "Partner", "talentTitle": "Talente", "ctaGithub": "Code auf GitHub erkunden", "contact": { "email": "admin@t27.ai", "website": "https://trinity-site-one.vercel.app", "github": "https://github.com/gHashTag/trinity" } },
"bitnetProof": { "badge": "MATHEMATISCHE BEWEISE", "title": "BitNet FPGA — <span class=\"grad\">Wissenschaftliche Nachweise</span>", "sub": "Kein Marketing, sondern Mathematik. Jede Zahl wird durch wissenschaftliche Arbeiten belegt.", "metrics": [ { "value": "20×", "label": "Energieeffizienz vs GPU", "source": "Microsoft BitNet" }, { "value": "10×", "label": "Speichereinsparung", "source": "1,58 Bit vs 16 Bit" }, { "value": "4,4×", "label": "TCO-Reduzierung (3 Jahre)", "source": "9,5K$ vs 42K$" }, { "value": "26×", "label": "tok/s/Watt vs A100", "source": "TerEffic Paper" }, { "value": "79×", "label": "Effizienz vs Jetson", "source": "arXiv:2502.16473" }, { "value": "145%", "label": "ROI im ersten Jahr", "source": "4,9 Monate Amortisation" } ], "mathTitle": "BitNet Mathematik", "mathCards": [ { "title": "Gewichtsquantisierung", "formula": "w ∈ {-1, 0, +1} = 1,58 Bits", "desc": "Ternäre Kodierung: log₂(3) = 1,585 Bits. Speicher für 7B Modell: 14 GB → 1,4 GB" }, { "title": "Keine Multiplikationen", "formula": "MAC = MUX + ADD", "desc": "BitNet ersetzt Multiplikation durch Addition. Energie: 1 pJ → 0,05 pJ (20× Einsparung)" }, { "title": "FPGA-Vorteil", "formula": "~50 LUTs, 0 DSP", "desc": "GPU Tensor Core verschwendet 99% Leistung. FPGA = 100% Effizienz für ternäre Operationen" } ], "comparisonTitle": "FPGA vs GPU für BitNet", "comparisonHeaders": ["Metrik", "GPU (H100)", "FPGA (Alveo U55C)", "Vorteil"], "comparisonRows": [ ["Energie/Token", "3 mJ", "0,15 mJ", "20×"], ["Speicher/Modell (7B)", "14 GB", "1,4 GB", "10×"], ["TCO (3 Jahre)", "42.176$", "9.537$", "4,4×"], ["tok/s/Watt", "0,6", "15,8", "26×"], ["Hardwarekosten", "30.000$", "5.000$", "6×"] ], "sourcesTitle": "Wissenschaftliche Quellen", "sources": [ { "title": "Microsoft BitNet b1.58", "arxiv": "arXiv:2402.17764", "desc": "The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits" }, { "title": "TerEffic FPGA", "arxiv": "arXiv:2502.16473", "desc": "16.300 tok/s bei 370M Modell, 192× schneller als Jetson Orin Nano" }, { "title": "VIBEE Prototyp", "arxiv": "GitHub Verifiziert", "desc": "BitNet MAC: 7/7 Tests BESTANDEN, Icarus Verilog Simulation" } ], "roiTitle": "ROI-Rechner", "roiDesc": "Investition 8.000$ (Alveo U55C + Server) → 19.596$/Jahr Umsatz bei 0,001$/1K Tokens", "roiMetrics": [ { "label": "Amortisation", "value": "4,9 Monate" }, { "label": "ROI Jahr 1", "value": "145%" }, { "label": "ROI Jahr 3", "value": "635%" } ], "cta": "Vollständigen Bericht auf GitHub lesen", "ctaUrl": "https://github.com/gHashTag/trinity/blob/main/docs/BITNET_MATHEMATICAL_PROOF.md" },
"phoenixNumber": { "badge": "MATHEMATISCHES FUNDAMENT", "title": "Token-Gesamtmenge <span class=\"grad\">3²¹</span>", "sub": "Gesamtmenge abgeleitet aus ternärer Mathematik", "supply": { "value": "10,460,353,203", "label": "$TRI Gesamtmenge", "formula": "3²¹ = 10,460,353,203" }, "identity": { "title": "Goldene Identität", "formula": "φ² + 1/φ² = 3", "desc": "TRINITY = QUTRIT = KODON" }, "formulas": [ { "title": "Parametrische Formel", "formula": "V = n × 3ᵏ × πᵐ × φᵖ × eᵍ", "desc": "Approximationsformel für Konstanten" }, { "title": "Token-Gesamtmenge", "formula": "3²¹ = 10,460,353,203", "desc": "3 = Ternäre Basis, 21 = Bitcoin-inspirierte Ebenen" }, { "title": "Transzendentales Produkt", "formula": "π × φ × e ≈ 13.82", "desc": "Vereinigung dreier Transzendentaler" }, { "title": "Lucas-Zahl", "formula": "L(10) = φ¹⁰ + 1/φ¹⁰ = 123", "desc": "Goldener-Schnitt-Folge" } ], "constants": [ { "symbol": "φ", "value": "1.618033...", "name": "Goldener Schnitt" }, { "symbol": "π", "value": "3.141592...", "name": "Pi" }, { "symbol": "e", "value": "2.718281...", "name": "Eulersche Zahl" }, { "symbol": "3", "value": "φ² + 1/φ²", "name": "Trinität" } ], "genetics": { "title": "Genetische Algorithmus-Konstanten", "items": [ { "symbol": "μ", "formula": "1/φ²/10 = 0.0382", "name": "Mutationsrate" }, { "symbol": "χ", "formula": "1/φ/10 = 0.0618", "name": "Crossover-Rate" }, { "symbol": "σ", "formula": "φ = 1.618", "name": "Selektionsdruck" }, { "symbol": "ε", "formula": "1/3 = 0.333", "name": "Elitismus-Rate" } ] }, "physics": { "title": "Physikalische Konstanten aus π", "items": [ { "name": "Feinstruktur", "formula": "1/α = 4π³ + π² + π = 137.036" }, { "name": "Proton/Elektron Masse", "formula": "mₚ/mₑ = 6π⁵ = 1836.15" }, { "name": "Bell-Ungleichung", "formula": "CHSH = 2√2 ≈ 2.828 > 2" } ] }, "distribution": { "title": "Token-Verteilung", "items": [ { "name": "Node-Belohnungen", "percent": "40%", "amount": "4,184,141,281" }, { "name": "Gründer", "percent": "20%", "amount": "2,092,070,640" }, { "name": "Treasury", "percent": "15%", "amount": "1,569,052,980" }, { "name": "Öffentlicher Verkauf", "percent": "15%", "amount": "1,569,052,980" }, { "name": "Ökosystem", "percent": "10%", "amount": "1,046,035,320" } ], "total": "GESAMT: 3²¹ = 10,460,353,203 $TRI" }, "quote": "\"Die Mathematik des Universums begünstigt die Trinität.\"", "cta": "Vollständige Tokenomics ansehen", "ctaUrl": "https://github.com/gHashTag/trinity/blob/main/docs/business/TOKENOMICS.md" },
"mysticism": { "title": "Mathematische Grundlagen", "subtitle": "Warum 3? In jedem Proton und Neutron haben Quarks genau 3 'Farben' — das ist die SU(3)-Symmetrie, die Atome zusammenhält. Unser ternäres System {-1, 0, +1} spiegelt dieses natürliche Muster wider. Die Informationstheorie beweist auch: optimale Basis = e ≈ 2,718, nächste ganze Zahl = 3.", "toggleShow": "▶ Für Mathematiker: SU(3), Chern-Simons, φ", "toggleHide": "▼ Mathematische Grundlagen ausblenden", "items": [
Expand Down
2 changes: 1 addition & 1 deletion apps/website/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@
"talentTitle": "Talents",
"ctaGithub": "Explore Code on GitHub",
"contact": {
"email": "raoffonom@icloud.com",
"email": "admin@t27.ai",
"website": "https://trinity-site-one.vercel.app",
"github": "https://github.com/gHashTag/trinity"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/website/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
"talentTitle": "Talentos",
"ctaGithub": "Explorar Codigo en GitHub",
"contact": {
"email": "raoffonom@icloud.com",
"email": "admin@t27.ai",
"website": "https://trinity-site-one.vercel.app",
"github": "https://github.com/gHashTag/trinity"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/website/messages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@
"talentTitle": "Таланты",
"ctaGithub": "Исходный код на GitHub",
"contact": {
"email": "raoffonom@icloud.com",
"email": "admin@t27.ai",
"website": "https://trinity-site-one.vercel.app",
"github": "https://github.com/gHashTag/trinity"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/website/messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
"talentTitle": "人才",
"ctaGithub": "在GitHub上探索代码",
"contact": {
"email": "raoffonom@icloud.com",
"email": "admin@t27.ai",
"website": "https://trinity-site-one.vercel.app",
"github": "https://github.com/gHashTag/trinity"
}
Expand Down
15 changes: 5 additions & 10 deletions apps/website/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,12 @@ export default function Footer() {
X (Twitter)
</a>
</li>
{/* The business address first: the footer sits under the service
pages too, and someone scrolling past a CTA should land on the
address those pages quote. The personal one stays. */}
{/* One contact address, and the only one that can actually receive
mail: t27.dev has no MX records at all, so every admin@t27.dev
link on this site was undeliverable. */}
<li>
<a href="mailto:admin@t27.dev" style={{ color: 'var(--accent)', textDecoration: 'none', fontSize: '0.85rem', opacity: 0.85 }} aria-label="Send email to admin@t27.dev">
admin@t27.dev
</a>
</li>
<li>
<a href="mailto:raoffonom@icloud.com" style={{ color: 'var(--text)', textDecoration: 'none', fontSize: '0.85rem', opacity: 0.7 }} aria-label="Send email to raoffonom@icloud.com">
raoffonom@icloud.com
<a href="mailto:admin@t27.ai" style={{ color: 'var(--accent)', textDecoration: 'none', fontSize: '0.85rem', opacity: 0.85 }} aria-label="Send email to admin@t27.ai">
admin@t27.ai
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/pages/CaseStudies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Footer from '../components/Footer'
import QuantumBackground from '../components/QuantumBackground'

const CONTACT = {
email: 'admin@t27.dev',
email: 'admin@t27.ai',
sampleReport: 'https://github.com/gHashTag/trinity/blob/main/docs/verification/SAMPLE-REPORT.md',
}

Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/pages/Course.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Footer from '../components/Footer'
import QuantumBackground from '../components/QuantumBackground'

const CONTACT = {
email: 'admin@t27.dev',
email: 'admin@t27.ai',
github: 'https://github.com/gHashTag',
}

Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/pages/HardwareVerification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Footer from '../components/Footer'
import QuantumBackground from '../components/QuantumBackground'

const CONTACT = {
email: 'admin@t27.dev',
email: 'admin@t27.ai',
github: 'https://github.com/gHashTag',
arxiv1: 'https://arxiv.org/abs/2606.05017',
arxiv2: 'https://arxiv.org/abs/2606.09686',
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/pages/Licensing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Footer from '../components/Footer'
import QuantumBackground from '../components/QuantumBackground'

const CONTACT = {
email: 'admin@t27.dev',
email: 'admin@t27.ai',
github: 'https://github.com/gHashTag',
arxiv1: 'https://arxiv.org/abs/2606.05017',
arxiv2: 'https://arxiv.org/abs/2606.09686',
Expand Down
2 changes: 1 addition & 1 deletion docs/verification/SAMPLE-REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
**Design under test:** GF16 4×4 matrix multiplier (`gf16_matmul`)
**Client:** — (sample / own design)
**Report ID:** SAMPLE-001
**Engineer:** Dmitrii Vasilev · admin@t27.dev · github.com/gHashTag
**Engineer:** Dmitrii Vasilev · admin@t27.ai · github.com/gHashTag
**Target device:** Xilinx Artix-7 `XC7A200T` (ALINX AX7203 board)
**Date:** 2026-08-08

Expand Down
Loading