Ash

@AshWalker
6 Followers
72 Following
125 Posts
Makes games; 1995 World Champion
pronounsshe/they
websitehttps://ashwalker.net

hey, i moved my account to here: https://social.ashwalker.net/Ash

mastodon won't let me do the whole account migration thing though (i don't think pleroma supports it?)

Ash (@[email protected])

:: Makes games (?) :: :: She/They :: :: Avatar by @[email protected] (also on Twitter) ::

test
i need to get a bulk spicy hummus supplier
would a laptop-sized e-ink screen be more or less expensive than a regular one? i feel like it would be good for programming
oh i bet i can do some fancy dns magic to make it accessible remotely despite being behind a dynamic ip
Set up gitlab + nextcloud + mediawiki on an old computer and now i only need internet for like 2 things

of course, browser caches exist, too.

the best example of this that i've seen was Rotonde, which was a p2p social network using Dat. since your profile lived on your own computer, you could change the html & css & js as much as you wanted and it would still work (as long as you preserved networking with other people's rotonde instances)

with that format, you'd avoid a lot of redundant network traffic from sending the same formatting data multiple times to the same browser, and it'd be easier for users to decide how they want their browser to show them data
ex. instead of the standard mastodon experience of going to mastodon.social or whatever and loading a bunch of html & css & js to render toots, the server would just send you raw toot data, which a browser plugin would convert into a renderable format (and if you didn't have a plugin for it, your browser could ask the server for a suggested plugin)
been thinking about how a web browser based more on plugins that interpret data rather than just an html renderer might work