Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link shortener for shared programs #97

Open
zigdon opened this issue Dec 30, 2024 · 1 comment
Open

Add a link shortener for shared programs #97

zigdon opened this issue Dec 30, 2024 · 1 comment

Comments

@zigdon
Copy link

zigdon commented Dec 30, 2024

Currently, when I click the share link, I get the full buffer encoded in the link, e.g.

https://dusa.rocks/#jsonz=XZBBa4QwEIX_yiNeXIhhrT1Jt4feCqUU2oKCsCQmbANuFKO9bPe_l4y62uaS9-aN35i5sIHlrO2MY5zpth7PxoVKhKfe6pPxlYsg43SHBCrOwlXH6S5U5_Oz0ZqiylnfSKchxU2qVdar1CJ017KDhPVIxWRUMNls6m2iF1M5o08GksAkFYFnqdeWAiXyBKRLFKJyil5GgfW47DlSjjuOjOP-eustUBIkUqNtBuvw_PpxfHv5fEfXjL5yQzvIBkVAhAI21P8IP8h-oG30RtZfUjUhyxNMQfEnCJ9XDti08uAXIpnNsEfsaci3bKzG8lcPB4R90ZR52cX0HG3Owa34o1irBBHs-gs

I was not expecting that, instead was hoping to get something like https://dusa.rocks/4w52su5y. Is that possible? Even if it was just a redirect to an external shortener (e.g. https://tinyurl.com/4w52su5y) it would be a better experience.

@robsimmons
Copy link
Owner

This is really helpful feedback, thank you!

This choice of stems from a philosophical commitment to local-first, surveillance-free software — and it also it means that links won't expire but doesn't commit us to an ever-increasing burden of supporting existing links. I wouldn't be opposed to opening a modal view that offers a shortened link (and maybe an "always shorten links" default checkbox), but I think making this a good experience would require API access to a shortnerer, at least for tinyurl as I read their terms of service — which would run us a couple hundred dollars a year. Definitely interested if you have thoughts on shorteners with free API access, or in other ways of making this experience less suprising

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants