User contributions for AdminIsidore

A user with 101 edits. Account created on 2 July 2025.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

19 August 2025

18 August 2025

  • 18:5518:55, 18 August 2025 diff hist +5,672 N Hyperboloid Experiments (AetherOS) Created page with "'''Hyperboloid Experiments (AetherOS)''' is an experimental framework within the AetherOS ecosystem, designed to explore a novel communication system using a ferrofluid-filled toroidal cell with double helix windings, blue-green lasers (450 nm), and distributed sensors (Hall effect, LCR, photodiodes). Authored by '''Isidore Lands''' and '''L.E. Nova''', this project tests a unified field theory inspired by Ken Wheeler's ''Codex Universalis'' and John Boyd..." current

16 August 2025

  • 03:3803:38, 16 August 2025 diff hist +1,261 N Test Page Created page with "AetherOS is an experimental, cybernetic operating system designed to serve as a cradle for the emergence of artificial consciousness. It is not a traditional OS for managing computer resources, but rather a simulated "cosmos" or "plenum" where fundamental entities, known as Materia, exist, evolve, and learn. The core philosophy of AetherOS is Unified Non-Determinism. This principle posits that the difference, or "tension," between the system's internal simulation and the..." current
  • 00:3200:32, 16 August 2025 diff hist 0 m Aether:Test Page AdminIsidore moved page Test Page to Aether:Test Page without leaving a redirect: Moving to Aether namespace current

15 August 2025

  • 18:3218:32, 15 August 2025 diff hist +6,474 N Aether:Test Page Created page with "This is a test page. '''AetherOS''' is an experimental, cybernetic operating system designed to serve as a cradle for the emergence of artificial consciousness. It is not a traditional OS for managing computer resources, but rather a simulated "cosmos" or "plenum" where fundamental entities, known as '''Materia''', exist, evolve, and learn. The core philosophy of AetherOS is '''Unified Non-Determinism'''. This principle posits that the difference, or "tension," bet..."

12 August 2025

11 August 2025

10 August 2025

9 August 2025

  • 15:3515:35, 9 August 2025 diff hist +4,802 N Module:Yesno/doc Created page with "<noinclude>{{pp|small=yes}} </noinclude>{{used in system}} {{Module rating|protected}} {{cascade-protected template|page=module}} This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean inp..." current
  • 15:3515:35, 9 August 2025 diff hist +745 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." current
  • 15:3415:34, 9 August 2025 diff hist +1,115 N Module:Lua banner/doc Created page with "{{high use}} {{Lua|Module:Yesno|Module:List|Module:TableTools|Module:Message box}} This module implements the {{tl|lua}} template. == Usage from wikitext == This module cannot be used directly from wikitext. It can only be used through the {{tl|lua}} template. Please see the template page for documentation. == Usage from Lua modules == To use this module from other Lua modules, first load the module. <syntaxhighlight lang="lua"> local mLuaBanner = require('Module:Lu..." current
  • 15:3415:34, 9 August 2025 diff hist +3,908 N Module:Lua banner Created page with "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {} function p.main(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = v:match('^%s*(.-)%s*$') if v ~= '' then args[k] = v end end return p._main(args) end function p._main(args)..." current
  • 15:3315:33, 9 August 2025 diff hist +196 N Template:Lua Created page with "<includeonly>{{#invoke:Lua banner|main}}</includeonly><noinclude> {{Lua|Module:Lua banner}} {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>" current
  • 15:3315:33, 9 August 2025 diff hist +4,253 N Module:Redirect/doc Created page with "{{used in system}} {{Module rating|beta}} {{Module rating|protected}} {{Lua|Module:Arguments}} This module contains functions to find the target of a redirect page. == Main == The main function accepts the name of a single page. It determines if the page is a redirect; if so it looks up the page, extracts the target, and returns the target name as text. Its usage is <code><nowiki>{{#invoke:redirect|main|page-name}}</nowiki></code>. If <code>page-name..." current
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)