# Twtxt is a minimalist, plain-text micro-blogging format that is simple to use and easy to understand. # Find more aboute it over here: https://twtxt.readthedocs.io/ and here https://twtxt.dev/ # And This, is a Twtxt feed. # # nick = skinshafi # avatar = https://thunix.net/~skinshafi/static/img/skinshavatar.png#20241203 # url = https://thunix.net/~skinshafi/twtxt.txt # url = gopher://thunix.net/0/~skinshafi/twtxt.txt # description = Be free as a bee... # # # link = Gopher in the Hole! gopher://thunix.net/1/~skinshafi/ # link = Good Ol'Web Thingy. https://thunix.net/~skinshafi/ # refresh = 300 # 2024-11-30T19:55-07:00 Hello Twtxt! 2024-11-30T20:20-07:00 My account finally got provisioned! It was worth the wait. 2024-11-30T20:23-07:00 Can't wait to go through the whole web and gopher directories and see what everyone's up to 2024-11-30T20:26-07:00 But first, I gotta setup a propper page for my ... well, I still dunno what we call one's web and gopher pages in this space. but let's set those up! 2024-12-01T17:22-07:00 Today's discovery: [Iris](https://wiki.thunix.net/wiki/system/iris) a Serverless text-based forum for tilde-likes. I still haven't posted anything out there yet, but I'm in love with it already. Let's see what we find out next... *rubbing hands* 2024-12-01T18:39-07:00 So, I don't think there is a way for pubnix users to check who's pulling their Twtxt feeds. "No access logs (for obvious reasons) so, no visibility on user-agent anouncements for me and no discovrability for you (actually, me)!" xD 2024-12-02T04:56-07:00 (#6xuvs6a) @ I was hoping your script could help solve our pubnix users' `Discovrability` dilemma, but either I'm doing something wrong or (maybe) we have some PHP module(s) missing. I gave it a try and it returns the twtxt file content as expected when visited directly, yet there's no logs/log files created. + I'm still not sure why my htaccess redirection doesn't work x') ... Will keep you posted. 2024-12-02T07:34-07:00 (#2s3lk3a) Ok! now that I've created the twtAgent.{log,csv} files manually and changed their perms so they're writable by www-data, the twtAgent.php works the twtAgent2 doesn't tho. + Still have no redirections, I might have to ask arround. 2024-12-02T07:44-07:00 (#2s3lk3a) Oh! scratch that! the redirection works! I just had to lose the `/` prefixing `twtxt.txt` and `twtAgent.php` in the htaccess file 2024-12-02T18:19-07:00 (#ptp2n7a) Hi @ Hi @ 😁 now, Why is my @ mention is all over the place? xD this feed has a `# nick = skinshafi` so... should I scream *buuug* ? 🤔 2024-12-03T09:39-07:00 I think it's time I set up jenny for this feed... been echo-ing my twits manually and there came times when it made me feel like a dork xD Plus I don't have my vim's `:set spell` to catch up with the typos 2024-12-03T18:42:51+00:00 (#jxtyccq) Done! but then again, there's something weired going on with my muttrc-jenny config file xD ... I'm seeing a bunch of ????s in the TUI's subjects section... checking a couple of twt's headers I see somethings like `\360\237\230\261` (escapesd unicode?), sometime that shows in the mail body and sometimes not. 

Could it have something to do with the remote/pubnix machin's Locale or something? one more thing to digg through 🫠 

![Screenshot of waht's going on](https://thunix.net/~skinshafi/static/img/2024-12-03_19-33-54_958x454.gif) 2024-12-03T18:45:15+00:00 (#jxtyccq) hah! even my own emoji doesn't show up on mutt/neomutt... while it does elsewhere! 2024-12-03T19:16:48+00:00 (#jxtyccq) charset used to be `"us-ascii"` but setting it to `"utf-8"` changed nothing... 🤔

```bash
skinshafi@thunix:~$ neomutt -Q charset
set charset = "us-ascii"
skinshafi@thunix:~$ neomutt -Q charset
set charset = "utf-8"
``` 2024-12-03T20:39:36+00:00 (#jxtyccq) @ Fixed, Thanks! had to throw in an `export LC_TYPE=C.UTF-8` 👌 2024-12-03T20:43:01+00:00 Now, let's dig into that CGI stuff... 2024-12-03T20:56:23+00:00 (#dy3n2cq) @ @ Sorry lads! I've just now noticed the whole conversation... reading through right away 2024-12-03T21:41:48+00:00 (#qvc35vq) @ HAHA! Bulletin Butter & Jelly 😂 Love the name! I found it here too but running it throws an error at me. Took note, might _investigate_ later... Gotta a question tho, does it function across the whole tildeverse or is it limited to use within each pubnix like Iris? 2024-12-03T21:52:22+00:00 (#ptp2n7a) @ yeah I've seen @ and @ talking about it, I guess [this commit](https://github.com/sorenpeter/twtAgent/commit/d78a177caad019f9be56ab7210c4b3ca27c93d01) should fix it! 2024-12-03T22:09:05+00:00 (#v72lwdq) @ Been planning on using it for building my web-pages on this space 😁 can't wait to see how things would look with the LaTeX css @ shared yesterday. 2024-12-03T22:15:13+00:00 I should remember to Fork-replay for sure, instead of just leaving my replays dangling somewhere bellow the root a yarn/thread ... it becomes kinda hard to follow my own conversations after a while. 2024-12-03T23:48:15+00:00 (#j4owbta) s/LC_TYPE/LC_CTYPE/ 2024-12-04T21:17:02+00:00 (#xmdlqua) @ Sweet!! thanks for reminding me to check on the repo, I'd tottally forgot about it.