#[tantek][snarfed] I agree with the general case of "losing relative links" being surprising. I meant specifically in the case of going from linked to unlinked footnotes, that's not really surprising or otherwise "broken" from the perspective of folks reading a post on Mastodon
#[tantek][KevinMarks] interesting and thanks for that update. Glad to see my expectation of Login with Twitter being dropped from free was wrong. Also sounds like the personal website POSSE use-case would still be supported per "single authenticated user token".
#[tantek]I do think they should have made that "two user tokens", one for testing, one for prod.
#[tantek]so you can still build, test, use single-user "apps" where "app" in this case means your personal site
#gRegorpresuming one can ever get a token again. hopefully they're overhauling the application process too?
#[tantek]indeed. maybe getting a dev token for a single user will now get easier
gRegorLove_, [cleverdevil], bterry1, gxt, jjuran_, gRegor, [KevinMarks], [snarfed], angelo, bterry, mro, webrocker and jonnybarnes joined the channel
#Loqi[tantek] has 22 karma in this channel over the last year (79 in all channels)
#[tantek]also this is making me rethink using <base> tags (like maybe it's not a great idea)
#[tantek]especially since I've been thinking about more portable / embeddable chunks of HTML (vis-a-vis internal fragment links)
[manton] joined the channel
#[manton]For better or worse, Micro.blog uses absolute URLs for everything. Just makes things more compatible with apps that don’t handle relative links well. The main downside is if something changes like your domain name, I have to automatically rewrite all the URLs and save all the posts again. But it works.
gxt, gRegorLove_, [pfefferle] and mro joined the channel
#IWDiscordRelay<fluffy#8097> I like to build stuff such that the link is stored internally with enough information such that it can be generated as absolute or relative at render time. So internal entry links are just stored as the entry ID and those are preferentially reconstituted, which also has a nice implication for private entries, e.g. logged in users with permission get the full path and slug text while logged out users just get the ID (which
#IWDiscordRelay<fluffy#8097> And same thing with footnotes, so like from an RSS feed or index page the footnote link will be to `permalink#anchor` but from inside the entry it’s just `anchor`
#IWDiscordRelay<fluffy#8097> [edit] And same thing with footnotes, so like from an RSS feed or index page the footnote link will be to `permalink#anchor` but from inside the entry it’s just `#anchor`
#IWDiscordRelay<fluffy#8097> Oops I forgot edits won’t work here
geoffo, mro, [campegg], heav, Kaezon, [schmarty], [dave] and [tw2113_Slack_] joined the channel
#sknebel(because SSH will by default present your default key and ones in the agent to any server you ssh into, a server can identify who you are if it has collected GH keys and you use the same)
[timothy_chambe] joined the channel
#[snarfed]I've never quite understood this concern. ad tracking on the web, sure, I visit tons of web pages. SSH though? how many servers do I ssh into? not many. and what's their realistic use case for "tracking" me? not much that I can think of
[aciccarello] joined the channel
#aaronpki can't think of any case where I ssh into a server that I don't already trust
#[aciccarello]I'm thinking of simplifying my site's response section and getting rid of the url input + button post form since thats somewhat confusing. A link to webmention.io would look cleaner.
#[aciccarello]I also noticed my commentpara.de like link broke. I'm not sure what happened there