Checked into Loyal Legion.
Articles
traditional long form content: a post with an explicit title and body
Checked into Voicebox Southeast.
Checked into Hawthorne Bridge.
Checked into TriMet Bus Line 6.
Checked into Downtown Portland.
Checked into Safeway.
Checked into Mozilla Portland.
Checked into Mozilla Portland.
Piefight//Megathruster//Dr. Something//Lucia Fasano//John Value
Jean MacDonald on Twitter: “I’m headed to Kelly’s Olympian with @murderofcrows at 9, after we check out Ground Kontrol. Looking forward to seeing Lucia and Piefight! https://t.co/iegPhUYItX”
Checked into University Place Hotel.
Checked into Kelly’s Olympian.
Checked into Ground Kontrol Classic Arcade.
Checked into Kelly’s Olympian.
Checked into University Place Hotel.
Checked into University Place Hotel.
At Microblog Meetup
likes At Microblog Meetup
bash – ^x^y unix trick for all instances in last command? – Unix & Linux Stack Exchange
You can use the
!!:gs/search/replace/
notation to do what you want. This utilizes the global search & replace (:gs)
:
https://unix.stackexchange.com/users/7453/slm
reposted bash – ^x^y unix trick for all instances in last command? – Unix & Linux Stack Exchange
8-Bit Ian – So I trained a neural network on names of bounty…
https://github.com/karpathy/char-rnn
Changing git submodule repo after you started editing it
I had to make some changes to a repo to dockerize it. Initially the submodule pointed at the original repo, so I went back and switched it to a fork and branch, so I could make pull requests as necessary.
bash-4.4$ git config --file=.gitmodules -l git config --file=.gitmodules -l submodule.indieauth.com.path=indieauth/indieauth.com submodule.indieauth.com.url=https://github.com/aaronpk/IndieAuth.com.git bash-4.4$ git config --file=.gitmodules submodule.indieauth.com.url https://github.com/dougbeal/IndieAuth.com.git git config --file=.gitmodules submodule.indieauth.com.url https://github.com/dougbeal/IndieAuth.com.git bash-4.4$ git config --file=.gitmodules submodule.indieauth.com.branch docker-fixes git config --file=.gitmodules submodule.indieauth.com.branch docker-fixes bash-4.4$ git submodule sync git submodule sync Synchronizing submodule url for 'indieauth/indieauth.com' bash-4.4$ git submodule update --init --recursive --remote git submodule update --init --recursive --remote From https://github.com/dougbeal/IndieAuth.com * [new branch] docker-fixes -> origin/docker-fixes bash-4.4$ git config --file=.gitmodules -l git config --file=.gitmodules -l submodule.indieauth.com.path=indieauth/indieauth.com submodule.indieauth.com.url=https://github.com/dougbeal/IndieAuth.com.git submodule.indieauth.com.branch=docker-fixes bash-4.4$
Aaron Parecki
Welcome home?
IndieWebCat
likes IndieWebCat