Skip to content

Instantly share code, notes, and snippets.

View jcinis's full-sized avatar
BECOMING A SPHERE

Jessey White-Cinis jcinis

BECOMING A SPHERE
View GitHub Profile
@jcinis
jcinis / lifeday.js
Last active October 17, 2018 03:49
Calculating my life in days instead of years
const moment = require("moment");
// The number of days since your birthday + 1 (so that your birthday counts as day #1)
let lifeDay = moment().diff(moment("1981-04-17"),"days") + 1;
console.log("Today is day " + lifeDay + " of my life");
@jcinis
jcinis / new-orleans-recommendations.md
Last active December 24, 2020 05:02
New Orleans Recommendations

New Orleans Recommendations

Stay

To start I highly recommend not staying on or around Canal Street. Most of the large hotels and deals that you will find will be in that area, however, the street lacks soul and culture and when you walk out the front door, a plastic tourist trap is not what you are looking for.

Airbnb is probably the best way to stay in new orleans. Much of the flavor of the city is on the side-streets and scattered in beautiful neighborhoods so this is where you will also want to be.

If you can try to stay in the Marigny or Bywater, on the far-end of the quarter (close to esplanade) or uptown or in the upper or lower garden district.

@jcinis
jcinis / ubud-bali-recommendations.md
Last active February 12, 2022 03:13
Ubud Bali Recommendations