Live data from Hacker News

Ask HN: Which software do you use for your presentations?

news.ycombinator.com

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?

To address your question specifically: I am not actually presenting the software to a live audience. Not aiming to make it particularly glitzy either as I will be keeping it pretty minimal (should have decent slide transitions though). Will be interleaving with videos (recorded using loom) which demonstrates the software. I definitely do need slides to show bullet points. Will voice over the presentation (which will be recorded too).

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?

#13
In 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 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

https://www.beautiful.ai/

On their site they have a comparison to other solutions:

  PowerPoint
  Google Slides
  Keynote
  Prezi
  Slidebean
  Visme

Re: Ask HN: Which software do you use for your presentations?

#14
I've moved away from this style of presentation. Everything on a slide feels like dead content. People fall asleep when you whip out a slide deck.

These 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?

#17

In 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…

Thanks! Beautiful AI looks amazing!

Re: Ask HN: Which software do you use for your presentations?

#18
post #4

reveal-md[0] [0]: https://github.com/webpro/reveal-md

I usually run beamer for presentations but I've been looking for a markdown alternative for some time, since it would allow me to transform notes into presentations quickly. This package looks really promising. Thank you for sharing it.

Re: Ask HN: Which software do you use for your presentations?

#20
If you are on macOS, I can recommend Deckset[0]. I've been using it for years and noticed that I can piece together a great-looking presentation in a rather short time.

Since 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.

[0]: https://www.deckset.com/

Post reply on HN