We spoke with the FSF, and we found an arrangement so we could have access to a somewhat reliable internet connection for the event, and so we'll be happy to give a keynote at the upcoming LibrePlanet, March 19 and 20!
https://www.fsf.org/news/artist-collective-hundred-rabbits-to-keynote-libreplanet-living-liberation
@neauoire congrats!
@protodrew cheers!
@neauoire that would be cool! A whole uxn word processing suite.
I love the idea of simple markup-to-slides tools, but none of them that I've tried seem to work well
@neauoire have you seen https://tools.suckless.org/sent/ ?
@aw I hadn't! This is perfect, I'll try doing an implementation.
@slisne I don't think it will have fancy wordart, but maybe one large high-res uf3 font, and 2-bit graphics support, nes controller handlers.
@neauoire uxn slideshow program maybe?
@lyncia of course :)
@neauoire haha ofc, the perfect 100rabbits move. Good luck!
@neauoire https://tiny.tilde.website/@pho4cexa/107142961384419122 was supposed to be a ludicrous shitpost
@pho4cexa it's on
@neauoire make all your slideshows in Orca. Each slide is an Orca document. Even get to animate them and maybe some will make pretty good noises!
@neauoire if you can do that without javascript I’m in.
@dokoissho of course we can
@neauoire when I saw someone post that suckless software, I was kind of expecting this to happen haha
@neauoire Out of curiosity, what are you doing for slide transitions? I've been curious about whether there was any screen scrolling support since I didn't see any in the device registers or any mention of the screen buffer being in main memory
@elfi I doubt I'll add any sort of fade effect. I'll just draw the next slide on top.
@neauoire feels very hypercard to me for some reason.
@neauoire I went thru a period a while back where I tried to switch all my browser fonts to pixel fonts because the laptop the bought me for work has a low-res screen. there are loads and loads of monospace ones but I found it very difficult to find proportional ones with more than one size option.
@neauoire jackpot. I'll have to give this a shot. have you tried configuring a browser to prefer these and overriding whatever the site tells you to use?
@technomancy on plan 9, abaco and mothra both use pixel fonts, it's pretty much standard browsing experience for me :)
@neauoire this repo is INCREDIBLE. Thank you so much for pointing us to it
@neauoire my cross-stitch software ingested everything from int10h.org and I look forward to adding to its collection 😋
@neauoire Oh wow, this is nice.
I'll need some bitmap fonts soon so this is handy.
@neauoire@merveilles.town it's… pretty ugly actually, the letter spacing and kerning is awkward and the letterforms feel too, idk, wide
@syn@disqordia.space @neauoire@merveilles.town you're on disqordia nerd
also yeah i was born in 2004 all i know is times new roman
@neauoire Are you inventing some new syntax for describing slides?
@akkartik I just went with a REALLY silly postscript-like language. I guess it's a bit more like turtle.
x,y MOVE, moves the drawing position
path.tga IMG, monochrome drawing
path.tga IMG2, 2bpp drawing
line TEXT, some text
@neauoire That is really nice!! Awesome!
@vertigo glad you think so! uxn has only 64kb of memory so I can't load the images in memory, I stream-draw directly from the tga files 🤦♀️
@neauoire Nothing at all wrong with that.
@ragekit yeah pretty much, but the screen in uxn is write-only. You can't use it as a buffer.
@neauoire well i guess you can hold the data somewhere else
@neauoire *holds up gba at company meeting* "as you can see,"
@neauoire
Nice!
Does the k and f have a tiny bit too much space after it? Not sure the s have too much space before it?
Kerning is not an easy thing though. What you are doing is quite remarkable.
@dsfgs I'm using the Macintosh System 7 kerning at the moment. I'll write a couple of slides and correct the spacing that looks weird from that.
@neauoire Fun fact: The very first applications that I ran on the Kestrel-2 and the Kestrel-2DX were in fact slideshow programs. I used them to present the very computers I was using at the Silicon Valley Forth Interest Group meetings. 😏
@vertigo nice! You wouldn't happen to have pictures of that?
@neauoire I don't, but there are SVFIG videos of my presentations. I'll try to find one for you.
Now, I guess we should make ourselves some sort of slideshow software.