Wednesday, September 21, 2022
Friday, September 9, 2022
transposing delimited values using GREP only
ok so this is silly but I don't care, because as recently as a month ago it was stupid hard, & then *poof* a way to do it popped into my little head.
how to
TRANSPOSE
with nothing but
GREP
transpose tab delimited values of 7 columns 200 rows
PREP:
number rows w/ a tab after the number
format:
<STEP #>
<GREP>
<REPLACE>
<1>
<GREP>
^([0-9]+)\t(.?)\t(.?)\t(.?)\t(.?)\t(.?)\t(.?)\t(.?)
<REPLACE>
A\1\t\2\rB\1\t\3\rC\1\t\4\rD\1\t\5\rE\1\t\6\rF\1\t\7\rG\1\t\8\r\r
<2>
<GREP>
(.)99\t.\r(.)99\t.\r(.)99\t.\r(.)99\t.\r(.)99\t.\r(.)99\t.\r(.)99\t.\r+\Z
<REPLACE>
\1\99100\t@\r\2\99100\t@\r\3\99100\t@\r\4\99100\t@\r\5\99100\t@\r\6\99100\t@\r\7\99100\t@\r
<3>
<GREP>
\r[A-Z].*?\t
<REPLACE W/ NOTHING>
<4>
<GREP>
@
<REPLACE W/ NEWLINE>
\r
Monday, August 29, 2022
Google Search Survey Pop Up Questionnaire Answers, Expanded
From "Spotted: Search Results Pop-up Feedback" on Nathan Sauser's blog; used with permission. |
Recent Feedback To @Google:
— a female Faust (@femalefaust) August 29, 2022
y'all just gave me a little survey about my experience with Google Search & privacy. My answers are I think more detailed than I could represent by multiple choice.
(CONTINUED, 1/many)
Saturday, July 23, 2022
Hey, Google
Posted to make feedback more illustrative. Left without explanation as a gesture of respect, since, Google, I still love you.
What gives? |
Monday, July 11, 2022
Another Conversation With A Crow, From Inside My Apartment, Through A Closed Window, Shades Drawn.
"Drinky Crow Flying Around" by Ben Lepley, over at Flickr.
Mon Jul 11 07:34:55 PDT 2022
Just had a pretty long conversation with a crow, about 5 or 7 minutes ago.
A month ago a neighborhood crow was going about his or her duties, checking on things, spreading news, & I interjected a 'caw' to let them know I was still around, and awake. He finished up wth the remote crow with whom he had been in conversation, and turned attention to me. We talked for a good half-minute; he spoke in 3 or 4 caw bursts, whch I dd my best to imitate.
I figured this was because of that.
This time the crow stopped in the parking structure opposite, exactly at the level of my storey it sounded like, and aimed hs voice directly at my window. Not very loud, but direct The conversation went something like this: Caw. Caw. Caw Caw. Caw Caw Caw Caw Caw Caw. Caw Caw Caw Caw Caw Caw Caw Caw caw caw. All the statements were one caw long, one call & my response. The next caw came a little bit sooner than i expected every time, so the series sped up quite a bit. Then, abruptly, he left.
Then, just a moment ago, what sounded like the same bird came back, this time with only one caw, then left when i answered.
I know the birds showed off my friend, who started talking to crows because of me & now is way more fluent with them, to El Gran Señor Crow; he came by her van and she was presented to him with much pomp and circumstance. He was at least one & a half times as big as all the others, and checked her out for some time.
So maybe the one last caw that came after some time was my voice being elicited as proof to the crows silent friend that I really did exist — that behind that window, his caws were being answered, and it was no coincidence.
Tuesday, May 10, 2022
Monday, May 2, 2022
Googlefd resolves to -- Bing? SHENANIGANS.
UPDATE: a zipped file of the offending page! available for download here.
WTF is this "googlefd" domain that is suggesting I try some searches instead that are the same exact search that I just did, but on Bing? Is this a Bing thing? If so, is dirty pool, so I think not. Inspired by an intrepid Redditor, I took screenshots & decided to trace it -- both with tracert & cURL.
The phenomenon:
All these are suspicious if you ask me. |
Whoxy on googlefd. Click to enlarge, should open in new tab. |
As you can see, there were supposed to be images on the page below. |