veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

289
active users

#html

51 posts46 participants6 posts today

I did it! I managed to squeeze an animated .html "demo" into just 256 bytes (text string size).

You can view it here:
hlnet.neocities.org/256b

Can anyone else make a better one?

This is the whole source:

<style>*{display:grid;height:100%;background:repeating-radial-gradient(1Q.01Q at calc(50%*(1 - sin(var(---)*pi)))calc(50%*(1 - cos(var(---)*pi))),tan,red);animation:a 9s 9}@property ---{syntax:"<number>";inherits:true;initial-value:0}@keyframes a{to{---:2;

Next project I'm equally afraid and hyped about: re-implementing most of #HyperCard as #HTML form-based app. Requires:
- A working #HyperTalk (or the like) interpreter
- Card editing form that's flexible enough to build e.g. a calculator
- Script editing UI
- Smart evaluation that works well with old-school HTML-first UIs
- Server setup to handle all of these

Some of these are entirely new to me, and some don't have reasonable libs for in #CommonLisp, so I'm quite floored with the amount of work. But if I manage to make this thing, I'll have a reliable note-taking tool and a simple programming system!

(Now that I think about it, I don't really need a note-taking tool, because I use #hpda. And the simple programming system might as well be a headless HyperTalk interpreter...)