www.byjp.me/content/posts/tumblr-musings/where-on-the-web-gets-better/index.md
JP Hastings-Spital b8cc9ee66d Remove leading newlines
This standardises all my markdown files to have no leading newline after the `---` that ends the frontmatter.

This makes display on Gemini (in which newlines matter) much more consistent!

I can't spot any errors with the regex I used here, but there may be one or two articles that change shape — hopefully I can spot them and fix them!
2024-06-20 13:40:54 +01:00

18 lines
717 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Where on the Web gets better!
date: 2009-04-21T22:47:00+01:00
draft: false
emoji: 🌐
tags:
- whereontheweb
- ruby
- processing
- map
- geo
- from-tumblr
---
![A terrain map of the earth over the Atlantic, showing different sized red dots moving between the UK and other places on earth](./screencap.jpg)
I improved Where On The Web? with an OpenGL twist (making it a lot faster - tho antialiasing is broken) and by varying the size of the packets as they travel around the globe, you can now see roughly how much data is winging its way around the web.
The [gist containing the sketch](https://gist.github.com/jphastings/98878) has been updated to reflect these changes, have a play!