417
submitted 2 months ago by ElCanut@jlai.lu to c/technology@beehaw.org
top 50 comments
sorted by: hot top controversial new old
[-] sabreW4K3@lazysoci.al 161 points 2 months ago

Framing libraries as cheat sheets is hilarious

[-] ulterno@lemmy.kde.social 39 points 2 months ago

It's kinda fun to think of programming as magic.
And "libraries" as grimoires/tomes .

It's surprising how far you can go with the analogy.

[-] Banzai51@midwest.social 10 points 2 months ago* (last edited 2 months ago)

My best comment ever in Reddit was describing Lord of the Rings as programming.

[-] jarfil@beehaw.org 21 points 2 months ago* (last edited 2 months ago)

Some time ago:

  • Me: "Programming is fun, but user interfaces are a PITA"
  • CS student: "What!? The algorithms I'm given to solve are really complicated!"
  • After a year on a job: "I hate testing user interfaces..."

Some other day:

  • Me: "Programming is mostly copy&paste"
  • Engineering student: "What!? We have to come up with a new solution for every problem!"
  • After a year on a job: "I don't program anymore, just copy&paste..."

Told ya.

[-] Dark_Arc@social.packetloss.gg 7 points 2 months ago

Programming is mostly copy&paste

I don't know what y'all are working on but these comments always scare me ...

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

No matter what you work on, programming is one of:

  • Check the documentation for a library, copy&paste the interface call, fill in the blanks.
  • Pick the best algorithm for the case at hand, copy&paste, change a few variable names.
  • Get out your snippets archive, copy&paste the one you need.
  • Write some boilerplate, copy&paste over and over, then fill in the blanks.
  • Look up how someone else solved your problem, replicate it in a way that doesn't look like copy&paste.
  • Once in a blue moon, come up against an actually novel problem, spend some days figuring out the best way to solve it... then copy&paste the solution back into the project.

Doesn't matter what you're working on, in the end it's mostly copy&paste ๐Ÿ˜‚

[-] Dark_Arc@social.packetloss.gg 8 points 2 months ago

I work on compilers (we can't/don't even have access to the C++ standard library in my case)... Most of the time, Google can't help me โšฐ๏ธ๐Ÿ˜…

It was definitely a bit more copy and paste when I was working on web applications... But even then, most of the code I was writing was fairly novel / more application and database architecture problems than trying tying libraries together.

[-] jarfil@beehaw.org 6 points 2 months ago* (last edited 2 months ago)

What are databases, other than glorified MS Access (ยน)? ๐Ÿ˜œ

But seriously, if you're working on compilers, then your "target users" are way different than the average thing: you have actual problems to solve, and can stick to the CLI.

Most copy&paste begins the closer to a GUI you get. Modern web interfaces, have also become a string of libraries and frameworks.

(ยน: once upon a time... I tried to explain to a client, why there was no way on Earth to make their in-house MS Access solution compatible with personal data protection requirements for medical data, like 100% access control and logging. I failed... then some years later saw a story about the same problem on Coding Horror; still wonder if it was the same guy who got some other poor soul to try and go through with it, or if it was a more widespread problem at the time when personal data protection laws got enacted)

[-] GenderNeutralBro@lemmy.sdf.org 116 points 2 months ago

I've never found a problem that can't be exacerbated with Microsoft Access.

[-] BarryZuckerkorn@beehaw.org 74 points 2 months ago

Hmm, is this a new take on the "Stop Doing Math" meme?

[-] mdhughes@lemmy.ml 73 points 2 months ago

"She". The gag of SwiftOnSecurity is it's Taylor Swift, posting infosec. Tho these days she mostly trolls like this.

[-] Sotuanduso@lemm.ee 10 points 2 months ago

Is it actually Taylor Swift?

[-] norbert@kbin.social 75 points 2 months ago

Of course, do you think people just go on the internet and tell lies?

[-] Sotuanduso@lemm.ee 6 points 2 months ago

That's why I asked. Wasn't sure if it was a joke about the name, or if it's someone pretending to be Taylor Swift, or the real deal (which I never heard of because I don't follow Taylor Swift - or because it's not real.)

[-] Artyom@lemm.ee 7 points 2 months ago* (last edited 2 months ago)

Yes. If you think that's cool, just wait until you meet @MargotRobbie@lemm.ee

[-] jdeath@lemm.ee 4 points 2 months ago

isn't that the award winning actress?

[-] MargotRobbie@lemm.ee 4 points 2 months ago

I, for one, thinks she's pretty cool.

[-] belated_frog_pants@beehaw.org 7 points 2 months ago

Yes. On the matter security.

[-] OttoVonNoob@lemmy.ca 59 points 2 months ago* (last edited 2 months ago)

Me: Spends 4 hours making a pause menu... "I wish this was true... This man has not met the hell of a 50 state, 100 elif statement..."

Amateur Coders code: " We don't do this because its easy, we do this because we thought it would be easy"

[-] MxM111@kbin.social 12 points 2 months ago

We do what we can, because we must!

[-] nilclass@discuss.tchncs.de 41 points 2 months ago

It's like if farmers were just letting plants do all the work, instead of manually assembling the potatoes themselves

load more comments (1 replies)
[-] jmcs@discuss.tchncs.de 26 points 2 months ago

It's like the joke about the invoice charging 0.10$ for a screw and 100$ for knowing which screw to replace.

Coding is easy. Software engineering not so much.

[-] JaymesRS@literature.cafe 23 points 2 months ago
[-] pbjamm@beehaw.org 13 points 2 months ago

LLMs will replace the programmers right before they replace the satarists.

[-] Banzai51@midwest.social 22 points 2 months ago

The job of a programmer is to reintroduce a bug that was fixed in the last patch.

[-] PenguinTD@lemmy.ca 4 points 2 months ago* (last edited 2 months ago)

Merge needs some stomp, yeah, mine stomp yours.

edit: note, this is a good thing, cause then we both have unlimited supply of tickets.

[-] sukhmel@programming.dev 21 points 2 months ago

The biggest scam about programmers is they barely program

He's got a point, though, the further you go, the less time you spend inputting code. Although some people prefer to continue going head first and then remaking everything.

[-] abbadon420@lemm.ee 9 points 2 months ago

That is a lot of fun to do, most times. Also I need to provide for my family and the guys who pay my salary want their stupid features implemented like yesterday.

[-] sukhmel@programming.dev 3 points 2 months ago

I half agree about fun, think it depends on how often clients want some weird shit done yesterday, it becomes a nightmare if it happens too often :(

[-] FaceDeer@fedia.io 8 points 2 months ago

Over the past month I feel like all I've been doing is writing tech design documents for systems I don't actually know anything about because I haven't had the opportunity to go in and do anything with them.

Fortunately I've finally managed to reach the point where everyone agrees that we should just start implementing the basics and see how that goes rather than try to plan it all out ahead of time since we're surely going to have to throw out the later plans once we see what we're actually dealing with.

[-] Swedneck@discuss.tchncs.de 7 points 2 months ago

like with many jobs you're learning to only do the work that matters, and oftentimes when you can avoid doing work that actually improves the product.

There's a reason why construction workers aren't making their own planks and nails, that would be horribly time consuming, inefficient, and they'd probably make shitty planks.

[-] sukhmel@programming.dev 4 points 2 months ago

Not trying to become an expert in everything was the most important decision I made so far, I think

[-] agressivelyPassive@feddit.de 6 points 2 months ago

Absolutely. I barely touch code anymore, but I talk about how to touch code a lot.

[-] mo_lave@reddthat.com 13 points 2 months ago

Why don't they program using spreadsheets? Are they stupid?

[-] jarfil@beehaw.org 11 points 2 months ago* (last edited 2 months ago)
[-] petrescatraian@libranet.de 7 points 2 months ago

@ElCanut geee, I wonder how did they make Microsoft Access.

[-] ElCanut@jlai.lu 13 points 2 months ago

There's an intern inside the server that checks every transaction by hand

[-] onlinepersona@programming.dev 7 points 2 months ago
[-] twei@discuss.tchncs.de 10 points 2 months ago

Can ya please go back to the Drop-Down thingy for your license? It's already annoying on its own, but it gets even more so when Voyager adds the Link-Preview

[-] onlinepersona@programming.dev 6 points 2 months ago

Dropdown doesn't work for at least 2 clients. This is the best I can do.

If it really does bother you, block me ๐Ÿคท

Anti Commercial-AI license

[-] Syn_Attck 10 points 2 months ago
[-] GroteStreet@aussie.zone 8 points 2 months ago

You know what's funny, the two clients that don't support your dropdown/spoiler for anti-commercial licences were commercial closed-source Lemmy clients.

I say sod them and go back to your dropdown.

load more comments (1 replies)
[-] vox@sopuli.xyz 5 points 2 months ago* (last edited 2 months ago)

please don't, it literally fills half the screen for me

[-] bitwolf@lemmy.one 5 points 2 months ago

Hey, how do you get the creative Commons attribution to automatically appear under your comments?

[-] onlinepersona@programming.dev 4 points 2 months ago

Unfortuately, it's manual :) Keyboard shortcut to put the text into the clipboard and then paste it into the comment.

If you're on linux using X11

#!/usr/bin/env nix-shell
#!nix-shell -i bash --packages xautomation xclip

sleep 0.2
printf '[Anti Commercial-AI license](https://creativecommons.org/licenses/by-nc-sa/4.0/)' | xclip -selection clipboard
#(echo '
spoiler Anti Commercial AI thingy #[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) # #Inserted with a keystroke running this script on linux with X11 #```bash' #cat "$0" #echo '``` #:::') | xclip -selection clipboard xte "keydown Control_L" "key V" "keyup Control_L"

:::

Anti Commercial-AI license

load more comments (2 replies)
[-] xep@fedia.io 5 points 2 months ago

Sometimes it feels like most of my job nowadays is deleting code now.

[-] meteokr@community.adiquaints.moe 3 points 2 months ago

To me, there is no greater high than seeing big negative numbers on a commit. Deleting stuff is the most satisfying experience in programming. A commit with +10, -142 is mint.

load more comments (1 replies)
[-] Gsus4@mander.xyz 4 points 2 months ago

genuine c/programmerhumor

load more comments
view more: next โ€บ
this post was submitted on 13 Apr 2024
417 points (100.0% liked)

Technology

37208 readers
268 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news or discussion of technology, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS