Searching txt.sour.is

Twts matching #Twtxt
Sort by: Newest, Oldest, Most Relevant

@prologic@twtxt.net I don’t automate anything but I have sensors in every room to warn me if the humidity is too high and one in the fridge to warn if it’s too warm/cold via xmpp message. It’s working pretty well and was not expensive. I have fhem running on a raspberry pi which also serves other services.

⤋ Read More

@prologic@twtxt.net to answer some of your previous questions, i’m using txtnish for my timeline and user controls, and plain twtxt for posting. the alternative to that would be setting up a bunch of shell aliases or small scripts. or making my own client in Go. There’s a thought… ;)

⤋ Read More

in the original twtxt your URL is your identity. No need for anyone outside your control to do account managment. One reason I’ll likely be sticking with command line. But, great work

⤋ Read More

yes. I read that. Nice post. Brave browser at least has trouble with formatting. The regexp got lost when renederd. Eww (emacs text browser) doees just fine with it :-)

⤋ Read More

built a little script for looking up IDs in twtxt tweets: !twtxt_search. Going to use it as a way to look up and reference specific tweets in my wiki.

⤋ Read More

It turns out that fts5 is enabled by default on SQLite! My twtxt2sqlite generator has been updated to use fts5. Now I can do full text search on all my twtxt tweets. I have implemented a related-tweets box in the !twtxt_playground as a proof-of-concept. More info on fts5 can be found at [[https://www.sqlite.org/fts5.html]].

⤋ Read More

a new twtxt/weewiki feature: any word starting with ‘!’ will translate to an internal weewiki reference in my HTML renderer. Example: here is my !wiki_index

⤋ Read More

a unique thing I do with my twtxt feed is convert it to a SQLite database. This, combined with the Janet + SQLite scripting abilities available in SQLite, could provide interesting metrics and insights over time.

⤋ Read More

in particular, twtxt provides timestamps. weewiki doesn’t really track the passage of time. it only wants to be a key/value database with org markup.

⤋ Read More