Erlang Solutions: MongooseIM 5.1 Configuration Rework
MongooseIM is a modern messaging server that is designed for scalability and high performance. The use of XMPP (Extensible Messaging and Presence Protocol) extensions (XEPs) means it is also highly customisable. Since version 4.0 it has been using the TOML configuration file format, which is much more user-friendly than the previously used Erlang terms. The latest release, MongooseIM 5.1, makes it more developer-friendly as well by … ⌘ Read more
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
Gocoverstats v0.0.4 now with more coverage reporting options
Gocoverstats, the tool allowing repository owners to gather and plot test coverage results and obtain coverage badges on Gitlab / Github without resorting to a coverage SaaS, got a new release including:
- report coverage at the statement level (like go tool) or line of code level
- report weighted (by package size) or unweighted averages for global coverage badges
- new format option -percent making it simpler to include in CI pipelines.
1 points posted by FGM ⌘ 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 | gemini://compudanzas.net/publications.gmi
PEP 682: Format Specifier for Signed Zero
Though float and Decimal types can represent signed zero, in many
fields of mathematics negative zero is surprising or unwanted – especially
in the context of displaying an (often rounded) numerical result. This PEP
proposes an extension to the string format specification allowing negative
zero to be normalized to positive zero. ⌘ Read more
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
Formatting Meeting
⌘ Read more
Formatting Meeting
⌘ 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
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
Exploiting a turing complete image format
2 points posted by kenny ⌘ Read more
Gift Exchange
⌘ 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
Tech tip: To download a Google spreadsheet directly, replace /edit and anything after in the URL with /export?format=ods or any other format
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.
https://www.labophilo.fr/2020/06/30/c-est-pas-sorcier-l-int%C3%A9grale-559-vid%C3%A9os-en-visionnage-gratuit/ savoir formation
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
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