Grav – A Modern Flat-File CMS | Official home of Grav CMS It may not be a static website generator like Pelican or Hugo, but it may be an alternative to WordPress
Link
5 Good Open Source Speech Recognition/Speech-to-Text Systems:
- Project DeepSpeech from Mozilla:pip3 install deepspeech deepspeech –model models/output_graph.pbmm –alphabet models/alphabet.txt –lm models/lm.binary –trie models/trie –audio my_audio_file.wavYou can also install it using npm:
npm install deepspeech
For more information, refer to the project’s homepage.
- Kaldi
- Julius should be already packaged for many distro
- Wav2letter++
- DeepSpeech2 from the Chinese giant Baidu
Themes
classic improved – Gnome-look.org
A MacOs 9 or “classic” theme for Metacity. I may borrow some ideas for a WordPress theme…. This is an improved version of the Metacity theme classic by servo.It has now a more authentic resemblance of the original MacOS 8/9 Platinum Theme, including a 1px black shadow and working pressed button states for window buttons.…
Link
How to generate & build a Wasm module, and import it into a React project
Source: WebAssembly Modules in Rust: An Introduction – Ross Bulat – Medium
Link
Clean up your code by removing ‘if-else’ statements
Nifty techniques, I fear they will be soon be abused by too many people….
Ethics, Mood
Smanettone
MadBob propone di usare l’italianissimo “smanettone” al posto dell’inglese “hacker” anche e sopratutto per il fatto che la parola italiana non ha le connotazioni negative che certa stampa – probabilmente in malafede – ha negli anni dato alla parla inglese. Beh, con me sfonda una porta aperta…
Ethics
L’1% di MadBob
MadBob ci lavora nell’informatica, quindi da qualche anno dedica l’Uno Per Cento del suo fatturato ai progetti di software libero che lo aiutano sul lavoro (a proposito Bob, si dice software libero 🙂 cavolo, dovrei fare qualche donazione anche io. Ok, non ci lavoro in informatica, ma sul lavoro ne uso un bel po’ anche…
Fun
Crater Lake
Random Wallpaper a nice Gnome extention, helped me discover awesome places, like this: Crater Lake, Oregon. Thanks to wallhaven.cc
Documentations, Python
A quick dive into Python’s “__slots__” – Noteworthy – The Journal Blog
A quick dive into Python’s “slots” – Noteworthy – The Journal Blog Or how to try mimik a strongly typed language in a weakly typed one or something like this….
Link
Go to ACME Laboratories, looking for the stuffs that Wile E. Coyote keep buying and you find those pearls:
- thttpd – tiny/turbo/throttling web server.
- mini_httpd – simple web server that does HTTPS.
- micro_httpd – world’s smallest web server?