@adi@f.adi.onl Yes, it did—at least I don’t see the same issue as before on twtxt.net. Weird, as it was never an issue on other pods. 🤷🏻♂️
SiliconANGLE News: ‘DevOps for Dummies’ author Emily Freeman introduces revolutionary model for modern software development
#DevOps ⌘ Read more
Collecting Twitter data with TAGs and exporting to Gephi – Doug Specht
I’ve got to try this out on datasets I have collected with TAGS ⌘ Read more
@prologic@twtxt.net should we enable all unicode glyphs for tags? https://txt.sour.is/conv/55yrura
third session of the compudanzas workshop: we learned and performed the danzasistemas-tag (first time ever!) and a turing machine in d-turing mode | https://compudanzas.net/las_danzas.html
@prologic@twtxt.net why do I see https://twtxt.net/search?tag=d5sj7ba as twtxt source in your tweets? This is not a text file…
My blog system now has tagging (all pure POSIX shell of course)
This isn’t live on the old blog system’s Github, but partially inspired by by Based Cooking’s tag system which is based on blogit, I’ve added in the feature to tag articles.
I’ve been wanting to write more articles and informational pages on my website, but doing that with no organization is somewhat … ⌘ Read more
@xuu@txt.sour.is Is this of any use? https://libretranslate.com/ – Congrats on the new job!
”@niplav (#kfgri5a) There are no expectations when you’re honest. Expectations and honesty don’t mix.” -> I honestly wasn’t expecting that answer :)
@jlj@twt.nfld.uk “@niplav (#xvbnyma) Fascinating. :-) Suspect #RMS would have a violent physical reaction – accompanied by some salty language – after even a moment’s contemplation of life under such complicity. :-D” -> He is a very unreasonable man <3
@prologic@twtxt.netYes, I think tags should just be #foo, and let the client figure out searching if it cares.
@lyse@lyse.isobeef.org Yes, I often read the raw messages. But more to the point, the simplicity of the format is the bulk of the appeal.
@movq@www.uninformativ.de No argument that threading is an improvement. But I think (#hash) does that, and I think figuring out how to search should mostly be up to the client.
I don’t have any issue with the (foo) subjects, it’s the proliferation of the (foo url) tags. They’re just too long and ugly.
@jlj@twt.nfld.uk “@niplav (#4qeibma) Hadn’t heard of this; thanks for the tip! Been getting lost in your text reviews; the Benatar piece piqued my interest: I’d been reading a critique of his earlier work – in Overall’s Why Have Children? – that really wasn’t up to scratch. Now I’m reading about pure replicators, which is a new concept, to me. :-)” -> Nice :-) Looking over my text reviews, they’re not quite finished (especially the Benatar one), so take it with a grain of salt
@prologic@twtxt.net I’ve just never had it be a rewarding experience.
@prologic@twtxt.net rc, the Plan 9 shell.
Hey @xuu@txt.sour.is another mention that didn’t render ☝️
@thewismit@twtxt.psynergy.io Hey! It’s easy. Just install the twt
CLI with something like:
go get github.com/jointwt/twtxt/cmd/twt/...
Then use it in some hooks/scripts to post some content to your Pod.
@prologic@twtxt.net speaking of complexity.. How would checking twts for sub conversations complexify things?
but if we kept things simple stupid I how would the poor little darlings in middle-management have a job? 😂
@xuu@txt.sour.is Speak of lang… Do you think we could detect the user’s lang by what they write? Probably just inspect a random subset?
💁♂️ If you’re ever on a UNIX machine of some kind without any useful networking utilities like ip
or ifconfig
, fear now! You can view the network topology of the Kernel by just doing:
cat /proc/net/fib_trie
@prologic@twtxt.net Wow! Really interesting perspective! Thanks for sharing. :-)
@prologic@twtxt.net Wow! Really interesting perspective! Thanks for sharing. :-)
@prologic@twtxt.net I see Consul service mesh everywhere these days, X-D thanks to a 180 career change and major upskill.
@prologic@twtxt.net I see Consul service mesh everywhere these days, X-D thanks to a 180 career change and major upskill.
@prologic@twtxt.net Really helpful context: was definitely over-engineering. Cheers!
@prologic@twtxt.net Really helpful context: was definitely over-engineering. Cheers!
@prologic@twtxt.net The favicon in particular! :-)
@prologic@twtxt.net The favicon in particular! :-)
@prologic@twtxt.net lol. quitfacebook.org is still up. twt is set to be on more radars, though. ;-)
@prologic@twtxt.net lol. quitfacebook.org is still up. twt is set to be on more radars, though. ;-)
@prologic@twtxt.net Yeah, a completely-unsolicited surprise! :-) And, sweet! To IRC then!
@prologic@twtxt.net Yeah, a completely-unsolicited surprise! :-) And, sweet! To IRC then!
@prologic@twtxt.net yep. it actually extracts everything at parse time. like mentions/tags/links/media. so they can be accessed and manipulated without additional parsing. it can then be output as MarkDown
@prologic@twtxt.net as promised! https://github.com/JonLundy/twtxt/blob/xuu/integrate-lextwt/types/lextwt/lextwt_test.go#
the lexer is nearing completion.. the tough part left is rooting out all the formatting code.
@oevl@twtxt.net @prologic@twtxt.net (#) for the most part a subject is just the content in the perens. Usually it’s a tag. It appears near the start after any mentions. It can also contain text like (re: subjects)
@deadguy @prologic@twtxt.net been stewing on a discovery proto for twtxt. support for defining multiple ways to host/mirror a twtxt file. while being low tech enough to still be scriptable with basic Unix commands.
@prologic@twtxt.net Txtnish adds a 28 character timestamp to the message, so in Bash: tweet=tail -1 the current twtxt.txt file and then pipe echo body=${tweet:28} to twt.
@prologic@twtxt.net Txtnish adds a 28 character timestamp to the message, so in Bash: tweet=tail -1 the current twtxt.txt file and then pipe echo body=${tweet:28} to twt.
@prologic@twtxt.net (#keh22ka) maybe a custom linking method on a pod level? like can pass a template that gets translated. ex https://{domain}/wiki/{nick}/{tag}
+ !somepage
-> https://sour.is/wiki/xuu/somepage
@prologic@twtxt.net do you have any info on how the ‘!’ tags are supposed to work? are they just a different kind of hash tag?
@prologic@twtxt.net I have some ideas to improve on twtxt. figure I can contribute some. 😁 bit more work and it will almost be a drop in replacement for ParseFile
Kinda wish types.Twt was an interface. it’s sooo close.
@xuu@txt.sour.is Not too happy with WKD’s use of CNAME over SRV for discovery of openpgpkey.. That breaks using SNI pretty quick. I suppose it was setup as a temporary workaround anyhow in the RFC..
i just realized i have no idea how to tag/mention someone else on this thing. i tried but i don’t think it worked?
@prologic@twtxt.net (#https://twtxt.net/search?tag=tsvhqdq OK. Im upgrading my tools. twtxt works pretty well inside an Emacs shell window…
and then ignore it “notmuch search not tag:unsubscribe and date:yesterday..”
tag anything with the word “unsubscribe” by “notmuch tag +unsubscribe unsubscribe”
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
FWIW, I put up a quick blog last night about using twtxt command line https://eludom.github.io/blog/hello_twtxt/
What flavor or regexp? I tried here https://regexr.com/ with both PCRE and JavaScript and neither seems quite right. I’m relatively good with regexps, but they tend to be write-only :-/
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 :-)
@prologic@twtxt.net what is the exact syntax neeed for threads to work in the subject, e.g. will (#tsvhqdq) do it? The whole … (#tsvhqdq) thing seems like a bit of overkill. Too many characters.
as the person who motivated CompuServe’s USENET gateway https://www.chicagotribune.com/news/ct-xpm-1994-10-07-9410070309-story.html I’ve see what happens when the unwashed masses are turned loose in techie playgrounds
One very real problem to be aware of is “Eternal September” https://en.wikipedia.org/wiki/Eternal_September
one problme I’m seeing already is that the “micro” part is loosing out. Things are routinely getting longer than 140 characters
@prologic@twtxt.net I will probably stick with command line client just to make sure it keeps working
@prologic@twtxt.net and the fact that I just used /bin/ed to fix spelling before pushing :-)
@prologic@twtxt.net also the lack of a login and complete decntralization is a big win.
@prologic@twtxt.net twtxt is so simple one could read with netcat, cat and tail. I like that.
@prologic@twtxt.net For now I think I will stay with primitave tools.
@lyxal@twtxt.net My thoughts exactly! :-D
@lyxal@twtxt.net My thoughts exactly! :-D
@prologic@twtxt.net Yup. Details: https://envs.sh/iL
@prologic@twtxt.net Yup. Details: https://envs.sh/iL
parsing expression grammars coming in real clutch right now. punctuation can now exist after wiki reference tags. Thanks !janet!
I’ve been actually thinking about introducing a ‘#+RELAX’ tag in !worgle that would explicity turn off strict mode, allowing literate programs to be written more casually.
a new fix to !weewiki will ignore all org-mode command strings by default. Now things like PROPERTY tags won’t show up in the output.
Building docker image with name and tag …
@von@tilde.town You’ll probably want a separate BuJo if you have a bunch of work-only tasks. One of the nice things about OmniFocus is that it can be really good at hiding tasks you can’t make headway on at the moment for one reason or another, assuming you tag things appropriately.
@reednj@twtxt.xyz Thanks for making and hosting http://twtxt.xyz - the agreggation of twtxts users, tweets and tags is really cool
Überraschend Anders. Kein gewöhnlicher Tag mit Jesus https://feg-ffb.de/?p=5736
/meta @ckipp@chronica.xyz Also yes, a simple string search would be fine. I’m not JS-savvy enough to be sure, but I guess it would work a bit like tags?
/test Is it possible to just create channels on the fly? How about tags? #test
If you thought Quora’s anime tag was bad, wait until you see their The Beatles tag. If you think that’s bad, wait until you get on the automatic recommendation list for answering questions in ‘acronyms’.
No Title: A play like No Exit by Sartre, but four strangers have to agree on how to tag a moderately complicated CD in iTunes
Kabbalah | Pushing Ahead of the Dame https://bowiesongs.wordpress.com/tag/kabbalah/
Donald Glover’s ‘Community’ Exit And The Evolution Of The End Tags https://uproxx.com/tv/donald-glover-end-tags-giant-hand-dan-harmon/
Young women on tumblr tagging their selfies ‘cursed image’ is probably a thread with some deep & interesting sociological research on the end if somebody with a PhD tugs on it.
Designing better file organization around tags, not hierarchies https://www.nayuki.io/page/designing-better-file-organization-around-tags-not-hierarchies
Struct Tags for Encoding/Decoding Data ⌘ Read more…
#nanogenmo idea: a database of loosely-related epigrams or paragraphs, tagged by topic; going to a topic displays the associated epigrams in arbitrary order. the tags are generated from analysis of the text.
BAHFest East 2017 – Michael Anderson: Entanglement in Conway-Spicer-Trump phase states - YouTube https://www.youtube.com/watch?v=pH7UcM45Mqw&feature=push-u&attr_tag=evsdZCCPeBOXntDq-6
William Gibson | smays.com http://www.smays.com/tag/william-gibson/
@kas@enotty.dk That’s a heavy price tag. Otherwise it would be an instant buy just to test it, but i guess that’s why you ask… :)
@kas@enotty.dk That’s a heavy price tag. Otherwise it would be an instant buy just to test it, but i guess that’s why you ask… :)
My newest project: https://github.com/mdom/squaretag - Tag files using just the filename. I’m open for critic… :)
My newest project: https://github.com/mdom/squaretag - Tag files using just the filename. I’m open for critic… :)
New features for #roster: Autocompletion for #tags and searching for @mentions in the normal search field.
New features for #roster: Autocompletion for #tags and searching for @mentions in the normal search field.
#roster uses a junction table for tags insteaf of like, so #graph does not match #graphite. Should have done that from the start.
#roster uses a junction table for tags insteaf of like, so #graph does not match #graphite. Should have done that from the start.
@kdave@kdave.github.io It should match the full word, but it’s currently matching the prefix as %tag is easier to implement. But it’s on my todo list.
@kdave@kdave.github.io It should match the full word, but it’s currently matching the prefix as %tag is easier to implement. But it’s on my todo list.
@buckket@buckket.org Do you want to close all issues tagged enhancement and milestone 1.3 before you do another release?
@buckket@buckket.org Do you want to close all issues tagged enhancement and milestone 1.3 before you do another release?
@dracoblue@dracoblue.net https://roster.twtxt.org now supports https and cors headers. And @all: every tag links to a page with all tagged tweets.