this post was submitted on 18 Nov 2024
28 points (79.2% liked)

Technology Memes

281 readers
1 users here now

Welcome to Technology Memes. Here you can make memes and/or rant about technology, internet, computers, corporations, enshittification and etc.

Rules:

  1. Stay on-topic.
  2. Don't attack and harras anyone. Be nice.
  3. No racism and discrimination.
  4. No politics unless they're related to tech.
  5. No spam, no ads.
  6. No NSFW.
  7. Don't repost.

Please report any posts and comments that violate these rules.

Related communities:

founded 3 months ago
MODERATORS
 
top 5 comments
sorted by: hot top controversial new old
[–] dohpaz42 7 points 3 months ago

“MeMOrY is ChEAp…” and/or “stOraGe is CHeAp…” cried all the lazy developers.

[–] [email protected] 7 points 3 months ago (3 children)

What Python code runs on a graphics card?

[–] apfelwoiSchoppen 15 points 3 months ago

Phyton, not Python. 🙃

[–] [email protected] 3 points 3 months ago

Python has a ton of machine learning libraries. I'd maybe even go so far as to say it's the de facto standard when developing AI

There's also some cuda libraries which by definition do things directly on the card

[–] [email protected] 2 points 3 months ago

Yes... It's possible to have that. Even when it doesn't do that by default. The CPU can and still is the bottleneck in a fair few cases and you bet you can run shitty code on there.