wetdry.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
We are a community focused on gaming, tech, entertainment, and more.

Administered by:

Server stats:

733
active users

#SmallWeb

21 posts16 participants2 posts today
Public

Morning all! I was supposed to join @screwlisp for their Lispy Gopher Show podcast yesterday but time zone differences meant I had to send a recording instead which they discussed with questions from their mud (yep, it’s a geeky community) :)

I touched on the history of computing, the current challenge to our human rights and democracy with technofascism, and how the Small Web is one attempt to safeguard our freedoms by creating a peer-to-peer web owned and controlled by everyday people who use technology as an everyday thing. (And the role of design and simplicity in making that possible.)

Anyway, here’s the full recording I sent (as it skips around a bit in the show):

vimeo.com/1079992713

And here’s the recording of the show itself with commentary by screwlisp and the community:

communitymedia.video/w/kTjUgHS

Thanks for having me on and sorry I couldn’t be there in person.

💕

Public

Grab my “Powered” badge pack for FREE (or pay as much as you want to help fund future stuff)

Show visitors to your site what powers your work!

The pack contains 64 88x31px PNG and SVG badges in 8 colors and phrases “coffee powered, pie powered, plant powered, donut powered, pizza powered, bread powered, pancake powered, cookie powered”

#free #badges #smallweb #web #poweredby

ko-fi.com/s/798b83fbcc

A pack of 64 88x31px PNG and SVG badges to add to your content!

8 color variations for each badge.

coffee powered
pie powered
plant powered
donut po...
Ko-fiPowered badge pack. - Andy Carolan's Ko-fi ShopA pack of 64 88x31px PNG and SVG badges to add to your content! 8 color variations for each badge. coffee powered pie powered plant powered donut po...
Public

Want to show visitors to your site that your content is human made and doesn't use AI? Grab my badge pack for FREE (or pay as much as you want).

The pack contains 64 88x31px PNG and SVG badges in 8 colors and phrases “made by a human, drawn by a human, human content, written by a human, I am not a robot, never by ai, human content, there's no ai here!”

#free #badges #AI #humanmade #smallweb

ko-fi.com/s/4662b19f61

A pack of 64 88x31px PNG and SVG badges to add to your human made content. 

8 color variations for each badge.

organic content
made by a human
drawn...
Ko-fiHuman made content badge pack. - Andy Carolan's Ko-fi ShopA pack of 64 88x31px PNG and SVG badges to add to your human made content. 8 color variations for each badge. organic content made by a human drawn...
Public

Ooh, what’s this?… Look Over There!
(With apologies to Jaida Essence Hall)

So the little app I teased earlier is ready and deployed and I have our own instance running at:

look-over-there.small-web.org

Look Over There! lets you forward multiple domains to different URLs with full HTTPS support.

Why?

We have a number of older sites that are becoming a chore/expensive to maintain and yet I don’t want to break the web. So I thought, hey, I’ll just use the “url forwarding” feature of my domain registrar to forward them to their archived versions on archive.org.

Ah, not so fast, young cricket… seems some domain registrars’ implementations of this feature do not work if the domain being forwarded is accessed via HTTPS (yes, in 2025).

So, given Kitten¹ uses Auto Encrypt² to automatically provision Let’s Encrypt certificates, I added a domain forwarding feature to it and created Look Over There! as a friendly/simple app that provides a visual interface to it.

To see it in action, hit cleanuptheweb.org and you should get forwarded to the archived version of it on archive.org. I’m going to be adding more of our sites to the list in the coming days as part of an effort to reduce my maintenance load and cut down our expenses at Small Technology Foundation.

Since it’s Small Web, this particular instance is just for us. However, you can run your own copy on a VPS (or even a little single-board computer at home, etc.) A link to the source code repository is on the site. Once Domain³ is ready for use (later this year 🤞), setting up your own instance of a Small Web app at your own server will take less than a minute.

I hope this little tool, along with the 404→307 (evergreen web) technique⁴, helps us to nurture an evergreen web and avoid link rot. (And the source code, as little as there is because Kitten does so much for you, is a good resource if you want to learn about Kitten’s new class-based component and page model which I haven’t yet had a chance to properly document.)

Enjoy!

:kitten:💕

¹ kitten.small-web.org
² codeberg.org/small-tech/auto-e
³ codeberg.org/domain/app
4042307.org

Public

New Kitten Release 🥳

• New: Any attributes present in a <markdown> tag are now passed to the first rendered element. (This is useful if you want to add some quick inline styles to a <p> that’s rendered from markdown, etc., but for anything more complicated, you should likely just jump into HTML.)

To learn more about Markdown in Kitten, please see the Markdown reference¹.

Enjoy!

:kitten:💕

¹ kitten.small-web.org/reference

Public

New Kitten Release 🎉

• Fix: morph attributes¹ now support interpolated values.

kitten.small-web.org

Enjoy!

:kitten:💕

¹ The morph attribute is Kitten’s shorthand for the hx-swap-oob attribute of htmx, which Kitten uses – and extends – under the hood. To learn more about it, see Kitten’s Streaming HTML tutorial: kitten.small-web.org/tutorials

kitten.small-web.orgKitten: Home
Public

New Kitten Release 🎉

kitten.small-web.org

Added:

• Support for local redirects and domain redirects (former will eventually have interface in Settings, latter can be programmatically used or, more likely, will be used via a small app I’m about to release next).

Fixed:

• Event bubbling in class-based Kitten pages and components is now correctly limited to just the event target if the component’s id starts with Kitten’s automatically generated universally-unique ID for the component.

• Fixed regular expression matching Kitten components in Markdown pages so it correctly captures self-closing components when followed by components with slotted content.

• The Kitten-specific trigger() mixin on the client-side WebSocket now correctly adds the contents of the data attribute on the triggering node to the data property received by the server-side event handler. This gives manually-triggered event handlers the same interface as automatically-triggered ones. (Previously it would create a separate `data` object in the received argument.)

Stay tuned for the a small and useful app release later today for web archiving/combatting link rot :)

Enjoy!

kitten.small-web.orgKitten: Home
Public

Classic Australian TV with an Adventure Aspect? Bush Tucker Man! Malcolm Douglas, Alby Mangels and Chris Conroy (perhaps the odd one out with a lifestyle show).

blog.tribesmanjohn.au/2025/04/

Are there any other Classic Australian shows (1980s) like this that are available on Youtube to watch? I’m thinking playlists here of complete series here, not just individual episodes.

Let me know :)

TribesmanJohn.au · Classic Australian Television Part II am not particularly fond of YouTube. From it’s humble beginning to it’s inevitable enshittification, It maintains a market monopoly of 98% for video sharing services1. Perhaps one goo…
Public

I updated my site dropdown menus so they only need CSS and (as far as I was able to ascertain) you can tab through with a keyboard!

reillyspitzfaden.com/

The secret seems to be using the CSS :focus and :focus-within selectors. I have a minimal CodePen example here (codepen.io/reillypascal/pen/Pw), and here's the article where I got the idea: moderncss.dev/css-only-accessi

Pixel art of a radio tower and floppy disk, with pixel art text reading 'Reilly Spitzfaden'
reillyspitzfaden.comReilly Spitzfaden, Composer
#WebDev#HTML#CSS