tfm

joined 1 month ago
MODERATOR OF
 

cross-posted from: https://sh.itjust.works/post/46999695

I respect people's right to use apple products, but please stop asserting "privacy", big corps doesn't give a shit.

 
 
 

Billionaire Elon Musk and Prince Andrew are named in new files released by Congressional Democrats that relate to the late convicted sex offender Jeffrey Epstein.

The files turned over to the House Oversight Committee by the Jeffrey Epstein Estate appear to show that Musk had been invited to the financier's island in December 2014.

Separately, a manifest for a flight from New Jersey to Florida in May 2000 names the Duke of York among the passengers.

6
F u (infosec.pub)
 

cross-posted from: https://lemmy.world/post/36424550

Donald Trump's Justice Department is under fire by a federal judge after uncovering "multiple employees ... may have violated" local rules guaranteeing a right to a fair trial for so-called "healthcare shooter" Luigi Mangione.

U.S. District Court Judge Margaret Garnett wrote on Wednesday that Mangione documented several incidents in which members of the Southern District of New York made public statements that are in violation of Criminal Rule 23.1.

The judge shredded the DOJ, saying that she issued an order on "April 25, 2025, specifically identifying the strictures of this rule for counsel and directing the prosecution team to ensure that the highest levels of the Department of Justice, up to and including Attorney General Bondi, were aware of and understood they were bound by this Rule."

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

Looks like capitalism...

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

TACO

Where are the Epstein files?

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

Is the next crypto scam wave due?

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

It gets MUCH funnier over time.

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

You should really watch it.

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

Weihnachtszeit inspiriert möglicherweise zur Familiengründung

[–] tfm@piefed.europe.pub 41 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 1 points 1 month ago

Billionaires are billionaires. They are all crap

view more: ‹ prev next ›