101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

483
active users

#place

0 posts0 participants0 posts today

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.

💕

Scottish place names are full of ghosts. They describe fields that are no longer there, forests long felled. Gaelic carries the memory of people, land, and place. When languages disappear, so does a part of our history and the ways of thinking they represent.

I wrote about it here:

kristie-de-garis.ghost.io/scot

If you like what I write consider signing up for my newsletter. No spam just good stuff.

By Hand · Scottish Gaelic - The Language Of The LandScottish place names are full of ghosts. They describe churches that are no longer there, forests long felled, rivers that have dried up or changed course. Gaelic carries the memory of people, land, and place. It’s one of the reasons I’ve spent the last 554 days learning it.

A quick demonstration of using the State: Overview page in Kitten’s¹ settings while developing to keep an eye on your event and event listener counts to avoid memory leaks.

Notice how the events and listeners counts change as I navigate between the People and Settings pages in my Place² node and that they are consistent. If they were rising as I navigated back and forth I’d know I had a memory leak somewhere.

If you use Kitten’s built-in features (e.g., the `addEventHandler()` method on your `kitten.Component` subclasses, Kitten will handle adding and removing listeners for you automatically during your component’s lifecycle. You can also do so manually in your component’s automatically-called `onConnect()` and `onDisconnect()` event handlers.

This view is useful during development to ensure you don’t have any memory leaks as pages are loaded and unloaded.

vimeo.com/1050714714

¹ kitten.small-web.org
² Place is in early development at the moment (codeberg.org/place/app)