Admin of Europe Pub
Lemmy: @tfm@europe.pub
PieFed: @tfm@piefed.europe.pub
- 7 Posts
- 26 Comments
tfm@piefed.europe.pubto Technology@lemmy.world•Microsoft revokes cloud services from Israel’s Unit 8200English2·21 days agoDefinitely an actor I want in this conflict
DuckDuckGo is much better at this point imo. Although, the SEO industry has destroyed search results in general.
Looks like capitalism…
tfm@piefed.europe.pubto Technology@lemmy.world•Stripe CEO Explains Why Stablecoins Are Winning Over Global BusinessesEnglish22·1 month agoIs 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()
tfm@piefed.europe.pubto Technology@lemmy.world•Tesla sales plunge 40% in Europe as Chinese EV rival BYD's tripleEnglish69·2 months agoI’m sure the free market knows what’s right /s
tfm@piefed.europe.pubto Technology@lemmy.world•Tesla sales plunge 40% in Europe as Chinese EV rival BYD's tripleEnglish61·2 months agoLet me guess, the stock did go up?
tfm@piefed.europe.pubto No Stupid Questions@lemmy.world•My brother got arrested for a dime bag. His picture got put up on the jails website. And they advertise. So shouldn't my brother get paid at least a little for providing clicks?English11·2 months agoTo promote it to politicians probably
But not everyone cares, unfortunately. The masses will always be exposed to this shit.
Basically, yeah.
tfm@piefed.europe.pubOPto Programmer Humor@programming.dev•Natural selection in ITEnglish3·2 months agoAnd? What was the result? Is your key safe to use?
I don’t have any hope that Google analytics is dying any time soon
tfm@piefed.europe.pubOPto Programmer Humor@programming.dev•Natural selection in ITEnglish4·2 months agoDamn. Microsoft did something right?
Post it into !antiwork, !workreform, or !capitalism communities. If there isn’t a community that is fitting, create one and start a movement. :)
tfm@piefed.europe.pubOPto Programmer Humor@programming.dev•Natural selection in ITEnglish7·2 months agoHave you tried disabling VPN?
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.