System 7 natively boots on the Mac mini G4
macos9lives.com
Airbus A320 – intense solar radiation may corrupt data critical for flight
airbus.com
A triangle whose interior angles sum to zero
johndcook.com
Imgur geo-blocked the UK, so I geo-unblocked my network
blog.tymscar.com
Molly: An Improved Signal App
molly.im
Confessions of a Software Developer: No More Self-Censorship
kerrick.blog
So you wanna build a local RAG?
blog.yakkomajuri.com
How good engineers write bad code at big companies
seangoedecke.com
The original ABC language, Python's predecessor (1991)
github.com
Airloom – 3D Flight Tracker
objectiveunclear.com
A first look at Django's new background tasks
roam.be
28M Hacker News comments as vector embedding search dataset
clickhouse.com
Every mathematician has only a few tricks
mathoverflow.net
Flight disruption warning as Airbus requests modifications to 6k planes
bbc.com
Effective harnesses for long-running agents
anthropic.com
I mathematically proved the best "Guess Who?" strategy [video]
youtube.com
Show HN: Choose your own adventure style Presentation
github.com
Don't tug on that, you never know what it might be attached to (2016)
blog.plover.com
Can Dutch universities do without Microsoft?
dub.uu.nl
C++ Web Server on my custom hobby OS
oshub.org
True P2P Email on Top of Yggdrasil Network
github.com
JSON Schema Demystified: Dialects, Vocabularies and Metaschemas
iankduncan.com
Hello good folks!
So... TL;DR: I find presentations boring. I find Choose your own adventure style books not boring. I married the two. Now, you can have presentations where the people you present two have the ability to choose how your presentation proceeds! And you can construct your presentation using plain markdown, start a server, your audience opens the `/voter` link you open the `/presenter` link and start your presentation. Whenever there is a question, they will choose and the presentation proceeds according to the choice.
Longer version:
In the years I partook on presentations I always liked the ones that are more interactive. Not in a I ask questions and then wait uncomfortably for people to shout out something, no. In a way where I, as a viewer, got something to do! Makes me more interested in the presentation as well, and I'll be learning and remembering things more as well.
I also like choose your own adventure type of books. So I wondered, how could I make these two come together? So I wrote this little tool called adventure-voter. Not a very good name, but meh... The point is that you'll have a backend and a frontend to deal with votes and deal with following forks in your presentation. Going back from a fork if the fork ended up in death or a failed route. ( you procastinated, your backend didn't start, you server didn't come up, etc whatever makes sense as an end in your presentation ). And then you can explore a different route. Imagine, you are presenting something about Kubernetes. And one of the questions is, okay you are now bringing up etcd. How do you configure it? Do you... and the vote begins.
This makes the presentation a little bit more enjoyable I think. Also, the framework is super easy. You have your presentation in Markdown and the frontend is a lightweight parser with tailwind that does things and makes it look relatively nice. ( I'm not a frontend dev, sorry ). And you can link together steps and stories with `next: slide-1b` or whatever.
Granted, you'd have to work a bit more to get a presentation that makes sense, but honestly, I think it will make for a very interesting talk. Something I'm aiming to do on the next KubeCon in Atlanta. I'm going to be using this framework to present something. ( If I get in. :)) )
Lastely, I want the presentation to be enjoyable and not boring. :) And that's my main goal. On KubeCon you sit through presentation after presentation after presentation and hopefully this one will be ( if I get accepted ) something that you enjoy and don't fall asleep on. :)
I hope this is useful. Enjoy folks. :)