this post was submitted on 23 Mar 2025
950 points (98.1% liked)

Programmer Humor

22250 readers
99 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
top 26 comments
sorted by: hot top controversial new old
[–] mimavox@lemm.ee 77 points 2 weeks ago (1 children)

No prob, 10% of 0$ sounds manageable :)

[–] milicent_bystandr@lemm.ee 67 points 2 weeks ago (4 children)

No, it's 25% tariff on runtime resources. Time to switch to Musk-flavored lisp, and Make America Functional Again! Or C+Trump, if unsafe efficiency is what you're after.

[–] BeefPiano@lemmy.world 35 points 2 weeks ago

The problem with MuskLISP is that the only way to check the value of a variable is to delete it and see what breaks.

[–] ChaoticNeutralCzech@feddit.org 10 points 2 weeks ago

Don't use C+Trump unless you're extra careful. On every integer overflow the program goes bankrupt.

[–] derfunkatron@lemmy.world 8 points 2 weeks ago

Doge.js is required to audit imports across interpreters.

[–] amon@lemmy.world 5 points 2 weeks ago

Don't forget MuskSQL^TM^!

[–] baggachipz@sh.itjust.works 44 points 2 weeks ago

Django is once again chained

[–] JokeDeity@lemm.ee 35 points 2 weeks ago

I will never financially recover from this.

[–] Spider2013@lemmy.dbzer0.com 32 points 2 weeks ago

I will copy and paste all libraries i need in one single file. Just so i don’t import any.

[–] brucethemoose@lemmy.world 31 points 2 weeks ago (1 children)
[–] zarathustra0@lemmy.world 10 points 2 weeks ago (1 children)

Yeah, but the capitalist machine is already hooked on it. They're hooked on the free efficiency gainz.

[–] runeko@programming.dev 2 points 2 weeks ago (1 children)

The capitalist machine was also hooked on potash and lumber from Canada and labor from Mexico, but here we are.

[–] CanadaPlus@lemmy.sdf.org 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

And don't forget Canadian oil and auto parts - those ones are pretty much sector-killing if they died suddenly. Mexico controls the supply of vegetables.

Really, any idea that the (US) government only cares about money should be dead now, unless you're willing to introduce massive amounts of conspiracy theory to explain the disconnect.

[–] runeko@programming.dev 1 points 2 weeks ago (1 children)

Yep. Conspiracy or stupidity. Bold, egocentric stupidity.

[–] CanadaPlus@lemmy.sdf.org 3 points 2 weeks ago* (last edited 2 weeks ago)

He's not the first upstart dictator to try for autarky, so I'd also say ideology. There's lots of things in the equation other than making money, basically.

[–] Kichae@lemmy.ca 13 points 2 weeks ago

Maybe they'll finally let me use Julia at work

quickly vendors installed packages

I’m not importing anything. What are you talking about?

[–] iAvicenna@lemmy.world 12 points 2 weeks ago

Master branch is back?

[–] werefreeatlast@lemmy.world 8 points 2 weeks ago

NBC news: Trump saw something on the internet, now is applying tariffs on all types of programming imports. Specially Python for some reason.

[–] mesamunefire@piefed.social 6 points 2 weeks ago

This gave me a giggle

[–] Bogus5553@lemm.ee 4 points 2 weeks ago (2 children)

Numpy is what makes python fast though

[–] QuazarOmega@lemy.lol 9 points 2 weeks ago

It'll make you fast as well once the IRS catches up

[–] Reptorian@programming.dev 0 points 2 weeks ago (2 children)

Numpy is good for that. But, I gravitate toward naturally faster langs where I don't need to import a library for speed. I use Python for simple, dumb scripts.

[–] jaybone@lemmy.world 8 points 2 weeks ago (1 children)

You just perform all matrix operations in assembly?

[–] Reptorian@programming.dev 1 points 2 weeks ago

Not what I'm saying. Just saying if I need speed, I'd use a naturally faster language.

[–] Bogus5553@lemm.ee 5 points 2 weeks ago

I like lower languages as well well, but everything doesn’t need to be built in C/C++/Rust and so on.