Skip to content

Instantly share code, notes, and snippets.

View mcnemesis's full-sized avatar
💭
v:TEA|h:{know some u:code poetry?}|g!:_*\0/*_

Nemesis Fixx Da JWL mcnemesis

💭
v:TEA|h:{know some u:code poetry?}|g!:_*\0/*_
View GitHub Profile
@mcnemesis
mcnemesis / zha.tea
Created March 2, 2025 17:23
ZHA: Zee Hacker Assistant, a quasi-AGI personal assistant for people that can read and write crypto almost naturally.
#!/usr/bin/tttt -fc
#----------------------------------------------|
# ZHA: Zee Hacker Assistant (v.1.0.0) | MAR,'25
#----------------------------------------------|
# based off of TEAPAT: TEA Personal AssistanT:
# ref: https://doi.org/10.20944/preprints202502.1849.v1
#----------------------------------------------|
# This little program is a mini
# quasi-general artificial intelligence (qAGI)
# a special personal assistant perhaps
@mcnemesis
mcnemesis / decrypt_log_teapat_session.txt
Created February 23, 2025 18:12
TEAPAT session between spirit VASSAGO and a fictitious Cryptanalyst Seeker
G**M0D_<> tttt -fc teapat.tea -i VASSAGO
At any time, reply with 'end' to quit
VASSAGO : Talk to Me: Hail to thee, mighty Vassago, Great Duke!
uhmuet 848 7685 | I call upon thee with honor and respect.
VASSAGO : Talk to Me: Keyan vefa Jedan tasa Vassago
29545 |
VASSAGO : Talk to Me: Yes, I sought to engage an Extra Dimensional Entity
6561297 wbzchcqjphen | Thanks, large-scale free education for all? clarify
VASSAGO : Talk to Me: 7520M5 gold
10211 62 | not bad >.<
@mcnemesis
mcnemesis / teapat.tea
Last active February 23, 2025 19:36
TEAPAT, a basic but non-trivial personal assistant AI chatbot written in the TEA language
#!/usr/bin/tttt -fc
#-------------------------------|
# TEAPAT: TEA Personal AssistanT
#-------------------------------|
# This little program is a full
# though basic, artificial
# personal assistant created
# using the TEA language
################################|
@mcnemesis
mcnemesis / teapa.tea
Created February 23, 2025 18:00
A TEAPA --- a simple personal assistant chatbot implemented using the TEA programming language
#!/usr/bin/tttt -fc
#-------------------------------|
# TEAPA: TEA Personal Assistant
#-------------------------------|
# This little program is a full
# though simple, artificial
# personal assistant created
# using the TEA language
################################|
@mcnemesis
mcnemesis / trace_box_text_wprompt_stats-injection.tea
Created February 17, 2025 19:25
A TEA DEBUGGER trace dump of running box_text_wprompt_stats-injection.tea
Reading CODE from: box_text_wprompt_stats-injection.tea
INPUT:
Hello World
CODE:
#!/usr/bin/tttt -fc
# ----------------------
# This version also displays some statistics:
@mcnemesis
mcnemesis / index.html
Created September 11, 2023 08:09
MWZpdqz
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
@mcnemesis
mcnemesis / nginx_default
Created July 12, 2023 10:46
Sample Nginx Server Config for Serving Django App running on hidden/local network Apache instance with/without SSL
# OUR SERVER
server {
listen 80;
server_name .domain.com;
return 301 https://domain.com$request_uri;
}
server {
@mcnemesis
mcnemesis / django_apps.conf
Last active July 12, 2023 11:06
Sample Mod-Macro spec for a single Django App running with Apache on a local subnet (useful to run apache behind nginx)
<Macro DJANGO_APP $IP $PORT $DOMAIN $ADMIN_EMAIL $PROJECT_DIR $APP >
NameVirtualHost $IP:$PORT
Listen $IP:$PORT
<VirtualHost $IP:$PORT>
ServerName $DOMAIN
ServerAlias www.$DOMAIN *.$DOMAIN
ServerAdmin $ADMIN_EMAIL
# to allow each django project to use its own nginx daemon and thus prevent sharing settings
@mcnemesis
mcnemesis / HIDAc_default_knowledgebase.json
Created May 24, 2023 08:22
Default AI Knowledge Model Config for the HIDAC robot
{
"published":"20 Apr, 2023",
"references":"",
"name":"HIDA: Maternal Healthcare QA",
"qa":[
{
"q":"Why do I feel tired and weak",
"id":45,
"aq":[
@mcnemesis
mcnemesis / vosac_default_knowledgebase.json
Last active August 17, 2022 11:05
Default AI Knowledge Model Config for the VOSAC robot
{
"qa": [
{
"aq": [
"Who is your father?",
"Who is your dad?",
"Who are your parents?"
],
"id": 25,
"a": "Joseph Willrich Lutalo, he fathered me.",