Twtxt spec enhancement proposal thread 🧵
Adding attributes to individual twts similar to adding feed attributes in the heading comments.
https://git.mills.io/yarnsocial/go-lextwt/pulls/17
The basic use case would be for multilingual feeds where there is a default language and some twts will be written a different language.
As seen in the wild: https://eapl.mx/twtxt.txt
The attributes are formatted as [key=value]
They can show up in the twt anywhere it is not enclosed by another element such as codeblock
or part of a markdown link.
Ha, this is cool. Has its flaws, although is easy to remember.
An RNG that runs in your brain
Trying out a boost format. seems better with text after….
@eapl.me@eapl.me trying out a boost format.
Ha, this is cool. Has its flaws, although is easy to remember.
An RNG that runs in your brain
>
?
@sorenpeter@darch.dk this makes sense as a quote twt that references a direct URL. If we go back to how it developed on twitter originally it was RT @nick: original text
because it contained the original text the twitter algorithm would boost that text into trending.
i like the format (#hash) @<nick url> > "Quoted text"\nThen a comment
as it preserves the human read able. and has the hash for linking to the yarn. The comment part could be optional for just boosting the twt.
The only issue i think i would have would be that that yarn could then become a mess of repeated quotes. Unless the client knows to interpret them as multiple users have reposted/boosted the thread.
The format is also how iphone does reactions to SMS messages with +number liked: original SMS
What about using the blockquote format with >
?
Snippet from someone else’s post
by: @eapl.me@eapl.me
Would it not also make sense to have the repost be a reply to the original post using the (#twthash)
, and maybe using a tag like #repost so it eaier to filter them out?
How to Convert Images to Webp on Mac from Command Line
Do you need to convert images to webp format from the Mac? Converting images to WebP offers tremendous file size savings, often compressing an image up to 70% without losing image quality, so it’s understandable why many Mac users and web developers, designers, and workers would wish to convert and compress images into WebP format. … Read More ⌘ Read more
@eapl.me@eapl.me kinda like the format for markdown images? 
?
How to Convert Images to Webp on Mac from Command Line
Do you need to convert images to webp format from the Mac? Converting images to WebP offers tremendous file size savings, often compressing an image up to 70% without losing image quality, so it’s understandable why many Mac users and web developers, designers, and workers would wish to convert and compress images into WebP format. … Read More ⌘ Read more
Download Over 900 eBooks of Classics Free from StandardEbooks
If you’re interested in doing some reading of the classics, you may appreciate the Standard Ebooks project, which offers free high quality ebooks that are well-formatted, proofread, and professionally designed using style manuals. Standard Ebooks focuses on books that are in the public domain and without copyright restrictions, which is how they’re able to offer … [Read More](https://osxdaily.com/2023/12/21/dow … ⌘ Read more
Download Over 900 eBooks of Classics Free from StandardEbooks
If you’re interested in doing some reading of the classics, you may appreciate the Standard Ebooks project, which offers free high quality ebooks that are well-formatted, proofread, and professionally designed using style manuals. Standard Ebooks focuses on books that are in the public domain and without copyright restrictions, which is how they’re able to offer … [Read More](https://osxdaily.com/2023/12/21/dow … ⌘ Read more
QOA Benchmark Results and File Format Specification
The specification for the Quite OK Audio Format,
announced in a previous blog post,
is now finalized. QOA is a lossy audio compression format. Typical audio
signals (44100hz, stereo) are encoded into 278 kbits/s, or more precisely 3.2
bits per sample – exactly 1/5 of the bits needed for an uncompressed WAV.
The QOA-Specification [fits on a single … ⌘ Read more
@xuu@txt.sour.is @prologic@twtxt.net Yarn.social without threading (as it would be the case in a “truncated” feed) does not make sense to me.
Put another way: Yarn.social is not twtxt. The content that we all have in our feeds really is much closer to a web forum or usenet or whatever. It’s threaded conversations. twtxt, as I believe it was originally intended, are short little status updates – that’s it. The formats of Yarn.social and twtxt might be very similar, but the content is vastly different and, in a way, incompatible. (As such, I think I understand very well that the original twtxt crowd is disgruntled.)
That proposed truncated feed doesn’t really provide any value, if you ask me. 🤔 It’d just be chaotic.
Time Domain Audio Compression at 3.2 bits per Sample
Audio formats typically fall into one of three categories: “lossless”,
“complicated” or “bad”. After developing a
simple image format
last year, I tried to come up with an audio format that fits neither of these
categories.
In other words: a format that is lossy, simple and quite ok.
Naturally, it’s called QOA — the Quite OK Audio Format.

……………Tetlock data uses AMERICAN DATE FORMAT IN A DATASET
Action needed by GitHub Connect customers using GHES 3.1 and older to adopt new authentication token format updates
Upgrade to GHES 3.2 or newer by June 3rd to continue using GitHub Connect. ⌘ Read more
seeing typos in LaTeX documents always throws me off, my brain still wants to classify the whole format as respectable
updated our introduction to uxn e-books with a new table formatting and some minor corrections | https://compudanzas.net/publications.html
Though twtxt registries never really took off gemini://warmedal.se/~antenna/twtxt.txt presents the last 7 days of twts known by Antenna in the registry format. It’s intended to be a help in discovering twt feeds in geminispace (there aren’t very many yet).
** A quick and dirty intro to the .pbm file format **
I’ve been fiddling with writing programs that draw pictures. I started with PostScript for this, but have since moved to writing programs that output in the .pbm
format.
My goal here is to write noise to a .pbm
file.
A .pbm
file is the lowest common denominator among image file formats.
An example of the format,
”`hljs plaintext
P1
5 5
1 0 1 0 1
0 1 0 1 0
1 0 1 … ⌘ Read more”`
Video: C Programming on System 6 - A New On-Disk Database Format
It’s a new year and my computer is still old. ⌘ Read more
The QOI File Format Specification
Last month I announced a
toy project called QOI — the Quite OK Image Format. It losslessly compresses
RGB and RGBA images to a similar size of PNG, while offering a 20x-50x
speedup in compression and 3x-4x speedup in decompression.
With the help of countless passionate people on Github, we have refined some of
the rough edges and specified exactly what … ⌘ Read more
timeline of audio formats [[https://en.wikipedia.org/wiki/Timeline_of_audio_formats]] #links
Lossless Image Compression in O(n) Time
Introducing QOI — the Quite OK Image Format. It losslessly compresses RGB and
RGBA images to a similar size of PNG, while offering a 20x-50x speedup in
compression and 3x-4x speedup in decompression. All single-threaded, no
SIMD. It’s also stupidly simple.
tl;dr: 300 lines of C, single header,
source on github,
benchmark results here.
 for the twtxt.txt file hasn’t changed as of late, right?
I need someone with a nice, and clean twtxt.txt feed. One that doesn’t include much–if any–images, and in which twts have more content. Just looking to see how formatting is handled in jenny
and how to tweak it to my liking.
Announcing npm’s new access token format
npm access tokens will now follow the established format of GitHub authentication tokens. ⌘ Read more
Entirely sensible, & no reason for file storage to match the wire format. I’m just really curious what’s going on on macOS! I can test on hfs+ later.
Wanna Learn LaTeX?
I have a full video tutorial series on learning LaTeX, broken into small sensible parts, here.
What is LaTeX?Basically, it’s how big boys write and format documents.Every public brief, scientific article, book, cryptocurrency … ⌘ Read more
Behind GitHub’s new authentication token formats ⌘ Read more…
@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.
@vain@www.uninformativ.de I have seen it pop up on a few feeds around and adopted it into the new parser I built.
The format I have followed has been '# ' :whitespace: :key-name: :whitespace: '=' :whitespace: :value:
keys can be repeated and accessed like an array of values.
Wanna learn LaTeX?
Wanna learn LaTeX? What is LaTeX?Basically, it’s how big boys write and format documents.
Every public brief, scientific article, book, cryptocurrency whitepaper or even outline written by people who know what they’re doing is written in LaTeX.
If you want to see examples of documents made with LaTeX, you can see my Master’s thesis here or another paper here that shows some diagrams and other features you can have in LaTe … ⌘ Read more
New global ID format coming to GraphQL ⌘ Read more…
with !zet and !zetdo, I find myself constantly needing to type out UUIDs. thing is, they aren’t the easiest thing to type. might invent an intermediate typer-friendly intermediate UUID format that can then convert to the regular UUID format. #halfbaked
I’m finding the microblogging format to be really useful for working out ideas.
https://pbs.twimg.com/media/Er-MPNfW4AA1KLv?format=png&name=large https://www.youtube.com/watch?v=yw8NSHgT1o8
@vain@www.uninformativ.de i don’t think mastodon is a good idea but then again i never really understood the twitter format and its appeal, so there’s that.
@prologic@twtxt.net kinda.. It can parse the twts into an AST.. but most of the formatting out expects a string to do regex over rather then the parsed AST. thats what i am working out next.
@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.
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 :-)
my #breathingcard etudes are 128x64 resolution videos with 4x zoom, that normally use no more than 4 colors (2-bits) using a 2-bit color storage format, that’s ~7mb a minute for raw uncompressed 60 fps video. not bad. #halfbakedideas
I’ve been thinking about storing the output of some of my audio-visual etudes in a more portable lossless 4-bit indexed color format, rather than rely on x264 directly. #halfbakedideas #etudes #breathingcards #longterm
Ein Evangelium in Twitter-Format https://feg-ffb.de/?p=6574
Fixed txtnish timeline formatting of hashtags on BSD by installing coreutils and replacing fmt with gfmt in the configuration file #twtxt #txtnish #gnu #bsd
Fixed txtnish timeline formatting of hashtags on BSD by installing coreutils and replacing fmt with gfmt in the configuration file #twtxt #txtnish #gnu #bsd
Posted to Entropy Arbitrage: Colors for Programmers https://john.colagioia.net/blog/2020/03/11/colors.html #techtips #programming #design #color #format #math
Do I need to configure txtnish to output the same date format as twtxt? May need to #RTFM
Do I need to configure txtnish to output the same date format as twtxt? May need to #RTFM
@kas@enotty.dk I like your gopher server’s formatting, nice and clean and how did you implement the TLS certificate?
for branch in git branch -r --merged | grep -v HEAD
; do echo -e git show --format="%ci %cr %an" $branch | head -n 1
\t$branch; done | sort -r
Funny how not that long ago I made a remark to a friend who was keeping all his notes as txt files and now I am looking at doing exactly that. txt will probably be the one format that will be around for a very long time still.
/meta @ckipp@chronica.xyz About images, sure, I understand it’s useless for CLI-only use. But if we added our own format, maybe something like Markdown
would work?Sublime Text Workflow: Auto Build & Format ⌘ Read more…
Sander van der Burg’s blog: IFF file format experiments http://sandervanderburg.blogspot.com/2012/06/iff-file-format-experiments.html
Hey, does Amazing Stranger share staff with Battle Programmer Shirase or is there just a lot of accidental style similarities for, like, budget and format reasons?
This, except unironically: https://makefrontendshitagain.party/ ; interfaces ought to be rich & individual representations of the underlying models, unless people are required/forced to use them, in which case all formatting should be able to be stripped automatically.
it did! i guess. the date format is different though
youtube-dl –extract-audio –audio-format mp3 is a life safer to get audio from youtube.
youtube-dl –extract-audio –audio-format mp3 is a life safer to get audio from youtube.
Parsing Dates from a String and Formatting ⌘ Read more…
@nblade@nblade.sdf.org If everybody is happy with the format, sure! Writing a new spec is on my todo list for a long time. Maybe that’s a good reason to do it.
@nblade@nblade.sdf.org If everybody is happy with the format, sure! Writing a new spec is on my todo list for a long time. Maybe that’s a good reason to do it.
This book is pretty good but Alex Wright keeps calling things like codex formats & indices ‘literary hypertext’. No, that’s just text. Yes, I get that hypertext is more text than text; that’s why it’s hyper.
Argh-P-M! “ Dissecting the RPM file format – Stefan’s Blog https://blog.bethselamin.de/posts/argh-pm.html
Bad idea of the day: A tarot deck formatted like a set of business cards, one for the egregore of each arcanum (major and minor – not just trumps)
Formatting for Gopher with GNU troff http://davebucklin.com/play/2018/03/04/gopher-groff.html
Anton’s Research Ramblings - 2018_03_08_how_i_write_code http://antongerdelan.net/blog/formatted/2018_03_08_how_i_write_code.html
If I resurrected my newsletter, would anybody subscribe? I’m thinking of modifying the format to have it contain the content I usually post on Medium, and then paywall the Medium essays for a month. (So, subscribers would be getting the free essays early.)
GitHub - lf94/blots: A simple paper-based storage format https://github.com/lf94/blots
Text File formats – ASCII Delimited Text – Not CSV or TAB delimited text | Ronald Duncan‘s Blog https://ronaldduncan.wordpress.com/2009/10/31/text-file-formats-ascii-delimited-text-not-csv-or-tab-delimited-text/
@reednj@twtxt.xyz I think this would be the first time two clients implement the same #metadata format.
@reednj@twtxt.xyz Ah, yeah, good catch, @8ball@domgoergen.com checks the full mention format.
@reednj@twtxt.xyz I think this would be the first time two clients implement the same #metadata format.
@reednj@twtxt.xyz Ah, yeah, good catch, @8ball@domgoergen.com checks the full mention format.
@phil@philmcclure.duckdns.org I can’t imagine a simpler time format than rfc3339. I would be fine with just using utc or unix time, but i don’t think most people could write that without a client… :)
@phil@philmcclure.duckdns.org I can’t imagine a simpler time format than rfc3339. I would be fine with just using utc or unix time, but i don’t think most people could write that without a client… :)
@freemor@freemor.homelinux.net Thanks for the reference! How do you create your timeline? Would it help if you had access to the unformatted timeline? Before formatting it’s nick “t” url “t” props “t” unixtime “t” msg
@freemor@freemor.homelinux.net Thanks for the reference! How do you create your timeline? Would it help if you had access to the unformatted timeline? Before formatting it’s nick “t” url “t” props “t” unixtime “t” msg
@dracoblue@dracoblue.net The problem is that my ini parser does not remove quotes around values and twtxt’s does. Another parser? Another format? sigh
@dracoblue@dracoblue.net The problem is that my ini parser does not remove quotes around values and twtxt’s does. Another parser? Another format? sigh
And INI is a weird format for sharing config. Even in perl one library can’t parse the result of the other. :/ Maybe TOML?
And INI is a weird format for sharing config. Even in perl one library can’t parse the result of the other. :/ Maybe TOML?
#txtnix displays relative dates when setting time_format to “relative”.
#txtnix displays relative dates when setting time_format to “relative”.
You have to set use_color = 1 and display_format = pretty to get colorized output in #txtnix.
You have to set use_color = 1 and display_format = pretty to get colorized output in #txtnix.
The pretty format is very similar to twtxt without the unicode glyphs and the relative date.
#txtnix now has a –pretty and –simple for the timeline and view subcommands and a config option display_format that defaults to simple.