×
Home
Articles
Tutorials
Videos
Projects
0xHiro
Home
Articles
Tutorials
Videos
Projects
Articles
10 Apr, 2023
Why you should learn Rust
Rust is a multi-paradigm, high-level, general-purpose programming language that emphasizes performance,
28 Jan, 2023
Will WebAssembly Replace JavaScript?
The best thing about WebAssembly is its ability to interact with other programming languages.
7 Jan, 2023
Hexadecimal Numbers
If you're a systems programmer, chances are you're pretty familiar with hexadecimal numbers. They seem to pop up everywhere in the world of code, and they can be a little confusing
4 Jan, 2023
Emulating an emulator inside itself. Meet Blink
The TUI looks cool but its best feature isn't just the looks, but Reverse-Debugging. One of the newest
1 Jan, 2023
Why Intel chose Little Endian
A big-endian system stores the most significant byte of a word at the smallest memory address and the least significant byte at the largest