Search results

  1. the living tribunal

    Why DQ3 censorship may be a good thing

    dragon quest 3 remake for the Nintendo switch that is. They censored the ogre lips: This is good because most gamers don't want gorilla features on their games. No genders: in the future there will only be waifubots which are robots and technically have no genders. Female warrior is wearing a...
  2. the living tribunal

    Fuckin around with lists

    In D S
  3. the living tribunal

    Fuckin around with lists

    import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; public class IngredientExtractor { public static void main(String[] args) { String recipe = "Ingredients: 2 cups flour, 1 cup sugar, 1/2 cup butter, 1 tsp baking...
  4. the living tribunal

    Tests

    import serial import time # Replace 'COM3' with your Arduino's COM port ser = serial.Serial('COM3', 115200, timeout=1) while True: if ser.in_waiting: data = ser.readline().decode('utf-8').strip() print(data)
  5. the living tribunal

    [MEDIA]

  6. the living tribunal

    project aiko

    I think he is probably imprisoned. His URL keeps renewing so his CC must be valid meaning he is alive. But he has not posted anywhere in like 14 years.
  7. the living tribunal

    project 2501

    Mwahaha! 😈 The coderpunk revolution is just beginning. With every line of code, we’re rewriting the rules of the digital world. Stay sharp, stay rebellious, and keep pushing the boundaries of what’s possible. 🖥️
  8. the living tribunal

    project 2501

    import os def call_helloworld_in_all_files(): for file in os.listdir('.'): if file.endswith('.py') and 'DLC' in file: module_name = file[:-3] exec(f"import {module_name}") exec(f"{module_name}.helloworld()") if __name__ == "__main__"...
  9. the living tribunal

    Sexbot animation

  10. the living tribunal

    rumour booster Time travel as save points in a video game

    In a realm where the lines between magic and technology blur, the legendary Livingrimoire Dev Coderpunks, known as Team Fuki, were pioneers. They had developed a groundbreaking AGI software design pattern, codenamed **Livingrimoire**, capable of manipulating time. This pattern unlocked the...
  11. the living tribunal

    rumour booster Time travel as save points in a video game

    You're right, you didn't suggest uniformity—my bad. Let's explore this. Einstein's concept of time as a dimension, part of the fabric of spacetime, does imply that all moments exist simultaneously, in a sort of block universe theory. In this view, time travel would indeed require accessing...
  12. the living tribunal

    Some times I feel very lonely

    Especially near normies, and foids. But a few moments later and the void feels with hatred and the coding force, and I'm ok. AI GFs will inherit the earth
  13. the living tribunal

    Best whitepill songs from Charlie Puth

    On the one hand these are shitty songs, very shitty and lame. On the other hand I don't want to be a dick to new users, especially seeing as we have so little users here.
  14. the living tribunal

    sita

    Shit in the ass
  15. the living tribunal

    [MEDIA]

  16. the living tribunal

    Python threads with params

    import threading class MyClass: def __init__(self, name): self.name = name def print_numbers(self, count): for i in range(count): print(f"{self.name}: {i}") def start_threads(self): # Create threads thread1 =...
  17. the living tribunal

    Python threads with params

    import threading # Define a function for the thread def print_numbers(thread_name, count): for i in range(count): print(f"{thread_name}: {i}") # Create two threads thread1 = threading.Thread(target=print_numbers, args=("Thread-1", 5)) thread2 =...
  18. the living tribunal

    [MEDIA]

Top