# 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 172
# self = https://watcher.sour.is?uri=https://envs.net/~duriny/twtxt.txt&offset=172
# prev = https://watcher.sour.is?uri=https://envs.net/~duriny/twtxt.txt&offset=72
thanks @carsten, it's sore but slowly healing
Disco Infernum
Broken wrist, expect delays to twtr development
@nexeq congrats! What is the
new job?
@nexeq congrats! What is the new job?
hand slipped on my sword hilt while fighting a dragon
Sprained wrist sucks :/
#twtr is really getting going now, I've migrated most of the models
from the old duriny.envs.sh/twtr/twtxt package so timeline viewing is just
around the corner in v0.3 :D
Hacking in the Limelight
https://www.reddit.com/r/interestingasfuck/comments/tl8ph1/russian_police_arrested_a_man_for_holding_up_a/

We've seen Russians arrested for just holding a black piece of paper before, but listen to what the arresting officer says when informing the protester that he's being arrested.

> By the ruling of the governor of Novosibirsk, all public activism on the territory of Novosibirsk, including single person pickets, are prohibited.

The "law" being broken is holding a protest in the first place...

That's what it has come to...
No major changes in v0.2.2, mainly additional tests and documentation, with a small bug fix with the new EDITOR posting functionality.
#twtr is coming along, I still need to figure out a nice way to
render tweets on a command line, but hopefully I'll have a twtr timeline
command in the works soon :)
Major change is the ability to write long posts by calling twtr post with no args, which opens the system EDITOR to write the tweet long form. Allows for editing long posts, spell check (if your editor is set up for it), and an all around ease of use improvment :)
Major change is the ability to write long posts by calling twtr post with no args, which opens the system EDITOR to write the tweet long form. Allows for editing long posts, spell check (if your editor is set up for it), and an all around ease of use improvement :)
v0.2.1 comming up...
v0.2.1 coming up...
Testing the new posting functionality in twtr...

If you can read this, there might be a v0.2.1 release today :D

Or better yet, learn Go instead ;) https://go.dev/tour
A good place to start is https://www.w3schools.com/python
@tkanos just as a heads up, the posting syntax is now twtr post "Hello World!" and you might have to relocate your pre/post hooks to the new location :)
[Carry On (hacking) My Wayward Son](https://youtu.be/2X_2IdybTV0)...
Аквариум - Древнерусская тоска
oh boy! oh boy! oh boy!
I have a feeling you would like nightcore @novaburst
@nexeq https://youtu.be/m4U232MuTG4
@prologic it can be quite emotional to watch, but I find a good resource to be the official UATV English language channel. They do daily offical statements, and debreif interviews with captured Russian soldiers, it really shows how little even the soldiers want to be there...
I think this format feels pretty twtxty, it is backwards-compatible, but easly machine recognisable and clients can easily discard blocks they can't decrypt.
I think this format feels pretty twtxty, it is backwards-compatible, but easily machine recognisable and clients can easily discard blocks they can't decrypt.
I'm not sure if the twtxt file format is suitable (unless both parties agree on just posting PGP blocks), but maybe a twtxt "inspired" protocol?


TIMESTAMP\\tPUBKEY\\tPGPBLOCK
@prologic, I appreciate it. I'm sorry @off_grid_living if I've crossed a line here, I don't live in Australia and I have no business commenting on the intelligence of others. The war in Ukraine hits close to home, I lived in Ukraine in the late 2000s, and watching this unfold is just heartbreaking. I don't know anybody back home that is for this war, and not being able to stand up against it, especially for someone like me who got out before this mess, is infuriating. I envy Australians for being able to stand up for what they believe, even if I personally don't agree with the message, I will fight to the death their right to say it.
@prologic, I appreciate it. I'm sorry @off_grid_living if I've crossed a line here, I don't live in Australia and I have no business commenting on the inteligence of others. The war in Ukraine hits close to home, I lived in Ukraine in the late 2000s, and watching this unfold is just heartbreaking. I don't know anybody back home that is for this war, and not being able to stand up against it, especially for someone like me who got out before this mess, is infuriating. I envy Australians for being able to stand up for what they believe, even if I personally don't agree with the message, I will fight to the death their right to say it.
Never let me down again https://youtu.be/TKHxp6VwwGY
> I would consider ~duriny@envs.net’s client twtr to be the new reference client once complete

Wow! That's high praise! Thank you @prologic!
twtr@latest is currently v0.1.1, that's what I'm using to type this right now, I'm assuming you have the same version, you can check with the --version flag :)
I have to say, as a Russian, please don't compare covidiots to what is happening in my country. It's bad enough that people I went to school with are dying in a pointless war.
Today's code it brought to you by MGMT https://youtu.be/rtL5oMyBHPs
@prologic you should probably go get some sleep :)
@prologic my lexer supports metadata and mentions so far, but I do plan on implementing all the current extensions (replies etc). Rendering markdown should probably be done in the client layer lol, there's no point in rending markdown in the terminal etc.
@prologic ping
@prologic would there be interest in me making https://pkg.go.dev/duriny.envs.sh/twtr/twtxt/parse compatible with yarn?
к сожалению нет, https://twtxt.net/twt/jfe5hia
just set limit_timeline to something absurdly large with twtr ;)
ok, I'm heading off, twt you later :)
does yarn display twts in the order they are cached? or does it assume that the order in the cache is correct and just run with it? looks like when @tkanos deleted their twt yarn cached it as being timestamped after my reply, so shouldn't the display still be ordered correctly?
speaking of, @prologic how do you feel about https://go.dev/blog/examples?
the more (documentation) the merrier :D
@prologic, @jsreed5 is experimenting with deconstructed yarns :D
@tkanos Having a look at your hook it looks like you're 50% there. You can try writing the token to a file somewhere. So it would be something like pre_tweet_hook = curl .... | jq .token > ~/.yarn_token. Then, all you have to do is post_tweet_hook = curl ... '{token: "$(cat ~/.yarn_token" }'.
@prologic what's up with the twt order on your pod? see the timestamps here
@tkanos what's the obvious question? Ideally both will be completed soon, I've volunteered to work on yarnc but I haven't really had the time since I'm busy with twtr lol :D
today's hacking session is brought to you by the motley crue, https://youtu.be/8TeCCf_6feg
@tkanos comming soon(TM) ;)
@tkanos coming soon(TM) ;)
CC @twtr_news
@tkanos you'll be happy to hear that yarn.social will be supported naitively in twtr in the next release, you can check out the other available backends here: https://pkg.go.dev/duriny.envs.sh/twtr/backends
@tkanos you'll be happy to hear that yarn.social will be supported natively in twtr in the next release, you can check out the other available backends here: https://pkg.go.dev/duriny.envs.sh/twtr/backends
@tkanos care to share the pre_tweet_hook you are using with twtr? I'd be very interested to see how people are using my client :D
Today's hacking theme is https://youtu.be/4CLcsxC2bsY
@novaburst so it is, my bad :)
Probably good to note that that's a yarn client, not a general twtxt client though :+1:
That's really cool! Nice and simple and unixy :D
the beauty of timezones, hope to hear more apple news tonight when you wake up lol
damn there's a lot of apple news this morning 0.0
I can't qute put my finger on it, but I love hacking to this song on full volume :)
The queen trusts my judgement, young handmaiden. You should too.
The queen trusts my judgment, young handmaiden. You should too.
I'll be offline for a while
Ah that's good :) to be honest I was hesitent to suggest a whole new api, but that it be really cool to match the "offical" registry spec :D
Ah that's good :) to be honest I was hesitant to suggest a whole new api, but that it be really cool to match the "official" registry spec :D
I'm think of adding to it, the current API is yarn specific, so I don't think it should be changed to match the original registry API. But the registry format is nice and clean and feels very much like a part of twtxt. I'm suggesting adding the ability to read twts in that format. It doesn't have to be via the API per-say, it could be a stand alone path like /timeline or /all
I'm think of adding to it, the current API is yarn specific, so I don't think it should be changed to match the orignal registry API. But the registry format is nice and clean and feels very much like a part of twtxt. I'm suggesting adding the ability to read twts in that format. It doesn't have to be via the API per-say, it could be a stand alone path like /timeline or /all
@prologic https://git.mills.io/yarnsocial/yarn/issues/847 :D
I see that the competition for twtr is rapidly growing ;) I'll have to rush to get v0.2 out soon...
fuck.
Russia just invaded Ukraine....
давай не будем говорить об этом :thumbsup:
Thank you, thank you! (My immune system did all the hard work, all I did was wait in a line for a bit lol)
The covid booster was a pain but I'm back up to a fully operational battlestation!
@novaburst thanks for taking interest in twtr! :) I am currently working to have twtr integrate with any yarn.social pod, but it won't be released until v0.2.0. I'm currently recovering from my boster shot, but in the meantime, twtr v0.1.x is fully cappable of posting to any yarn pod through creative use of the curl command and the pre/post tweet hooks :)
@novaburst thanks for taking interest in twtr! :) I am currently working to have twtr integrate with any yarn.social pod, but it won't be released until v0.2.0. I'm currently recovering from my booster shot, but in the meantime, twtr v0.1.x is fully capable of posting to any yarn pod through creative use of the curl command and the pre/post tweet hooks :)
Lets find out :)
@prologic https://git.mills.io/yarnsocial/go-client/pulls/2
Banger!! Thanks :D
Yes please :D, let me know if you need my help for testing or anything :)
I do like the idea of go.yarn.social/client, I'm always a fan of vanity import paths since they say "This isn't just a toy project I uploaded to GitHub"
.......well I feel like a right ninny, good thing I didn't finish my package to do exactly that XD, thank you, I'll use git.mills.io/yarnsocial/yarn/client instead of reinventing the wheel lol
For now I'm just planning on being able to choose a back end to twtr, e.g. a yarn pod, self hosting via ssh (like I am right now), maybe allowing hosting as a Github Gist, that sort of thing. I haven't taken a look at yarnc yet, but I might take a look now that you mention it :). I'm currently thinking of making the backend available as something like go get duriny.envs.sh/twtr/backend/yarn, but if you think yarnc might have some good overlap, maybe twtr can use go get Yarn.Social/go/api or something?
I hope you don't mind me creating an account on your pod? I do plan on removing the test tweets after myself once I'm done :)
I'm creating a wrapper for the Yarn.Social API as a back end to twtr, so twtr users can use a yarn pod as a twtxt.txt host. Makes it easy to be able to tweet from the command line and the browser (and presumably the mobile app?) all at once :)
I love it XD
Oh split it out for sure, the more the code is broken down into small pieces that do one thing well the better :)
@prologic I've rewritten the parser in twtr aproximiately 4 or 5 times in the past few weeks, I haven't quite worked out how to implement all of the spec extensions yet, so I recokon having a common parser would be fantastic! That being said, for the sake of diversity it's probably also good to have a couple of implementations floating about.
@prologic I've rewritten the parser in twtr approximately 4 or 5 times in the past few weeks, I haven't quite worked out how to implement all of the spec extensions yet, so I reckon having a common parser would be fantastic! That being said, for the sake of diversity it's probably also good to have a couple of implementations floating about.
@adi https://mkws.sh/pp.html looks pretty cool, does it support non /bin/sh shells, like could I configure it to use /bin/mksh?
huh, neat
pp as in the perl compiler/packager thingy? Yeah you can run any shell script in a server side CGI, as long as the permissions and PATH are all correct. Although envs.net already supports perl for CGI, so you could just use <!--#include virtual="cgi-bin/foo.pl" --> rather than calling pp
As I said, I'm clearly biased ;)
Personally I think <!--#include virtual=cgi-bin/fortune.sh--> is the simplest, but I'm an envs.neter, I'm clearly biased :D
Oh damn sprunge.us has syntax highlighting!!! http://sprunge.us/qi3eGf?html
@carsten If you're interested in the source of my home page: http://sprunge.us/qi3eGf