# 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 # # # follow = aelaraji https://aelaraji.com/twtxt.txt # follow = bender https://twtxt.net/user/bender/twtxt.txt # follow = david https://collantes.us/twtxt.txt # follow = deepend https://yourtilde.com/~deepend/twtxt.txt # follow = doesnm https://doesnm.p.psf.lt/twtxt.txt # follow = lyse https://lyse.isobeef.org/twtxt.txt # follow = movq https://www.uninformativ.de/twtxt.txt # follow = prologic https://twtxt.net/user/prologic/twtxt.txt # follow = quark https://ferengi.one/twtxt.txt # follow = sorenpeter https://darch.dk/twtxt.txt 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. 2024-12-05T22:50:55+00:00 (#ek5xmoq) @ Guess what! it actually works xD ![](https://thunix.net/~skinshafi/static/img/bbj_actually_works.gif) 2024-12-05T23:12:02+00:00 (#ek5xmoq) Also, Thank you bringing it up. It's literally a goldmine and it woud've taken me ages to stumble upon it all by myselfe (if I ever did). xD 2024-12-06T22:48:46+00:00 Got waaaay too many toys to play with lately, I might just have the right toy to rule them all: [nb](https://github.com/xwmx/nb) and all of it's juicy options for organizing tasks, notes and bookmarks... etc. all from terminal. 2024-12-12T15:01:52+00:00 There's this something about this [Halloy](https://github.com/squidowl/halloy) #IRC client's look I can't find a proper word for. Aesthetically pleasing maybe? anyway, it feels nice. 2024-12-12T15:07:02+00:00 LMAO! 🤣 I've had @'s nick linked to @'s url for this feed the whole time !! 🤦 2024-12-12T21:19:36+00:00 (#j7i6yra) @ HAHAHA! 🤣 I love this one! 2024-12-12T21:31:54+00:00 (#6yvpeyq) @ I totally get you! I too have my weechat running remotely as well as The Lounge for when I'm on the move, but still, I do love shiny new toys when I find some 🤩 2024-12-12T21:40:38+00:00 (#j7g56ya) @ Nah, that's definitely my sleep deprivation ... I should stop effing with vim when I'm sleepy 😅 2024-12-13T22:19:04+00:00 (#koxhfxa) @
> The feed that nobody follows out of fear.

Wait! What!!? 🤣 but, why? should I Hash and GPG sign my feed like I do with the other one or something? xD 2024-12-25T00:32:59+00:00 (#cn7s74q) 🦌🦌🦌🛷🎅 <(Ho-Ho-Hooo!)✨