-
Devo rigraziare Salvini per aver dato una sferzata all’“agenda setting” dell’informazione italiana, che altrimenti si sarebbe trascinata con noiosi gossip fino a settembre !Live POST!Questo articolo verrà aggiornato mano a mano che c’è una evoluzione significativa. Abbiamo imparato dai migliori, come Mentana!
UPDATED Aggiunto il testo completo di Giuseppe conte e la cronistoria della giornata del 20 agosto
Read More -
Abbiamo provato Prometheus in congiunzione con Grafana.
Prometheus è un tool di monitoraggio e alerting, scritto in Go e caratterizzato da un database orientato all’archiviazione in time series.
Entrambi sono molto curati, open source e caratterizzati da una offerta commerciale per chi ha bisogno di un supporto a pagamento.
Read More -
L’uscita di Evangelion su Neflix è stata accompagnata da una sollevazione popolare sul nuovo doppiaggio (ad opera di Gualtiero Cannarsi, ma non è così semplice e qui trovate una spiegazione), ritenuto da una miriade di fan poco rispettoso di NGE e della grammatica italiana. Da quel poco che ho potuto sentire, molte obiezioni sono più che condivisbili, basta essere armati di un buon dizionario e aver fatto un po’ di studi classici.

E’ interessante osservare come Netflix abbia dovuto fare marcia indietro, promettendo di rivedere il doppiaggio, e che in generale la reazione dei fan abbia trovato Netflix un po’ impreparata.
E’ anche un po’ imbarazzate che una società di queste dimensioni sia caduta in un errore di valutazione così grande, senza rendersi conto che stava maneggiando una serie molto importante anche se datata, e non una versione di Paw Patrol localizzata in chissà che lingua (massimo rispetto per PawPatrol molto amata dai miei bimbi!).
Piccola introduzione per neofiti:
Neon Genesis Evangelion (“Il vangelo del nuovo secolo”) è una serie di animazione ideata da Hideaki Anno e andata in onda in Giappone tra il 1995 e il 1996. Inizialmente completata con qualche difficoltà (leggi: andò malissimo come ascolti), ebbe poi un successo esplosivo, due lungometraggi e ultimamente una “riedizione” su 4 DVD usciti con il contagocce, di cui l’ultimo è atteso per il 2020. In particolare la nuova versione è stata completamente ridisegnata, ha qualche piccola variazione di trama ma i primi due DVD sono quasi identici alla serie originale.
Non si tratta di una serie animata adatta ai bambini, a cui è caldamente SCONSIGLIATA.
E’ stata considerata una serie molto sopravvalutata dai suoi detrattori, benché tratti temi religiosi, etici e anche personali con un grande impatto concettuale. E’ anche una serie pensata in modo molto preciso dall’inizio alla fine, e che richiede alcuni approfondimenti specifici per essere appresa completamente…alcune scene durano una frazione di secondo, altre alternano passato e presente velocemente, richiedendo uno sforzo inaspettato nello spettatore.
Si rifà al filone dell’animazione alla MazingaZ e Goldrake, con robottoni giganti che combattono sullo sfondo della solita città giapponese, ma ha anche molte altre sfumature. Il centro della storia è incentrato su un adolescente introverso, costretto da una serie di eventi a combattere contro la sua volontà.
Mentre i primi episodi sono piuttosto “classici”, col proseguire della serie il tono diventa più cupo, il rosso sangue scorre a fiumi (anche se si tratta di sangue “robotico”) e quindi onestamente è poco adatta a bambini in età prescolare (!).
Read More -
8 Bit computers: from 1977 to 1985
Jun 27, 2019 · 1 min read · -
In pricipio c’erano le fake news. Notizie completametne finte, create ad arte per attrarre “click” sui banner Google. Sembra incredibile ma erano completamente finte, capito?
Read More -
We have a surprise for you today: Raspberry Pi 4 is now on sale, starting at $35!
Source: Raspberry Pi 4 on sale now from $35 - Raspberry PiHere are the highlights:
- A 1.5GHz quad-core 64-bit ARM Cortex-A72 CPU (~3× performance)
- 1GB, 2GB, or 4GB of LPDDR4 SDRAM
- Full-throughput Gigabit Ethernet
- Dual-band 802.11ac wireless networking
- Bluetooth 5.0
- Two USB 3.0 and two USB 2.0 ports
- Dual monitor support, at resolutions up to 4K
- VideoCore VI graphics, supporting OpenGL ES 3.x
- 4Kp60 hardware decode of HEVC video
- Complete compatibility with earlier Raspberry Pi products
Read More -
Source: GraalVMGraalVM is a universal virtual machine for running applications written in JavaScript, Python, Ruby, R, JVM-based languages like Java, Scala, Kotli
n, Clojure, and LLVM-based languages such as C and C++.GraalVM removes the isolation between programming languages and enables interoperability in a shared runtime. It can run either standalone or in the context of OpenJDK, Node.js, Oracle Database, or MySQL.
Read More -
Ring - Cache interface as a programming language integrationRing provides function-oriented cache interface for various backends.
Repository:
Source: Ring - Cache interface as a programming language integration — Ring 0.7.2 documentation
-
Coming soon 8 Bit computers: from 1977 to 1985
May 21, 2019 · 2 min read ·Hi all!
I decided to write a book called “8-Bit Computers: Retro computer history in the ‘80”.
It is my first book on this topic, so I need you comments & advices!
A small extract is right here for download.You will be able to buy the Kindle edition for little as € 0,99 by the end of June.
Read More -
Esp8266 is the super cheap chip which can run Micropython. You can buy it on Amazon for as little as €8 or less, and as little as $5 or less on Bangood/AliExpress.
The ESP8266 (ESP-12E spec) has a 4MB Flash RAM and about 96KB of RAM.
One nice thing is you can use an async mode easily and it works great. So I took this very good complete tutorial on asyncio, and hacked a bit the micropython source code to offer to you a super-breeze async version First of all I taken the last version of Micropython (1.10) and started to push to its limit to offer at least 44Kb to the interpreter. 51Kb is the theoretical limit, but you must left some space for the interpreter to work correctly. To increase Micropython available memory, you must download Micropython source code and hack it. It is a bit complex, so a Linux machine is recommended, anyway I managed to to it on a Windows10 with linux subsystem (WSL) which is a bit slow but it is a nice environemnt to work with. On this forum [1] I found some specific information, then I forked micropython code base (below you will find my proposed modifications, also a pre-made image is provided).
Read More -
Michael Steil just published a repository you can actually USE to hack C64 Kernal and ROM. A nice idea you can play with using VICE emulator…
-
Even in 2019, there is a IDE for C/64 which is still mantained! C64 Studio is a full .NET IDE which can connect to [Win]Vice for debugging.
It seems Deutsche guys are very strong on C/64 Developmenet on these days….
Read More -
WebAssembly (often shortened to Wasm) is a standard that defines a binary format and a corresponding assembly-like text format for executables used by web pages.
Source: WebAssembly - Wikipedia[….]
WebAssembl
y code is intended to be run on a portable abstract structured stack machine,[27] which is designed to be faster to parse than JavaScript, as well as faster to execute,[21] and to enable very compact code representation.In March 2017, the WebAssembly Community Group reached consensus on the initial (MVP) binary format
Read More -
Source: NES.css - NES-style CSS Framework
NES.css is NES-style (8bit-like) CSS Framework.#InstallationNES.css is available via either npm or Yarn, or a CDN.Please read README.md.#UsageNES.css only provides components. You will need to define your own layout.
