Live data from Hacker News

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

github.com

31–40 of 47 posts

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

#31
post #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 ^^

Prezi lost me a PhD co-advisor, this person only liked traditional slide formats. In retrospect, this was a good thing to not have this person oy board. I used it pretty close to traditional slides, but they could not be made happy unless it was powerpoint... Separately, I did have a lot of fun making a Prezi to explain how GPUs worked for another class, which went over swimmingly for a different audience.

I ended up using reveal.js for my defense slides because the 2D slide grid allows you to go deep on a subject and keep the main flow clean.

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

#33
I think it's a very nice concept, but sometimes when you present, you have to use other people's computers, and I am wondering if it's possible to generate a PDF from this and use it for presentations?

My second thought is that something like this could be made as a LaTeX package, similar to Beamer. For scientists, there are many benefits to using LaTeX for presentations.

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

#35

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/ […

Also, Quarto to reveal.js is an amazing pipeline, and ties in well with the rest of the Quarto ecosystem meaning that you can reuse content from other mediums more easily.

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

#36
post #33

I think it's a very nice concept, but sometimes when you present, you have to use other people's computers, and I am wondering if it's possible to generate a PDF from this and use it for presentations? My second thought is that something like this could be made as a LaTeX package, similar to Beamer. For scientists, there are many benefits to using LaTeX for presentations.

If I'm understanding it correctly, I think it renders your presentation to an html file that you can just open in a browser. I assume the effects and transitions are all powered by embedded JS. So it should be portable.

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

#37

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

I thought you were talking about the lecture theaters where there were 6-8 giant boards arranged on the wall with pulley systems so the lecturer can raise/lower them and access them independently, kind of like in [0]. Some of the setups are have enough writable area that it's not even really practical to fill them all up in a 2-hour lecture period. Using the available space in a smart way is definitely a learned skill; it's far too easy to start in the "wrong" place and end up needing to write "board via"s / "goto"s.

Do companies still do whiteboard interviews anymore for engineers? Whiteboard management in that context was also a learnable skill, though easier than managing multiple movable boards.

[0] https://www.quora.com/Why-do-awesome-schools-like-MIT-UCs-an...

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

#38

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/ […

I've wanted to love MARP for years but the documentation is so limited (and tutorials so sparse) that building a presentation with any complexity beyond the basics is almost impossible unless you have a solid understanding of CSS and YAML front matter.

It's a shame, because I think the idea of MARP is revolutionary, but in practice PowerPoint (or even free alternatives like Google Slides) is easier to use.

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

#39

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/ […

IA Presenter creates slide decks from markdown: https://ia.net/presenter

There's also https://doersino.github.io/markdeep-slides/demo.md.html#slid...

Be sure to view page source.

Post reply on HN