# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 20
# self = https://watcher.sour.is/conv/x4gjcjq
@eldersnake Btw... If you _feel_ like pulling master and updating your pods, and test all the new fixes and changes I'd appreciate it πŸ€— (_if you have time_) If all good might make a new minor release soon, probably after I work out how to refresh avatars amybe.
@eldersnake Btw... If you _feel_ like pulling master and updating your pods, and test all the new fixes and changes I'd appreciate it πŸ€— (_if you have time_) If all good might make a new minor release soon, probably after I work out how to refresh avatars amybe.
@prologic Done πŸ‘
@eldersnake Nice! πŸ₯³ Lemme know if there any issues that crop up πŸ‘Œ
@eldersnake Nice! πŸ₯³ Lemme know if there any issues that crop up πŸ‘Œ
@prologic Not an issue as such but while browsing around I noticed some old references to twt.social still so did a PR https://git.mills.io/yarnsocial/yarn/pulls/464
@prologic ...although I just realised you may have kept it that way because your pod is in fact still called twt.social, kind of.
@eldersnake Oh nice! Thank you! πŸ‘Œ\n\nYeah I want to build a new default SVG; but I'm terrible at it. Need some help here. My basic idea for a new default log is to incorporate the {{ .InstanceName }} template variable and the basic Yarn ball and "a Yarn.social pod". Then I'll just use that as my pod's logo. That way anyone that spins up a new pod gets a relatively nice looking default logo with their pod name in it. What do ya think? I'm not good enough to pull this off though (SVG) πŸ˜‚
@eldersnake Oh nice! Thank you! πŸ‘Œ

Yeah I want to build a new default SVG; but I'm terrible at it. Need some help here. My basic idea for a new default log is to incorporate the {{ .InstanceName }} template variable and the basic Yarn ball and "a Yarn.social pod". Then I'll just use that as my pod's logo. That way anyone that spins up a new pod gets a relatively nice looking default logo with their pod name in it. What do ya think? I'm not good enough to pull this off though (SVG) πŸ˜‚
@eldersnake Oh nice! Thank you! πŸ‘Œ

Yeah I want to build a new default SVG; but I'm terrible at it. Need some help here. My basic idea for a new default log is to incorporate the {{ .InstanceName }} template variable and the basic Yarn ball and "a Yarn.social pod". Then I'll just use that as my pod's logo. That way anyone that spins up a new pod gets a relatively nice looking default logo with their pod name in it. What do ya think? I'm not good enough to pull this off though (SVG) πŸ˜‚
@prologic Good idea, and _shouldn't_ be too hard to implement as far as the dynamic part of the instance name etc. My problem with SVGs is I have no real artistic ability to draw anything. The extent of my ability is making text in Inkscape and converting them to paths (to preserve the font styling), which isn't very efficient 🀣
@prologic @eldersnake ask @jlj for help. His logo is pretty awesome, and it has pretty much what you are asking. ☺️
@eldersnake @jlj @fastidious Maybe I can borrow his SVG and edit it πŸ€”
@eldersnake @jlj @fastidious Maybe I can borrow his SVG and edit it πŸ€”
@eldersnake @fastidious @prologic I didn't draw that myself, to be clear. 😁\n\nI did look at how I might be able to make a theme sensitive logo, like the current default, some time ago, without much success; but I do plan to revisit it.
@jlj @fastidious @prologic Hehe fair enough πŸ˜„\n\nI don't know much about SVGs myself but I do know that to have the pod name part be dynamic it would have to be pure text inside the SVG, not a transform path or whatever the SVG lingo is, i.e not drawn\neg. the 'a yarn social pod' part of my Pod's is text\n\n<tspan style="font-family:Scheherazade;-inkscape-font-specification:Scheherazade;fill:#fff">a yarn.social pod</tspan>
I should note the font-family:Scheherazade part of the above is likely not a font that barely anyone has on their computer, I was just too lazy to change it 🀣 Most people probably see a sans-serif version or something but it looks OK.
Yeah I managed to get a RenderLogo() function working πŸ‘Œ As you said that specific part has to be a text element which is fine πŸ‘Œ
Yeah I managed to get a RenderLogo() function working πŸ‘Œ As you said that specific part has to be a text element which is fine πŸ‘Œ
@prologic Oh nice πŸ‘