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

Programming

18348 readers
169 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 !webdev@programming.dev



founded 2 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] runeko@programming.dev 19 points 2 days ago
[–] bleistift2@sopuli.xyz 31 points 3 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.

[–] kernelle@0d.gs 12 points 3 days ago (1 children)

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

[–] SwordInStone@lemmy.world -4 points 2 days ago (1 children)

None of the people involved ever said nor thought it.

[–] kernelle@0d.gs 8 points 2 days ago

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

[–] mikumiku@programming.dev 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.

[–] litchralee@sh.itjust.works 8 points 3 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.