www.byjp.me/content/notes/twitter/5245956599/index.md
JP Hastings-Spital 6320396733 Import archived tweets
A first pass at importing my tweets. Includes the code I used to do it.

I've made some manual edits (to add code fence blocks, and fix some annoying encoding issues), but this should be a decent start.
2024-01-18 22:18:11 +00:00

12 lines
208 B
Markdown

---
date: "2009-10-29T00:47:51Z"
tags:
- imported
- from-twitter
---
I wrote a hacky ruby library to make numbers dimensional\!
```ruby
p Amount.new 42,(Meter + Kilogram - Second - Second)
=> 42 Newtons
```