If I’ve Time Zoned right, I should be there 😄
RSVPs yes to
Month: May 2017
Total Eclipse of the Sun

The Total Eclipse of the Sun stamp is the first U.S. stamp to use thermochromic ink, which reacts to the heat of your touch. Placing your finger over the black disc on the stamp causes the ink to change from black to clear to reveal an underlying image of the moon. The image reverts back to the black disc once it cools.

reposted Total Eclipse of the Sun
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.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
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$ |
Changing remote repository for a git submodule – Stack Overflow
reposted Changing remote repository for a git submodule – Stack Overflow
These commands will do the work on command prompt without altering any files on local repositorygit config --file=.gitmodules submodule.Submod.url https://github.com/username/ABC.git
git config --file=.gitmodules submodule.Submod.branch Development
git submodule sync
git submodule update --init --recursive --remote
Please look at the blog for screenshots: Changing GIT submodules URL/Branch to other URL/branch of same repository
sobore on Twitter: “Greg McCown of Arizona captures a once in a lifetime shot of a lightning bolt AND a rainbow! ⚡️🌈 https://t.co/4O3H295VkY”
Greg McCown of Arizona captures a once in a lifetime shot of a lightning bolt AND a rainbow! ⚡️🌈 pic.twitter.com/4O3H295VkY
— sobore (@sobore) May 26, 2017
#380

What do you do with your checkin stream? Create a calendar:
likes Aaron Parecki
#365
#363
installed PuSHPress, WebSub/PubSubHubbub plugins.
WebSub Hub I am!