mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-11 15:55:32 +01:00
- Remove i18n & include drafts in dev build - Links have agree/accurate indicators - Also introduces `references` as a standard Params structure for my blog. I don't particularly like that it's a map rather than an array, but this is what my micropib enpoint currently creates, so I'll stick with this until I can be bothered to switch that over.
18 lines
450 B
Markdown
18 lines
450 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.
|