# 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 61083
# self = https://watcher.sour.is?uri=https://twtxt.net/user/prologic/twtxt.txt&offset=34591
# next = https://watcher.sour.is?uri=https://twtxt.net/user/prologic/twtxt.txt&offset=34691
# prev = https://watcher.sour.is?uri=https://twtxt.net/user/prologic/twtxt.txt&offset=34491
@mckinley Kind of wondering whether you'd contribute your XLST to yarnd so we can use/apply it to all Atom feeds of the Pod's timeline and User feeds (presented as Atom)? πŸ€” Could be interesting? πŸ€”
@movq It did and it was borrows code from twet initially πŸ˜†
@movq It did and it was borrows code from twet initially πŸ˜†
@lyse Yeah I'm gonna use this for a while and see πŸ‘Œ
@lyse Yeah I'm gonna use this for a while and see πŸ‘Œ
@eaplmx So... This is basically not really possible in a decentralised social media like Yarn.social / Twtxt. The _only_ way we can work around this is by growing the network and ecosystem enough to a point where things like other multi-user pods or a search engine _might_ be able to pick-up on things like this, which you _might_ be able to query for (in your client). The only other thing you can do is use tools such as the one @lyse built to parse your access_log for new followers.
@eaplmx So... This is basically not really possible in a decentralised social media like Yarn.social / Twtxt. The _only_ way we can work around this is by growing the network and ecosystem enough to a point where things like other multi-user pods or a search engine _might_ be able to pick-up on things like this, which you _might_ be able to query for (in your client). The only other thing you can do is use tools such as the one @lyse built to parse your access_log for new followers.
@tkanos Very nice! I look forward to when we can update Yarn.social with this client too πŸ‘Œ
@tkanos Very nice! I look forward to when we can update Yarn.social with this client too πŸ‘Œ
@ocdtrekkie I _guess_ what's happened to me over the years is I've "outgrown" wikis. I _generally_ find them to basically be "dumping grounds" and a poor tool. Maybe that explains a few things...
@ocdtrekkie I _guess_ what's happened to me over the years is I've "outgrown" wikis. I _generally_ find them to basically be "dumping grounds" and a poor tool. Maybe that explains a few things...
There @darch I swapped my Followings around πŸ˜…
There @darch I swapped my Followings around πŸ˜…
@darch Oh fuck I did too! πŸ€¦β€β™‚οΈ How did that happen hmmm πŸ˜…
@darch Oh fuck I did too! πŸ€¦β€β™‚οΈ How did that happen hmmm πŸ˜…
@ocdtrekkie To be honest I was _actually_ joking. My wiki most definitely is half baked πŸ˜‚ The thing is I've built very complex and elaborate wiki engines (wikis as we call them) back in the day, when PHP was still cool πŸ˜… -- This time however I didn't really feel like building out a full-fledged wiki. Maybe I should? Would anyone use it? What would the minimum feature-set be? Would @darch be interesting in doing up a nice SimpleCSS theme? I dunno πŸ€·β€β™‚οΈ OTOH I _actually_ find HedgeDoc to be "not a bad little personal wiki" of sorts. It's not really a wiki per se as I don't do any "document linking" or such (I could I guess). But I tend to write a lot of personal, company and project docs there now... So πŸ€·β€β™‚οΈ Anyway, if anyone is actually interested in seeing more of these tiny little self-hosted aps grow, please either a) contribute or b) sponsor my on Github so I can pay other people to do the work for me πŸ˜… (my time is already overloaded)
@ocdtrekkie To be honest I was _actually_ joking. My wiki most definitely is half baked πŸ˜‚ The thing is I've built very complex and elaborate wiki engines (wikis as we call them) back in the day, when PHP was still cool πŸ˜… -- This time however I didn't really feel like building out a full-fledged wiki. Maybe I should? Would anyone use it? What would the minimum feature-set be? Would @darch be interesting in doing up a nice SimpleCSS theme? I dunno πŸ€·β€β™‚οΈ OTOH I _actually_ find HedgeDoc to be "not a bad little personal wiki" of sorts. It's not really a wiki per se as I don't do any "document linking" or such (I could I guess). But I tend to write a lot of personal, company and project docs there now... So πŸ€·β€β™‚οΈ Anyway, if anyone is actually interested in seeing more of these tiny little self-hosted aps grow, please either a) contribute or b) sponsor my on Github so I can pay other people to do the work for me πŸ˜… (my time is already overloaded)
orlangure/gocovsh: Go Coverage in your terminal: a tool for exploring Go Coverage reports from the command line πŸ’»

Just came across this nifty little TUI with vi keybindings! Today πŸ‘Œ Very nice tool Loving it so far. Pity I can't find a good self-hosted coverage reporting server though.
orlangure/gocovsh: Go Coverage in your terminal: a tool for exploring Go Coverage reports from the command line πŸ’»

Just came across this nifty little TUI with vi keybindings! Today πŸ‘Œ Very nice tool Loving it so far. Pity I can't find a good self-hosted coverage reporting server though.
[prologic/greeting: A "Hello World" greeting command-line (CLI) application - greeting - Mills](https://git.mills.io/prologic/greeting)

This is eventually what I came up with so far... What do you think @lyse ? πŸ€”
[prologic/greeting: A "Hello World" greeting command-line (CLI) application - greeting - Mills](https://git.mills.io/prologic/greeting)

This is eventually what I came up with so far... What do you think @lyse ? πŸ€”
Quickly tried out testcli and it's a "no go" for me:

- Its README is out-of-date and has an old reference to a package that had its import path changed (easily fixed)
- Running the tests failed miserably as it could not find the greeting binary in the $PATH πŸ€¦β€β™‚οΈ

da fuq?! I guess this doesn't do what I _thought_ -- which is to build the test binary and use that to run CLI tests against so you can actually measure coverage πŸ˜”

Next!
Quickly tried out testcli and it's a "no go" for me:

- Its README is out-of-date and has an old reference to a package that had its import path changed (easily fixed)
- Running the tests failed miserably as it could not find the greeting binary in the $PATH πŸ€¦β€β™‚οΈ

da fuq?! I guess this doesn't do what I _thought_ -- which is to build the test binary and use that to run CLI tests against so you can actually measure coverage πŸ˜”

Next!
@darch I quite like the colors being proposed here for Yarn.social pods and the landing page πŸ‘Œ Really looking forward to having a fresh and consistent coat of point πŸ˜… Just have to also apply this to our mobile all (Goryon) and finally publish that sucker to the app stores proper 🀣
@darch I quite like the colors being proposed here for Yarn.social pods and the landing page πŸ‘Œ Really looking forward to having a fresh and consistent coat of point πŸ˜… Just have to also apply this to our mobile all (Goryon) and finally publish that sucker to the app stores proper 🀣
@thecanine Love it! 😍 Really love your pixelart work πŸ‘Œ
@thecanine Love it! 😍 Really love your pixelart work πŸ‘Œ
It's obviously not me... I'm -mentioning you correctly, hmmm
It's obviously not me... I'm -mentioning you correctly, hmmm
@movq I _think_ this is a case of bad data. 😒 My pod in particular has a lot of bad data lying around 😒 I'm not really sure what to realistically do about it, I've spoken to @lyse a bit about this but I'm not entirely sure...
@movq I _think_ this is a case of bad data. 😒 My pod in particular has a lot of bad data lying around 😒 I'm not really sure what to realistically do about it, I've spoken to @lyse a bit about this but I'm not entirely sure...
I may just have to pay some good Mobile/Desktop developers to do this πŸ˜‚
I may just have to pay some good Mobile/Desktop developers to do this πŸ˜‚
@akoizumi As soon as someone writes a god damn decent Mobile/Desktop app for it πŸ˜…
@akoizumi As soon as someone writes a god damn decent Mobile/Desktop app for it πŸ˜…
@lyse or @movq Can I get your thoughts and opinions on any of these three options for testing CLI apps written in Go with the possibility of also measuring coverage -- Which means using the test binary under test which I _think_ all three solutions can do? (definitely the first one says it can).
@lyse or @movq Can I get your thoughts and opinions on any of these three options for testing CLI apps written in Go with the possibility of also measuring coverage -- Which means using the test binary under test which I _think_ all three solutions can do? (definitely the first one says it can).
Or:

lucapette/go-cli-integration-tests
Or:

lucapette/go-cli-integration-tests
Or:

rendon/testcli: Go lang testing framework for command line applications.
Or:

rendon/testcli: Go lang testing framework for command line applications.
Writing and running full e2e integration tests using Go and for Go CLI applications. Lookingo into one of:

google/go-cmdtest: This package simplifies testing of command-line interfaces.
Writing and running full e2e integration tests using Go and for Go CLI applications. Lookingo into one of:

google/go-cmdtest: This package simplifies testing of command-line interfaces.
@eaplmx

> sadly it’s in PHP =P

I smell a rewrite coming πŸ˜…=
@eaplmx

> sadly it’s in PHP =P

I smell a rewrite coming πŸ˜…=
@akoizumi must be pulling our legs πŸ˜‚
@akoizumi must be pulling our legs πŸ˜‚
@akoizumi Whaaaatttttt?! 😳
@akoizumi Whaaaatttttt?! 😳
@abucci That actually gives me a pretty good idea. Thanks! πŸ€—
@abucci That actually gives me a pretty good idea. Thanks! πŸ€—
@abucci Look up something called Lebers Hereditary Neuropathy. That's the condition I have. LHON for short. I also have no central vision, basically from the result of dead optic nerves. But I have to zoom in a lot further than you! πŸ˜… Attached to this Twt is a screenshot of approximately how much of the screen I normally see at any given point in time πŸ˜‚

@abucci Look up something called Lebers Hereditary Neuropathy. That's the condition I have. LHON for short. I also have no central vision, basically from the result of dead optic nerves. But I have to zoom in a lot further than you! πŸ˜… Attached to this Twt is a screenshot of approximately how much of the screen I normally see at any given point in time πŸ˜‚

@brasshopper Oh, actually... What you want to look at in the states (US) is a bunch of camper trailers by a company called Forest River.

They're called Rockwood Camper Tailoers

=> http://www.forestriverinc.com/rvs/brand/Rockwood/camping-trailers

Very similar to the ones being made by these guys in Australia. I guess they decided to build a company inspired by Forest Rivers' Rockwood designs -- Because some of the last Forest River dealers stopped distributing here.=
@brasshopper Oh, actually... What you want to look at in the states (US) is a bunch of camper trailers by a company called Forest River.

They're called Rockwood Camper Tailoers

=> http://www.forestriverinc.com/rvs/brand/Rockwood/camping-trailers

Very similar to the ones being made by these guys in Australia. I guess they decided to build a company inspired by Forest Rivers' Rockwood designs -- Because some of the last Forest River dealers stopped distributing here.=
@abucci Oh! I didn't know you were too 😳 How badly if you don't mind my asking? πŸ€” I'm basically legally blind, and have less than ~1% useful fight (whatever is left of my peripheral vision).

And yeah Windows is total garbage, I gave up on using that OS some ~20 years ago, not just because I went blind, but Windows is just a braindead stupid and useless operating system really πŸ˜…

Now I can't say I've ever tried KDE/plasma on Linux Desktop before to be honest. I used to actively run CRUX back in the day (when Cannonical/Ubuntu hadn't destroyed the Compiz Fusion project) -- And my favourite Desktop Environment (DE) at the time was XFCE.

Sadly I'm not sure any of this is possible anymore, but things do change, so its possible again one day I suppose.
@abucci Oh! I didn't know you were too 😳 How badly if you don't mind my asking? πŸ€” I'm basically legally blind, and have less than ~1% useful fight (whatever is left of my peripheral vision).

And yeah Windows is total garbage, I gave up on using that OS some ~20 years ago, not just because I went blind, but Windows is just a braindead stupid and useless operating system really πŸ˜…

Now I can't say I've ever tried KDE/plasma on Linux Desktop before to be honest. I used to actively run CRUX back in the day (when Cannonical/Ubuntu hadn't destroyed the Compiz Fusion project) -- And my favourite Desktop Environment (DE) at the time was XFCE.

Sadly I'm not sure any of this is possible anymore, but things do change, so its possible again one day I suppose.
@akoizumi That looks so amazing! We'd better get @darch 's PR for new default themes based on SimpeCSS merged soon πŸ‘Œ @darch is it ready for review? I haven't seen a PR? πŸ€”
@akoizumi That looks so amazing! We'd better get @darch 's PR for new default themes based on SimpeCSS merged soon πŸ‘Œ @darch is it ready for review? I haven't seen a PR? πŸ€”
@abucci Oh that's just too cute πŸ˜‚
@abucci Oh that's just too cute πŸ˜‚
@movq

> Great, innit? All these blackboxes deciding what you can and cannot do …

Have the terminators come early?! 😳
@movq

> Great, innit? All these blackboxes deciding what you can and cannot do …

Have the terminators come early?! 😳
@tw That sounds nice! πŸ‘Œ
@tw That sounds nice! πŸ‘Œ
@me Actually I wouldn't mind if we built a browser extension. its actually in our backlog.

meanwhile however, all Yarn.social feeds, twtxt feeds hosted on yarnd are actually compatible with the IndieWeb microFormats v2 so you can view any profile or pod timeline using a mf2 tool such as this one

https://monocle.p3k.io/preview

which against my pod (twtxt.net) produces:

https://monocle.p3k.io/preview?url=https%3A%2F%2Ftwtxt.net%2F
@me Actually I wouldn't mind if we built a browser extension. its actually in our backlog.

meanwhile however, all Yarn.social feeds, twtxt feeds hosted on yarnd are actually compatible with the IndieWeb microFormats v2 so you can view any profile or pod timeline using a mf2 tool such as this one

https://monocle.p3k.io/preview

which against my pod (twtxt.net) produces:

https://monocle.p3k.io/preview?url=https%3A%2F%2Ftwtxt.net%2F

[20:35:58]  <prologic> wonderful
[20:36:10]  <prologic> box now works nicely on 3 different systems with cgroups v2
[20:36:15]  <prologic> Alpine, Ubuntu and GoNix
[20:36:20]  <prologic> πŸ₯³





[20:35:58]  <prologic> wonderful
[20:36:10]  <prologic> box now works nicely on 3 different systems with cgroups v2
[20:36:15]  <prologic> Alpine, Ubuntu and GoNix
[20:36:20]  <prologic> πŸ₯³




> [20:35:58] wonderful
> [20:36:10] box now works nicely on 3 different systems with cgroups v2
> [20:36:15] Alpine, Ubuntu and GoNix
> [20:36:20] πŸ₯³



@screem YupπŸ˜† Absolutely πŸ’―
@screem YupπŸ˜† Absolutely πŸ’―
@ocdtrekkie Mine is better πŸ˜†
@ocdtrekkie Mine is better πŸ˜†
@akoizumi Haha 🀣
@akoizumi Haha 🀣
@marado Does full screen zoom actually work in Ubuntu? πŸ€” I have a long and spiteful history of Cannonical's behaviour with their efforts to developer the Unity 3D desktop enviornment for Ubuntu, ruining the Compiz Fusion project in its wake.
@marado Does full screen zoom actually work in Ubuntu? πŸ€” I have a long and spiteful history of Cannonical's behaviour with their efforts to developer the Unity 3D desktop enviornment for Ubuntu, ruining the Compiz Fusion project in its wake.
Today we celebrate a small political victory in our neighborhood and greater surrounds in the electorate of Ryan here in sunny Queensland of Australia.

The great and wonderful Elizabeth Watson Brown, discussing the nature of the 10+ year long NBN Co government funded project that is far from complete.

https://www.youtube.com/watch?v=SC_1l4tDKwc&ab_channel=AustralianGreens

A great example of a politician that listens to the people they serve. πŸ™‡β€β™‚οΈ #people #ryan #australia #nbn #nbnco
Today we celebrate a small political victory in our neighborhood and greater surrounds in the electorate of Ryan here in sunny Queensland of Australia.

The great and wonderful Elizabeth Watson Brown, discussing the nature of the 10+ year long NBN Co government funded project that is far from complete.

https://www.youtube.com/watch?v=SC_1l4tDKwc&ab_channel=AustralianGreens

A great example of a politician that listens to the people they serve. πŸ™‡β€β™‚οΈ #people #ryan #australia #nbn #nbnco
@abucci Haha ! Yhays brilliant! 🀣 Photos please πŸ˜†
@abucci Haha ! Yhays brilliant! 🀣 Photos please πŸ˜†
@brasshopper Also btw πŸ‘‹ Welcome back! πŸ€—
@brasshopper Also btw πŸ‘‹ Welcome back! πŸ€—
@brasshopper Not a joke πŸ˜‚ I might check these out since they're built here in Oz and maybe we'll buy one πŸ‘Œ
@brasshopper Not a joke πŸ˜‚ I might check these out since they're built here in Oz and maybe we'll buy one πŸ‘Œ
We will merge it as the new default soon πŸ‘Œ
We will merge it as the new default soon πŸ‘Œ
@rob You mean like this? πŸ˜† Welcome back!

You should also set an Avatar and Description on your feed πŸ‘Œ
@rob You mean like this? πŸ˜† Welcome back!

You should also set an Avatar and Description on your feed πŸ‘Œ
@tkanos Hahha πŸ˜† Probably a bot 🀣
@tkanos Hahha πŸ˜† Probably a bot 🀣
Apple's macOS for me here too -- Only because it's the only OS with decent enough full screen zoom (accessibility) for poor vision impaired / blind folks like me πŸ˜‚
Apple's macOS for me here too -- Only because it's the only OS with decent enough full screen zoom (accessibility) for poor vision impaired / blind folks like me πŸ˜‚
@tkanos This is correct πŸ‘Œ That's why we formalized it into a standard spec πŸ˜†
@tkanos This is correct πŸ‘Œ That's why we formalized it into a standard spec πŸ˜†
@darch This is very nice πŸ‘Œ
@darch This is very nice πŸ‘Œ
@akoizumi Considwr https://git.mills.io/prologic/wiki πŸ˜†
@akoizumi Considwr https://git.mills.io/prologic/wiki πŸ˜†