|
You are here |
gcc.godbolt.org | ||
| | | | |
miyuki.github.io
|
|
| | | | | [AI summary] The author details the process of building and using an old version of the GNU C Compiler (GCC 1.27) on a modern system, highlighting compatibility challenges and successful bootstrapping. | |
| | | | |
rust.godbolt.org
|
|
| | | | | pub fn mid(data: &[i32]) -> Option { if data.is_empty() { return None; } return Some(data[data.len()/2]); } | |
| | | | |
ha.nnes.dev
|
|
| | | | | [AI summary] The author discusses their experience of rewriting their website multiple times, exploring different static site generators (SSGs) and the challenges of managing side effects and data processing in web development. | |
| | | | |
www.berkhanberkdemir.com
|
|
| | | [AI summary] The author discusses their experience migrating their blog from GitHub Pages to Hugo, highlighting reasons such as ease of use, package availability, and gradual content migration. | ||