shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

297
active users

#routing

2 posts2 participants0 posts today

New Kitten release

• Socket routes now have precendence in the router.

This stops wildcard page routes from capturing the default socket routes that Kitten creates to enable the Streaming HTML workflow.

e.g., Previously, the following route:

/videos/index_[slug].page.js

Could not connect to its default socket (/videos/default.socket) because default.socket would be captured by the [slug] parameter.

Now, it will work as intended as the /videos/default.socket (a socket route) has precendence over index_[slug].page.js (a page route).

Learn more about Kitten’s Streaming HTML workflow here:
kitten.small-web.org/tutorials

Enjoy!

:kitten:💕

New Kitten release

• Change: Add Kitten’s own routes (that every Kitten app inherits) for the Small Web protocol namespace (/💕) as well as for Kitten’s reserved namespace (/🐱) first, before app-specific routes so that a wildcard route in the form, e.g., [anything]_[anythingElse].get.js won’t lock you out of the Settings site for your app (at /🐱/settings).

kitten.small-web.org

Enjoy!

(To update, run `kitten update` from your terminal on your development machine or manually update deployment servers from /🐱/settings/kitten/ or just wait a few hours for them to update automatically. You can also just run the installation command again.)

NLnet Labs celebrates twenty-five years as an independent, non-profit foundation working on #opensource and #openstandards.
Our mission remains to make the core of the Internet a better, safer place by developing open-source software, through applied research and by promoting and contributing to open standards.
Have you been along for the ride as a user of our #DNS or #routing software, worked with us on #IETF standardisation, applied research or policy advocacy? Share your story!

New Kitten release

• Fixes issue with routes where dynamic routes with file names that had more than two extensions were not recognised as the correct type of route. e.g., A route called index.xml.get.js would previously have been treated as a static route instead of a dynamic GET route.

kitten.small-web.org

For more details, see the Valid File Types section of the Kitten reference¹ and the Dynamic Pages tutorial².

Enjoy!

:kitten:💕

¹ kitten.small-web.org/reference
² kitten.small-web.org/tutorials

Ha, figured out how to (partially) fix some lousy bicycle routing in my neighborhood on OSM. (through proper tagging of streets). If you need to do this, the details on proper bicycle tagging are here:

wiki.openstreetmap.org/wiki/Bi

(still debating removing bicycle=yes on a really nasty stretch of road, which it routes out of town riders through a lot... but is life/limb dangerous. Theoretically they are allowed, but it is really inadvisable.) #BikeTooter #GIS #mapping #OSM #routing

wiki.openstreetmap.orgBicycle - OpenStreetMap Wiki
Replied in thread

@RL_Dane @tripplehelix

It's actually very straightforward
The ProxMox provider gives you a virtual machine with the requested specs that you SSH into. The machine is booted from a ISO image you provide you of any operating system. You then configure the POSIX operating system with the routing that you need.
The last thing you do is tell your client computer that your internet gateway is that computer which is the VM that you configured in ProxMox.
^Z

@socialcg #routing

I've been looking, but I can't find a good description of how posts propagate across the Fediverse.

NNTP, I understand - messages propagate by a gossip protocol to every node that subcribes to a newsgroup.

IPFS I understand - one big, sparsely replicated file system.

But ActivityPub - post to the cloud means what, exactly?

A pointer to a document that describes the routing protocol would be much appreciated.