Comment on
Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple
Reply in thread
I'm sure the free market knows what's right /s
Comment on
Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple
Reply in thread
I'm sure the free market knows what's right /s
Comment on
Tesla sales plunge 40% in Europe as Chinese EV rival BYD's triple
Let me guess, the stock did go up?
Comment on
German parliament discusses possible AfD cooperation with Russia as right-wing party files “extremely detailed” inquiries about Germany’s defenses
How about just forbidding the party already?!
Comment on
"Wait, was that shampoo? Yeah.. Welp, I guess we're washing our body with shampoo today."
Reply in thread
Comment on
Natural selection in IT
Reply in thread
Always great to see people who check security before putting their personal information in somewhere
Comment on
Trump calls Democrats ‘the party of hate, evil, and Satan’ in late-night rant
Reply in thread
He is definitely fucking Satan
Comment on
Python Foundation rejects $1.5M grant from NSF with "no-DEI" strings
Reply in thread
Comment on
Amazon cuts 14,000 jobs, blames AI
No it's not AI. It's to boost short term profits
Comment on
Stripe CEO Explains Why Stablecoins Are Winning Over Global Businesses
Is the next crypto scam wave due?
Comment on
ich💻🎭🌐iel
Mir gehen diese Upsells soo auf den Sack
Comment on
Meta launches 'Vibes,' a new short-video feed of AI-generated content nobody asked for
Reply in thread
Because you want to see those spicy AI ads in between the AI posts?
Comment on
Exclusive insights
Reply in thread
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()
Comment on
Natural selection in IT
Reply in thread
That's ok. Just don't do it with your personal ones.
Comment on
France to sue video platform Kick for 'negligence' after user's death
Reply in thread
Capitalism
Comment on
*Permanently Deleted*
Reply in thread
Most information based apps don't need to be natively integrated. Take the Voyager client for example. It behaves almost exactly like the native version of the app.
Most users wouldn't even notice a difference, if well implemented.
App developers need to abandon these proprietary platforms and switch to open ones like the web. That's the only way to end this fuckery.
Comment on
Natural selection in IT
Reply in thread
Do you have a link? I want to check mine
Comment on
It's time for Reddit to die
Reply in thread
It still has the eyeballs unfortunately
Comment on
Always Remember
Comment on
Donald Trump posting week-old photo raises eyebrows amid health speculation
Reply in thread
Depends on his political support. MAGA doesn't really care about Vance. He isn't able to behave like Trump (hopefully).
Comment on
How Often Can You Repost Without It Feeling Like Spam?
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.