Live data from Hacker News

Show HN: Slipshow – A presentation tool not based on slides

github.com

11–20 of 47 posts

Re: Show HN: Slipshow – A presentation tool not based on slides

#11

I worry this model could lead to a "wall of text" rather than forcing the presenter to be concise, speak to the concepts, and rely more heavily on images. The format is good for academic lecture scenarios but I'd probably just use Jupyter, as noted by others.

Yes, clearly this is not for every usecase.

I think math lectures often need quite some text support, they are the reason I created Slipshow.

Re: Show HN: Slipshow – A presentation tool not based on slides

#12
Very cool! It reminds me of Prezi! https://prezi.com

I did an old experiment on a scrollable whiteboard with replay that I built after watching a khan academy style video and wanting to scroll to back to a formula without pausing the audio. This makes me want to dig it back ^^

Re: Show HN: Slipshow – A presentation tool not based on slides

#13
Nice!

> When using traditional slides, you are given a rectangle of white space to express your thought. When this rectangle is full, you have no other choice than erasing everything, and start again with a new white rectangle.

It's not entirely solving the issue though because you are animating everything all the time, you barely have much time to see the content

Re: Show HN: Slipshow – A presentation tool not based on slides

#16
I like it. Slides are the right approach for a lot of things but writing on blackboards and overheads had their own benefits that just scrolling a document doesn't really replicate.

As others have noted, you probably need to be cautious about just creating a wall of text but I can definitely see its uses.

Re: Show HN: Slipshow – A presentation tool not based on slides

#17

This immediately reminded me of the "infinite" blackboards we had in some university lecture theatres such that you could just revolve the board surface and keep claiming new writing space (you could also write at a consistent level - no bending / stretching). Something like this: https://www.ragandbonebristol.com/curiosities-1/vintage-wils...

When I was in college they would use a transparency projector, but instead of transparency pages, there would be a roll with a crank that you would turn to advanced the roll. You would get the same effect as slipshow.

Re: Show HN: Slipshow – A presentation tool not based on slides

#18
The markdown to presentation approach is great. You can manage your slide (or slips) as code giving you history, offline collaboration, pull requests, etc. I don't think you can do that with most other presentation tools. I've used Marp [1] for traditional slides, and wrote a GitHub template repo that outputs the Marp HTML to GitHub Pages [2]. Similar workflows should be possible for Slipshow.

[1] https://marp.app/

[2] https://github.com/ralexander-phi/marp-to-pages

Re: Show HN: Slipshow – A presentation tool not based on slides

#20

The markdown to presentation approach is great. You can manage your slide (or slips) as code giving you history, offline collaboration, pull requests, etc. I don't think you can do that with most other presentation tools. I've used Marp [1] for traditional slides, and wrote a GitHub template repo that outputs the Marp HTML to GitHub Pages [2]. Similar workflows should be possible for Slipshow. [1] https://marp.app/ […

Thanks for the link, and the idea! Definitely a github action to automatically publish your Slipshow presentation on push would be a great workflow! (I'll open an issue for that!)
Post reply on HN