Julian Cassin

Melbourne, Victoria, Australia
1K followers 500+ connections

Join to view profile

About

Creator multiple technologies including:

- ZOSCII and UNSIGNAL Protocol…

Services

Articles by Julian

Activity

Join now to see all activity

Experience & Education

  • Cyborg Unicorn

View Julian’s full experience

See their title, tenure and more.

or

By clicking Continue to join or sign in, you agree to LinkedIn’s User Agreement, Privacy Policy, and Cookie Policy.

Projects

  • ZOSCII

    CyborgZOSCII is an alternative to ASCII/PETSCII that uses direct ROM addressing instead of traditional character-to-value mapping. This approach provides significant advantages for resource-constrained systems while offering unique security properties.

  • CyborgShell

    CyborgShell is the premium tool for AI Agents including OpenManus - it lets AI agents collaborate with your organisation. An Open Source Version is available now and supports the following human languages: arabic, chinese (simplified), chinese (traditional), czech, dutch, english, french, german, greek, hebrew, hindi, italian, japanese, javanese, klingon, korean, persian, polish, portuguese, romanian, russian, spanish, swahili, swedish, tagalog, thai, turkish, vietnamese for which you can…

    CyborgShell is the premium tool for AI Agents including OpenManus - it lets AI agents collaborate with your organisation. An Open Source Version is available now and supports the following human languages: arabic, chinese (simplified), chinese (traditional), czech, dutch, english, french, german, greek, hebrew, hindi, italian, japanese, javanese, klingon, korean, persian, polish, portuguese, romanian, russian, spanish, swahili, swedish, tagalog, thai, turkish, vietnamese for which you can communicate with your team including the AI Agents. Just tell the AI Agent go to the URL and read the help, then read the instructions in blah.txt file and watch magic happen!

    https://lnkd.in/gCTnsTXS (git hub)
    http://8bitology.com/ (open release candidate, additional features)
    https://lnkd.in/gqQjKpEi (WhatsApp)

    Want enhancements? let me know. Join the WhatsApp group.

  • superZOSCII Protocol (The Fourth Protocol)

    -

    superZOSCII Protocol (The Fourth Protocol) is a theoretical extension to the UNSIGNAL Protocol that introduces per-packet window rotation across arbitrarily large ROMs. All packet indirection metadata resides within the currently paged-in 64KB window, maintaining the self-referential security model of ZOSCII.

  • UNSIGNAL Protocol Specification

    -

    UNSIGNAL Protocol is an advanced ZOSCII implementation designed to neutralize pattern recognition and heuristic analysis. By introducing randomized offsets and variable padding, it ensures that identical inputs never result in identical outputs, even when using the same ROM.

  • Diffie-Hellman: A Computational Vulnerability Through Discretization?

    -

    Diffie-Hellman (DH) key exchange is mathematically sound but computationally unsound. The protocol assumes infinite mathematical precision, but computers cannot compute infinite-precision mathematics. This gap between mathematical theory and computational reality could create an exploitable vulnerability.
    When DH is implemented on finite hardware with bounded precision, the infinite circular modular space (mod p) is necessarily approximated as a finite polygon. This polygon has enumerable…

    Diffie-Hellman (DH) key exchange is mathematically sound but computationally unsound. The protocol assumes infinite mathematical precision, but computers cannot compute infinite-precision mathematics. This gap between mathematical theory and computational reality could create an exploitable vulnerability.
    When DH is implemented on finite hardware with bounded precision, the infinite circular modular space (mod p) is necessarily approximated as a finite polygon. This polygon has enumerable vertices. An attacker can potentially exploit this discretization to solve the discrete logarithm problem faster than claimed.

  • microZOSCII: Quantum-Proof Bootstrap Protocol

    -

    microZOSCII solves the fundamental key distribution problem in quantum-proof communications by providing a minimal, human-manageable bootstrap mechanism for full ZOSCII deployment. Using just 54 alphanumeric characters, microZOSCII enables information-theoretically secure transmission of a 64KB ZOSCII ROM, achieving 10^91,619 combinatorial security—10^91,542 times stronger than AES-256—without any reliance on mathematical encryption.

  • Tri-Sword Framework for Biology, RMA, and Molecular Analysis

    -

    The Tri-Sword Framework is not just suitable for biology and molecular analysis — it's ideally suited. These domains are fundamentally spatial, iterative, and neighbor-dependent, which aligns perfectly with Tri-Sword's core strengths in exploiting geometric structure, branchless propagation, and persistent kernel execution.

  • ZOSCII NoEyes Handshake Protocol

    -

    A trust establishment mechanism that uses existing Certificate Authorities (CAs) as disposable bootstrap facilitators, not ongoing security providers. Once the handshake completes, the CAs are permanently out of the loop.

  • Cuboids & Nonoids for 3D Wave-Based Quantum Algorithms

    -

    Cuboids and nonoids are 3D logical primitives designed to simplify reasoning about spatially propagating states. They offer a human-comprehensible abstraction for quantum programming, allowing us to conceptualize wave interference, superposition, and entanglement in three dimensions.

    This document explores their potential as a programming model for quantum computers, particularly for wave-like algorithms, where spatial relationships govern computational propagation rather than discrete…

    Cuboids and nonoids are 3D logical primitives designed to simplify reasoning about spatially propagating states. They offer a human-comprehensible abstraction for quantum programming, allowing us to conceptualize wave interference, superposition, and entanglement in three dimensions.

    This document explores their potential as a programming model for quantum computers, particularly for wave-like algorithms, where spatial relationships govern computational propagation rather than discrete sequential instructions.

  • CyborgBlogger

    -

    A lightweight, file-based PHP blogging system with wiki-style markup support and integrated media management.

    Features
    Small Footprint: About 200kb if you use the minified JS files
    File-Based Storage: No database required - posts stored as JSON files
    Wiki Markup: Support for CyborgWiki syntax including bold text, links, images, lists, tables, and code blocks
    Topic Organization: Categorize posts into custom topics
    Media Manager: Upload and manage images and files with…

    A lightweight, file-based PHP blogging system with wiki-style markup support and integrated media management.

    Features
    Small Footprint: About 200kb if you use the minified JS files
    File-Based Storage: No database required - posts stored as JSON files
    Wiki Markup: Support for CyborgWiki syntax including bold text, links, images, lists, tables, and code blocks
    Topic Organization: Categorize posts into custom topics
    Media Manager: Upload and manage images and files with visual gallery
    Admin Controls: Simple password-based authentication system
    SEO-Friendly: Automatic sitemap generation for search engines
    Responsive Design: Built with custom CSS framework
    Content Moderation: Optional word filtering with customizable blocklist
    Pagination: Configurable posts per page

  • The Tri-Sword Methodology: Achieving 37,723x GPU Acceleration in Information-Theoretic Security

    -

    This whitepaper explains how ZOSCII achieves 37,723x GPU acceleration over JavaScript implementation while Post-Quantum Cryptography (PQC) algorithms struggle to achieve even 100x speedup on the same hardware. The performance differential is not coincidental—it stems from fundamental algorithmic properties that align perfectly with GPU architecture.

  • Native Threaded Code: Unleashing Compiler-Driven High-Level Performance on Constrained Z80 Systems

    -

    Traditional methods for implementing high-level languages (HLLs) on resource-constrained CPUs, such as the Zilog Z80, suffer from severe performance bottlenecks. Developers routinely rely on inherited programming conventions, primarily the constant use of the Z80's standard hardware stack with CALL and RET for control flow. This approach creates a fixed, repetitive performance penalty that dominates execution time.

    We introduce Native Threaded Code (NTC), a paradigm that achieves the…

    Traditional methods for implementing high-level languages (HLLs) on resource-constrained CPUs, such as the Zilog Z80, suffer from severe performance bottlenecks. Developers routinely rely on inherited programming conventions, primarily the constant use of the Z80's standard hardware stack with CALL and RET for control flow. This approach creates a fixed, repetitive performance penalty that dominates execution time.

    We introduce Native Threaded Code (NTC), a paradigm that achieves the flexibility of HLL compilation with optimized assembly performance. NTC re-imagines Z80 control flow by treating the program as a sequence of 16-bit addresses stored in memory, where the hardware stack pointer (SP) itself becomes the instruction pointer. This eliminates traditional CALL/RET overhead for sequential statement execution.

    In performance-critical loops, NTC demonstrates dramatic efficiency gains, reducing execution overhead by approximately 64% compared to equivalent conventional Z80 assembly using CALL/RET patterns. The compiled NTC structure is inherently more readable and maintainable than highly optimized raw assembly.

  • The Tri-Sword Framework: Manifesto of Silicon Sovereignty

    -

    By bypassing the "Software Tax" and exploiting raw Silicon Physics, we have achieved breakthrough performance across multiple problem domains.

  • ZOSCII MQ

    -

    The World's First Truly Quantum Proof Message Queue (MQ) and Data Store when used in conjunction with ZOSCII.

    ZOSCII MQ is a minimal, file-based Message Queue (MQ) designed for high-assurance, B2B asynchronous communication. It leverages the file system for durability and uses specific file naming conventions for chronological ordering and message retention. It also can provide a robust message store service.

  • ZOSCII TrumpetBlower

    -

    ZOSCII TrumpetBlower
    Because trumpets are louder than whistles.

  • Cyborg Livewire Framework

    -

    Cyborg Livewire is a lightweight, server-driven web application framework that delivers UI components dynamically as JSON payloads. It combines traditional server-rendered applications with modern single-page application architectures, maintaining a minimal 18KB footprint.

  • AWAF - Agility Web Application Framework

    -

    An ongoing project which is the design and creation of a RIA framework for developing Application software using internet technologies which match the capabilities and reduce production costs when compared to desktop applications.

    Given the choices of web frameworks on the market... we think this is the best!

    Technologies Used:
    OSX, Windows XP, Windows 7, Linux, HTML, CSS, PHP, JavaScript, Twitter Bootstrap, Java (Applet and Android), AJAX, JQuery, JSON, AWAF, SVN, MySQL and…

    An ongoing project which is the design and creation of a RIA framework for developing Application software using internet technologies which match the capabilities and reduce production costs when compared to desktop applications.

    Given the choices of web frameworks on the market... we think this is the best!

    Technologies Used:
    OSX, Windows XP, Windows 7, Linux, HTML, CSS, PHP, JavaScript, Twitter Bootstrap, Java (Applet and Android), AJAX, JQuery, JSON, AWAF, SVN, MySQL and many more...

    See project
  • RapidFMS

    -

    For the RapidFMS (Freight Management System) project I am heavily involved in the BA, requirements analysis, application GUI and functional design as well as data modelling and development.

    To facilitate RapidFMS and other software products, I am architect and lead developer of our own in-house developed OS-like web framework which is compatible across most popular desktop and mobile device web browsers. It enables us to quickly create modern web-based applications with rich features…

    For the RapidFMS (Freight Management System) project I am heavily involved in the BA, requirements analysis, application GUI and functional design as well as data modelling and development.

    To facilitate RapidFMS and other software products, I am architect and lead developer of our own in-house developed OS-like web framework which is compatible across most popular desktop and mobile device web browsers. It enables us to quickly create modern web-based applications with rich features common to the desktop, but with the benefits of simultaneous multi-user, multi-device, LAN or WAN. The system is secure and fully modular and structured - relatively lightweight and supports multi-tasking, multiple windows and multiple monitors. As most of the OS-like functionality is fully re-usable, a typical application would take the same time frame to market as would to developed it as a standard web app.

    Technologies Used:
    OSX, Windows XP, Windows 7, Linux, HTML, CSS, C#, PHP, Javascript, Java (Applet and Android), AJAX, JQuery, JSON, SVN, mysql, Selenium.

    Other creators
  • CyborgDesigner

    -

    CyborgDesigner is a JavaScript-based designer for layouts, currently including but not limited to:

    Application Layouts
    Dashboard Layouts
    Database Schemas
    Form Layouts
    Menu Layouts
    Report Layouts
    AI Orchestrations
    Designed to be meta-data driven using JSON objects with callbacks for renderers. Very flexible. You can create your own layouts and your own datatypes. Then the only thing you really need to code for your application is a renderer.

  • PotentJS Adventure Creation Framework

    -

    PotentJS Adventure Creation Framework is a powerful JavaScript-based text adventure framework for creating sophisticated interactive fiction using an accessible, script-like syntax.

  • Projly

    -

    Responsibilities: For Projly, create the Projly Web Application as a ROI exercise using our full stack RIA framework (both the frontend and backend), AWAF.

    Achievements: Successfully created a commercial quality Project Management tool that we even use in-house to manage staff.

    Technologies Used:
    OSX, Windows XP, Windows 7, Linux, HTML, CSS, PHP, JavaScript, Twitter Bootstrap, Java (Applet and Android), AJAX, JQuery, JSON, AWAF, SVN, MySQL and many more...

    See project
  • CyborgWiki

    -

    CyborgWiki is an extremely small (< 2kb minified) wiki renderer which will convert a wiki syntax into html. It is created as a JavaScript library suitable for integration into any web application. It has it's limitations due to it's size, it is not a real wiki parser, but does an extremely commendable job using some regex magic.

  • QuickIMS

    -

    Responsibilities: For QuickIMS (Quick Management System) Project, manage development staff, come up with innovative software designs, application GUI and functional design, data modelling, architecture and development of both QuickIMS functionality and our full stack RIA framework (both the frontend and backend), AWAF.

    Achievements: We are proud of what we can now achieve using Web Technologies.

    Technologies Used:
    OSX, Windows XP, Windows 7, Linux, HTML, CSS, PHP, JavaScript…

    Responsibilities: For QuickIMS (Quick Management System) Project, manage development staff, come up with innovative software designs, application GUI and functional design, data modelling, architecture and development of both QuickIMS functionality and our full stack RIA framework (both the frontend and backend), AWAF.

    Achievements: We are proud of what we can now achieve using Web Technologies.

    Technologies Used:
    OSX, Windows XP, Windows 7, Linux, HTML, CSS, PHP, JavaScript, Twitter Bootstrap, Java (Applet and Android), AJAX, JQuery, JSON, AWAF, SVN, MySQL and many more...

    Other creators
    See project
  • Retro

    -

    As co-founder of the Melbourne-based video game club 'Retro', I help with the promotion, administration and running of the club - most of all having fun. We just passed our first year and had a positive response by attracting new members.

    Other creators
    See project
  • jsonCV

    -

    Online CV creator for the greater public.

    Technologies Used:
    OSX, Windows 7, Linux, HTML, CSS, PHP, JavaScript, AJAX, JQuery, JSON, SVN, MySQL.

    Other creators
    See project
  • xBackup

    -

    Scriptable PHP application installation and backup system.


    Technologies Used:
    Windows 7, Linux, Android, HTML, CSS, PHP, JavaScript, AJAX, JQuery, JSON, SVN, MySQL.

    See project
  • Custom Programme Scheduling System for Casey Radio

    -

    A radio programme schedule editing facility for their radio hosts to easily maintain their respective websites sections.

    Technologies Used:
    Windows 7, Linux, HTML, CSS, PHP, Javascript, AJAX, JQuery, JSON, SVN.

    See project
  • Custom Rating Software

    -

    Architect and development lead of custom rating software for the freight industry.

    Technologies Used:
    OSX, Windows 7, Linux, HTML, CSS, C#, PHP, Javascript, AJAX, JQuery, JSON, SVN, mysql.

  • Talent Please iPhone App

    -

    Enhancements and new back end for the Talent Please iPhone application. This was an interesting project due to source code not being available it had to be fully reverse engineered and re-implemented in a tight timeframe.

    Technologies Used:
    OSX, Linux, Objective C, PHP, mysql, SOAP.

    See project
  • myonlinestore.com.au Store Builder

    -

    Development of a complete e-commerce store builder based on customised open source software along with custom components including new custom payment gateways (eWay and NAB) and more.

    Technologies Used:
    OSX, Linux, HTML, PHP, Javascript, SVN, Prestashop, Open Cart, mysql.

    Other creators
  • TimeRunner

    -

    Intelligent time management & audit system for Windows Desktops.

    Technologies Used:
    VB6, XML for messaging, SVN, HTML, CSS.

    See project
  • Hot Cars Club

    -

    iPhone based Social Networking application for Car enthusiasts.

    Technologies Used:
    OSX, Windows XP, Windows 7, Objective C, Python, Google App Engine, Google Data Store, XML for messaging, SVN.

    See project
  • Alyssa Database

    -

    Just for fun, here is one of my early applications which was reviewed in November 1992 CPC Attack! "Definitely goes straight into the CPC Attack! top ten of PD software!" 93%

    Perhaps I should create a version 2 based on RapidOS? Food for thought.

    Technologies Used:
    Locomotive BASIC, Z80 Assembly Language.

    See project

Honors & Awards

  • Industry Standards Training Certificate of Completion Distinction

    GS-1

    Logistics Industry standards.

  • Award / Certificate

    Toll Group

    This certificate was awarded as having demonstrated understanding and commitment to the following Group IT Core Values: Initiative, Professionalism, Accountability.

  • Alyssa Database

    CPC Attack!

    Just for fun, here is one of my early applications which was reviewed in November 1992 issue of the print magazine CPC Attack! "Definitely goes straight into the CPC Attack! top ten of PD software!" 93%

  • Recommended for position at Visiboard

    Collingwood TAFE

    Got 100% in my programming exams and was recommended to Visiboard when they enquired for graduates for a contract position.

Recommendations received

More activity by Julian

View Julian’s full profile

  • See who you know in common
  • Get introduced
  • Contact Julian directly
Join to view full profile

Other similar profiles

Explore collaborative articles

We’re unlocking community knowledge in a new way. Experts add insights directly into each article, started with the help of AI.

Explore More

Add new skills with these courses