Building your own ngrok in 130 lines : https://dev.to/progrium/building-your-own-ngrok-in-130-lines-2lif
https://9to5google.com/2020/02/06/google-chrome-x-client-data-tracking/
- IAAS : I control everything and own everything
- PAAS : More funny, but I own nothing, and control nothing.
Ideas ?
Thanks.
- Messenger (knowing people talking together)
- Social Media (people talking together about posts)
- Micro Blogging (like own rss feed)
- News Aggregator.
I would loved to hear about
waxed poetically about working in a think-tank vs being corporate drone
Captain, we have to decrease the magnifying muxer into the mechanical to avoid a gravitational mitochondria.
It's possible that the microscopic singularity could shatter the artificial poly-capsule but only if we could sur-transform the interstellar resonator and access the modular disintegrator !
Or
All is well on board. The gravity assimilator seems to encode properly. But we should calcify the short range bi-distortion for more safety.
The next step, is override one of the command I often use in the terminal, to generate one sentence and send it to a group chat in a decentralised social media (that one was a true sentence :D)
It's possible that the microscopic singularity could shatter the artificial poly-capsule but only if we could sur-transform the interstellar resonator and access the modular disintegrator !
Or
All is well on board. The gravity assimilator seems to encode properly. But we should calcify the short range bi-distortion for more safety.
The next step, is override one of the command I often use in the terminal, to generate one sentence and send it to a group chat in a decentralised social media account (that one was a true sentence :D)
if you remember?
Let me guess, too much beer :D
if you remember?
Let me guess, too much beer :D ?
I will still need to do after that (to have a fully working MVP) :
- unfollow (easy after follow)
- post
- timeline
- follow in conf file (according to twtxt.txt config specification)
- follow in twtxt.txt local file (according to metadata specification)
- send a follow request to yarn server.
BUT maybe I should change the approach for something more like :
SendFollowRequestYarnServer(nick, url)
if err {
// aka not using yarn or connection issue
AddToLocalConf(nick, url)
AddToTwxtFile(nick, url)
} else {
SyncServerAndFile() // sync metadata + twts
}
Syncing about it .... I mean Thinking about it :D
What do you think @prologic ?
- follow in conf file (according to twtxt.txt config specification)
- follow in twtxt.txt local file (according to metadata specification)
- send a follow request to yarn server.
BUT maybe I should change the approach for something more like :
SendFollowRequestYarnServer(nick, url)
if err {
// aka not using yarn or connection issue
AddToLocalConf(nick, url)
AddToTwxtFile(nick, url)
} else {
SyncServerAndFile() // sync metadata + twts
}
Syncing about it .... I mean Thinking about it :D
What do you think ?
And I m adding a lot of Unit tests.
For now I have Quickstart / Login and finishing Follow (once Follow is done, Unfollow will follow quickly :D)
And I will finish the v1 qith post and timeline.
For now I have Quickstart / Login and finishing Follow (once Follow is done, Unfollow will follow quickly :D)
And I will finish the v1 qith post and timeline.
For now I have Quickstart / Login and finishing Follow (once Follow is done, Unfollow will follow quickly :D)
And I will finish the v1 qith post and timeline.
WARN[0000] error loading config file: ~/.yarnc.yml error="open ~/.yarnc.yml: no such file or directory"
ERRO[0011] error making login request error="Post \\"http://localhost:8000/api/v1/auth\\": dial tcp 127.0.0.1:8000: connect: connection refused"
I know it took me to read all the code to create that .yarnc.yml file, the first time.
PS: THe yarnc login (when everything set) will only populate the token one.