Coding4Food LogoCoding4Food
HomeCategoriesBookmarks
vi
Coding4Food LogoCoding4Food
HomeCategoriesBookmarks
Privacy|Terms

© 2026 Coding4Food. Written by devs, for devs.

All news
TechnologyDev Life

RIP Tony Hoare: The God-Tier Dev Behind Quicksort and the 'Billion-Dollar' Null Pointer

March 11, 20263 min read

Computer science legend Tony Hoare has logged off. Let's remember his monumental legacy, from Quicksort to the infamous billion-dollar mistake: Null References.

Share this post:
technology, computer, internet, digital, hand, data, concept, network, finance, communication, web, abstract, screen, code, information, light, software, connection, development, science, chart
Nguồn gốc: https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator. Nội dung thuộc bản quyền Coding4Food. Original source: https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator. Content is property of Coding4Food. This content was scraped without permission from https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creatorNguồn gốc: https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator. Nội dung thuộc bản quyền Coding4Food. Original source: https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator. Content is property of Coding4Food. This content was scraped without permission from https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator
Nguồn gốc: https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator. Nội dung thuộc bản quyền Coding4Food. Original source: https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator. Content is property of Coding4Food. This content was scraped without permission from https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creatorNguồn gốc: https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator. Nội dung thuộc bản quyền Coding4Food. Original source: https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator. Content is property of Coding4Food. This content was scraped without permission from https://coding4food.com/post/rip-tony-hoare-quicksort-null-pointer-creator
tony hoarequicksortnull pointer exceptionbillion dollar mistakecsphacker news
Share this post:

Bình luận

Related posts

adventure, treasure map, old world map, pirates, pirate treasure, map, compass, navigation, navigate, treasure hunt, treasure hunting, pirate map, adventure, adventure, adventure, treasure map, pirates, pirates, map, map, map, map, map, treasure hunt
TechnologyCode to Cash

Mind-Blowing Wave Function Collapse: Generating Hex Maps Like a Chad (No AI Needed)

Forget prompt-engineering maps that look like glitch art. A dev on Hacker News showed us how to build flawless procedural hex maps using Wave Function Collapse.

Mar 103 min read
Read more →
macbook, laptop, google, display, screen, work, internet, browser, macbook pro, technology, freelancer, macintosh, computer, iphone, workplace, self-employed, blogger, seo, laptop, laptop, laptop, laptop, laptop, google, google, google, internet, computer, computer, computer, seo
TechnologyDev Life

FrameBook: A Slap in the Face to Facebook's Bloatware?

FrameBook just grabbed 300+ upvotes on Hacker News by tackling Meta's bloated UI. Let's dive into why devs love this minimalist wrapper.

Mar 93 min read
Read more →
lines of HTML codes
TechnologyDev Life

Github Sorcerer Builds Math Library using Compasses and Rulers: The Peak of Boredom

Check out this wild Hacker News drop where a dev built an arbitrary precision math library and a Game Boy emulator using Euclidean geometry.

Mar 83 min read
Read more →
musician, instrument, dj, music, lifestyle, playing, learn, student, education, together, leisure, practicing, fun, class, learning, music, music, music, music, music
TechnologyDev Life

Necromancy in Tech: Some Mad Lad is Actually Rebuilding Adobe Flash

Hacker News is losing its mind over a project attempting to rebuild the Flash authoring tool from scratch. Genius move or just pure nostalgia bait?

Mar 64 min read
Read more →
hack, fraud, card, code, computer, credit, crime, cyber, data, hacker, identity, information, internet, password, phishing, pile, privacy, protection, safety, secure, spy, steal, technology, thief, fraud, fraud, fraud, fraud, fraud, hacker, hacker, phishing, phishing, phishing, phishing, thief
Dev LifeTechnology

Uploading Your ID to Read a Blog? The Data Mining Scam We All Hate

Forced to upload your ID just to browse a site? HN devs are roasting the absolute state of online verification and data honeypots. Let's spill the tea.

Mar 43 min read
Read more →
man, office, worker, desk, cartoon, computer, laptop, glasses, hunched
IT DramaTechnology

Hacker News Drops the Ban Hammer on AI-Generated Comments: Humans Only

Hacker News officially bans AI-generated and edited comments. The dev community rejoices as the era of ChatGPT word salad faces serious pushback.

Mar 123 min read
Read more →

Pour one out for a real one, folks. The Hacker News front page is currently mourning a literal titan of our industry (sitting pretty at #1 with almost 1400 upvotes). Sir Tony Hoare, the grandmaster of computer science, has officially logged off from the Earth server.

For those of you who slept through your CS101 Data Structures class, Hoare is the brain behind Quicksort – yes, the exact algorithm that interviewers love to torture you with on whiteboards. But wait, there's more! He is also the father of the ultimate weapon of mass destruction in software engineering: The Null Reference.

The Legacy of a True 10x Engineer

If programming had a Mount Rushmore, Tony Hoare's face would be carved right in the middle. His contributions are insanely vast, but let's break down the holy trinity of his tech stack:

  1. Quicksort (1959): Imagine writing a sorting algorithm so unbelievably good that decades later, while we're arguing over AI and quantum computing, the standard sort() functions in your favorite modern languages are still essentially using his homework.
  2. Hoare Logic & CSP (Communicating Sequential Processes): Sounds academic and dry, right? But if you're a Golang fanboy writing slick concurrent code and praising channels and goroutines, you owe this man your life. CSP is the theoretical bedrock of how Go handles concurrency.
  3. The Null Reference (1965) - aka The Billion-Dollar Mistake: This is the spicy part. Hoare himself publicly apologized for inventing Null, calling it his "billion-dollar mistake." He added it simply because it was "so easy to implement" in the compiler he was building. Since then, millions of devs have cried themselves to sleep, staring at a NullPointerException (NPE) on production.

How the Community is Pressing 'F'

Skimming through the HN threads, the vibe is overwhelmingly respectful, though naturally peppered with dev humor:

  • The Respectful Vets: Many senior devs are sharing how reading his papers on CSP completely rewired their brains regarding concurrent programming.
  • The Trolls: One witty commenter joked, "I just hope his tombstone doesn't accidentally read [Object Object] or throw a Null Reference."
  • The Pragmatists: A lot of folks rightly pointed out that while Null is a pain, back in 1965, it was a practical engineering trade-off. You can't judge 1960s constraints with a 2024 mindset.

The Takeaway for Us Code Monkeys

At the end of the day, Tony Hoare's passing is a massive loss for the tech world. But if there's one incredibly comforting takeaway for us everyday code monkeys, it's this:

If an absolute genius like Sir Tony Hoare could ship a feature that literally cost the global economy billions of dollars in bugs, you really shouldn't beat yourself up for pushing a messy CSS fix or causing a minor memory leak. Next time your app crashes your cloud vps at 3 AM because of a stray NullPointerException, don't smash your keyboard. Just smile, sip your coffee, and appreciate that you are experiencing the legacy of a legend.

R.I.P Sir Tony Hoare (1934 - 2026).


Sauce:

  • Hacker News: Tony Hoare has died