this post was submitted on 19 Feb 2025
104 points (100.0% liked)

Programming

18333 readers
173 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 2 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 2 days ago
[–] [email protected] 29 points 2 days ago

I like this sentence from the paper linked at the end of the article:

We show how to implement arithmetic […] that is correct, even by the standards of naive users.

[–] [email protected] 5 points 2 days ago

I was asking my friend if they want to do code a calculator with me then I realized it's much harder than it looks.

[–] [email protected] 11 points 2 days ago (1 children)

"Psht I'll never use maths in real life", maths in real life:

[–] [email protected] -4 points 2 days ago (1 children)

None of the people involved ever said nor thought it.

[–] [email protected] 8 points 2 days ago

I never thought that either. It's a joke, relax.

[–] litchralee 8 points 2 days ago

I am always deeply enthralled when math and comp-sci unite to yield an elegant result, where my definition of elegance is: efficient + minimal.