orent

Results 24 comments of orent

Checking just once per frame will often result in Ctrl-C not working because many loops are contained entirely in a single frame. Performing the check somewhere that gets executed frequently...

How about @sizeOf(?u31) == @sizeOf(u32), etc?

The Meltdown and Spectre attacks are all based on speculative execution that accesses pages which are mapped but have their permissions disabled. The solution is simple: never map such pages....

Let’s say we have only wasm32 user processes. Give each one a whole 4GB address space. You have 2^16 of them under the current 48 bit limit. All pages in...

Targets accepted by `zig clang` but not by `zig cc` generic goldmont-plus core-avx-i core-avx2 skylake-avx512 icelake-client icelake-server athlon-fx x86-64 BTW, neither accepts the targets x86-64-v2, x86-64-v3, x86-64-v4 that appear in...

The could be algorithmically seeded be storing checkpoints of the generation algorithm :-)

Note to anyone who comes here: There is an active fork by the ChromiumOS project here: https://chromium.googlesource.com/chromiumos/third_party/tlsdate In general, it appears to be a bad idea to rely on TLS...

While bc is available on regular desktop linux environments it is missing in many "lite" cloud environments. It is not acceptable to rely on it, especially without checking at the...

The api is exactly the C api. This means, for example, that there is no automatic destruction of gobjects by Python refcnt going to 0. This example uses only ints,...