tfm

joined 2 months ago
MODERATOR OF
 

cross-posted from: https://lemmy.zip/post/51930958

Dictator wannabe Donald Trump appears to be trying to change the constitution so he can serve a third term

Archived version: https://archive.is/newest/https://www.thecanary.co/global/world-analysis/2025/10/28/trump-changes-constitution/


Disclaimer: The article linked is from a single source with a single perspective. Make sure to cross-check information against multiple sources to get a comprehensive view on the situation.

 

cross-posted from: https://slrpnk.net/post/29456027

In a speech to American troops assembled in Japan on Tuesday, President Trump said he would escalate his orders to active duty branches of the military if he decides it is appropriate.

In short, he is preparing to make war against Americans

 

cross-posted from: https://piefed.social/c/politics/p/1419141/buy-borrow-die-how-billionaires-legally-avoid-paying-taxes-while-the-rest-of-us-can-t

A Step-by-Step Guide to How the Ultra-Wealthy Minimize Their Tax Burden While Their Fortunes Multiply

 
 

cross-posted from: https://lemmy.ml/post/38176168

 

cross-posted from: https://lemmy.ml/post/38176168

 

cross-posted from: https://lemmy.ml/post/38176168

 

cross-posted from: https://lemmy.ml/post/38176168

 
22
Cope (europe.pub)
 
[–] tfm@piefed.europe.pub 7 points 2 months ago (1 children)
[–] tfm@piefed.europe.pub 2 points 2 months ago (3 children)

It gets MUCH funnier over time.

[–] tfm@piefed.europe.pub 19 points 2 months ago (6 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 9 points 2 months ago (11 children)

You should really watch it.

[–] tfm@piefed.europe.pub 7 points 2 months ago

Weihnachtszeit inspiriert möglicherweise zur Familiengründung

[–] tfm@piefed.europe.pub 43 points 2 months ago (5 children)
[–] tfm@piefed.europe.pub 2 points 2 months 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 2 months 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 1 points 2 months ago

Billionaires are billionaires. They are all crap

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

A lot of corruption probably

[–] tfm@piefed.europe.pub 66 points 2 months ago (5 children)

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

[–] tfm@piefed.europe.pub 61 points 2 months ago (7 children)

Let me guess, the stock did go up?

view more: ‹ prev next ›