Category: Documentations
Link
Some assorted links about Web Assembly:
- https://webassembly.org/
- https://docs.assemblyscript.org/
- https://webassembly.studio/
- https://github.com/AssemblyScript/assemblyscript
- https://medium.com/@rossbulat/webassembly-modules-an-introduction-5554b8982402
- Someone started a GCC backend https://sourceware.org/ml/binutils/2017-03/msg00044.html but it seems all stopped 3 years ago https://github.com/pipcet/asmjs
- https://emscripten.org/
- https://github.com/mbasso/awesome-wasm#compilers
Debian, Documentations
Debian: programmi da stable, testing, unstable ed anche experimental senza traumi

Nell’uso quotidiano dei computer capita spesso di avere la necessità di una base stabile ed allo stesso tempo di utilizzare versioni recenti, molto recenti o anche “beta/alpha/sperimentali” di alcuni specifici programmi. Gli utenti di Debian e quindi di tutte le derivate a partire da Ubuntu non sono da meno, anzi! In realtà se la necessità…
Documentations, Fun
how old is your linux installation
I was just wondering how old is my Dell Precision. So I asked DuckDuckGo “how old is your linux” and it told me to to read how old is your linux installation on documentacoes.wordpess.com sudo tune2fs -l $( df -h | awk '$NF ~ "/$" {print $1}' ) | grep created Filesystem created: Wed Nov…
Link
Why Most Code Sucks – Better Programming – Medium
And what you can do to improve yours
Documentations
Nice mail discoveries
Holy my! For the first time in years, someone wrote 2 decades, OpenBSD Mail Server Bug Allowed Remotely Executing Shell Commands As Root. So I was curious to find it out on my Debian machine: apt search OpenSMTPD Ordinamento… Fatto Ricerca sul testo… Fatto mblaze/unstable 0.6-1 amd64 utilità UNIX per lavorare con Maildir opensmtpd/testing,unstable 6.6.2p1-1…
Link
Glenn Fiedler’s game development and networking articles
Quite interesting articles. Too bad his RSS feed is broken.
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
Advanced CLI: Commands You Should Know as a Developer
May I feel a little proud when I tell you I know them all? 🙂