writing.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small, intentional community for poets, authors, and every kind of writer.

Administered by:

Server stats:

334
active users

#routing

2 posts2 participants0 posts today

A Site Selection Framework For Urban Power Substation At Micro-Scale Using Spatial Optimization Strategy And Geospatial Big Data
--
doi.org/10.1111/tgis.13093 <-- shared paper
--
“In this study, [they] model spatiotemporal heterogeneity and incorporate it into optimizing the location of substations. The optimized substation placement ensures electrical service coverage for over 99% of the area during peak power usage seasons, compared to the current coverage of 72%...”
#GIS #spatial #mapping #spatialanalysis #spatiotemporal #siting #demand #electricity #heterogeneity #substations #powertransmission #electricalpower #distrubition #service #city #urbanisation #extremeweather #model #modeling #parameters #factors #energycrisis #energy #urbanplanning #routing #outages #framework #UrbanPS #bigdata #AI #machinelearning #Pingxiang #Jiangxi #China #casestudy #coverage #utilisation #dynamic #load #loading #loadbalancing

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:💕

Do I know anyone who knows AWS VPN Client really well? I'm having a hell of a time making this work the way I'm expecting and I could use a hand. Or a really good tutorial on more than just basic setup. Specifically, adding in access to other VPC both in the local region and in other regions. I suspect I need to do VPC peering or use a transit gateway, but I'm missing something fundamental and I just can't see it..

#AWS#VPN#routing

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