The Temple Of Viadescioism

Come now, and learn from the teachings, because the teachings are for all.

Anyone can go through the process of joining Viadescioism by simply referring to themselves as a Viadescioist and by taking on the understandings of Viadescioism. Primarily the main understandings of the practice that all practitioners have in common are the 10 Yamasa ona, the ten virtues, and the individual's divinity. These understandings can also be incorporated into any form of practice or tradition you already find yourself on. So come, and learn from the teachings because the teachings are for all.

If you like what you find here, and want me to continue doing it please support me in any way you can:

Made with carrd.co

Contact Us

Feel free to message us here with any questions, or concerns, and we'll try to get back to you at our earliest convenience.

Thank You

Your message has been sent. We will reply back to it at the earliest convenience. ^^ <3

The Treatises:

The Treatises, penned by the esteemed Vaarla Ona, constitute a comprehensive corpus of Viadescioic philosophy and theology. As the canon of the Viadescioic tradition, they serve as the foundational texts for the study and practice of this distinguished belief system.

Number Converter Decimal and Seximal

Number Converter

Number Converter

Decimal to Seximal Converter

Seximal to Decimal Converter

Viadescioic Clock

Viadescioic Clock

Viadescioic Clock

function toSeximal(decimal) { let seximal = ''; do { seximal = (decimal % 6).toString() + seximal; decimal = Math.floor(decimal / 6); } while (decimal > 0); return seximal; } function updateClock() { const now = new Date(); const startOfDay = new Date(now.getFullYear(), now.getMonth(), now.getDate(), 0, 0, 0); const elapsedMs = now - startOfDay; const elapsedSeconds = Math.floor(elapsedMs / 1000); const layaAknaLength = 2 * 60 * 60 + 24 * 60; // 2 hours and 24 minutes in seconds const ticsPerDay = 10 * 10000; const ticsElapsed = Math.floor(elapsedSeconds * (ticsPerDay / (24 * 60 * 60))); const momentsElapsed = Math.floor(ticsElapsed / 10000); const currentMoment = momentsElapsed % 10; const currentTic = ticsElapsed % 10000; const seximalMoment = toSeximal(currentMoment); const seximalTic = toSeximal(currentTic); document.getElementById('clock').innerHTML = `Laya Akna Ona: ${seximalMoment}, La Ona: ${seximalTic}`; } setInterval(updateClock, 1000); updateClock(); // initial call to display the clock immediately

Viadescioic Clock

Gregorian to Viadescioic Calendar Converter

Gregorian to Viadescioic Calendar Converter