Gabriela Chiribau · @arylwen
99 followers · 29 posts · Server sigmoid.social

Regex gymnastics for arxiv articles. Additions welcome.
<code>
split words on line break, e.g. post-\nediting
text = text.replace('-\n', '')
lone new lines in the middle of the sentence - leave only the new lines after .(dot)
one_new_line = r'(?<![\.\n])\n(?!\n)'
text = re.sub(one_new_line, ' ', text)
sequences will generate sequences larger than the chunk size
latexit = r'<latexit.*latexit> *'
text = re.sub(latexit, ' ', text)
</code>

#convert #remove #encoded

Last updated 1 year ago

Multiverse Mike · @multiverseofbadness
875 followers · 2402 posts · Server toot.wales

Most users have a 500 character limit, which means you can't always be overly verbose in your original message

I may start posting an MD5 hash at the end of my posts like -

Follow up MD5 - 0d1003fdd2f914a8fac528dfd02b7190

..so when someone reply guys me I can just post this :

MD5 from -

We all know some clients allow over 500 characters; thanks for the mansplanation

..kinda like insurance 😀

..wouldn't be against making this a standard! 🤣

#mastodon #encoded #replyguy #socialmedia

Last updated 1 year ago

Joel Pedersen · @joel
402 followers · 407 posts · Server frankly.social

In your head there is a ceaseless, vocal committee.
xxyxxy.com/items/dSf4xCJ4

#fediart #encoded #abstract #painting

Last updated 1 year ago

pablolarah · @pablolarah
147 followers · 1083 posts · Server mastodon.social

🔗 How to store your app's entire state in the URL
by Scott Antipa
@ScottyAntipa

scottantipa.com/store-app-stat

#url #graph #state #store #encoded

Last updated 2 years ago

David Blue ※ · @DavidBlue
539 followers · 19539 posts · Server mastodon.social

another URL Scheme-based action for @TaioApp@twitter.com!

uses @typefully@twitter.com's very simple url scheme (`typefully.com/?new=[#encoded]`) to create a new draft thread from the currently selected text (or the entire document contents.) github.com/extratone/taio/issu

#encoded

Last updated 2 years ago

David Blue ※ · @DavidBlue
535 followers · 19588 posts · Server mastodon.social

another URL Scheme-based action for @TaioApp@twitter.com!

uses @typefully@twitter.com's very simple url scheme (`typefully.com/?new=[#encoded]`) to create a new draft thread from the currently selected text (or the entire document contents.) github.com/extratone/taio/issu

#encoded

Last updated 2 years ago