Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ajstarks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Decksh – a DSL for presentations and data visualizations
(github.com)
2 points
by
ajstarks
1y ago
|
1 comments
2.
▲
by
ajstarks
1y ago
FYI, I use decksh [1][2] a DSL (aka "little language") for decks, information displays and charts decksh generates deck[3] markup that is rendered as PDF, SVG, or PNG. [1] https://speakerdeck.com/ajstarks/dec
3.
▲
by
ajstarks
2y ago
See related thread at the Unix Heritage Society mailing list: https://www.tuhs.org/pipermail/tuhs/2024-December/031185.htm...
4.
▲
by
ajstarks
2y ago
Re: #2, use "buffer_font_weight": 600 in the settings.json to fix the font rendering.
5.
▲
by
ajstarks
2y ago
https://www.flickr.com/photos/ajstarks/albums/72157631470798...
6.
▲
by
ajstarks
3y ago
deck ( https://github.com/ajstarks/deck ), with its DSL decksh ( https://github.com/ajstarks/decksh )
7.
▲
by
ajstarks
3y ago
See: https://speakerdeck.com/ajstarks/decksh-object-reference
8.
▲
by
ajstarks
3y ago
See: https://flickr.com/photos/ajstarks/albums/72157631470798870
9.
▲
by
ajstarks
4y ago
Not a GUI, per se, but there is decksh [1] and dchart: [2] [1] https://speakerdeck.com/ajstarks/decksh-object-reference [2] https://speakerdeck.com/ajstarks/dchart-charts-from-deck-mar...
10.
▲
by
ajstarks
4y ago
Linux: mupdf, Windows: Sumatra PDF
11.
▲
by
ajstarks
6y ago
fyne: https://fyne.io/
12.
▲
by
ajstarks
6y ago
See: https://twitter.com/CharlieEatonPhD/status/12708573955105095...
13.
▲
by
ajstarks
6y ago
Digital re-creations: https://github.com/ajstarks/dubois-data-portraits Presentation: https://speakerdeck.com/ajstarks/recreating-the-dubois-data-...
14.
▲
by
ajstarks
8y ago
See: https://twitter.com/ajstarks/status/1076694459717480448?s=20
15.
▲
by
ajstarks
8y ago
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
16.
▲
by
ajstarks
9y ago
I used this library to build the PDF client[1] for the deck [2] Go package. Here are some examples [3, 4, 5] [1] https://github.com/ajstarks/deck/ [2] https://github.com/ajstarks/deck/t
17.
▲
by
ajstarks
9y ago
where it happened: https://www.flickr.com/photos/ajstarks/albums/72157631470798...
18.
▲
by
ajstarks
9y ago
Here is a Go library for SVG generation: https://github.com/ajstarks/svgo https://speakerdeck.com/ajstarks/svgo-code-plus-picture-exam...
19.
▲
by
ajstarks
10y ago
An alternative to to hand-written SVG is to use a (Go) library like svgo [1] to generate the markup programmatically. More info is also at [2] and [3] [1] http://github.com/ajstarks/svgo [2] https://speakerd
20.
▲
by
ajstarks
11y ago
Now part of the SVGo package: https://github.com/ajstarks/svgo/blob/master/shotchart/shotc... get data from the network or local files)
21.
▲
by
ajstarks
11y ago
A version in Go: https://twitter.com/ajstarks/status/628262271026876416
22.
▲
by
ajstarks
11y ago
See also: gift (Go image filtering toolkit), and its command line tool: https://github.com/disintegration/gift https://github.com/ajstarks/gift
23.
▲
by
ajstarks
11y ago
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 sour
24.
▲
by
ajstarks
12y ago
Unassuming yet momentous line item on page 1-2:(j) EVA for 2 hours 40 minutes
25.
▲
by
ajstarks
13y ago
Here's another: deck, a Go package for presentations http://github.com/ajstarks/deck https://speakerdeck.com/ajstarks/deck-a-go-package-for-prese...
26.
▲
by
ajstarks
13y ago
contains offensive and racist "vintage" content -- "Confederate Honey"
27.
▲
Mars Code
(usenix.org)
6 points
by
ajstarks
14y ago
|
0 comments
28.
▲
by
ajstarks
14y ago
If Go is your thing, consider SVGo ( http://github.com/ajstarks/svgo ). For samples, see: http://www.flickr.com/photos/ajstarks/sets/72157623441699483...
29.
▲
by
ajstarks
14y ago
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",
30.
▲
by
ajstarks
15y ago
Here's another one in 178 lines of Go: https://gist.github.com/1371135
More ›