Claire M. von SecondLife
banner
clairem.secondlife.bio
Claire M. von SecondLife
@clairem.secondlife.bio
(She/her). A girl living in Second Life. A Resident Cartographer. And oftentimes a ponygirl as well.

Works in IT in First Life. Doing lots of Python.

My posts may contain NSFW images which I will mark accordingly.
People really should know -- and use -- verbose regex.
July 10, 2025 at 11:04 AM
It has been some time, no?
/me smiles

#SecondLife #SecondLifeMaps #SecondLifeGeography
July 8, 2025 at 12:27 PM
I am officially a #CoolPythonista now.
June 22, 2025 at 8:01 AM
Agent-based management where agents routinely call back to Central can prevent being blockwalled by SSH failures.

That's the benefit of #SaltStack
And that's why I don't want to go "agentless" like #Ansible

www.reddit.com/r/saltstack/...
April 1, 2025 at 12:46 PM
Wow, a great way to make many people feel old...

PlayStation 3 launch date:
11 November 2006
March 31, 2025 at 8:43 AM
#SecondLife lag be like...
March 25, 2025 at 5:50 PM
The Most Traumatic Sound in #SecondLife
March 22, 2025 at 8:04 AM
Hmmm...

Happy American Pi Day to USAians?
March 15, 2025 at 8:55 AM
Do they even know that #BDSM already has a common meaning?

And not "Bible Discussion Study Meet"

#BigDataSecurityManagement

www.researchgate.net/publication/...
March 9, 2025 at 2:02 PM
Ayy
March 9, 2025 at 11:03 AM
"Half Life 3 confirmed"

#HalfLife3
March 5, 2025 at 7:42 AM
You know, a thought crossed my mind ...

Split keyboards such as these are designed so that people whose hands are bound in a neck-attached yoke can still touch type...
February 25, 2025 at 3:25 AM
I love these heavy Unicode quotation marks.

Not only are they distinct from the quoted text, they also provide a nice "visual framing"

The opening one is U+1F676,
the closing one is U+1F678.
February 20, 2025 at 10:57 AM
This concept extends to, for instance, how range works:
February 17, 2025 at 5:24 AM
This also applies for negative indexing, see below:
February 17, 2025 at 5:19 AM
To visualize the concept, refer to this diagram:
February 17, 2025 at 5:12 AM
Considering there are 11 "channels" of BOM textures, that means if all channels (except Eyes) are using 2K texture, there will be a total of 161 MiB of texture data being sent _per_avatar_

(Tats, system underwear, system clothing etc. are all baked onto one or more of these channels)

#SecondLife
February 11, 2025 at 10:46 AM
Reminds me of this:
January 31, 2025 at 2:54 AM
Well someone who claimed to be @philiprosedale.bsky.social commented on *that* comment, as follows:
January 26, 2025 at 6:34 AM
Sorry it was in the comments:
January 25, 2025 at 8:45 PM
Result is below.
Also notice that this version has less steps, and actually doesn't match with netflix.com

(Also, your regex, if not using the "gm" flags, will result in "catastrophic backtracking")
January 25, 2025 at 8:20 PM
The (.*)* construct in regex will result in exponential time, because it will cause a LOT of backtracking.

And you have two of them!

Use this instead:

([^:]+:\/\/)?([^.]+\.)*(([fv]x)?twitter|(fixup|fix)?x)\.com

Comparison (see Alt text as well)
January 25, 2025 at 7:57 PM
Wow this #SecondLife feedback has become the top-voted suggestion!
January 25, 2025 at 3:27 PM
Huh I only have about 7000-something LoC and it's already quite unwieldy...

Can't even begin to imagine how a 1MLoC project will look like...
January 23, 2025 at 12:55 PM
If you're using Skyfeed:

Add a Remove box
if "Item"
"has labels"
January 21, 2025 at 5:52 PM