Ask HN: Which software do you use for your presentations?
11–20 of 52 posts
Re: Ask HN: Which software do you use for your presentations?
#12>> target market is software developers I know nothing about your situation but are you sure glitzy slides are the best medium to communicate with your prospective customers?
These videos will be part of the documentation for the software. Specifically for those who prefer watching videos over reading the documentation itself.
Either ways, will consider any suggestion you might have for an alternate way of communicating to customers.
Re: Ask HN: Which software do you use for your presentations?
#13Same problem with Keynote - Mac-only, hard to convert to PDF if you don't have Mac, or you don't want to send a private deck to a conversion service.
Then briefly I used Prezi for public stuff.
I used reveal.js for teaching course with lots of code snippets. There are many similar markdown or other text-based presentation frameworks, some come with associated services, if you don't want to host them by yourself.
Now I use mostly Google Slides - it's the most portable solution (even mobile and iPad). It doesn't work offline, but I make sure to have a builtin 4G modem in my laptop and iPad. For the important presentations I always export slides as a PDF for backup.
For good looking slides with minimal effort: beautiful.ai
On their site they have a comparison to other solutions:
PowerPoint
Google Slides
Keynote
Prezi
Slidebean
VismeRe: Ask HN: Which software do you use for your presentations?
#14These days if I want to show you code, I'll open up my IDE and show it to you, right there in my code window. I don't really understand why this is different from screenshotting the code and putting it in a slide, but it is. The audience feels differently about code in your IDE. They ask more questions about it, and you can explore other parts of the code than what is on screen. If I want to show what the code does, I'll open the app or website and show it in its "live" context. A demo is more interesting than a set of screenshots, even if the content itself is identical.
And as for diagrams and title slides and things, I like to draw them by hand on my ipad. Sometimes I do that live, and sometimes I prepare a bunch of drawings beforehand and flip through them. (But while I'm presenting I'll often add more lines while I explain something). I use GoodNotes for ipad for that. People get really engaged by hand drawn slides, and I always get good feedback on them. I think novelty is the only reason. Everyone is bored to death of Powerpoint and hand drawn stuff catches the eye.
If you want your presentations to look like everyone else's, then sure - use keynote or whatever. But if you want your presentations to be interesting and engaging, don't go where everyone else is going. Find another way to tell your story.
Re: Ask HN: Which software do you use for your presentations?
#15Re: Ask HN: Which software do you use for your presentations?
#16Re: Ask HN: Which software do you use for your presentations?
#17In the past I used PPT. It wasn't convenient since I had to switch from Linux to Windows for it. OpenOffice/LibreOffice isn't very compatible. Same problem with Keynote - Mac-only, hard to convert to PDF if you don't have Mac, or you don't want to send a private deck to a conversion service. Then briefly I used Prezi for public stuff. I used reveal.js for teaching course with lots of code snippets. There are many sim…
Re: Ask HN: Which software do you use for your presentations?
#18reveal-md[0] [0]: https://github.com/webpro/reveal-md
Re: Ask HN: Which software do you use for your presentations?
#19Latex with beamer. Is there a better solution out there?
Re: Ask HN: Which software do you use for your presentations?
#20Since I only write Markdown, I can focus on the content of my presentation. I don't need to make micro-decisions about the layout all the time.
It also allows you to easily add code highlighting with the features you require.
It does NOT support fancy transitions or motions, though.