Chordate by Ciro Santilli 35 Updated +Created
Chordate is a sad clade.
You read the name and think: hmm, neural cords!
But then you see that his is one of its members:
Yup. That's your cousin. And it's a much closer cousin than something like arthropods, which at least have heads eyes and legs like you.
AMD CPU by Ciro Santilli 35 Updated +Created
They have been masters of second sourcing things for a long time! One can ony imagine the complexity of the Intel cross licensing deals.
Is AES quantum resistant? by Ciro Santilli 35 Updated +Created
Zatoichi effect by Ciro Santilli 35 Updated +Created
This is a neologism by Ciro Santilli, it refers to the fact that Zatoichi was not fully blind, but extremely hard of sight, which makes him:
  • too capable for the blind people, who did not trust him
  • too incapable for non-blind people, who despised him
and metaphorically refers to similar situations where a person or group of people are in the middle of two groups and not part of either of them.
A related thing that comes to mind is Aum Shinrikyo's Prophet Shoko Asahara, who was semi blind, and would bully the fully blind people of his school for blind people.
X-inactivation by Ciro Santilli 35 Updated +Created
epigenetics mechanism.
Video 1.
X-Inactivation and Epigenetics by WEHImovies (2012)
Source. Shows how this makes every female mammal a chimera.
webpack Sass import by Ciro Santilli 35 Updated +Created
This shows how to produce a minimized fully embedded CSS file with webpack from a sass:
cd webpack/sass
npm install
npm run build
xdg-open index.html
That example produces a dist/main.css file which is a compresesd combination of:
W boson by Ciro Santilli 35 Updated +Created
Human vitamin by Ciro Santilli 35 Updated +Created
Verilator interactive example by Ciro Santilli 35 Updated +Created
The example under verilog/interactive showcases how to create a simple interactive visual Verilog example using Verilator and SDL.
https://raw.githubusercontent.com/cirosantilli/media/master/verilog-interactive.gif
You could e.g. expand such an example to create a simple (or complex) video game for example if you were insane enough. But please don't waste your time doing that, Ciro Santilli begs you.
Usage: install dependencies:
sudo apt install libsdl2-dev verilator
then run as either:
make run RUN=and2
make run RUN=move
Tested on Verilator 4.038, Ubuntu 22.04.
In those examples, the more interesting application specific logic is delegated to Verilog (e.g.: move game character on map), while boring timing and display matters can be handled by SDL and C++.
Vimium by Ciro Santilli 35 Updated +Created
Since you can't escape shitty browser GUIs and live in the command line, the next best thing you can do is to bring Vim bindings to your browser :-)
There is one major annoyance: you can't use ESC to leave the address bar focus, but using Tab as a workaround works:
Silicon photonics by Ciro Santilli 35 Updated +Created
Video 1.
Silicon Photonics: The Next Silicon Revolution? by Asianometry (2022)
Source.
Video 2.
Running Neural Networks on Meshes of Light by Asianometry (2022)
Source.
Video 3.
Silicon Photonics for Extreme Computing by Keren Bergman (2017)
Source.
Silicon photomultiplier by Ciro Santilli 35 Updated +Created
Here is a vendor showcasing their device. They claim in that video that a single photon is produced and detected:
IonQ by Ciro Santilli 35 Updated +Created
Video 1.
Quantum Simulation and Computation with Trapped Ions by Christopher Monroe (2021)
Source.
Video 2.
Quantum Computing with Trapped Ions by Christopher Monroe (2018)
Source. Co-founder of IonQ. Cool dude. Starts with basic background we already know now. Mentions that there is some relationship between atomic clocks and trapped ion quantum computers, which is interesting. Then he goes into turbo mode, and you get lost unless you're an expert! Video 1. "Quantum Simulation and Computation with Trapped Ions by Christopher Monroe (2021)" is perhaps a better watch.
Alice&Bob by Ciro Santilli 35 Updated +Created
Funding rounds:
  • March 2022: 27M Euros
About their qubit:
Rigetti Computing by Ciro Santilli 35 Updated +Created
Video 1.
Forest: an Operating System for Quantum Computing by Guen Prawiroatmodjo (2017)
Source. The title of the talk is innapropriate, this is a very basic overview of the entire Rigetti Computing stack. Still some fine mentions. Her name is so long, TODO origin? She later moved to Microsoft Quantum: www.linkedin.com/in/gueneverep/.
FeathersJS by Ciro Santilli 35 Updated +Created
Looks interesting.
It seems to abstract the part about the client messaging the backend, which focuses on being able to easily plug in a number of Front-end web framework to manage client state.
Has the "main web API is the same as the REST API" focus, which is fundamental 2020-nowadays.
Uses Socket.IO, which allows the client Javascript to register callbacks when data is updated to achieve Socket.IO, e.g. their default chat app does:
client.service('messages').on('created', addMessage);
so that message appear immediately as they are sent.
Their standard template from feathers generate app on @feathersjs/cli@4.5.0 includes:
  • several authentication methods, including OAuth
  • testing
  • backend database with one of several object-relational mapping! However, they don't abstract across them. E.g., the default Chat example uses NeDB, but a real app will likely use Sequelize, and a port is needed
which looks promising! They don't have a default template for a Front-end web framework however unfortunately: docs.feathersjs.com/guides/frameworks.html#the-feathers-chat lists a few chat app versions, which is their hello world:
But it is in itself a completely boring app with a single splash page, and no database interaction, so not a good showcase. The actual showcase app is feathersjs/feathers-chat.
And there is no official example of the chat app that is immediately deployable to Heroku: FeathersJS Heroku deployment, all setups require thinking.
Global source entry point: determine on package.json as usual, defaults to src/index.js.
Money creation vs tax by Ciro Santilli 35 Updated +Created
To Ciro Santilli, a key observation is:
The rich are more easily able to avoid the harm than poor and middle-class people [...] they are more likely to have large amounts of non-cash assets to shield themselves from inflation.
Clearly the rich will be much, much more shielded by keeping large parts of their wealth in shares... from this point of view, it is insane to print money!!! Tax the rich instead...

Unlisted articles are being shown, click here to show only listed articles.