Search found 193 matches

by ONiX
Thu Aug 06, 2026 5:16 am
Forum: Active Projects
Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
Replies: 5
Views: 67860

Re: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️

(C) 2026 by Brain Patchwork DX, LLC.
(C) 2026 by Brain Patchwork DX, LLC.
PCB154_LOGIN.png (7.01 KiB) Viewed 65634 times
Theme inspired by "Essential" ANSIGarden ~ hand-built. And my variants will be the Defacto ANSi ART for the BBS.
by ONiX
Thu Aug 06, 2026 12:26 am
Forum: Active Projects
Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
Replies: 5
Views: 67860

Re: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️

New Splash Screen
(C) 2026 by Brain Patchwork DX, LLC.
(C) 2026 by Brain Patchwork DX, LLC.
ChatGPT Image Aug 5, 2026, 07_25_26 PM.png (1.95 MiB) Viewed 66808 times
by ONiX
Wed Aug 05, 2026 9:25 pm
Forum: Active Projects
Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
Replies: 5
Views: 67860

Re: PCBOARD 15.4 - NATIVE 32bit and 64bit

A glaring question/obvious answer

Since PCBoard 15.4 is a single instance, multi-user server ~ it runs in "Headless" mode. Meaning, Sysop screen does not show the users screen. :lol:

As a single screen could not denote 2+ user screens concurrently. We did experiment, with a GUI front end, that ...
by ONiX
Wed Aug 05, 2026 9:12 pm
Forum: Active Projects
Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
Replies: 5
Views: 67860

Re: PCBOARD 15.4 - NATIVE 32bit and 64bit

.--------------------------------------------------------------------------.
| DOOR32 Revision 1 Specifications Updated: Feb 23rd, 2001 |
`--------------------------------------------------------------------------'

What is Door32?
---------------

Door32 is a standard text-based drop file ...
by ONiX
Wed Aug 05, 2026 6:11 pm
Forum: Active Projects
Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
Replies: 5
Views: 67860

Re: PCBOARD 15.4 - NATIVE 32bit and 64bit

Every single official emoji exists in UTF-8. UTF-8 is not a collection of characters, but rather a variable-width encoding system capable of translating all 3,953 emojis pcboard 15.4 with native utf8 built in

Auto detect of caller supports UTF-8 using a technique perfected by Dr Ozz Nixon.

Native ...
by ONiX
Wed Aug 05, 2026 5:51 pm
Forum: Active Projects
Topic: PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️
Replies: 5
Views: 67860

PCBOARD 15.4 - NATIVE 32bit and 64bit 🖥️

(C) 2026 by Brain Patchwork DX, LLC.
(C) 2026 by Brain Patchwork DX, LLC.
ezgif-399533416722811f.png (48.71 KiB) Viewed 67860 times
by ONiX
Tue Jul 28, 2026 4:45 am
Forum: Active Projects
Topic: Newly Released - CStack
Replies: 0
Views: 33301

Newly Released - CStack

Crypto-Stack by Brain Patchwork DX, LLC.

unit CStack_Base;

interface

uses
SysUtils, Classes;

type
{ Exception classes }
ECStackError = class(Exception);

{ Enums for configuration }
TCSAESMode = (amECB, amCBC, amOFB, amCTR, amCTS, amGCM);
TCSPadding = (pdNone, pdPKCS7);
TCSHashType ...
by ONiX
Tue Jul 14, 2026 3:55 pm
Forum: Welcome Back!
Topic: Trying to mold a definition into reality.
Replies: 0
Views: 58203

Trying to mold a definition into reality.

Many people have asked over the years, why "Brain Patchwork DX" (BPDX :mrgreen: ) for our business name.

* The original answer was my Partner at the time was from Italy, and he shared a name suggestion ~ when simplified to "What's that mean in English", he said "Brain" and "Patchwork, like ...
by ONiX
Tue Jul 07, 2026 1:10 am
Forum: It's all about AI
Topic: Three major paradigms of artificial intelligence
Replies: 0
Views: 67355

Three major paradigms of artificial intelligence

AI writes to me:
The provided code demonstrates the conceptual differences between three major paradigms of artificial intelligence:

* ** Rule-Based AI (`TRuleBasedAI`)**: This represents the "Classical AI" or Expert Systems. It relies on fixed logic provided by the programmer. It is efficient ...
by ONiX
Mon Jul 06, 2026 12:23 am
Forum: MLC v1.260701
Topic: Who has the better compiler?
Replies: 2
Views: 128495

Re: Who has the better compiler?

※ recap: MLC is a production-ready OOP Pascal compiler with automatic LZSS binary compression at 82% ratio and full variable tracking.