Christophe de Dinechin

Results 242 issues of Christophe de Dinechin

Building images requires a separate step that generates the keys in a secure way, and then sends them to the KBS. The [oci2cw](https://github.com/virtee/oci2cw) tool does this for confidential workloads. Discussing...

Obviously, you can use the C preprocessor in DreamBeard, since it's an independent tool. Unfortunately, this means that you cannot easily add indispensable features. One such indispensable feature, which was...

I like the idea of being able to express emotions, e.g ``` print("Sure")! ``` vs ``` print("Sure")? ``` However, I feel like we might hurt the compiler's feelings, so adding...

The Murphy's law approach to exiting vim is quite simple: 1. Put some very important data in `vim` 2. Disable swap and anything that could save your data anywhere 3....

A simple way to quit `vim` is to use it in a way that is not supported, e.g. when the input is not a terminal: ``` % echo die |...

Put a million monkeys in front of your keyboard. Eventually, one of them will hit a key sequence that kills vim.

It's easier to have dedicated keys rather than recompiling and using F11.

enhancement
test
done

(but how does it even fit?)

enhancement
test
done

The equation library in the HP50 Advanced Reference Manual is a good starting point for interesting equations and their graphical representation.

feature

Evaluating `L/R` where `L` is a unit value with `m` unit and `M` variable containing some code evaluates the code.

bug