427
submitted 1 year ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 89 points 1 year ago

How is this funny? 8 Upvotes at current writing???

[-] [email protected] 164 points 1 year ago

It's kind of funny because it looks like it is nonsense dreamt up by a non-programmer. But it actually works.

[-] [email protected] 147 points 1 year ago

I thought it was poking fun at the tutorial saying instead of learning to code, import a library from someone who knows how to code.

[-] [email protected] 41 points 1 year ago

That's what libraries are for. I'm no security expert and the sensible thing to do is using a library instead of taking a class.

[-] [email protected] 25 points 1 year ago* (last edited 1 year ago)

I’m no security expert and the sensible thing to do is using a library instead of taking a class.

Counterpoint: "not knowing your libraries" + "blind trust in the maintainer" will give you stuff like this: https://bitbucket.org/snakeyaml/snakeyaml/issues/561/cve-2022-1471-vulnerability-in

(the thread itself is worth a read. But also very impressive is the list of big players who fell for exactly this mentality)

[-] [email protected] 7 points 1 year ago

Jesus that was one hell of a thread

[-] [email protected] 3 points 1 year ago

I dont want to see the words "low quality tooling" ever again.

[-] [email protected] 4 points 1 year ago

Love the part where he claims that if your users are authenticated, it's not untrusted input. I mean, surely you trust all of your users to run any code on your server, right?

[-] [email protected] 3 points 1 year ago

Impressive and unsurprising. As soon as you start getting complex libraries with multiple dependencies it becomes nearly impossible to review everything. At one time I had an interest in contributing to some AI libraries, but they're a mess as soon as you go looking for points of improvement.

[-] [email protected] 24 points 1 year ago

Works as well.

[-] [email protected] 7 points 1 year ago

Which is funny because when I first started my CS degree in the late 80s (get off my lawn) we used to make fun of the beginning Java classes because it seems 90% of coding was to import the right library.

[-] [email protected] 5 points 1 year ago

That is a large part of coding

[-] [email protected] 92 points 1 year ago
[-] [email protected] 35 points 1 year ago* (last edited 1 year ago)

Time travel is a prerequisite but don't worry, you can just

from __future__ import antigravity
[-] [email protected] 1 points 1 year ago

Future libraries still makes me laugh.

[-] [email protected] 26 points 1 year ago

It's literally this comic, five years and a research team later.

[-] [email protected] 5 points 1 year ago

It's funny how solvable that problem is now. I remember seeing that comic, I think over a decade ago now, and thinking about how true it was. It really shows you have far we've come in CS.

[-] [email protected] 4 points 1 year ago

More like all the research teams.

[-] [email protected] 1 points 1 year ago
[-] [email protected] 16 points 1 year ago

"I also sampled everything in the medicine cabinet"

This made me smile.

[-] [email protected] 3 points 1 year ago

From the hovertext: "I wrote 20 short programs in Python yesterday. It was wonderful. Perl, I'm leaving you."

After years of a dozen other languages, I finally tried Perl the other day.

Never again, if I can help it.

[-] [email protected] 30 points 1 year ago
from Lemmy import Upvote
from Fediverse import Posts
from ActivityPub import Submit

target_post = 'https://lemmy.ca/post/18691085'
num_votes = 8

post = Posts.open(target_post)

package = Upvote(post, num_votes)

package.Submit(target_post)

or something

[-] [email protected] 1 points 1 year ago

Good because I was confused. I’ve written similar code

[-] [email protected] 39 points 1 year ago* (last edited 1 year ago)

Because this example isn't really programming, it's just calling an existing library. Which is the big joke about Python.

[-] [email protected] 9 points 1 year ago

OK that way I get why it could be considered funny.

[-] [email protected] 32 points 1 year ago

It's funny because

from apps import facebook-killer as fb

fb.start()

// 3 million seed investment 

[-] [email protected] 12 points 1 year ago
[-] [email protected] 4 points 1 year ago

: Inconstistent indentation

[-] [email protected] 5 points 1 year ago

My best guess is it's a play at the usual "all you do in python is import libraries without knowing how they work lololol" dig but yeah, I don't find it particularly funny either

this post was submitted on 03 Apr 2024
427 points (89.2% liked)

Programmer Humor

35972 readers
136 users here now

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

Rules:

founded 5 years ago
MODERATORS