freeradical.zone is one of the many independent Mastodon servers you can use to participate in the fediverse.
Infosec and privacy and technology and leftward politics and cats and dogs and...

Server stats:

263
active users

These are the most recent public toots from people on the social web that people on freeradical.zone follow.
Continued thread

Made the code nicer, and the RNG nicer. Speed is in the same ballpark, around 92-96k request/sec.

And now my markdown_gen() helper looks like this:

let markov_gen =
    move |state: &State, group: String, words: usize, pos: Option<usize>| -> String {
        let rng = get_rng(state, &group, pos);
        let result = chain.generate(rng).take(words);
        join_words(result)
    };
engine.add_function("markov_gen", markov_gen);

Lesa maestà? Rilanciamo la solidarietà
pressenza.com/it/2025/04/lesa-
Nel codice penale italiano esiste ancora il reato di vilipendio al presidente della repubblica all’articolo 278. Non possiamo quindi dire cosa pensiamo di Sergio Mattarella, presidente della repubblica dal 2015 (nonostante la costituzione preveda il settenato), fattosi garante prima dell’autoritarismo…
Redazione Friuli Venezia Giulia