-
Do you STILL love taking notes by hand? I have created different types of composition notebook, even retro-style one, inspired by MOS6502, with Sprite Editor sheets, and some nice goodies. Give them a try!
Read More -
Bentornati nella rubrica super-turbo retrò.
Oggi parliamo di un modo velocissimo di generare una specie di labirinto con appena una linea di BasicV2, e di successive ottimizzazioni:
10 PRINT CHR$(205.5+RND(1)); : GOTO 10
Il risultato è quello visualizzato in figura (immagine presa da un libro interamente dedicato a questa linea).
Read More -
Si dice che tutto sia stato gia’ scritto da Omero, e gli altri abbiano solo seguito le sue orme.
In effetti alcuni degli esseri mitologici inseriti da Virgilio nell’Eneide venivano dall’Iliade o l’Odissea, oppure da altri autori greci (come le Erinni).
A sua volta Dante Alighieri (che aveva letto solo i poeti latini, non avendo accesso alla mitologia greca da fonti dirette) trasifiguro’ alcuni di questi mostri e li inseri’ nella Divina Commedia.
Omero, Dante e Virgilio avevano pero’ qualcosa da dire, oltre a saperlo mettere in versi in modo superbo. Per Dante c’erano anche aspetti economici di sussistenza, per esempio.
Read More -
Bullet points:
- 1979: Unix V7 Introduced the chroot command to isolate the filesystem a process "access" to.
- Various technology was introduced up to 2006, like Virtuozzo (which patched Linux in a proprietary ways)
- 2006: Process Containers Launched by Google in 2006 was designed for limiting, accounting and isolating resource usage (CPU, memory, disk I/O, network) of a collection of processes. It was renamed “Control Groups (cgroups)” a year later and eventually merged to Linux kernel 2.6.24.
- 2008: LXC LXC (LinuX Containers) was the first, most complete implementation of Linux container manager. It was implemented in 2008 using cgroups and Linux namespaces, and it works on a single Linux kernel without requiring any patches.
- 2013: Docker Docker used LXC in its initial stages and later replaced that container manager with its own library, libcontainer. Docker offered a way to configure and manage containers, i.e a standard de-facto for this technology. As you see Docker was based on cgroups and LXC, seven-years old technologies
- On September 2014 Google published the first release of Kubernetes
- In 2015 Docker, CoreOS and others founded the Open Container Initiative's (OCI). K8s does not need docker anymore to work, but Docker traction is still strong.
References:
Read More -
Il governo Meloni ha iniziato a governare, con i suoi ministri.
Governare l’Italia è un compito complesso e spesso una mission impossible. Se gli americani percepiscono lo Stato come un intralcio, gli Italiani vanno oltre e cercano di evitarlo come la peste, sia in termini di insofferenza conclamata sul pagamento dei tributi, che in generale su polemiche infinite su qualsiasi provvedimento.
Però il Conte1 ha mostrato una bella corazzata di ministri incompetenti, alle prime armi, creduloni (terrapiattisti o no-vax antelucani) e quindi fare meglio si può, basta stare zitti: cosa che però non è riuscita benissimo negli ultimi due mesi, come vediamo più sotto….
Read More