Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)T
Posts
48
Comments
30
Joined
12 mo. ago

  • Obviously

  • I'm an instance admin.

  • BoycottUnitedStates @europe.pub

    US | Trumps tries to change the constitution so he can serve a third term

    www.thecanary.co /global/world-analysis/2025/10/28/trump-changes-constitution/
  • BoycottUnitedStates @europe.pub

    Trump Says He Is Prepared to Send ‘More Than the National Guard’ Into U.S. Cities

    www.nytimes.com /2025/10/28/us/politics/trump-japan-national-guard-us-cities.html
  • BoycottUnitedStates @europe.pub

    President for Life | Donald Trump is trying to amass the powers of a king.

    www.theatlantic.com /magazine/archive/2025/12/trump-third-term-authoritarianism/684616/
  • We currently produce food for about 10 billion people and waste about half of it. What does that tell you?

  • BoycottUnitedStates @europe.pub

    Just in case someone's putting together a Boycott List

  • Programmer Humor @programming.dev

    Free iphone

  • BoycottUnitedStates @europe.pub

    ‘No Kings’ protests pass in festival atmosphere as nearly 7 million rally across US

    www.independent.co.uk /news/world/americas/us-politics/no-kings-trump-protests-numbers-b2847940.html
  • BoycottUnitedStates @europe.pub

    Users vow to boycott Spotify after streamer runs ICE recruitment ad

    www.newsweek.com /users-vow-to-boycott-spotify-after-streamer-runs-ice-recruitment-ad-10878788
  • BoycottUnitedStates @europe.pub

    The Right Jumps to Defend Young Republicans' Racist Texts

    www.rollingstone.com /politics/politics-news/jd-vance-right-wing-influencers-young-republicans-texts-1235448073/
  • Programmer Humor @programming.dev

    Big tech security

  • If you feel like it's spammy it's probably spammy. It's not about quantity but quality. Post the right stuff into the right communities and you'll be fine. Doesn't matter how much.

  • He is definitely fucking Satan

  • BoycottUnitedStates @europe.pub

    Trump Publishes Enemies List To White House Website, And It’s Just Democrats Speaking The Truth

    www.techdirt.com /2025/10/02/trump-publishes-enemies-list-to-white-house-website-and-its-just-democrats-speaking-the-truth/
  • BoycottUnitedStates @europe.pub

    Ultra-Conservative GOP Rep Busted for Child Porn

    www.thedailybeast.com /ultra-conservative-gop-rep-robert-john-rj-may-iii-busted-for-child-porn/
  • BoycottUnitedStates @europe.pub

    Elon Musk and Prince Andrew named in new Epstein files

    www.bbc.com /news/articles/cwyl8j1we0lo
  • BoycottUnitedStates @europe.pub

    Number of Americans visiting Canada overtakes Canadians to US in major shift

    www.themirror.com /news/us-news/canada-usa-trump-tourism-numbers-1407999
  • BoycottUnitedStates @europe.pub

    Musk, Bannon and Thiel named in new Epstein estate documents

    www.politico.com /news/2025/09/26/musk-bannon-thiel-epstein-documents-00582627
  • Definitely an actor I want in this conflict

  • Sure

  • Looks like capitalism...

  • Is the next crypto scam wave due?

  •  
        
    import sys
    import time
    from typing import Iterable, Callable, Any
    
    class ProgressSimulator:
        """
        A class to simulate and display the progression of a hacking process,
        with unnecessary abstraction and complexity for dramatic effect.
        """
    
        def __init__(self, description: str = "FBI"):
            self.description = description
            self.progress_steps = [0, 20, 40, 60, 80, 100]
            self.messages = [
                f"Starting Hack...",
                *[f"Hacking {self.description} {step}%" for step in self.progress_steps],
                f"{self.description} Hacked Successfully"
            ]
    
        def generate_progress(self) -> Iterable[str]:
            """Generates the progress messages."""
            for message in self.messages:
                yield message
    
        def display_progress(self, delay: float = 0.5) -> None:
            """Displays the progress messages with a delay."""
            for message in self.generate_progress():
                print(message)
                time.sleep(delay)
    
        def execute_hack(self, callback: Callable[[str], Any] = print) -> None:
            """Executes the hacking process with a callback for each step."""
            for message in self.generate_progress():
                callback(message)
    
    def create_hacking_sequence(description: str = "FBI") -> ProgressSimulator:
        """Factory function to create a hacking sequence."""
        return ProgressSimulator(description)
    
    def main() -> None:
        """Main function to orchestrate the hacking simulation."""
        hacking_sequence = create_hacking_sequence()
        hacking_sequence.display_progress()
    
    if __name__ == "__main__":
        main()
    
      
  • I'm sure the free market knows what's right /s

  • Let me guess, the stock did go up?

  • True

  • But not everyone cares, unfortunately. The masses will always be exposed to this shit.

  • Basically, yeah.

  • And? What was the result? Is your key safe to use?

  • I don't have any hope that Google analytics is dying any time soon