What is Hackers' Pub?
Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.
โ
๐๏ธ
ๆ็ดใใใผใใฆใไธไบบ
โ
โโ
โ
โ

๏ผ 3/23(ๆฅ)
ๆฑไบฌใชใไธปๅฌ
โ
โ


โ
โโ
โโ
โโ
โโ
โ โ
โโ
ใใฟ๐ฆ
โโ






๐จ๏ฝณ๏พ๏ฝซ๏ฝซ
โ



โ



โ
โโ
โ

![compiler explorer screenshot.
the left pane displays the following rust source code:
#[unsafe(no_mangle)]
pub fn main() -> u8 {
for i in 0..=u32::MAX {
if i * 1 != i {
panic!("oh dear!");
}
if i.pow(0) != 1 {
panic!("oh no!");
}
}
0
}
the right pane displays the following compiler/assembler output:
main:
xor eax, eax
ret](https://wasabi.lynnesbian.space/the-slum-bucket/media_attachments/files/115/952/377/671/873/902/original/c2399f1bf481e902.png)






