tfm

joined 1 month ago
 
 
[–] tfm@piefed.europe.pub 10 points 3 weeks ago

DuckDuckGo is much better at this point imo. Although, the SEO industry has destroyed search results in general.

[–] tfm@piefed.europe.pub 2 points 3 weeks ago

Looks like capitalism...

 

cross-posted from: https://thebrainbin.org/m/nottheonion@lemmy.world/t/1063555

Trump is set to host a UFC fight on the White House lawn next year, with Dana White confirming the event as part of the US's 250th independence celebrations.

[–] tfm@piefed.europe.pub 7 points 3 weeks ago

TACO

Where are the Epstein files?

[–] tfm@piefed.europe.pub 22 points 3 weeks ago (2 children)

Is the next crypto scam wave due?

 

cross-posted from: https://reddthat.com/post/49470137

Comments

President Donald J. Trump signed an executive order today changing the Defense Department's name to the Department of War as a secondary title.

[–] tfm@piefed.europe.pub 7 points 4 weeks ago (1 children)
[–] tfm@piefed.europe.pub 19 points 4 weeks ago (7 children)
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()
[–] tfm@piefed.europe.pub 7 points 4 weeks ago

Weihnachtszeit inspiriert möglicherweise zur Familiengründung

[–] tfm@piefed.europe.pub 43 points 1 month ago (5 children)
[–] tfm@piefed.europe.pub 2 points 1 month ago (1 children)

Sure Thiel is extremely powerful. But so are others, and when Trump dies, they are all trying to fill the vacuum.

[–] tfm@piefed.europe.pub 13 points 1 month ago (5 children)

Depends on his political support. MAGA doesn't really care about Vance. He isn't able to behave like Trump (hopefully).

[–] tfm@piefed.europe.pub 2 points 1 month ago

A lot of corruption probably

[–] tfm@piefed.europe.pub 68 points 1 month ago (5 children)

I'm sure the free market knows what's right /s

view more: ‹ prev next ›