You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
Upon Tidbit creation, we can have another collection which points numbers -> the full tidbits and does the redirect.
So you'd link: #/s/1 or if we didn't want to use numbers (parallelism problems? We can probably do a write-lock with an atomic-update to INC) then we could do #/s/ABZ1W, some amount of letters that gives us enough possibilities. 4 chars give us support for 1.7 million tutorials, 5 chars for 60 million.
Upon Tidbit creation, we can have another collection which points numbers -> the full tidbits and does the redirect.
So you'd link:
#/s/1or if we didn't want to use numbers (parallelism problems? We can probably do a write-lock with an atomic-update to INC) then we could do#/s/ABZ1W, some amount of letters that gives us enough possibilities. 4 chars give us support for 1.7 million tutorials, 5 chars for 60 million.