Daily Shaarli

All links of one day in a single page.

June 5, 2023

32 bits is small

32 bits integers: at most 4 billion.

Times it is not enough:

  • database primary keys: 4 billions record is not that much
  • IPv4 addresses: we want more than 4 billions computer on the internet
  • registers: limited to 4GB of RAM
  • unix timestamps: end at Jan 19, 2038
Effective Rust

33 specific ways to improve your Rust code

Note: Programmer's joke

2b||!2b