this post was submitted on 05 Dec 2023
282 points (97.6% liked)

Programmer Humor

19310 readers
1672 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] marcos@lemmy.world 52 points 10 months ago (3 children)
[–] captainjaneway@lemmy.world 44 points 10 months ago (1 children)

Just divide that number by two until it's small enough to make the request under the free version.

[–] taaz@biglemmowski.win 39 points 10 months ago (1 children)

pretty sure that has to be against their TOS

/s

[–] mormegil@programming.dev 3 points 10 months ago

That's against the terms of math :-)

[–] aaaa@lemmy.world 18 points 10 months ago

That's not even supported by the enterprise version. You're going to need a special agreement with the iseven people to support numbers like that

[–] fckreddit@lemmy.ml 4 points 10 months ago (1 children)

Easy workaround, just test the last digit. If it is even, the entire number is even, else odd.

[–] marcos@lemmy.world 11 points 10 months ago

That's preposterous! Next time you'll tell me the language I'm using has a builtin operator that test if a number can be divided by another!