1915
submitted 1 year ago* (last edited 10 months ago) by awesome_person@lemm.ee to c/programmerhumor@lemmy.ml
top 50 comments
sorted by: hot top controversial new old
[-] Anahkiasen@lemmy.blahaj.zone 121 points 1 year ago

Don't forget the programming socks trans girl programmer

[-] FeatherConstrictor@lemmy.world 22 points 1 year ago

I thought that's what the second last one was gonna be

load more comments (3 replies)
load more comments (1 replies)
[-] Crow@lemmy.world 100 points 1 year ago

Ten years into casual programming and I still don’t know how to use a debugger.

[-] ghariksforge@lemmy.world 47 points 1 year ago

I believe in a conspiracy theory that nobody uses debuggers.

[-] HairHeel@programming.dev 25 points 1 year ago

console.log counts as “a debugger”, right?

[-] marlowe221@lemmy.world 10 points 1 year ago

It does for me!

load more comments (1 replies)
load more comments (6 replies)
[-] Atiran@lemm.ee 27 points 1 year ago

It’s easy, you just step, step, step, step in, or wait, over, or, oops.

[-] erogenouswarzone@lemmy.ml 22 points 1 year ago

Watch a Video or read something because it really is an invaluable tool. But here's a crash course:

Debuggers, or IDEs, let you step through your code in slo-mo so you can see what is happening.

  1. Set a breakpoint - Click to the left of a line of code so a red dot appears. Run your program, and the IDE will execute to that line, then pause.
  2. Look at variables' values - While the execution is paused you can hover over variables before that line to see their value.
  3. Step through the code - See what happens next in slo-mo.
    • Use "Step Into" to enter into a function and see what that code does.
    • Use "Step Over" to not go into a function and continue in the current spot after the function has done its business.
    • Use "Step Out" to exit a function and pick up the execution after it has run. Use this when you're in too deep and the code stops making sense.
  4. See whats in the heap - The heap will list all the functions that you're currently inside of. You can jump to any of those points by clicking them.
  5. Set a watch - Keep a variable in the watch so you can see what its value is at all times.
  6. Set a condition on the breakpoint - If the breakpoint is inside a big loop, you can right-click on the red dot to create a conditional breakpoint, so you write something like x===3 and it will only pause when x is 3.

There are many other things an IDE can do to help you, so def look into it more if you want to save yourself a lot of insanity. But this is a good starting point.

If you're developing for the web use F12 to open web tools, and when an error happens, click the file/line number to see that point in the Sources tab, and you can debug there.

load more comments (2 replies)
load more comments (2 replies)
[-] BeigeAgenda@lemmy.ca 73 points 1 year ago

Good my colleagues think I am Hackerman that can hack through time!

[-] Marxine@lemmy.ml 14 points 1 year ago

Kung Fury will never not be amazing

[-] sharkfucker420@lemmy.ml 11 points 1 year ago

That image goes so incredibly hard

load more comments (1 replies)
[-] LiquorFan@pathfinder.social 65 points 1 year ago

I have seen this meme at least 471 times, it's still as funby as the first time.

[-] gk98s@lemmy.dbzer0.com 56 points 1 year ago

Samir is mad op, those indian youtubers know everything

[-] Duckef@lemmy.ml 28 points 1 year ago

What I want to know is who taught the original Indian YouTube tutor. Was he born with the knowledge?

[-] CanadaPlus 16 points 1 year ago* (last edited 1 year ago)
load more comments (6 replies)
load more comments (1 replies)
[-] CanadaPlus 17 points 1 year ago

I was going to say. That's a way more terrifying flex than everything else here.

[-] Shugzaurus@lemmy.world 51 points 1 year ago

OMG, of all the memes I read all day long, this had to be the one to actually make laugh hard.

[-] codyofficial@lemmy.world 46 points 1 year ago

Father, I want to see the face of VBA god

[-] SzethFriendOfNimi@lemmy.world 22 points 1 year ago
Set Forms!frmFaceOfGod!OLECustomControl.Picture = LoadPicture("\\linux-nfs.local\nullshare\%*!!.bmp")
[-] peopleproblems@lemmy.world 42 points 1 year ago

Ok, so, I thought I was crazy when I said "debug it" and my coworkers were like "you can read that shit?"

[-] SpaceNoodle@lemmy.world 31 points 1 year ago

My colleague literally once said to me "i can't read bleep bloops"

[-] catshit_dogfart@lemmy.ml 24 points 1 year ago

Heck I remember when you had to read "bleep bloops". POST codes came in beeps, and that's how you knew why the computer wouldn't start.

Sometimes I miss em, wish it gave those in addition to the modern indicators. Then I could just tell without even looking.

load more comments (10 replies)
[-] bagfatnick@kulupu.duckdns.org 42 points 1 year ago

I can really emphasise with Samir. Working in healthcare I’m basically limited to just the Office applications. However in the past few years I’ve been able to cook up solutions by reading / writing to file based databases, and using VBA to generate and bind to HTML contents on the fly for the built in IE11 instance. It’s as close to getting to some kind of web-stack within the confines of IT Sec in healthcare.

[-] CoderKat@lemm.ee 10 points 1 year ago

Just a heads up, I think the word you're looking for is empathize.

load more comments (3 replies)
[-] Marxine@lemmy.ml 37 points 1 year ago

I identify with Samir, but without all of his vast knowledge.

[-] MavTheHack@lemmy.fmhy.ml 21 points 1 year ago

"Samir.... you're breaking the car!"

[-] interdimensionalmeme@lemmy.ml 31 points 1 year ago

I'm Samir, I can code kernel drivers in vba

[-] Dohnakun@lemmy.fmhy.ml 28 points 1 year ago
[-] interdimensionalmeme@lemmy.ml 19 points 1 year ago

I can but then I have to call IT to start Excel with elevated privileges so I don't

[-] ghariksforge@lemmy.world 31 points 1 year ago

I'm in this picture and I like it. I'm wjhbr.

load more comments (2 replies)
[-] Atiran@lemm.ee 25 points 1 year ago

I have worked with most of these people at one point or another. I used to sit next to an old architect like walters. He had so many patents the company only recognize him on every 10th one.

[-] couragethebravedog@lemmy.world 23 points 1 year ago

"Can reveal the face of God using VBA"

This one got me good. I became a VBA king being in one of those locked down environments.

[-] sharkfucker420@lemmy.ml 22 points 1 year ago

As someone with ADHD I am a mix of hackerman and tharg. Unfortunately the Adderall just makes me barely function and Ive never actually hacked anything

[-] MooseBoys@lemmy.world 20 points 1 year ago

Also that one guy with their home country set to The Vatican.

[-] Filipdaflippa@lemmy.ml 18 points 1 year ago
[-] ImplyingImplications@lemmy.ca 18 points 1 year ago

Thanks for unlocking my account everytime I forget my password!

load more comments (1 replies)
[-] SpaceNoodle@lemmy.world 18 points 1 year ago

I'm halfway between ~mfhwalters and Tharg

[-] ipkpjersi@lemmy.one 18 points 1 year ago

Oh, so that's why I can't land a job this year. lol

[-] fugepe@lemmy.ml 16 points 1 year ago

Having participated in CTF competitions this is very accurate.

[-] Dohnakun@lemmy.fmhy.ml 14 points 1 year ago* (last edited 1 year ago)

Only noobs reveal their cards at competitions. 😈

[-] deaf_fish@lemm.ee 12 points 1 year ago

It's still fun to enter competition even if these OP people are in it.

[-] DerEineDa@feddit.de 10 points 1 year ago* (last edited 1 year ago)

What is this meme about? "Competition", "Leaderboard", "Waiting for the timer to hit 0:00"? I am so confused.

[-] shebpamm@lemmy.ml 22 points 1 year ago

Competitive programming.

Usually multiple algorithmic problems that are released to public at the same time and the fastest people to submit a correct solution get more points.

A fun one I still like to participate in is advent of code, which is a yearly christmas themed one with two problems released a day during advent.

If you want to seriously compete in competitive programming, you need to learn and memorize different problem types and the solutions to those. A bit like you start learning patterns in chess.

For practicing, the CSES Problem Set is a gold mine for practice problems. Theres also a list of competitive programming books on the site.

load more comments (2 replies)
[-] ProfezzorDarke@feddit.de 15 points 1 year ago

It's about coding competitions, and without me being directly involved in the scene (the closest I get to it are silly competitions regarding indy-games or decompiling old games or whatever) I did make personal acquaintance with every of those stereotypes, and it's so true.

load more comments (2 replies)
[-] astrobound@lemmy.world 10 points 1 year ago

this is gold lmao

load more comments
view more: next ›
this post was submitted on 07 Jul 2023
1915 points (98.3% liked)

Programmer Humor

31717 readers
1115 users here now

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

Rules:

founded 5 years ago
MODERATORS