Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
panglesd
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Juraslip Park
(github.com)
1 points
by
panglesd
13d ago
|
0 comments
2.
▲
Show HN: Slipshow, a multi-paradigm presentation tool
(slipshow.org)
2 points
by
panglesd
7mo ago
|
0 comments
3.
▲
by
panglesd
1y ago
Very cool! Does it replace identical expressions in the same scope? Like: let tau = 3.14 +. 3.14 becomes let pi = 3.14 let tau = pi +. pi ? EDIT: Or even crazier with function: let _ = (x + 1) + (y + 1) become
4.
▲
I added a speaker view to my OCaml presentation tool
(github.com)
1 points
by
panglesd
1y ago
|
0 comments
5.
▲
Slipshow: Plan 9 from External Files
(github.com)
2 points
by
panglesd
1y ago
|
0 comments
6.
▲
The return of the subslips: visual structure in presentations
(github.com)
1 points
by
panglesd
1y ago
|
0 comments
7.
▲
by
panglesd
2y ago
Interesting experiment. Would love to see a multiplayer version of this game!
8.
▲
by
panglesd
2y ago
Maybe you are interested in slipshow: https://github.com/panglesd/slipshow/
9.
▲
Show HN: Lighthigher, highlighting while preserving the HTML hierarchy
(github.com)
3 points
by
panglesd
2y ago
|
0 comments
10.
▲
by
panglesd
2y ago
Good question :) Many reasons, I could make a blog post about it! First, let me start with the biggest drawback of using OCaml: it might prevent potential contributors from making contributions. That is very sad! However, OCaml is the langu
11.
▲
by
panglesd
2y ago
Markdeep seems great! Having modifiable source inside the html is a great idea. I'll still need to have a compile workflow to add image while keeping a standalone produced html file (and some other feature such as live-preview), but I&
12.
▲
by
panglesd
2y ago
Yes, that is exactly right! This is one important thing for me: the produced file must be self contained. Even if images are included, they are embedded in the html file.
13.
▲
by
panglesd
2y ago
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!)
14.
▲
by
panglesd
2y ago
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.
15.
▲
by
panglesd
2y ago
Very cool! I had never seen something like that! Sometimes, I used the analogy of a big papyrus roll (like this one: https://pgi-shop.de/en/papyrus-roll-20-x-80-double/ ) to explain what is Slipshow. But your analo
16.
▲
by
panglesd
2y ago
I don't know Miro or Figjam very well, but I would say that: - You can write a Slipshow presentation in Markdown, which can be more convenient than in those collaborative whiteboards (depending on the person): the source file is plain
17.
▲
Show HN: Slipshow – A presentation tool not based on slides
(github.com)
229 points
by
panglesd
2y ago
|
43 comments