[ a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vr / w / wg ] [ i / ic ] [ r9k ] [ s4s ] [ cm / hm / lgbt / y ] [ 3 / aco / adv / an / asp / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / qst / sci / soc / sp / tg / toy / trv / tv / vp / wsg / wsr / x ] [ Settings ] [ Home ]
Board
Settings Home
4chan Search `4chan` 7092 comments

Board: x Thread: 42499716 File: fresh cat loaf.jpg ( 22.0KiB, 650x367 )
14 KB
22.0KiB.jpg
>Who is the Nobody?

The Nobody is a figure alive today who has extraordinary spiritual powers, including the ability to control reality with their conscious and unconscious mind. He is a man of no wealth or worldly acclaim through whom it seems God has chosen to manifest his strength and wisdom. He is said to carry the Logos, making him a fearless truth-teller and a menace to the powers that be.

Instead of receiving strength through a superiority/inferiority mechanism, the Nobody proves to them time and time again that a whole planet filled with creative, ingenious, spiritually ascended humans who are individually sovereign yet globally unified through consciousness can achieve greater things than a planetary empire of darkness, and control.

He is not a messiah, he's just like you but he has found the keys to the kingdom within himself through sheer will, just like you will.

>What is the general picture?

It’s important we start replying to the good posts and ignoring the hateful ones, or the ones here to argue. So call upon their heads the forces of heaven for peacefulness, clarity, and wisdom. If this place is to be more than a squandered opportunity, an overgrown garden, it requires voices such as yours, but many more.

Focus on increasing your service to others and be more loving to yourself and everyone in order to raise your vibrational and consciousness level, and learn to to forgive yourself and others.This will change the vibration of the planet, raise the shared consciousness of humanity, and change humankind one person at a time.

If this is your first time here, just remember, it’s going to be ok. You may take shelter and find rest.
>>
>>42500651
I hope Kim enjoys their stay and has a great time on 4chan, and everyone else along/involved with Kim, peace to em,

Board: pol Thread: 536429250 File: IMG_1326.png ( 378.2KiB, 868x489 )
14 KB
378.2KiB.png
MORMONS ARE PROTECTING THIS DUDE LMAO!!!!
>>
>>536429250
why do you hate Mormons, jew is it because is the last white threat to jews? as far as i know Mormons are the last standing organized group of whites that help eachother

the fact that you push this fabricated news everywhere and in multiple 4chan threads just tells me you wanna warm up people into accepting an open attack on mormons

I'm sorry JEW i wont be hating mormons and i will always be on the side of those who are are my closest genetically speaking

you wouldn't get it this is my superior moral stance i will always support my family first and second my fellow whites , this stance make JEWS like you seethe and cry

Board: bant Thread: 24446597 File: IMG_0515.jpg ( 54.4KiB, 647x567 )
14 KB
54.4KiB.jpg
Zoomer memes be like “here are two numbers LMFAO!”
>>
>>24455076
exactly, this is a pepe facing left thread.
so go back to discord g*nthershill:
>>>/d/iscord

Board: pol Thread: 536428571 File: Trump gay.jpg ( 119.2KiB, 1074x976 )
14 KB
119.2KiB.jpg
It's gay, among other things.
Do you think Trump really sucked Bill Clinton on Epstein island?
>>
>>536428688
>>536428746
closeted migger posting is my new fav 4chan meta

/aicg/ - A general dedicated to the discussion and development of AI chatbots

#832 - bakie's favorite doggirl edition

▶https://rentry.org/aicg_vg_memo
▶This general is for discussion of the interactive experiences you can build on top of AI chatbots.

>News
Chub has changed their TOS: https://chub.ai/tos
BotBrowser Extension leaks keys: https://rentry.co/st-backdoor
Claude Opus 4.8: https://www.anthropic.com/news/claude-opus-4-8
Gemini 3.5 Flash: https://deepmind.google/models/model-cards/gemini-3-5-flash/
Deepseek V4: https://huggingface.co/deepseek-ai/DeepSeek-V4-Pro/blob/main/DeepSeek_V4.pdf
GPT-5.5 https://openai.com/index/introducing-gpt-5-5

additional info: https://aicg.neocities.org/info

>Frontends
SillyTavern: https://docs.sillytavern.app
RisuAI: https://risuai.net
Agnai: https://agnai.chat | https://rentry.org/agnai_guides_

>Bots
https://characterhub.org
https://realm.risuai.net
https://partyintheanchorhold.neocities.org
https://aicg.neocities.org/bots
https://botbooru.com
https://chararc.bernkastel.pictures

>Models
jailbreaks: https://rentry.org/jb-listing
gpt: https://platform.openai.com/playground | https://platform.openai.com/docs
claude: https://console.anthropic.com | https://docs.anthropic.com | https://rentry.org/how2claude
gemini: https://gemini.google.com | https://ai.google.dev/docs | https://rentry.org/gemini-qr
deepseek: https://chat.deepseek.com | https://api-docs.deepseek.com
local: >>>/g/lmg | https://aicg.neocities.org/local | https://openrouter.ai

>Botmaking
https://aicg.neocities.org/botmaking
https://desune.moe/aichared
https://agnai.chat/editor

>Meta
OP templates: https://rentry.org/vgOP | https://rentry.org/aicgOP
aicg botmaking events: https://aicg.neocities.org/events
lore: https://rentry.org/aicg_chronicles
rice: https://aicg.neocities.org/ricing
services assessment: https://rentry.org/aicg_meta
logs: https://sprites.neocities.org/l/r | https://chatlogs.neocities.org

prev: >>569345353

I can't remember what half of my Python scripts do or why I have them saved. Here's checksum-changer.py and I guess it is to shitpost banned 4chan images.
#!/usr/bin/env python3

import cv2

import os
import random
import sys
import time

if __name__ == "__main__":
if len(sys.argv) < 2:
print("Usage: {} image (n)".format(sys.argv[0]))
sys.exit(1)
fn = sys.argv[1]

n = 1
if len(sys.argv) > 2:
n = int(sys.argv[2])

dir = os.path.split(fn)[0]
ext = os.path.splitext(fn)[-1]
im_orig = cv2.imread(fn, cv2.IMREAD_UNCHANGED)
for i in range(n):
im = im_orig.copy()
x = random.randint(0, im.shape[1]-1)
y = random.randint(0, im.shape[0]-1)
im[y, x] += 1

name = f"{int(time.time()*1000+i)}{ext}"
cv2.imwrite(os.path.join(dir, name), im)

>>
>>130533694
>the only evidence given was
and proof that the jannies had added scripts in 4chan's index.php to make it so they control the OP post of generals on other boards
kind of a big detail to leave out

Board: vg Thread: 569450889 File: nenio.png ( 1.4MiB, 692x1024 )
14 KB
1.4MiB.png
The smartest Edition

>What is /crpgg/?
This general is dedicated to the discussion of computer roleplaying games such as:
Arcanum, Baldur's Gate, Disco Elysium, Divinity: Original Sin, Dragon Age, Expeditions, Fallout, Icewind Dale, Jade Empire, Knights of the Old Republic, Mass Effect, Might and Magic, Neverwinter Nights, Pathfinder, Pillars of Eternity, Planescape: Torment, Shadowrun, Solasta, The Age of Decadence, Temple of Elemental Evil, Tyranny, Ultima, Underrail, Vampire: The Masquerade – Bloodlines, Warhammer 40k: Dark Heresy, Rogue Trader, Wasteland, Wizardry, and many others.

>Recommendations:
https://files.catbox.moe/gx6f4u.png

Previous: >>569393056

>Thread Question
Who is the smartest crpg companion you can name?
>>
>>569450889
Nenio?
Based and 4chan

Ok so I get in trouble for being horny in this board and the mods have punished me many times and warned me so I don't plan on doing any more hornybait threads to make trannies and sissies give me their nudes and affection. I also won't beg for it either but im confused cause sometimes the sissies and trannies DO post their nudes......do they not get in trouble for that or....anyway why are there even mods here and why are they kinda puritanical? I understand and will follow the rules i just want an explanation for this. In one of my threads there was this "AudreyV2 !HbpCWyriKQ" person and they sent me nsfw stuff which I enjoyed greatly and in another thread which got deleted where I asked people to send me stuff and one did which I enjoyed and greatly and mods got mad so ok fine I won't do horny stuff anymore but even then people here are very willing to send their nudes so easily so its just confusing because sometimes nothing happens and sometimes you do get in trouble for it. I really want an answer on why things aren't consistent. Id be fine with following the "no horny" laws if it seemed like things were more clear. Im not claiming innocent cause I think it is fair to get in trouble for horny but its confusing to know when and when its not allowed. I am kinda new to 4chan so I don't exactly quite understand all the whatever but yeah. I think I've only started posting here last week? Idk. I haven't only made horny posts but yeah

Board: g Thread: 108982714 File: file.jpg ( 14.4KiB, 222x289 )
14 KB
14.4KiB.jpg
When did 4chan stop supporting tripcodes?


[ Advertise on 4chan ]

Style:
[ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ]
[ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ]
[ Disable Mobile View / Use Desktop Site ]

[ Enable Mobile View / Use Mobile Site ]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.