Live data from Hacker News

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

news.ycombinator.com

21–30 of 52 posts

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

#21
post #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 you…

Thanks for your points. Very valid when you are demoing/presenting to a live audience. However, I think I should have clarified in my post that I am not presenting to a live audience. Rather, I just want to use a Presentation software to export a video (or I might just screen record the presentation itself if an export to video feature is not available) and then add a voice over on top of it.

Also, I am not going to screenshot code. Rather will record videos (using Loom) and speed it up as I feel even coding live can get boring pretty quickly if there is a lot to code anyways. Voice over would work really well in this case as well.

These videos would be part of the documentation that I'll be providing my customers with. For those who prefer watching videos over reading lengthy documentation. That's the idea.

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

#23
I've seen a few others mention it, but another shoutout to reveal.js[0] I can make a simple presentation in basically no time at all with markdown, or I can customize as much as I'd like, even embed a video or throw another site in an iframe. There are tons of plugins that do different things if you have a specific use case not being met.

[0]: https://revealjs.com/

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

#25
> Total noob here when it comes to making good presentations.

No software in the world will make your presentation interesting if you don't know how to make a good presentation. A good place to start, IMHO, are the "Death by Powerpoint" guidelines [1].

As for the software itself: I use LibreOffice and that's fine - if it can generate presentations that would allow Steve Jobs to introduce the iPhone [2], it is good enough for me. I've also used Powerpoint and Keynote, and other than Keynote having slightly prettier defaults I couldn't give a strong reason for choosing one over the other.

I would encourage you to be very careful with animations - you don't want your audience to lose focus because you took them on a Hollywood-like trip across the universe every three minutes (looking at you, Prezi). I think your slides should be there only to show content that you cannot explain with words alone - if I can read everything I need from your slides, then why are you here?

Note: you would be surprised at the fierce oposition in big companies against slides that contain anything less than the content of the entire presentation. Always know your audience beforehand!

[1] https://www.slideshare.net/thecroaker/death-by-powerpoint

[2] https://www.youtube.com/watch?v=MnrJzXM7a6o

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

#27
post #3

Keynote is great, I've used it for my entire scientific career so far

Ditto. Looking through my files, I started doing lectures using Keynote in 2007. It is a robust piece of kit, and it makes it easy to record and export lectures afterward. Compared to Powerpoint, I find that Keynote's UI gets less in your way.

Prior, I used the markup/SVG based Slidy, which was pretty neat for its time, but made sharing and combining presentations with other people much harder.

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

#29
I'm a computational scientist, and essentially I just use libreoffice impress. It could be much better but it works. If anything like videos will mess it up, I just change to another workspace and show the video, ditto for like "interactive displays." Generally, the hope is presentations are self-contained enough to be exported and emailed as a pdf anyway.

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

#30
For a developer audience, I have seen people use plain old browser tabs to successfully run engaging workshops. That way, all of your slides can be any web pages.

You can use Ctrl+Tab (Shift+Ctrl+Tab) to cycle between the "slides". You can store the whole presentation in a dedicated bookmarks folder. Then, use "Open all in a new window" from the context menu of the bookmarks folder to run your presentation.

Maybe in a business-oriented setting that would be labelled as "lazy", but for me it feels bold.

Post reply on HN