Yorkshire, England 🏴, Ph.D.
Recreational maths and computing, sci-fi reading and writing, appreciation of fine art and planet Earth.
Avatar AltText: disc-shaped spacecraft hurtling flat-ways through space, accommodation blocks crowd the front face, a particle accelerator ring runs around the circumference, with back-firing rocket motors appearing at intervals around the ring.


@RareBird15 @programming @linux @selfhosted Can’t believe nobody has mentioned top/btop/htop.
@davidgro The way that #Rust guards memory is completely different to the way Java or Basic does. Rust is a fully compiled language suitable for systems programming, and the memory protection all happens at compile time; the runtime actually gains speed through the compilation process, rather than having the memory protection slow it down.
The real difference is that the Rust compiler actually reads into the code it is compiling, rather than just making a mechanical translation.