this post was submitted on 21 Dec 2024
75 points (94.1% liked)

Fun Loops ▶️

400 readers
292 users here now

Posting interesting/cool/funny videos from Loops here

https://loops.video/

Thanks to @Bluefruit @lemmy.world for the icon and banner!

Discussion of and questions about Loops should go over in [email protected]

If the loop you're posting isn't original content uploaded by the creator, prefix the title with [R] for "reposted". For example, [R] Cute dog.

If you know the source for a loop marked [R], please comment with it!

Rules:

  1. Don't be a dick
  2. Don't make me add more rules

founded 1 month ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 4 weeks ago (1 children)

you might be able to do it with a bitwise op? My track record tonight is not great so I'm not going to comment. Have a look at @ImplyingImplactions comment for a loopless solution

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

Bitwise and with 0x1. If result is 0, it's even. Least significant bit is always 1 for odd numbers.