A simple #OCaml "Hello World" for a #RPi4 as a bare-metal Operating System with #MirageOS (in 4 days)
At this stage, I'm only able to boot the "caml runtime" on RPi4. But, in MirageOS, we did everything in OCaml, so it's perfect to start IoT in OCaml.
Feb 25, 2021 • 23 tweets • 5 min read
Let's talk about Git protocol! I think this one of your most used commands:
Under this simple command, several things appear. You can see a "technical description" of the protocol here: github.com/git/git/blob/m…
Oct 20, 2020 • 24 tweets • 7 min read
Let's talk about one of the most old program I ever see! The file command.
A small research about this command brings us to 1986-1987 - I was not born - so it's a really old project. But it still is updated (last release is 5.38 - 2020-06-27).