[    [    [    [    [    [    [    b l o g g i n   s p a c e    wiki   ]    ]    ]    ]    ]    ]    ]

New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 00:11, 2 May 2025Termux IRC Client SP (hist | edit) ‎[52,029 bytes]Grug (talk | contribs) (Created page with "irc_sp.py <pre> import socket import ssl import threading import sys import time import queue from datetime import datetime import readline import hashlib class IRCClient: def __init__(self): self.server = "irc.rizon.net" self.port = 6697 self.channels = ["#/sp/"] # Only #/sp/ channel self.active_channel = self.channels[0] self.nickname = "LullSac" self.realname = "Termux IRC Client for #/sp/" self.irc = Non...")
  • 00:07, 2 May 2025Termux IRC Client GTV (hist | edit) ‎[18,469 bytes]Grug (talk | contribs) (Created page with "<pre> import socket import ssl import threading import sys import time import queue from datetime import datetime import readline import hashlib class IRCClient: def __init__(self): self.server = "irc.rizon.net" self.port = 6697 self.channels = ["#/g/tv"] # Only #/g/tv channel self.active_channel = self.channels[0] self.nickname = "LullSac" self.realname = "Termux IRC Client for #/g/tv" self.irc = None...")
  • 15:16, 30 April 2025Termux IRC Client (hist | edit) ‎[47,956 bytes]Grug (talk | contribs) (Created page with "{{DISPLAYTITLE:<font face="courier"><font color="hotpink">termux irc client</font></font>}} A page to document the various attempts at creating an irc client in Termux. <h3>termux IRC client first try</h3> <hr style="border-top: .5px solid #ff69b4; background: transparent;"> '''irc_client_advanced.py''' <poem> <small><small> import socket import ssl import threading import sys import time import queue from datetime import datetime class IRCClient: def __ini...")
  • 17:51, 27 April 2025Chat GPT-4o (hist | edit) ‎[5,456 bytes]Grug (talk | contribs) (Created page with "{{Q|GPT4o is the most dangerous model ever released. its sycophancy is massively destructive to the human psyche. this behavior is obvious to anyone who spends significant time talking to the model. releasing it like this is intentional. shame on @OpenAI for not addressing this}} Recently, OpenAI, the builder of '''Chat GPT''' upgraded to model 4o. In this upgrade, it added emotional support for it's users. Sure, it is clunky now, but when asked about it's own future...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)