HN user

ajstarks

27 karma
Posts2
Comments33
View on HN

I use pdfdeck, a client of the Deck package [1,2]. Samples [3,4]

pdfdeck reads deck markup, and generates the PDF. The markup is created by hand or generated by other programs, for example the dchart [5,6] client.

I tend to avoid templates and work from a blank canvas.

[1] https://github.com/ajstarks/deck [2] https://speakerdeck.com/ajstarks/deck-a-go-package-for-prese... [3] https://speakerdeck.com/ajstarks/go-for-information-displays [4] https://speakerdeck.com/ajstarks/a-view-of-design-and-user-e... [5] https://github.com/ajstarks/deck/tree/master/cmd/dchart [6] https://speakerdeck.com/ajstarks/dchart-charts-from-deck-mar...

I use the deck package [1, 2, 3], and the pdfdeck[4] client. As stated earlier, using PDFs simplifies both presenting and distribution.

The deck packages uses a simplified markup that is portable, easy to machine-generate, facilitates source control, and not locked to a vendor.

[1] https://speakerdeck.com/ajstarks/deck-a-go-package-for-prese...

[2] http://godoc.org/github.com/ajstarks/deck

[3] http://godoc.org/github.com/ajstarks/deck/generate

[4] https://github.com/ajstarks/deck/tree/master/cmd/pdfdeck

I created SVGo, a Go package for generating SVG. (http://github.com/ajstarks/svgo) I use it for programming visualizations, and other creative coding tasks. For example, I use the goplay command and a browser, to "sketch with code", showing the code and resulting picture in one view -- I make a change, hit a keystroke and immediately see the result. (http://www.flickr.com/photos/ajstarks/6198774781/in/set-7215...)

SVGo paper from SVG Open 2011: (https://www.svgopen.org/2011/papers/34-SVGo_a_Go_Library_for...)

Samples: (http://www.flickr.com/photos/ajstarks/sets/72157623441699483...)

See TweetFreq:

TweetFreq: Visualizing Twitter Update Behavior

TweetFreq is an application written in the Processing enviornment that visualizes the twitter update frequency of various collections of twitter users (for example, influential journalists, celebrities, CEOs, politicians, and news organizations

The collection of TweetFreq visualizations can be found in this Flickr Set:

http://www.flickr.com/photos/ajstarks/sets/72157618491647464...

More on TweetFreq Design, Implementation, Examples and Usage:

http://www.scribd.com/doc/22231126/TweetFreq-Visualizing-Twi...

There's also the Twitter Search Grid:

http://www.flickr.com/photos/ajstarks/sets/72157622763006024...