Union Station Amtrak (PDX)

at Union Station Amtrak (PDX)

Flat, Not Flat, and an Ocean

#social-computing #social-media

I Voted! Fangoria Chainsaw Awards 2024

Do you watch the horror films and shows? Don’t forget to vote in the Fangoria #ChainsawAwards

https://fangoria.com/voting/

#ChainsawAwards #Fangoria
Skidmore Bluffs

at Skidmore Bluffs

[Notes] I'm joining the Applied Social Media Lab!

Burnside Bridge
Breakfast on the Bridges Burnside edition! — with anomalily
Nacho's House Mexican Kitchen

at Nacho's House Mexican Kitchen

Y’all my dog’s tongue is ridiculous 🐶 👅

If you have a personal website, which I assume you do if you're following me here, you should add yourself to the Internet Phonebook while the call for websites is still open! They even have an "indie web" category! https://internetphonebook.net

David Sedaris on Undecided Voters

Five Pines Dental

at Five Pines Dental

Spammers are relentless and weird

"I've always wanted to ride a Unixcycle" https://www.youtube.com/watch?v=TlwWSB-Y7w4

Happy belated birthday to these two goofs. (During eternal Caturday)

Moloko

at Moloko

Feral

at Feral

DMV - North Portland
Finally getting my RealID

post-COVID doldrums

I prefer to use curly quotes and apostrophes in my posts, but unfortunately they are tricky to use on Windows. You have to type an incantation like ALT + 0147 to get “ and ALT + 0148 to get ” — and only on the keyboard number pad, not the numbers in the top row.

animated image of a black woman on a news channel exclaiming “ain’t nobody got time for that!”

Alas, I have no number pad currently.

In recent years I’ve been using the Graphemica site since I have this search in my browser autocomplete: https://graphemica.com/search?q=quote. It’s a good reference site, but it is still a bit tedious to copy the characters.

Stack Overflow came to the rescue with a one-liner browser bookmarklet that lets you put text in your clipboard using the Clipboard API.

So I set up these four bookmarklets. You can create a new bookmark in your browser, enter a title for it, then copy the full bookmarklet line into the URL field. Rinse and repeat. Each bookmarklet URL should start with javascript:

Left Quote:
javascript: navigator.clipboard.writeText('“');

Right Quote:
javascript: navigator.clipboard.writeText('”');

Right Single Quote / Apostrophe:
javascript: navigator.clipboard.writeText('’');

Left Single Quote:
javascript: navigator.clipboard.writeText('‘');

I initially had the null; at the end like the Stack Overflow answer. That worked in Chrome but I found it didn’t work in Firefox. When I removed it, it worked in both.

#bookmarklet #writing #dev
I've been using AI to extend my 100 Days of Music sketches into full length songs and it's been super fun! I upload the song I wrote and tell it to extend it, give it some guidance, then piece it back together in Logic Pro. I've finished 25 songs so far!
#ai #music #100daysofmusic