Check out my new community: !tech_memes@lemmy.world

72 points

Why would an RTX 4090 make Python faster?

permalink
report
reply
75 points

Don’t worry this post was written by a first year computer science student who just learned about C. No need to look too closely at it.

permalink
report
parent
reply
4 points

Rust is better.

permalink
report
parent
reply
27 points

The only language worth discussing is brainfuck

permalink
report
parent
reply
24 points

Joke’s on you, he was talking about “Phyton”. /s

permalink
report
parent
reply
6 points

I bet an LLM could have written this meme without making that mistake.

Embarrassing.

permalink
report
parent
reply
4 points

The new favorite language of AAA game studios: Phyton Python

permalink
report
parent
reply
-36 points

Well, it just demostrate how slow is unoptimized software

permalink
report
parent
reply
54 points
*

If you create a meme like this at least inform yourself on how computers and software work.

permalink
report
parent
reply
19 points

If 4090 is not making stuff faster then why my games run faster with it? /s

permalink
report
parent
reply
1 point
*

They apparently like making memes shitting on people & things without really understanding why, like the one for the NVidia CEO

permalink
report
parent
reply
29 points

Screaming at my single-threaded, synchronous web scraper “Why are you so slow, I have a 4090!”

permalink
report
parent
reply
1 point

What makes you think python is in optimized and bloated?

Did you know vast majority of AI development happening right now is on python? The thing that literally consumes billions of dollars of even-beefier-than-4090 GPUs like A100. Don’t you think if they could do this more efficiently and better on C or assembly, they would do it? They would save billions.

Reality is that it makes no benefit to move away from python to lower level languages. There is no poor optimization you seek. In fact if they were to try this in lower level languages, they’ll take even longer to optimize and yield worse results.

permalink
report
parent
reply
6 points

TBF, using AI as an example isn’t the best choice when it consumes an ungodly amount of power.

permalink
report
parent
reply
4 points

Every single high performance python library is written in C, you just don’t see it

permalink
report
parent
reply
2 points

They do do it in C. The packages are written in C, python is just used as the wrapper to allow less coding skilled data scientists to easily use it.

That’s like the entire data science joke. It’s C in a python trench coat.

permalink
report
parent
reply
56 points

I’m happy if it’s actually running in python and not a javascript app with electron.

permalink
report
reply
14 points

Idk, it’s rare for an electron app to literally not even run. Meanwhile I’m yet to encounter a python app that doesn’t require me to Google what specific environment the developer had and recreate it.

permalink
report
parent
reply
5 points

I think with pyenv and pipenv/UV you can create pretty reliable packaging. But it’s not as common as electron, so it’s a pain.

permalink
report
parent
reply
2 points

That’s fair.

permalink
report
parent
reply
2 points
*

With a properly packaged python app, you shouldn’t even notice you’re running a python app. But yeah, for some reason there’s a lot of them that … aren’t.

permalink
report
parent
reply
30 points

Ah yes, those precious precious CPU cycles. Why spend one hour writing a python program that runs for five minutes, if you could spend three days writing it in C++ but it would finish in five seconds. Way more efficient!

permalink
report
reply
31 points
*

Because when it is to actually get paid work done, all the bloat adds up and that 3 days upfront could shave weeks/months of your yearly tasks. XKCD has a topic abut how much time you can spend on a problem before effort outweighs productivity gains. If the tasks are daily or hourly you can actually spend a lot of time automating for payback

And note this is one instance of task, imagine a team of people all using your code to do the task, and you get a quicker ROI or you can multiply dev time by people

permalink
report
parent
reply
17 points

That also goes to show why to not waste 3 days to shave 2 seconds off a program that gets run once a week.

permalink
report
parent
reply
1 point
*

Agreed. Or look at the manual effort, is it worth coding it, or just do it manually for one offs. A coworker would code a bunch of mundane tasks for single problems, where I would check if it actually will save time or I just manually manipulate the data myself.

permalink
report
parent
reply
3 points

You can write perfectly well structured and maintainable code in Python and still be more productive than in other languages.

permalink
report
parent
reply
1 point
*

SDLC can be made to be inefficient to maximize billable hours, but that doesn’t mean the software is inherently badly architected. It could just have a lot of unnecessary boilerplate that you could optimize out, but it’s soooooo hard to get tech debt prioritized on the road map.

Killing you own velocity can be done intelligently, it’s just that most teams aren’t killing their own velocity because they’re competent, they’re doing it because they’re incompetent.

And note this is one instance of task, imagine a team of people all using your code to do the task, and you get a quicker ROI or you can multiply dev time by people

In practice, is only quicker ROI if your maintenance plan is nonexistent.

permalink
report
parent
reply
9 points

Welp, microcontrollers say hi

permalink
report
parent
reply
2 points

Welp, I’m not saying you should use Python for everything. But for a lot of applications, developer time is the bottleneck, not computing resources.

permalink
report
parent
reply
3 points

So, I’ve noticed this tendency for Python devs to compare against C/C++. I’m still trying to figure out why they have this tendency, but yeah, other/better languages are available. 🙃

permalink
report
parent
reply
0 points

exactly! i prefer python or ruby or even java MUCH more than assembly and maybe C

permalink
report
parent
reply
12 points
*

I mean, I’d say it depends on what you do. When I see grad students writing numeric simulations in python I do think that it would be more efficient to learn a language that is better suited for that. And I know I’ll be triggering many people now, but there is a reason why C and Fortran are still here.

But if it is for something small, yeah of course, use whatever you like. I do most of my stuff in R and R is a lot of things, but not fast.

permalink
report
parent
reply
3 points

But if it is for something small, yeah of course, use whatever you like.

or if you have a deadline and using something else would make you miss that deadline.

permalink
report
parent
reply
14 points

“Python is bloat” wait until you look at NodeJS “node_modules” folder

permalink
report
reply
13 points

I know it makes me sound like an of man shouting at clouds but the other day I installed Morrowind and was genuinely blown away by how smooth and reliable it ran and all the content in the game fitting in 2gb of space. Skyrim requires I delete my other games to make room and still requires a whole second game worth of mods to match the stability and quantity of morrowind.

permalink
report
reply
10 points

High res textures (especially normal maps) and higher quality/coverage audio really made game sizes take off. Unreal’s new “Nanite” tech, where models can have literally billions of polygons, actually reduces game size because no normal maps.

permalink
report
parent
reply
6 points
3 points

That’s fair, though honestly the only issue I ever had on the Xbox was having a loading screen every 5 minutes.

permalink
report
parent
reply
2 points

Yes, but also community rewrite of the Morrowind engine, to make it even more better: https://openmw.org/

Admittedly, some changes might make it use more resources, for example it’s got basically no loading screens, because nearby cells get loaded before you enter them…

permalink
report
parent
reply
1 point

I’m actually giving that a try now because it comes packaged with bazzite! I just wish I could figure out modding lol

permalink
report
parent
reply

Memes

!memes@lemmy.ml

Create post

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

Community stats

  • 7.9K

    Monthly active users

  • 12K

    Posts

  • 266K

    Comments