this post was submitted on 08 Aug 2024
1475 points (99.1% liked)

Programming

17020 readers
428 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Friend who is not a software person sent me this tweet, which amused me as it did them. They asked if "runk" was real, which I assume not.

But what are some good examples of real ones like this? xz became famous for the hack of course, so i then read a bit about how important this compression algorithm is/was.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 44 points 1 month ago* (last edited 1 month ago) (5 children)

Is-even and is-odd on npm.

For a while, openssl was maintained by 1 or 2 people.

[–] [email protected] 49 points 1 month ago (2 children)

Like half of the npm is maintained by a single, arguably awful, person who writes his microprojects into large pieces of software to maximize how often his code gets installed.

[–] [email protected] 20 points 1 month ago (3 children)
[–] nnullzz 14 points 1 month ago* (last edited 1 month ago)

Just looked them up… holy hell. How does one have so many repos! And all the apps he’s made. ~~What’s the story on them?~~

Edit: just looked it up myself. Seems to be a well liked person in the open source community. Idk. Regardless, props to them for the work they put in.

[–] [email protected] 10 points 1 month ago

That's them, yup!

[–] [email protected] 8 points 1 month ago

Jon Schlinkert, I believe. Sindre has a lot of stuff as well, but has a better reputation afaik

[–] [email protected] 2 points 1 month ago

Sounds like a fork is in order

[–] [email protected] 40 points 1 month ago

Is-even and is-odd are the stupidest packages ever written. Except for all the others that guy wrote.

[–] [email protected] 25 points 1 month ago (1 children)

The popularity of these two packages shows that something is very wrong with JavaScript.

[–] TrickDacy 4 points 1 month ago (1 children)

No, it shows people are lazy.

[–] [email protected] 1 points 1 month ago (1 children)

Well, that as well, but it’s an also bit tricky to safely check if a number is even because JavaScript uses floats for numbers.

[–] TrickDacy 2 points 1 month ago

It's not tricky. Modulus operator works fine.

[–] [email protected] 9 points 1 month ago (2 children)

I would love this even more if one depended on the other and just did a “not even” for example.

[–] [email protected] 19 points 1 month ago* (last edited 1 month ago) (1 children)

I thought that was the case tbh, has it changed?

Edit: is-even depends on is-odd.

[–] SpaceNoodle 9 points 1 month ago

It would be even better if each one depended on the other.

[–] [email protected] 4 points 1 month ago

Well good news! Time to let yourself love again!

[–] SzethFriendOfNimi 5 points 1 month ago* (last edited 1 month ago)

deleted

left-pad