/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

gcc.godbolt.org
| | miyuki.github.io
6.2 parsecs away

Travel
| | [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
0.2 parsecs away

Travel
| | pub fn mid(data: &[i32]) -> Option { if data.is_empty() { return None; } return Some(data[data.len()/2]); }
| | ha.nnes.dev
7.3 parsecs away

Travel
| | [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
12.4 parsecs away

Travel
| [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.