Fleeting Foundations
"Fleeting Foundations" is a collection of photographs representing the life I have built in the United States. These images are an exploration of the fragile yet significant elements that define my existence here.
Rooted in personal experiences, this series delves into the uncertainty that shadows immigrants on work visas. It is a contemplation of the intricate connections and memories formed, knowing that they may have to be left behind. While pondering over the possibility of departure, I am inviting viewers to share in this emotional journey, and reflect on the profound impact it has on identity, belonging, and the meaning of home.
For those who read logic better than emotion:
immigrateAndReset();
mindScheduler.scheduleAtFixedRate(
ponderLifeDecisions(),
/* initialDelay= */ THREE,
/* period= */ ONE,
TimeUnit.YEAR);
while (aliveAndKicking) {
try {
buildLife();
endureImmigrationRestrictions();
savorOfferingsOfTheCountry();
unconditonallyPayTaxes();
tryToFitIn();
} catch (LayoffException e) {
if (!franticallyTryToMaintainValidStatus()) {
throw new LifeResetException();
}
}
}