0v0

joined 2 years ago
[–] 0v0@sopuli.xyz 1 points 2 years ago (1 children)

Consider the string abc. From the end, moving backwards, when does it match \w+, and what does it match? When it reaches c, it matches c. And from the front, moving forwards? When it reaches a, it matches abc. This is why it acts differently.

[–] 0v0@sopuli.xyz 1 points 2 years ago (3 children)

The regexp itself always looks forward, the BACKWARD argument just determines which direction the point should move after a match.

[–] 0v0@sopuli.xyz 1 points 2 years ago (5 children)

Because once it hits the ultimate character of a word, \w+ matches that (single) character, next time it matches the penultimate character, etc. You'd need \W\w+ to make it look far enough back to the beginning of the word.

[–] 0v0@sopuli.xyz 4 points 2 years ago (1 children)

This seems right and exactly the way I've set it up. On subvolid=5 I have subvolumes @ and @home, in /etc/fstab I mount / as subvol=@, and /home as subvol=@home.

[–] 0v0@sopuli.xyz 40 points 2 years ago

https://stackoverflow.com/questions/10602504/how-does-user-js-work-in-firefox-in-detail:

It just looks like a JavaScript file. Once upon a time in Netscape 3 and maybe 4 it actually was, but now it's just a file with a .js extension and a very restricted syntax that's parsed by a separate (non-JS) parser and not executed in any way.

[–] 0v0@sopuli.xyz 5 points 2 years ago (3 children)

Redirector allows you to specify a pattern to do that.

[–] 0v0@sopuli.xyz 2 points 2 years ago

Could you run sudo lshw -C network and post the output for the wireless interface?

[–] 0v0@sopuli.xyz 5 points 2 years ago

Funny enough I arrive at this the most when I play the Triassic and my opponent goes for a Cretaceous game structure.

[–] 0v0@sopuli.xyz 2 points 2 years ago

The ecology supports it then. S. variegatus would have been found near pine.

[–] 0v0@sopuli.xyz 3 points 2 years ago (3 children)

Possibly X. subtomentosus, based on the cracks on the cap. What kind of tree was it found next to?

[–] 0v0@sopuli.xyz 32 points 2 years ago (1 children)

Quad9, a Swiss public benefit, not-for-profit foundation. Main address is 9.9.9.9.

[–] 0v0@sopuli.xyz 4 points 2 years ago

We have those on I2P already, see tracker2.postman.i2p for example.

view more: ‹ prev next ›