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
PEP 678: Enriching Exceptions with Notes
Exception objects are typically initialized with a message that describes the
error which has occurred. Because further information may be available when the
exception is caught and re-raised, this PEP proposes to add a .__note__
attribute and update the builtin traceback formatting code to include it in
the formatted traceback following the exception string. ⌘ Read more
jgreco/mpv-youtube-quality
A userscript for MPV that allows you to change youtube video quality (ytdl-format) on the fly
Language: Lua
Star: 248
Watch: 248 ⌘ Read more
Gift Exchange
⌘ 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.
@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 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.
@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
Video on eqn: Formatting Math and Statistics in groff and troff ⌘
Macros in groff and troff and other basic formatting ⌘
New LARBS format; 2.0 coming soon. ⌘ https://github.com/lukesmithxyz/larbs
Ein Evangelium in Twitter-Format https://feg-ffb.de/?p=6574
New repository: aquilax/bookmarks - Netscape Bookmark File Format Parser Library
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.
being somewhat low-dimensional and interpretable (unlike sets of network weights), it’s also a popular mind interchange format among AIs and post-humans, who need to be extra careful about what or who they empathize with lest the thought turn out to be a logic bomb
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
And still, she walks besides you but as outline now - dirt on a wall and gaps between cars, wind in grass and cloud formations, stray words from other conversations that somehow form sentences
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
letters swim in formation, convey information
░ ░ ░ I have an idea for a joke format↵░ ░ honey I think we’re on tumblr↵░ splendid↵my tea exited through my ears
A starfarer’s constellations are ephemeral like a surfacer’s cloud formations. As stars move, mythical animals emerge and vanish in silence.
The planes are migrating south, screeching towards the horizon in formation, accompanied by wailing sirens.↵Soon, it will be winter.
@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.
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.
@parteigaenger I ended up making a giant list of time formats people could have been using: http://bit.ly/1TTmSxM
I think I managed to fix it. It was probably a holdover from the pre-Go time parsing/formatting
how about using ‘mbox’ format for twtxt selectively? we could only use ‘From:’, ‘To:’, ‘Date:’, ‘Subject:’ etc.