- recovered enough space to log into wordpress
- removed manual webring and indiecast (dot) club, which was squatted and spammed. They lived in a widget.
Articles
Alien Autopsy Memories for Pen Addict Episode 600
One end has an Architect paired with Luminous ink, and the other a Cursive Italic paired with Matador Red ink.
This pen marked going to the pen show to see my friends.
Delia’s Check Sausage Stand
Make Do Pod recording
All the Great Pen Addicts
A Shareable macOS Remote Control Shortcut
Requires 2 shortcuts. One parses the JSON at JSON Page shortcuts-simple-remote-commands to generate commands. The other provides selection menus and then runs the selected command on the selected host.
Future:
- use a github repo to host json.
- Display name for selection rather than command.
- Restore option to run a shortcut for more complex commands
- Examination of JSON Fetching Shortcut
Install both shortcuts:
- Fetch JSON File (can be replaced with a shortcut that returns a List of Dictionaries (see JSON).
Fetch https://dougbeal.com/shortcuts-simple-remote-commands/ v1 - Select host and command, then run command on host via SSH.
macOS Remote Automation v1
Then
- Open macOS Remote Automation v1 and modify
LIST
to have your hostnames and theDICTIONARY
to have your username. - Find
SHORTCUTS Run
and select Fetch https://dougbeal.com/shortcuts-simple-remote-commands/ v1
See Remote control your Mac with your iPhone and SSH Key Shortcuts to set up your Mac for remote access.
#NovBaD #NaBloPoMo #challenge4of30 #challenge #automation #shortcuts #iOS #macOS #SSH
What Can I Do With my Mac Over SSH?
- open a livestream in VLC via command line
open -a VLC.app "http://stream.relay.fm:8000/stream"
open -a "Quicktime Player"
may also work (only if stream is currently live)
useful livestream URLs-
Relay FM
http://stream.relay.fm:8000/stream
-
The Incomparabletheincomparable.com
http://www.theincomperable.com:4200/live
- Accidental Tech Podcast
http://marco.org:8001/listen
-
Relay FM
- mute macOS volume via command line
osascript -e 'set volume output muted true'
osascript -e 'set volume output muted false'
- start an iTunes playlist with shuffle on
osascript -e 'tell application "iTunes" to shuffle enabled' -e 'tell application "iTunes" to play playlist named "best"'
osascript -e 'tell application "iTunes" to stop'
- Future ideas
- start/stop Quicktime screen recordings on macOS via iOS shortcuts. Running into saving problems. Also complex enough that AppleScript files will be downloaded to Mac.
- clipboard via SSH. Sometimes Handoff clipboard fails me, would be nice to have a backup. Should be able to go either way
- If there is interest, I might try to package these up more as a sharable shortcut
#NovBaD #NaBloPoMo #challenge3of30 #challenge #automation #shortcuts #iOS #macOS #SSH #AppleScript #Podcasts
Remote control your Mac with your iPhone and SSH Key Shortcuts
macOS Preperation – Enable Remote Login on target Mac
- Open System Preferences
- Find Sharing (or search for “remote”)
- Turn on Remote Login. Enable “All Users” or add just one.
- Note the machine name (dougbeal-mb1.local), you will need it for the shortcut. You can also edit the name here.
Create ssh shortcut on iOS
- Launch Shortcuts application.
- Create a new shortcut.
- Add Action to shortcut.
- Search for
ssh
and selectRun Script Over SSH
. - Tap
Show More
. - In the
Authentication
section, selectSSH Key
. Shortcuts will automatically generate a key for you. - Tap
Script
and swipe above keyboard and tapShortcut Input
. - Tap on
SSH Key
and tap onShare Public Key
. Get the public key to your mac (AirDrop, Handoff Clipboard, Apple Notes will all work). - make sure
.ssh
directory exists - append public key to
authorized_keys
file - Create a new shortcut
- add action
TEXT
with:
pmset displaysleepnow
- add action
Run Shortcut
, choose shortcut from previous section
Install public key on Mac
Assumes public key is on the clipboard.
mkdir -p ~/.ssh
pbpaste >> ~/.ssh/authorized_keys
Create a shortcut to put Mac Display to sleep
Now when you run the shortcut, your display will go to sleep.
#NovBaD #NaBloPoMo #challenge2of30 #challenge #automation #shortcuts #iOS #macOS #SSH
april glaser on Twitter: “SCOOP: Kickstarter has fired two union organizers in the past 8 days. In July, another member of the union drive quit, citing a hostile work environment for union organizers https://t.co/HRm3VEUiIl” / Twitter
SCOOP: Kickstarter has fired two union organizers in the past 8 days. In July, another member of the union drive quit, citing a hostile work environment for union organizers https://t.co/HRm3VEUiIl
— april glaser (@aprilaser) September 12, 2019
Way to jam the whole leg in, Kickstarter. What reprehensible behavior.
Reply: Listening to TPK UK on https://www.theincomparable.com β dougbeal
πΊCreature Comforts Paradiso
Tart Cherry, Raspberry, Cranberry
Berliner Weisse – Athens
π
I think this may be the maximum tartness I can enjoy
Didn’t get a pic
πΊThree Taverns Morning Smack
Imperial Stout – Decatur
Microformats for Podcasts – IWC Online 2019
https://david.shanske.com/series/indieweb-podcast/
https://david.shanske.com/series/indieweb-podcast/feed/
not in itunes
https://github.com/jgmac1106/mf2podcasttemplate
https://mf2podcast.glitch.me
archive.org hosts podcasts
h-card for each author
u-url show link back to Known site for interactivity
* https://myurlis.com
The podcast is an hcard
u-category
* An Indieweb Podcast displays listens
https://david.shanske.com/series/indieweb-podcast/
* Microformats Validator?
* Podcast Validator once suggest spec is decided.
* client side tool like http://khan.github.io/tota11y/
HWC Seattle October 17 meeting notes
Tim http://timswast.com
- runs a separate command to generate micro.blog feed and resizes image, 1/3 of the way
Doug https://dougbeal.com
- β event posts look bad https://dougbeal.com/2018/10/17/event-posts-gone-bad/ – extra closing div! thanks
- Enabled Event type (only on settings page so far)
- next Seattle HWC 2018-11-28
Discussion
Github Actions
Google Cloud Build (used to be container builder) –
- Dockerfile or custom workflow
- cpu-seconds (2 hrs a month free)
- 10gb cloud storage free
Perkeep – https://indieweb.org/Perkeep
cloud service importers
splits jpg into data and metadata, since meta is more likely to be updated
event posts gone bad
elisp – sort remove-duplicates package list
Wassup – Homebrew Website Club β Seattle Area β September 19th
Tim http://timswast.com
- going to Strange Loop, any indiewebers?
- Next month inktober/octobit [pixel art]
- Was manually PESOS’ing to many places
- Summary post and end of month
- Experiment with Note kind posts this year for original with pixel art on website
- #29 Sleep (2016)
- Command line tool to add note posts to static site.
- how/why of it(link to post about generation)
- gh-pages, dat
Steve https://stevestreza.com
- static site generator
- git -> webhook -> diff of changes to send it out
- scrapped aws.lambda, now nodejs in docker
- up and running and powered by telegram (texting app)
- micropub endpoint (bare bones, supports Quill)
- text posts through Quill working
- * working on Photo posts (instagram style)
- * was hoping for working by Sounders game tonight
- markdown
- runs using memfs, isomorphic git
- next Seattle HWC reserved 2018-10-17
- indieping.me – network monitoring indieweb style
- fed.brigy – not working yet
- non representivie h-card
- running everyone from machine in home
- static site generator, loop in bash
Doug https://dougbeal.com
slvr
https://dougbeal.com/2018/08/03/homebrew-website-club-seattle-area-august-8th/
Webmention.rocks update test
Webmention.rocks endpoint discovery
name status update version
antispam-bee active none 2.8.1
atom-default-feed active none 1.1
auto-post-thumbnail active none 3.4.1
bridgy-publish active none 1.4.2
crayon-syntax-highlighter inactive none 2.8.4
debug-bar inactive none 0.9
debug-bar-actions-and-filters-addon inactive none 1.5.4
debug-bar-console inactive none 0.3
debug-this inactive none 0.6.1
gutenberg inactive available 3.2.0
hum active none 1.2.2
indieauth active none 3.1.2
indieweb active none 3.3.8
indieweb-press-this active none 1.0.4
jsonfeed inactive none 1.1.2
kint-debugger inactive none 1.2
list-custom-taxonomy-widget active none 4.1
micropub active none 1.4.3
opengraph active none 1.8.1
indieweb-post-kinds active none 3.0.9
post-meta-inspector active none 1.1.1
press-this active none 1.1.1
pushpress inactive none 0.1.9
query-monitor active none 3.1.0
wp-rest-api-log inactive none 1.6.5
semantic-linkbacks active none 3.8.1
shortcode-reference active none 1.0.0
simple-location active none 3.3.8
syndication-links active none 3.4.1
webmention active none 3.8.2
pubsubhubbub active none 3.0.0
wiki-embed active none 1.4.9
Test 1
Test 2
Test 3
Test 4
Test 5
Test 6
Test 7
Test 8
Test 9
Test 10
Test 11
Test 12
Test 13
Test 14
Test 15
Test 16
Test 17
Test 18
Test 19
Test 20
Test 21
Test 22
Test 23