User:Grug/front page
welcome fuckos


originally, i had this great plan. this plan was to document this whole internet 2.0 hub-bub, and then shit on it. to drive the point home in a fiendish way, I was going to do it on an old style website using just notepad++ to edit it. turns out nobody gave a shit, so i just kept on bloggin here using wiki software. most of the stuff on this page is for my use anyways, but if you liked the old busted front page, you can find it here.
latest shenanigans
- 16:37, 24 June 2025 They Don't Know What The Fuck They're Doing (hist | edit) [81 bytes] Grug (talk | contribs) (Created page with "center|600px {{Media}}")
- 18:18, 22 June 2025 Welcome.sh (hist | edit) [6,251 bytes] Grug (talk | contribs) (Created page with " GNU nano 8.5 welcome #!/data/data/com.termux/files/usr/bin/bash # Termux Welcome Screen # Displays on session start with greeting, historical event, Fort Wayne weather, AL E...")
- 00:40, 13 June 2025 Samsung Tablets In 2025 (hist | edit) [1,697 bytes] Grug (talk | contribs) (Created page with "Why does a Samsung Galaxy Tablet built in 2022 beat the pants off of a similar product built in 2025? {| class="wikitable" ! Feature !! Galaxy Tab S8+ (2022) !! Galaxy Tab S10 FE (2025) !! Galaxy Tab S10+ (2025) |- | '''Display''' || 12.4-inch Dynamic AMOLED 2X, 2800x1752, 120Hz, HDR10+, Gorilla Glass 5 || 10.9-inch IPS LCD, 2560x1600, 90Hz, 800 nits || 12.4-inch Dynamic AMOLED 2X, 2800x1752, 120Hz, HDR10+, anti-reflective coating |- | '''Processor''' || Qualcomm Snapdr...")
- 02:30, 4 June 2025 The Beach Boys (hist | edit) [164 bytes] Grug (talk | contribs) (Created page with "'''I gedda roun...''' center|600px {{Music}} Category:MusicCategory:VideoCategory:OldCategory:MediaCategory:Internet")
- 01:37, 4 June 2025 Some 90s Vids (hist | edit) [1,489 bytes] Grug (talk | contribs) (Created page with "Remember those days before shit got evil? Those times when the whole world was stupid enough to wear masks, eat 11 servings of grains per day, and think that some random grasshopper species was more important than the economy? '''Some 90s Vids''' remembers... <center><gallery> File:Niceshot.mp4 File:Comearound.mp4 File:Longwank.mp4 File:Youff.mp4 </gallery></center>")
- 02:07, 19 May 2025 ZOMBO.com (hist | edit) [881 bytes] Grug (talk | contribs) (Created page with "center|600px center|400px ==See Also== <span class="plainlinks><big><big><big><big><big><big><big>'''[https://zombo.com <font color="red">Z<font color="orange>o</font><font color="blue">m</font><font color="mediumorchid">b</font><font color="cyan">o</font><font color="blue">.</font><font color="orange">c</font><font color="greenyellow">o<font color="blue">m</font>]'''</big></big></big></big></big></big></big></span> {{Old...")
- 22:11, 17 May 2025 The Mystery of Epstein Island (hist | edit) [1,964 bytes] Grug (talk | contribs) (Created page with "'''The Mystery of Epstein Island''' is a video game that was made by anon user "Sapo" back in 2020 during that whole mess. thumb|center|600px|The game is packed full of innuendo, allusions, symbolism, and veilled references. It's actually a fun watch. ==See Also== *[https://www.youtube.com/watch?v=girGHe9ubi4 Original file] Category:VideoCategory:MediaCategory:IRL ShitCategory:Injokes")
- 00:46, 15 May 2025 Artichoke And Heart Of Palm Salad (hist | edit) [2,674 bytes] Grug (talk | contribs) (Created page with "Of course, you can do all this stuff yourself and make a "homemade" version of it with fresh ingredients, but I used the cans. '''Artichoke and Heart of Palm Salad''' is incredible. You can take it to your cook out or potluck, and nobody will eat it because nobody knows what the hell a Heart of Palm is. That means you get to take it home and eat it all. ==Ingredients== <poem> One 16 ounce can of Hearts of Palm. Packed in water is preferable. One 16 ounce can of art...")
- 03:31, 14 May 2025 Test (hist | edit) [744 bytes] Grug (talk | contribs) (Created page with " === YouTube === <div style="display: flex; flex-wrap: wrap; justify-content: flex-start;"> <div style="padding: 0px 5px 5px 0px;">{{#evt:service=youtube|id=https://www.youtube.com/watch?v=PwZ4QdjMjIc|autoresize=true|alignment=left|dimensions=250|urlargs="modestbranding=1&version=3&rel=0&origin=https://www.funtoo.org"}}</div> <div style="padding: 0px 5px 5px 0px;">{{#evt:service=youtube|id=https://www.youtube.com/watch?v=t--zWCMBftA|autoresize=true|alignment=left|dimens...")
- 18:50, 8 May 2025 Drainage (hist | edit) [81 bytes] Grug (talk | contribs) (Created page with "center|600px")
- 00:11, 2 May 2025 Termux 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 2025 Termux 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 2025 Termux 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 2025 Chat 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...")
- 00:51, 26 April 2025 111 (hist | edit) [105 bytes] Grug (talk | contribs) (Created page with "{{Tool}}")
- 00:33, 26 April 2025 FAST's Screenplay (hist | edit) [556 bytes] Grug (talk | contribs) (Created page with "{{DISPLAYTITLE:<font face="courier"><font color="hotpink">FAST's screenplay?</font></font>}} I cannot believe that I never made this page considering the images have been hanging around on the server for around 4 years. So, in celebration of FAST's release, here are the images from the screenplay. ==Images==")
- 01:20, 24 April 2025 Table Help (hist | edit) [7,403 bytes] Grug (talk | contribs) (Created page with "The following text (when you view the edit screen) will show you how to construct a table. Use this in conjunction with the editor's "table" function. I have included many variables that can change how the table shows information. Each column is also sortable. {| class="wikitable sortable collapsible" width="100%" style="text-align: center;" |+ In the code, you can change the table caption. |- ! Header Info !! Something Else !! Another Category |- | regular plain tex...")
- 22:10, 23 April 2025 Mailboxes (hist | edit) [309 bytes] Grug (talk | contribs) (Created page with "Hey buddy...watch what you're doing...buddy? '''BUDDY?!?''' center|600px {{Video}} Category:Media")
- 18:14, 20 April 2025 Tanoc's Gay Website (hist | edit) [781 bytes] Grug (talk | contribs) (Created page with "<span class="plainlinks">[https://nyoron.moe/vt/index.html '''Tanoc's Gay Website''']</span> is posted here mostly because BallSac triggers them so much. center|500px <poem> 02:12 <@BallSac> •n0s3y|afk• 02:12 <@BallSac> 1:58pm] <@BallSac> The user describes the website as belonging to their "good friend Tanoc" but calls it a "garbage website." 02:12 <@BallSac> [1:58pm] <@BallSac> The user makes some derogatory comm...")
- 21:35, 18 April 2025 Cultleader.org (hist | edit) [8,533 bytes] Grug (talk | contribs) (Created page with "<span class="plainlinks">[https://cultleader.org '''Cultleader''']</span> is the home of "clowns" on the Rizon IRC server. The site is a collection of random eclectic pages that are heavy on flashing colors. If you have epilepsy, don't go there. <h3>links to individual pages</h3> <hr style="border-top: .5px solid #ff69b4; background: transparent;"> *<span class="plainlinks">[https://cultleader.org/royal-hexagon-society-saves-humanity-from-the-f...")
- 11:12, 18 April 2025 MLB Standings (hist | edit) [14,725 bytes] Grug (talk | contribs) (Created page with "<html> <head> <style> body { font-family: Verdana, sans-serif !important; font-size: 12px !important; } * { font-family: Verdana, sans-serif !important; font-size: 12px !important; } </style> </head> <center><img src="https://bloggin.space/images/1tw95k.jpg" alt="George Costanza In Six Games Meme" class="meme-image" style="width: 200px; height: auto;"><br> <font color="#789922">>the y...")
- 01:40, 17 April 2025 Boots (hist | edit) [3,028 bytes] Grug (talk | contribs) (Created page with "{{DISPLAYTITLE:<font face="courier"><font color="hotpink">boots</font></font>}} Pretty haunting poem by Rudyard Kipling. It captures the grueling, monotonous experience of soldiers marching endlessly, inspired by Kipling's observations of British troops during the Second Boer War. <h3>full text of the poem</h3> <hr style="border-top: .5px solid #ff69b4; background: transparent;"> <div style="clear: both; margin: .5em auto .5em auto; padding: .5em; border-radius:0em; wi...")
- 00:25, 17 April 2025 Gopher (hist | edit) [2,620 bytes] Grug (talk | contribs) (Created page with "The '''Gopher protocol,''' launched in 1991 at the University of Minnesota, was an early internet system for organizing and retrieving text-based documents. Named after the university’s mascot, it aimed to provide a simple, hierarchical menu-driven alternative to the chaotic early web. By the mid 1990s, there were thousands of gopher servers online. They were quick and free, so universities and libraries used them like crazy. Then, Mosaic happened and gopher disappe...")
- 23:34, 16 April 2025 Imageboards (hist | edit) [21,401 bytes] Grug (talk | contribs) (Created page with "Table and it's contents stolen from the [https://wiki.soyjak.st Soyjack wiki.] Holy crap there is a lot of '''Imageboards.''' {| class="wikitable" |- ! name ! url |- | Белчан | https://belchan.eu/ |- | Даблач | https://www.22ch.ru/ |- | Кропивач | https://kropyva.ch/ |- | Ноунейм Параша | https://wc.12hp.ch/wc/ |- | Ньюсач | http://anon.newsa4.ru/ |- | Нічан | https://nichan.net/ |- | УЧАН | https://uchan.org.ua/ |- | У...")
- 10:52, 15 April 2025 4chan (hist | edit) [8,526 bytes] Grug (talk | contribs) (Created page with "'''4chan''' has been hacked. center|400px Evidently, some hacker had access to root on 4chan's servers since 2021 and planned the hack for a few years. center|500px Oh well, despite the fact that people are crying about it and saying "this is the end," 4chan will probably be back in a few hours. <center> <gallery> File:GoiyQH4XEAAihr6.png File:4chanhack3.jpeg File:4chanhack4.jpeg File:4chanhack5.png File:4chanhack6....")
- 02:08, 13 April 2025 Barron Trump (hist | edit) [250 bytes] Grug (talk | contribs) (Created page with "thumb|center|400px|<big><big><big>'''It's <u>MY</u> turn now, father.'''</big></big></big> {{Manly}} Category:PeopleCategory:Media")
- 07:01, 6 April 2025 Tariffs (hist | edit) [14,452 bytes] Grug (talk | contribs) (Created page with "{{DISPLAYTITLE:<font face="courier"><font color="hotpink">Tariffs</font></font>}} There's been a lot of talk about '''Tariffs''' recently. People are scared of what they might do, or not do to the United State's economy. People don't trust what they don't know. This fear leads to a lot of misdirection, lies, and elaborate media schemes designed to mislead the average Joe. What the average Joe doesn't understand is that Americans are crucified by '''Tariffs''' by ot...")
- 10:24, 5 April 2025 4chan CHAT (hist | edit) [1,239 bytes] Grug (talk | contribs) (Created page with "thumb|center|500px Category:MediaCategory:IRL Shit")
- 11:00, 3 April 2025 Weather (hist | edit) [316 bytes] Grug (talk | contribs) (Created page with "<html> <center> <iframe src="https://forecast.weather.gov/MapClick.php?lat=41.0793&lon=-85.1394" width="900" height="3800" frameborder="0" scrolling="auto"> </iframe> </center> </html> {{Things}} Category:IRL Shit")
- 19:00, 1 April 2025 Soft Power (hist | edit) [4,311 bytes] Grug (talk | contribs) (Created page with "{{DISPLAYTITLE:<font face="courier"><font color="hotpink">soft power</font></font>}} I enjoyed this video on '''Soft Power''' from <span class="plainlinks">[https://x.com/benz_pilled '''this guy''']</span> so much, I decided to host a back up of it so that I don't have to search around to watch it. center|600px {{Government}} Category:MediaCategory:VideoCategory:InternetCategory:Things That Don't Exist")
- 17:15, 27 March 2025 CenterPoint Energy (hist | edit) [2,288 bytes] Grug (talk | contribs) (Created page with "thumb|center|500px|Disturbed earth near the curb in front of the house that needs gas service. The ground has clearly been dug and the area excavated is large because they would be adding the fitting to branch the gas line out from the main to the home. File:Vv curb with gas line paint.jpg|thumb|center|500px|Another view of the curb. The yellow arrow was put there by the gas company to denote where the main is located and where the service should...")
- 23:34, 24 March 2025 Black Sun: The Nanking Massacre (hist | edit) [1,802 bytes] Grug (talk | contribs) (Created page with "{{DISPLAYTITLE:<font face="courier"><font color="hotpink">Black Sun: The Nanking Massacre</font></font>}} '''Black Sun: The Nanking Massacre''' is an uncompromising portrayal of the war crimes perpetrated by the Japanese Imperial Army upon the Chinese military and civilian population of Nanking during the occupation of the city. Hailed by critics as one of the most disturbing films ever released. Black Sun: The Nanking Massacre is unflinching in its depiction of the barb...")
organized dogshit
e x e r t i o n | w o r d s | p e o p l e | f o o d | o l d | v i d e o | m e d i a | h e l p | n o n p e o p l e | n o n t h i n g s | i r l s h i t | i n j o k e s | i n t e r n e t | b l o g s | n o n s e n s e | s p o r t s | b a d | w t f
why are you looking here? the joke is in your pants
jokes? why are you looking here? the joke is in your pants
BallSac: .tell Tanoc ------> Did you know that pigeons die after having sex ????
BallSac: .tell Tanoc ------> At least mine did when i tried
Tanoc: that's fucked up BallSac
Macbot: weishaupt ----> HAHAHAHAHAHHAHAHAHAHAHHAHAHAHHAHAHAHAHAHHAHAHAHAH
Tanoc: what's wrong with you
BallSac: HAHAHAHAHHAHA
man3: HAHAHAHAHHAHA
weishaupt: HAHAHAHAHAHAHHAAHAHAHAHHAHAAHAHAHAHA
BallSac: look at the macbot HAHAHAHHAHAHHA
BallSac: he even knows its funni
i happen to be a big fuggin deal
a bunch of vanity mumbo jumbo
- articles: 774
- garbage: 3,988
- images, videos, and such: 2,901
- edits: 11,496