this post was submitted on 19 Feb 2025
109 points (99.1% liked)

Programming

19033 readers
137 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 8 comments
sorted by: hot top controversial new old
[–] [email protected] 34 points 4 weeks 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] 22 points 3 weeks ago
[–] [email protected] 14 points 4 weeks ago (1 children)

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

[–] [email protected] 8 points 4 weeks 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.

[–] [email protected] 7 points 4 weeks ago (1 children)

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] 1 points 1 week ago

I had tried to build one one time and got the ui down. As I started building the more complex arithmatic (chaining calculations) i realized how insanely complex it actually is. It made me realize how complex the most simple looking apps actually are.