a simple Makefile for forwarding internet to your local machine:
SSH_HOST=https://xuu.me
PRIV_KEY=~/.ssh/id_ed25519
forward:
LOCAL_PORT=$(HOST_PORT); sh -c "$(shell http --form POST $(SSH_HOST) pub=@$(PRIV_KEY).pub | grep ^ssh | head -1 | awk '{ print "ssh -T -p " $$4 " " $$5 " -R " $$7 " -i $(PRIV_KEY)" }')"
On the blog: Free Culture Book Club — Typhoon, Part 4 https://john.colagioia.net/blog/2021/08/28/typhoon4.html #freeculture #bookclub
On the blog: Free Culture Book Club — Solitudes and Silence, ch 1-4 https://john.colagioia.net/blog/2021/06/19/solitudes1.html #freeculture #bookclub
On the blog: Free Culture Book Club — Moses und Aron, ch 4-6 https://john.colagioia.net/blog/2021/04/24/moses2.html #freeculture #bookclub
On the blog: Free Culture Book Club — The Spiraling Web, Part 4 https://john.colagioia.net/blog/2021/03/20/spiraling4.html #freeculture #bookclub
@lyse@lyse.isobeef.org @prologic@twtxt.net @vain@www.uninformativ.de A penny saved is a penny depreciating at a rate of 1.4% per annum.
@prologic@twtxt.netd so.. convert the 4 attributes in the struct to private, add getters plus some the other methods that make sense.
type Twt interface {
Twter() Twter
Text() string
MarkdownText() string
Created() time.Time
...
}
On the blog: Free Culture Book Club — Where Are the Joneses? Part 4 https://john.colagioia.net/blog/2020/10/17/joneses4.html Politics in Art and Technology https://john.colagioia.net/blog/2020/10/18/stories.html #
On the blog: Free Culture Book Club — Seeds, Chapter 4 to Chapter 4.5 https://john.colagioia.net/blog/2020/05/30/seeds-2.html #freeculture #bookclub