Skip to content

hello world.

Posted on:May 14, 2023 at 03:22 PM

Curiosity

If something calls for deep engagement, you should go down the rabbit hole. Fuck it and find out.

Even if it’s not ‘cool’. Why? Because the world is connected in ways where deeply engaging with something pays off every single time.

Because you ought to live for yourself and trust your own values/instincts/taste.

In this big world of ours, you’ll find people who think like you so you won’t be alone.

fn main() {
    println!("Hello, world!");

    let curiosity = "drives exploration";
    let engagement = vec!["deep", "meaningful", "rewarding"];

    for level in &engagement {
        println!("Going {} into the rabbit hole!", level);
    }

    println!("Curiosity {} and leads to discovery.", curiosity);
}