858
Behind The Scenes (kerala.party)
all 50 comments
sorted by: hot top controversial new old
[-] pgp@sh.itjust.works 240 points 11 months ago

That's not accurate, the image is missing sleeps between each print.

[-] nieceandtows@programming.dev 35 points 11 months ago

What about the random matrix style character stream in the background?

[-] vicfic@iusearchlinux.fyi 21 points 11 months ago
[-] Imnebuddy@lemmy.ml 15 points 11 months ago
[-] Illecors@lemmy.cafe 4 points 11 months ago

This is sooo cool!!! Thanks!

[-] vicfic@iusearchlinux.fyi 6 points 11 months ago

Heard of edexui? but sadly they stopped development.

[-] Illecors@lemmy.cafe 3 points 11 months ago

I hadn't, but looking at the readme I can already tell it's way too busy for actual usage. Don't get me wrong - it looks super cool, but I simply couldn't stick to it everyday.

[-] Ulijin@feddit.uk 9 points 11 months ago

The character is just an amazingly good hacker. They operate at speeds us mere mortals can't comprehend /s

[-] Neutrino@lemmy.world 103 points 11 months ago

import time … … time.sleep(5) … time.sleep(5) … time.sleep(5) … time.sleep(5)

[-] Awkwardparticle@artemis.camp 23 points 11 months ago

I was going to say it was missing the sleeps every other line.

[-] ikidd@lemmy.world 4 points 11 months ago

Blocking code gets your peepee slapped.

[-] dQw4w9WgXcQ@lemm.ee 9 points 11 months ago

Mono.just("Penetrating system") .doOnNext(System.out::println) .delayElement(Duration.ofSeconds(1)) .flatMapMany(() -> Flux.just("20%", "40%", "60%", "80%", "100%")) .map("Hacking NASA %s"::format) .doOnNext(System.out::println) .delayElement(Duration.ofSeconds(1)) .subscribe();

Better?

[-] fsxylo@sh.itjust.works 4 points 11 months ago

I can tell I'm getting better at programming because I'm getting better at reading meme code.

[-] shasta@lemm.ee 2 points 11 months ago

It's so beautiful!

[-] turing_spider574@lemm.ee 27 points 11 months ago

Nah, the last line should say

I'm in

[-] dudinax@programming.dev 7 points 11 months ago* (last edited 11 months ago)

Last bits are: "Would you like to see files on"

"1. Secret moon base"

"2. Captured alien space craft"

"3. ELE asteroid headed for earth"

[-] dylanTheDeveloper@lemmy.world 27 points 11 months ago* (last edited 11 months ago)

Fake, true hackers use one print function using \n

[-] nieceandtows@programming.dev 26 points 11 months ago* (last edited 11 months ago)
target = input("Enter target to hack:")

print(f'--Hacking {target}--')
print('initiating ~~anal penetration~~ backdoor entry')

for progress in range(0,100,20):
    print(f'Hacking {target}: {progress}%')
print(f'{target} hacked successfully')
[-] Bogus5553@lemm.ee 11 points 11 months ago* (last edited 11 months ago)
from random import uniform
from time import sleep

target = input("Enter target to hack:")

print(f'--Hacking {target}--')
print('initiating ~~anal penetration~~ backdoor entry')

for progress in range(0,100,20):
    print(f'Hacking {target}: {progress}%')
    sleep(uniform(1,3))
print(f'{target} hacked successfully')
[-] mrsgreenpotato@discuss.tchncs.de 6 points 11 months ago

You called progress instead of print function at the end.

[-] fluxion@lemmy.world 19 points 11 months ago

We'll fix it in post-production

[-] boiledfrog@hexbear.net 1 points 11 months ago* (last edited 11 months ago)

print("HACK FAILED LOSER")

[-] nieceandtows@programming.dev 1 points 11 months ago
[-] lord_ryvan@ttrpg.network 5 points 11 months ago
print('initiating ~~anal penetration~~ backdoor entry')

Are we hacking or shooting a gay porn? I'm fine either way, I just need to know which basement I get in.

[-] clearedtoland@lemmy.world 4 points 11 months ago

Ahh a man of culture, I see.

…Wait. Do we do that here?

[-] varnia@lemm.ee 24 points 11 months ago

Also: what's up with the fake browsers? How difficult us it to setup a local webserver, setup a hosts entry and use a real browser to open the webpage? Or open a static webpage via file:// protocol. I find it more effort to "program" a fake browser with complete interface....

[-] Neutrino@lemmy.world 28 points 11 months ago

There are trademarks and usage requirements to consider, easier to make a fake one with no branding.

[-] ultratiem@lemmy.ca 21 points 11 months ago

Never mind fake browsers, fake OSes. When do you see Windows or macOS or Linux on anything in movies. They always replace the OS with some super futuristic cyber system.

[-] ggiesen@lemmy.ca 11 points 11 months ago

Unless it's 'True Lies', in which case the terrorists are running Windows 3.1.

[-] ultratiem@lemmy.ca 5 points 11 months ago

please tell me they at least had a command prompt up

[-] FlyingProto@discuss.tchncs.de 4 points 11 months ago

Which it’s why I like Mr Robot

[-] mayo_cider@hexbear.net 19 points 11 months ago

There should be a few sleep() there to make it more realistic

[-] ademir@lemmy.eco.br 5 points 11 months ago

"Realistic"

[-] gravitas_deficiency@sh.itjust.works 18 points 11 months ago

Not even a progress bar smh

[-] Helluin@lemm.ee 4 points 11 months ago

progress bars: too fake for hollywood

[-] rclkrtrzckr@discuss.tchncs.de 7 points 11 months ago

They just don't know how to code this properly. To look real, it should go quickly to 95%, stall there for some minutes, go back to 91.7% and then take ages to 99.9%

[-] Bandicoot_Academic@lemmy.one 4 points 11 months ago

And then hang on 100% for hours before finaly crashing

[-] JackbyDev@programming.dev 15 points 11 months ago
[-] SpeakinTelnet@sh.itjust.works 21 points 11 months ago* (last edited 11 months ago)
[-] cybersandwich@lemmy.world 8 points 11 months ago

Hahaha I love that this is real.

[-] FlyingSquid@lemmy.world 10 points 11 months ago

But it doesn't explain double keyboard hacking.

[-] NotSpez@lemm.ee 10 points 11 months ago

NASA: oh no, someone got into the mainframe!!

[-] AutomaticJack@beehaw.org 2 points 11 months ago

Rabbit? Flu shot? Someone talk to me!

[-] hakunawazo@lemmy.world 5 points 11 months ago
[-] gravitas_deficiency@sh.itjust.works 5 points 11 months ago

Oooooh. It’s IN the computer.

[-] 0x2d@lemmy.ml 4 points 11 months ago
this post was submitted on 02 Oct 2023
858 points (97.5% liked)

Programmer Humor

32054 readers
1603 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS