Live data from Hacker News

How to make awesome diagrams for your slides

slideshare.net

11–20 of 24 posts

Re: How to make awesome diagrams for your slides

#12

Nice. Although in slide 36, technically, he's using 4 colors: white, black, red, and orange.

He doesn't count the background as a color though. I'm more confused by slides 55 and 56.

Those slides just apply his "best practices" using the tips in his presentation.

Re: How to make awesome diagrams for your slides

#13
post #9

What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.

My slide decks are always in PowerPoint because I usually need to make some complex technical animations that are impossible to do in Latex. So then I just use PowerPoint's shapes, etc. to do it.

(I can't wait for some web-based presentation software so I can finally ditch Powerpoint, but right now, with the extremely limited palette of animation ability on all of them, I'm forced to stick with PowerPoint.)

For papers, posters, and other static media, I use Inkscape, which I love. And every once in a while, for a system architecture diagram that I need to crank out really fast, I'll use Dia, which is much less flexible, but ideal for that task.

Re: How to make awesome diagrams for your slides

#15
post #13
post #9

What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.

My slide decks are always in PowerPoint because I usually need to make some complex technical animations that are impossible to do in Latex. So then I just use PowerPoint's shapes, etc. to do it. (I can't wait for some web-based presentation software so I can finally ditch Powerpoint, but right now, with the extremely limited palette of animation ability on all of them, I'm forced to stick with PowerPoint.) For paper…

I always used whatever real animation tool (Anim8or, Blender, python+svg+ffmpeg) I was most comfortable with and rendered the animation to a non-looping GIF. Embeddable almost anywhere.

Re: How to make awesome diagrams for your slides

#16
post #9

What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.

I just used inkscape for the first time last night, worked out pretty well. See the first slide here:

http://www.iobound.net/iocopy-talk/

Another thing I experimented with for the first time is doing all the slides in html / css / js. The jQuery-Presentation plugin [1] works as advertised, and with css there was considerably less hairpulling when it came time to start tweaking layouts and positions. The content for each slide is written in markdown. You can see all the source for the presentation here [2].

[1] https://github.com/davist11/jQuery-Presentation

[2] https://github.com/acg/iocopy/tree/master/talk

Re: How to make awesome diagrams for your slides

#17
post #9

What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.

If you find yourself out of other options, and Inkscape is crashing on you or you don't like the UI, you can try OpenOffice.org/LibreOffice Draw. It seems to work pretty well for flowcharts, though it doesn't come with very many symbols.

Re: How to make awesome diagrams for your slides

#18
post #9

What software do HNers use to make good diagrams? We have one suggestion for TikZ so far, which looks nice, but I don't really want to get out the TeX hammer for every little diagram.

I used LibreOffice Impress over Ubuntu for that presentation.

I try to use the best tool for the job though.

Two weeks ago I had to make a code-based introductory presentation and I used showoff instead ( https://github.com/schacon/showoff ) since it comes with syntax highlighting and the slides are just a text file. It took me maybe a couple hours to learn the ins and outs, but then it was easy.

I've heard that the Mac app is good, too, but I haven't used it yet.

Re: How to make awesome diagrams for your slides

#19
post #8

This slide deck was brought to you by Enrique García a.k.a. Kitito[1], who's also the author (among other things) of the excellent "middle class" library, a class-based object system for Lua, and PÄSSION library collection, an OO-layer built on top of the LÖVE game framework. [1] https://github.com/kikito [2] http://love2d.org /shameless plug from a fellow löver.

Hi pygy! :D I plan to do other awesome stuff

Re: How to make awesome diagrams for your slides

#20
post #7

Two tips: Use colors in /addition/ to other indications. Roughly ten percent of males are red-green colorblind and cannot easily distinguish colors that contain these colors (e.g., purple = blue + red = BLUE to them). Also, projectors are usually pretty crappy at colors. "If PowerPoint ever automatically chooses a smaller font for your text, you have too much on the slide." -- somebody wise

Yes, this is something I should have written explicitly. Your advice is spot on, I should have included a "conclusion" in the colors section saying just that.
Post reply on HN