www.byjp.me/content/memex/computing/optimisation.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

17 lines
449 B
Markdown

---
title: Optimisation
summary: Computational methods for optimising data and structures.
tags:
- computing
- optimisation
- lines
- SVG
references:
line-simplification:
url: https://bost.ocks.org/mike/simplify/
name: Line Simplification
rel: +accurate
---
## Line simplification
A really simple method for [simplifying vector lines](https://bost.ocks.org/mike/simplify/) (particularly in SVGs) that I've used for maps of countries.