Live data from Hacker News

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

news.ycombinator.com

31–40 of 52 posts

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

#31
> 1. Nice motions/transitions

Why is this a must have?

The key problem, I would think, is: what are some great ways to help the audience get engaged with your presentation? The particulars of motions or visual transitions are only one way to hope to achieve engagement -- and an approach with very limited success.

Are you familiar with the XY Problem? [1]

[1] https://en.wikipedia.org/wiki/XY_problem

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

#32
post #15

Latex with beamer. Is there a better solution out there?

I really wouldn't call that "really easy/fun to use". I think it's only a good option if your presentation is full of complicated equations (e.g. giving a lecture course in a maths heavy subject)

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

#36
Best way I found to keep peoples attention in presentations is to make obviously shitty slides in mspaint or some other basic painting program, then just use a image viewer in fullscreen mode.

I think people have been so desensitised by all the "beautiful" presentations that when you put on something contrasting that, people can't help to pay more attention.

Obviously doesn't work in all contexts, like if you represent a enterprise and doing a presentation for a client. But if you try it in internal presentations, I'm sure you'll be surprised by the good reactions to it.

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

#37
A good presentation is not a matter of software. You can make outstanding presentation without embedded videos and fancy transitions. And you can make them on PowerPoint, Keynotes, Libreoffice, or translucent sheets. Focus on a clear storyline, and key messages of each slide, keep it simple, use some visuals instead of a wall of text, use bullet-points wisely... People spend months on a project and then 1-2 days on the final presentation and wonder why the audience does not understand / is bored. Management consultants (whose main output are presentations) start working on the final deck from the first weeks / days of the project.

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

#39
I write my presentations in pandoc and convert them to Beamer. This is a simple presentation, from the [pandoc docs](https://pandoc.org/MANUAL.html):

% Habits

% John Doe

% March 22, 2005

# In the morning

## Getting up

- Turn off alarm - Get out of bed

## Breakfast

- Eat eggs - Drink coffee

# In the evening

## Dinner

- Eat spaghetti - Drink wine

------------------

![picture of spaghetti](images/spaghetti.jpg)

## Going to sleep

- Get in bed - Count sheep

---

One nice bonus of using plain text for my slideshows is that if I need to translate them (I teach in different languages) it's as easy as putting it through google translate or some similar service, and you get your translated presentation at the other end.

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

#40
post #37

A good presentation is not a matter of software. You can make outstanding presentation without embedded videos and fancy transitions. And you can make them on PowerPoint, Keynotes, Libreoffice, or translucent sheets. Focus on a clear storyline, and key messages of each slide, keep it simple, use some visuals instead of a wall of text, use bullet-points wisely... People spend months on a project and then 1-2 days on t…

Should have clarified better in my original post. It is for accompanying video with documentation for my software. For those devs who prefer to watch a video over reading a wall of text (plenty have ADHD who prefer video over text).

The presentation is only for bullet points + embedded video (which will showcase the product + code) as well as highlighting specific parts of code where necessary. Micro transitions to keep them engaged.

Got some really good suggestions here. So will try them out and settle on one soon. Liked reveal-md/reveal.js so far as it fits my requirements quite well.

Post reply on HN