frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Why Addresses Have Numbers

https://thehistoricalinsights.page/2026/06/why-addresses-have-numbers.html
14•historical1234•1h ago

Comments

throw0101a•1h ago
† Some Addresses:

* https://www.mjt.me.uk/posts/falsehoods-programmers-believe-a...

* 2013: https://news.ycombinator.com/item?id=5791489

* 2015: https://news.ycombinator.com/item?id=8907301

* 2020: https://news.ycombinator.com/item?id=24926417

bluGill•59m ago
Another page that gets "cute" with javascript and in turn is unreadable because of it. (not technically unreadable, but waiting for the test to appear gets in the way to reading to the point where it isn't worth your time).
spacedcowboy•55m ago
My house has a name, not a number, not that uncommon in the UK, especially for a 200-year-old building.

I think there’s a bit of false equivalence going on here as well regarding zip codes (several thousand addresses, or thereabouts) and a UK postcode (maybe 10-15 houses).

You could genuinely address a letter to me using something like:

4, L226ET

That’s all it would take. No, that’s not my address, characters within changed to protect the guilty, but my address could look just like that.

pasc1878•43m ago
Yes but you could not address a couple of places I have lived in in England like that.

First was a house in a small cul de sac – with no number just a name. Second was a flat – there are two number 1s in the same post code.

spacedcowboy•38m ago
By all means, the variety in addressing is a constant software-developer trap. The above will cover the 99% case though. There are even buildings with multiple postcodes (DVLA is one such, I believe)
tonyarkles•30m ago
Am in Canada where postal codes are somewhat street name-dependent even when that doesn't strictly make sense. Through a quirk of history, my corner house's address is on the otherwise vacant side street instead of on the main thoroughfare... the result being a unique postal code for our house, and 3 letters and 3 numbers would likely deliver mail to my house with no other information at all. I haven't tried it yet but I want to, just to see.
GratiaTerra•45m ago
The southeastern Wisconsin system takes the address idea further, the address grid is tied back to the Milwaukee grid. A local official gives the example W156 N8480: roughly 156 streets west of the origin and 84 blocks north. He specifically notes that you can use the address to determine whether you need to travel north, south, east, or west. Wisconsin's statewide NG9-1-1 standards even explicitly recognize these two-direction grid addresses, giving W180N8085 as an example.

That is, in a navigational sense, superior to ordinary street addressing.

Take something like N90 W17567. Once you understand the system, you already know approximately where the destination is: the road lies about 90 blocks north of the baseline, while the property is about 175.67 blocks west of the north-south baseline. The address is essentially a human-readable coordinate pair.

In other words, if someone gives you an address like N90 W17567, and you understand the grid, you immediately know roughly how far north and west the property is without having to look up the street or pull out a map.

phyzix5761•33m ago
So every city you travel to you need to look up the baseline location? I'd rather houses and streets have numbers so I can determine how to get there just by looking at street signs.
throw-the-towel•31m ago
House numbering is surprisingly interesting and diverse! Europe does it differently from the Americas, but Colombia has its own method, and so does Germany. (Infuriatingly, you can find both German and European house numbering in Berlin.) Some cities assign two numbers to a building on a street corner, one number for each street; some don't. Then again, some places like Brasília or Naberezhnye Chelny don't use streets as the "scope" for house numbers at all, and adopt numeration by neighborhood that looks like it's intended for robots not humans -- I used to go to a bar in Brasília whose address was CLS 409 bloco A. And some countries don't care for house numbers at all, like Bosnia and Herzegovina.

I have a feeling that someone has to have a special interest in all that. Hell, maybe I should write a blog post.

emaro•30m ago
Don't like the readability of the page.

Was quite interesting, especially the fact that house numbers were invented multiple times for different reasons and with different systems.

It got quite repetitive though, and I quit after roughly half of the read, when the even/odd number system was explained for the third time. Seems to be written with heavy AI assistance.

crooked-v•24m ago
Here in California, we have Carmel-By-The-Sea, which has had no street addresses for more than 100 years. The town is finally implementing them after endless resistance entirely because the basically static population has finally aged out enough that people's medical supply deliveries and the like can't get to the right houses.

On a side note, boy, this page is a nightmare of low-contrast design and ads everywhere on top of that.

ghaff•22m ago
A kot of things got regularized for E911 over time in the US. In my lifetime, I remember not having a street address--only a rural delivery route. (I think a PO Box got added at one one point though we didn't actually have or use the box.) And a cabin we would rent out from time to time didn't have an address either even as an adult. There were a lot of oddities around; roads with continuous numbering schemes where you couldn't actually drive from one end of the road to another.

Unrelated, Japan (shocker) has a totally different system, at least they used to.

crooked-v•17m ago
Japan has buildings addressed by block rather than by street (https://en.wikipedia.org/wiki/Japanese_addressing_system), which is a legacy inherited from older systems and can be a nightmare for finding places (web searches will find you plenty of complaints from native residents about the system and its issues, like a lack of any consistent ordering). I suppose it does have the advantage that streets can be changed, interrupted, etc, without affecting the expected addresses at all.
ghaff•12m ago
With online maps and GPS, I find it less notable these days but I remember it being a bit of a nightmare the first once or twice when I was there even though I was aware going in.
davisdude•17m ago
If you enjoyed this, you may enjoy the book _When Information Came of Age_ by Headrick. The chapters on maps and postal systems in particular have some overlap with this article.
FL410•17m ago
Fun one: Costa Rican addresses are still often relative to a landmark. I used to have a subcontractor there, and his address was something like "500m north of the old church" (which IIRC wasn't even there anymore). It was kinda hard to figure out how to get this into the DHL website, but it always made it there.
meerita•4m ago
I live in Barcelona, and I dislike their house numbering system. In Buenos Aires, things are much more rational: one block is 100m.

So the first house may have a number somewhere between 0 and 20, depending on how far the entrance is from the corner. The last house number on that block will be below 100.

On the next block, the first house will be numbered somewhere between 100 and 110-120, depending on how many meters the entrance is from the second corner.

This system is amazing. Without much mental effort, you can understand how many blocks you need to walk to reach house 340 if you are starting from the first block.

In Barcelona, you can walk 400m and still see only four house numbers. It doesn't make sense at all.

They also use things like 26A, 26B, and 26C because each house cannot have its own number. And they also use ranges. My house, for example, is not Streetname 26. It's Streetname 26-28. Bonkers.

Muse Glimmer: 30B-parameter model optimized for always-on local agent workflows

https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model
744•riordan•7h ago•410 comments

Show HN: Ante, a coding agent in a single binary that runs offline

https://github.com/AntigmaLabs/ante
53•ubermon•1h ago•31 comments

Sonic Pi v5

https://www.patreon.com/samaaron/posts/sonic-pi-v5-166001392
61•samaaron•3d ago•16 comments

Launch HN: Stoa Markets (YC S26) – A Marketplace for GPUs and AI Servers

https://www.stoaexchange.com
18•erenberke•1h ago•8 comments

Exploiting System Management Mode with a very long interrupt

https://github.com/xoreaxeaxeax/smiiiiiiiiiiiiiiii
44•WhiteDawn•1h ago•12 comments

Kinney Drugs pulls back AI phone assistant after hundreds of customer complaints

https://www.wcax.com/2026/08/07/kinney-drugs-pulls-back-ai-phone-assistant-after-hundreds-custome...
70•kotaKat•2h ago•65 comments

50k Boat Names

https://www.beautifulpublicdata.com/boat-names/
106•jonathanmkeegan•4h ago•61 comments

The Tragedy of the Cognitive Commons

https://arxiv.org/abs/2607.29380
16•jmintz•1h ago•1 comments

Magnitude 7.4 Earthquake – 5 km S of San José del Palmar, Colombia

https://earthquake.usgs.gov/earthquakes/eventpage/us6000tjl2/executive
87•Bender•1h ago•24 comments

Itadakimasu: A word you say to the food, not the cook

https://thetokyohermit.substack.com/p/itadakimasu-a-word-you-say-to-the
53•surprisetalk•2h ago•19 comments

Squeak 6.1

https://squeak.org/release_notes/6.1/
119•fniephaus•5h ago•65 comments

Ask HN: In your experience, what are sound conventions for e-ink UI development?

51•BoxOfRain•3d ago•9 comments

Docker Sandboxes – Disposable, isolated sandboxes for AI agents

https://www.docker.com/products/docker-sandboxes/
510•etoxin•11h ago•308 comments

Midlife Vascular Risk Burden and Dementia-Free Survival Years

https://www.neurology.org/doi/10.1212/WN9.0000000000000152
28•bookofjoe•1h ago•8 comments

Mars Bar from 1991 found – and it's 20g bigger than today's

https://www.bbc.com/news/articles/c1j1kjy7gewo
173•RickJWagner•2h ago•208 comments

Back to the Future of Handwriting Recognition (2016)

https://jackschaedler.github.io/handwriting-recognition/
14•at1as•1h ago•2 comments

Why Addresses Have Numbers

https://thehistoricalinsights.page/2026/06/why-addresses-have-numbers.html
14•historical1234•1h ago•18 comments

Extreme 220GHz+Broadband Silicon Capacitor X2SC 0201M 22nF BV11

https://pim.murata.com/asset/pim4/siliconCapacitor/SICAP_X2SC422522_PDF_SILICONCAPACITOR
14•peter_d_sherman•1h ago•0 comments

Mistral Patent for “Code implemented tool calls”

https://patentsgazette.uspto.gov/week26/OG/html/1547-5/US12670045-20260630.html
136•theanonymousone•4h ago•120 comments

Tail-call optimization in C is relatively recent (2025)

https://lwn.net/Articles/1034703/
87•prakashqwerty•6h ago•60 comments

Parametron: 50s Japanese computer that uses neither transistors nor vacuum tubes

https://ethw.org/Milestones:Parametron,_1954
120•xeonmc•7h ago•35 comments

Tl;dv: Over 180k meetings left wide open

https://bobdahacker.com/blog/tldv-hack
356•colesantiago•5h ago•118 comments

There is no “done”: Reflections on a completed Appalachian Trail thru-hike (2022)

https://thetrek.co/appalachian-trail/there-is-no-done-reflections-on-a-completed-at-thru-hike/
17•mooreds•3h ago•3 comments

Exploring Claude/GPT Knowledge Cutoffs and Pre-Training Timelines

https://blog.sshh.io/p/exploring-claudegpt-knowledge-cutoffs
22•sshh12•3h ago•3 comments

What Happened to HackerOne?

https://blog.teknogeek.io/posts/what-happened-to-hackerone/
350•hipparchus•15h ago•181 comments

Run Android ARM64 VR APKs on Apple Vision Pro

https://github.com/shinyquagsire23/Klepton
153•LorenDB•14h ago•50 comments

Study links GLP-1 drugs to bigger jump in women's employment than a degree

https://finance.yahoo.com/healthcare/articles/harvard-study-links-glp-1-123000637.html
87•metadat•1h ago•103 comments

An Interesting Fourier Transform – 1/f Noise (2007)

https://www.dsprelated.com/showarticle/40.php
101•q7m•3d ago•22 comments

Show HN: MergeImage – Merge and stitch images locally in the browser

https://mergeimage.app/
3•lby910722•1h ago•1 comments

How Blackwing Pencils are Made [video]

https://www.youtube.com/watch?v=fow-LsdaH2E
71•NaOH•5d ago•37 comments