Help me resolve a domestic dispute issue about #twitter
Help me win a solid $50 by voting on the birdie site
https://twitter.com/ChristosArgyrop/status/1611533974345781250?t=M2jRKYot6xaN5Mp5ZXDNfg&s=19
ChristosArgyropoulos MD, PhD FlozinatorInChief on Twitter

“Place a bet with the wife about the longevity of twitter. I will come up with $50 if the site survives until the presidential election, and I will get $50 (hyperinflated) dollars if the site ceases to exist before the next elections. Are you with:”

Twitter
@ChristosArgyrop I think you need to define your terms, What do you mean by “survive”? E.g., #Myspace “survives,” but is a shadow of its former self.
@mjgardner www.twitter.com goes the way of the Atari. Wife thinks a MySpace future is possible, I claim clinical death.
@ChristosArgyrop @mjgardner

I think it is going to be like Yahoo Groups and fold. BlueSky might be able to create a user base about the size of the one for Diaspora from the remaining active users?

I wonder how many active accounts Twitter really has excluding the Bots, the trolls, and the general shit-posting accounts?
@HaplogroupNews @mjgardner it is really going downhill. I think Australia and NZ had an outage that lasted 14hrs? I would not hold my breath about Bluesky. I think setting one's server may be the only survivable option.
@ChristosArgyrop @mjgardner

Well, now that I have settled in a bit, I have to say that Misskey servers have impressive tools out the gate. I would never share one, but for a personal social media platform, they are great. Do you know TypeScript?

That is unless you have decided to join the Mastodon on EMACS crowd?
@HaplogroupNews @mjgardner not interested in TypeScript. My interest in computing is simply data crunching , pushing the envelope on the RNA sequencing protocols we are developing for research work (lots of text there, so I am back to #Perl ) and having fun after work. Never had an interest in anything related to web programming
@ChristosArgyrop @mjgardner

Ah yes. I have been having ChatGPT explain your papers to me.
@HaplogroupNews @ChristosArgyrop @mjgardner switching to the tech account . We have a nice short paper in preparation where we used #Perl 's regex to speed up a probability calculations for RNA sequencing applications. Too bad #Python's regex / re modules are not as fast. I have been telling a couple of friends who are in real AI/Machine Learning roles to revisit the "old" languages as they have constructs that can speed up their models

@ChristosArgyrop @HaplogroupNews @ChristosArgyrop @mjgardner

Have you tried the re2 module for Python? It is much faster.

https://pypi.org/project/google-re2/
It's also available for other languages, including Perl.

Paper: https://swtch.com/~rsc/regexp/regexp3.html

google-re2

RE2 Python bindings

PyPI

@randomatic @ChristosArgyrop @HaplogroupNews @ChristosArgyrop A previous employer of mine used re::engine::RE2 for many things, because a) you can cap the memory usage to avoid #DoS attacks, and b) the lead developer was all about premature optimization. https://metacpan.org/pod/re::engine::RE2

But you can’t use the /x flag for better readability, and we ran into some nasty #Unicode bugs and had to fall back to regular Perl #RegExps in those cases.

re::engine::RE2 - RE2 regex engine - metacpan.org

RE2 regex engine

@mjgardner @randomatic @HaplogroupNews @ChristosArgyrop #Unicode support not critical for me, but limiting memory use is , as we are trying to run the codes in resource limited devices