VZ

Has anybody already written a #clang-tidy check replacing the use of std::stringstream with that of std::format()? I can't find anything like this, but it seems like it would be such a useful tool to have for modernizing the old code.

#CPlusPlus #fmt

Andreas, DJ3EI, he/him

About as nerdy as it gets...

A #hamRadio operator sends a signal of precisely known frequency. Others receive and measure that frequency, in a friendly competition for precision. That's the "#FMT", the "frequency measurement test".

It is done twice a year, next April 18 ("Good Friday" in the Christian calendar), starting 2:30 UTC, with 2xTX on 40 and on 80 m each. Details fmt.arrl.org/ , which also links tips how to measure.

Advertisement: Another such is my dj3ei.famsik.de/blog/posts/202

ARRL FMT

fmt.arrl.org
Apr 02, 2025, 06:09 · · · 1 · 0
Lukas Schieren :firstaid:

Die Moderation im Fediverse wird - so mein Eindruck - nahezu zu 100% Ehrenamtlich organisiert - gibt es auch Instanzen, wo Moderierende für ihre Arbeit bezahlt werden? ^^'

#FediverseModerationsTreff #FMT

TOV

MPD 0.23.16 fixes integer overflows with 64-bit inode numbers stored in database. It also fixes issues with FFmpeg filters that produce no output. Besides the bug fixes, MPD 0.23.16 also upgrades libfmt to latest version 11.0 and ICU to version 76.

FMT is a modern formatting library.
fmt.dev/

ICU is a mature, widely used set of C/C++ and Java libraries providing Unicode and Globalization support for software applications.
icu.unicode.org/

#MPD #libfmt #FMT #ICU

Redirecting

fmt.dev
Dec 20, 2024, 01:22 · · · 0 · 0
oxo

Today I struggled with the language formatter in neovim for the zig programming language.
Every time when saving a file it printed ANSI escape characters at the beginning of the zig file.
Workarounds in the init.lua didn't solve the problem.
An upgrade from the latest stable release of neovim (0.10) to the nightly build (0.11.0-dev-1103) fortunately did!
Continuing my journey...
#linux #neovim #nightly #fmt #zig

xenos 🐧🇵🇭

figuring out how to add {fmt} to my c++ implementation of #WWIV #BBS InterBBS LastCallers. i just love using it in wwiv's code, so i want it in my own projects too.

#retrocomputing #fmt

github.com/fmtlib/fmt

Ückück :ueckueck::pd::af:

Das #FediverseModerationsTreff heute war wieder sehr schön und spannend, was bei euch allen so auf den Servern los ist.

Danke an @ebinger und @lukas für s Mitorganisieren und danke an alle, die da waren!

Leselink zum gemeinsam geführten Protokoll findet ihr hier: cryptpad.fr/pad/#/2/pad/view/8

#FMT #FediMod #FediMods

Encrypted Rich text

CryptPad: end-to-end encrypted collaboration suite

cryptpad.fr
🌈 ☯️Teresita🐧👭

#fmt - Simple optimal text formatter #C48

Propel a Cure 4 Crohn’s

Fecal microbiota transplantation (FMT) -- extracting beneficial bacteria & yeasts from healthy donor feces & transplanting it into the colon of a recipient -- continues to be investigated as a possible treatment for #IBD.
This recently published study reviews "the key determinants of FMT success, insights & strategies that will enable a close integration of lab-based and clinical approaches for increasing FMT success."
#crohns #UC #ulcerativecolitis #FMT #IBD
cell.com/cell-host-microbe/ful

Tom Kindlon

New from Finland:
Randomized, double-blinded, placebo-controlled pilot study: efficacy of faecal microbiota transplantation on #chronicfatiguesyndrome

Free
translational-medicine.biomedc

FMT was safe but did not relieve symptoms or improve the HRQOL* of patients with #CFS

*health-related quality of life

@mecfs #MyalgicEncephalomyelitis #ChronicFatigueSyndrome #MEcfs #CFS #MyalgicE #PwME #FMT

ᛃᛉ ᚛ᚚᚄᚉᚆᚑᚅᚑᚈ᚜ ᛉᛃ

For all their bullshit the right does pick up on some weirdo cultural trend that I think they are correct about every now and then.

I think the idea of consuming human breast milk later in life is going to be the cure to a lot of the #microbiome issues that our society is having now. It obviously needs to be tested for pathogens because those can be transferred but what is considered a healthy microbiome largely consists of that which is transplanted during birth and via breast milk.

We know that specific strains which are plentiful in youth such as #Bifidobacterium decline to make up only about 10% of the microbiome in late 20s and nearly die off completely by 30s. We also know that specific #Lactobacillus strains such as lactobacillus reuteri have declined on the whole since the 90s in US populations both of which are found in breast milk.

We are likely going to find that colonization of the gut requires an entire ecostystem and this is likely why #probiotics on the whole are not useful for altering the micrbiome long term. Breast milk which includes a diverse ecosystem of microbes as well as Oligosaccharides and Lactoferrin being required by the process. Thus far the long term efficacy of Fecal matter transplants ie #FMT being questionable at best is a possible alternative to this.

#Health #PersonalHealth #Dsybosis

Tom Kindlon

New from Finland:

"Randomized, double-blinded, placebo-controlled pilot study: Efficacy of faecal microbiota transplantation on chronic fatigue syndrome"
europepmc.org/article/ppr/ppr6

"#FMT was safe but did not relieve symptoms or improve the HRQOL of patients with CFS"

#MyalgicEncephalomyelitis #ChronicFatigueSyndrome #MEcfs #CFS #MyalgicE #PwME #MEeps #CFSME #CFIDS #SEID #NeuroME@mecfs@a.gup.pe @cfs

Dani (:cxx: modules addict)

This is a thing now: #clang 16.0 passes my module test suite for the {fmt} library 🎉

With some additions to the primary interface unit related to the C++ standard library, it compiles the BMI and runs the test in the MSYS2 environment, too.

It looks like *importing* user-defined literals dosn't work yet: the namespace is visible, but 'operator""_cf ' isn't. This test is disabled for now.

#fmt #module #cpp