-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathposts.lua
More file actions
71 lines (70 loc) · 2.42 KB
/
Copy pathposts.lua
File metadata and controls
71 lines (70 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
post{
thumbs="zaag.png",
name="Zaag",
url="https://shastabolicious.itch.io/zaag",
tags={"toys"},
info="Videogame in the style of classic 1980s vector arcade shoot-'em-ups.",
}
post{
thumbs="maia-sleep.png",
name="Maia Learns to Sleep",
url="./sketches/maia-sleep",
tags={"dataviz"},
info="The full record of changings and feedings reveals how long it took baby Maia to start sleeping through the night.",
}
post{
thumbs="inequality-waterfall.png",
name="Inequality Explorer",
url="https://caseylabrack.com/projects/inequality-explorer/",
tags={"dataviz"},
info="What people earn, pay in taxes, get in benefits, and what is left over, by income group and year. From the supplemental data files of the Congressional Budget Office.",
}
post{
thumbs="perlin2.png",
name="Perlin noise portraits",
url="https://shastabolicious.itch.io/perlin-noise-portraits",
tags={"art", "toys"},
info="A fun perlin noise field visualizer.",
}
post{
thumbs="grocery-stores.png",
name="Availability of Real Grocery Stores in D.C.",
url="https://observablehq.com/@shastabolicious/availability-of-real-grocery-stores-in-d-c",
tags={"dataviz"},
info="Distance to the nearest grocery store for each neighborhood in D.C., an interesting social indicator.",
}
post{
thumbs="quad.png",
name="Terminator Vision",
url="./sketches/quadtree",
tags={"art"},
info="Reconstructing images with many recursive squares, for funsies.",
}
post{
thumbs="taxes@3x.png",
name="Tax Rates Pre- and Post-Reagan",
url="https://observablehq.com/@shastabolicious/the-evolution-of-tax-rates-in-america",
tags={"dataviz"},
info="A visual history tax rates in America, from post-New Deal to Reagan, Bush, and today.",
}
post{
thumbs="gunshots@2x.png",
name="A Map of Gunshots in D.C.",
url="https://observablehq.com/@shastabolicious/gunshots-in-d-c-2018-early-2019/2",
tags={"dataviz"},
info="D.C. police have microphones throughout the city listening for gunshots. This map shows the density of gunshots by neighborhood.",
}
post{
thumbs="with-obama@3x.png",
name="With Obama",
url="./projects/with-obama",
tags={"art"},
info="A project to insert myself in the official White House photographs of the Obama administration, for funsies."
}
post{
thumbs="dinoblaster2.gif",
name="DinoBlaster",
url="http://store.steampowered.com/app/653960/DinoBlaster/",
tags={"toys"},
info="Videogame about sidestepping extinction as a brontosaurus, in the style of classic vector arcade games.",
}